| D | ByteBufferZipDataInput.java | 35 this.buffer = needSlice ? buffer.slice() : buffer; in ByteBufferZipDataInput() 66 return buffer.slice(); in createByteBuffer() 71 public ZipDataInput slice(long offset, long size) { in slice() method in ByteBufferZipDataInput
|