1 | static IntBuffer wrapAsIntBuffer(int[] a, int n) {
|
2 | new IntBuffer buf; |
3 | buf.data = a; |
4 | buf.size = n; |
5 | ret buf; |
6 | } |
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: | 460 / 517 |
| Referenced in: | [show references] |