Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1029135 // wrapAsIntBuffer

JavaX fragment (include)

static IntBuffer wrapAsIntBuffer(int[] a, int n) {
  new IntBuffer buf;
  buf.data = a;
  buf.size = n;
  ret buf;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1029135
Snippet name: wrapAsIntBuffer
Eternal ID of this version: #1029135/1
Text MD5: 823204c1ac1df40c43fa26aecbf344ee
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-07-21 15:57:47
Source code size: 121 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 90 / 137
Referenced in: [show references]