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

3
LINES

< > BotCompany Repo | #1010490 // fileStartsWith - check first bytes

JavaX fragment (include)

static bool fileStartsWith(File f, byte[] data) {
  ret byteArrayEquals(loadBeginningOfBinaryFile(f, l(data)), data);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1010490
Snippet name: fileStartsWith - check first bytes
Eternal ID of this version: #1010490/2
Text MD5: 821072f2ceb03ce026662472ac850008
Author: stefan
Category: javax / io
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-09-18 19:54:57
Source code size: 121 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 342 / 393
Version history: 1 change(s)
Referenced in: [show references]