Searched refs:skipLength (Results 1 – 9 of 9) sorted by relevance
91 int skipLength = (int)Math.min(n, buf.length - position); in readAt() local92 position += skipLength; in readAt()93 return skipLength; in readAt()
649 public static void skipBytes(ByteBuffer bytes, int skipLength) {650 if (skipLength > 0) {651 bytes.position(bytes.position() + skipLength);
654 public static void skipBytes(ByteBuffer bytes, int skipLength) {655 if (skipLength > 0) {656 bytes.position(bytes.position() + skipLength);
252 const size_t skipLength = offset - fStreamBuffer.bytesWritten(); in transferBuffer() local253 if (fStream->skip(skipLength) != skipLength) { in transferBuffer()
META-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...
META-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...