1 | |
2 | |
3 | static bool isZip(byte[] data) { |
4 | ret isJAR(data); |
5 | } |
6 | |
7 | |
8 | |
9 | static bool isZip(File f) { |
10 | ret isJAR(f); |
11 | } |
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): mqqgnosmbjvj, wnsclhtenguj
No comments. add comment
Snippet ID: | #1036195 |
Snippet name: | isZip - synonym of isJAR |
Eternal ID of this version: | #1036195/3 |
Text MD5: | 374dac92c1328c94968f3bfab775a75a |
Author: | someone |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-10-16 17:31:07 |
Source code size: | 114 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 120 / 132 |
Version history: | 2 change(s) |
Referenced in: | [show references] |