Warning: session_start(): open(/var/lib/php/sessions/sess_o14n8ph31tp1aokr7fiq9db96h, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
isQOIFile - synonym of isQOI [1035941]

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)

1  
2  
3  
sbool isQOIFile(byte[] data) {
4  
  ret isQOI(data);
5  
}
6  
7  
8  
9  
sbool isQOIFile(File f) {
10  
  ret isQOI(f);
11  
}

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: 551 / 551
Referenced in: [show references]