Searched refs:skipLength (Results 1 – 6 of 6) 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()
646 public static void skipBytes(ByteBuffer bytes, int skipLength) {647 if (skipLength > 0) {648 bytes.position(bytes.position() + skipLength);
650 public static void skipBytes(ByteBuffer bytes, int skipLength) {651 if (skipLength > 0) {652 bytes.position(bytes.position() + skipLength);
263 const size_t skipLength = offset - fStreamBuffer.bytesWritten(); in transferBuffer() local264 if (fStream->skip(skipLength) != skipLength) { in transferBuffer()
META-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...