Searched defs:bytes (Results 1 – 11 of 11) sorted by relevance
146 void skip(@Nonnull ByteBuffer bytes) throws IOException { in skip()163 long read(@Nonnull ByteBuffer bytes) throws IOException { in read()190 void verify(@Nonnull ByteBuffer bytes) throws IOException { in verify()204 void verify(@Nonnull ByteBuffer bytes, @Nullable VerifyLog verifyLog) throws IOException { in verify()218 void verify(@Nonnull ByteBuffer bytes, long expected) throws IOException { in verify()233 void verify( in verify()
50 public static String decode(@Nonnull ByteBuffer bytes, int length, @Nonnull GPFlags flags) in decode()109 ByteBuffer bytes = charset.encode(name); in encode() local
224 static CentralDirectory makeFromData(@Nonnull ByteBuffer bytes, int count, @Nonnull ZFile file) in makeFromData()281 private void readEntry(@Nonnull ByteBuffer bytes) throws IOException { in readEntry()
124 Eocd(@Nonnull ByteBuffer bytes) throws IOException { in Eocd()
357 public int read(byte[] bytes) throws IOException { in read()438 ByteBuffer bytes = ByteBuffer.wrap(localHeader); in readLocalHeader() local
2613 ByteBuffer bytes = ByteBuffer.wrap(comment, i, comment.length - i); in setEocdComment() local
46 public static long readUnsigned4Le(@Nonnull ByteBuffer bytes) throws IOException { in readUnsigned4Le()72 public static int readUnsigned2Le(@Nonnull ByteBuffer bytes) throws IOException { in readUnsigned2Le()
301 private static char[] castBytesToChars(byte[] bytes) { in castBytesToChars()
335 private static String bytesToHexString(byte[] bytes) { in bytesToHexString()
573 public static byte[] encodeAsLengthPrefixedElement(byte[] bytes) { in encodeAsLengthPrefixedElement()
META-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...