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

11
LINES

< > BotCompany Repo | #1035941 // isQOIFile - synonym of isQOI

JavaX fragment (include)


sbool isQOIFile(byte[] data) {
  ret isQOI(data);
}



sbool isQOIFile(File f) {
  ret isQOI(f);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035941
Snippet name: isQOIFile - synonym of isQOI
Eternal ID of this version: #1035941/1
Text MD5: 820fcd1586bc33505c24427d018df74c
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-08-15 20:52:25
Source code size: 104 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 94 / 97
Referenced in: [show references]