Searched refs:skipBytes (Results 1 – 10 of 10) sorted by relevance
95 raf.skipBytes(2); // diskNumber in findCentralDirectory()96 raf.skipBytes(2); // diskWithCentralDir in findCentralDirectory()97 raf.skipBytes(2); // numEntries in findCentralDirectory()98 raf.skipBytes(2); // totalNumEntries in findCentralDirectory()
2943 if (in.skipBytes(1) != 1) { in getJpegAttributes()2963 if (in.skipBytes(length) != length) { in getJpegAttributes()3025 in.skipBytes(RAF_OFFSET_TO_JPEG_IMAGE_OFFSET); in getRafAttributes()3030 in.skipBytes(RAF_JPEG_LENGTH_VALUE_SIZE); in getRafAttributes()3067 in.skipBytes(numberOfBytes); in getRafAttributes()3241 in.skipBytes(IDENTIFIER_EXIF_APP1.length); in getStandaloneAttributes()3375 in.skipBytes(PNG_SIGNATURE.length); in getPngAttributes()3436 in.skipBytes(length + PNG_CHUNK_CRC_BYTE_LENGTH); in getPngAttributes()3457 in.skipBytes(WEBP_SIGNATURE_1.length); in getWebpAttributes()3462 bytesRead += in.skipBytes(WEBP_SIGNATURE_2.length); in getWebpAttributes()[all …]
293 public int skipBytes(int n) throws IOException { in skipBytes() method in FastDataInput
156 static inline bool skipBytes(borrowed_fd fd, int* max_size) { in skipBytes() function170 if (!skipBytes(fd, &max_size) || !skipBytes(fd, &max_size)) { in skipIdSigHeaders()
396 inputStream.skipBytes(DIGEST_SIZE_BYTES); in getTotalDataSizeLocked()521 inputStream.skipBytes(DIGEST_SIZE_BYTES); in computeDigestLocked()
632 in.skipBytes(size); in readMetadata()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
39794 method public abstract int skipBytes(int) throws java.io.IOException;39816 method public final int skipBytes(int) throws java.io.IOException;40126 method public int skipBytes(int) throws java.io.IOException;40455 method public int skipBytes(int) throws java.io.IOException;
8482 HSPLandroid/icu/impl/ICUBinary;->skipBytes(Ljava/nio/ByteBuffer;I)V23519 HSPLjava/io/DataInputStream;->skipBytes(I)I30312 HSPLjava/util/zip/GZIPInputStream;->skipBytes(Ljava/io/InputStream;I)V
8479 HSPLandroid/icu/impl/ICUBinary;->skipBytes(Ljava/nio/ByteBuffer;I)V