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

5
LINES

< > BotCompany Repo | #1035801 // longFromBytes_bigEndian

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (73L/1K).

static long longFromBytes_bigEndian(byte[] a, int i) {
  ret twoIntsToLong_bigEndian(
    intFromBytes_bigEndian(a, i),
    intFromBytes_bigEndian(a, i+4));
}

Author comment

Began life as a copy of #1019810

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): elmgxqgtpvxh, mqqgnosmbjvj, wnsclhtenguj

No comments. add comment

Snippet ID: #1035801
Snippet name: longFromBytes_bigEndian
Eternal ID of this version: #1035801/3
Text MD5: d07169583aa1c2b1b8e0af16d3c2f18e
Transpilation MD5: b326defcff64eb9858df2584647b0dab
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-07-29 21:10:14
Source code size: 162 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 77 / 114
Version history: 2 change(s)
Referenced in: [show references]