D | ByteReader.java | 29 private final IndexedByteArrayInputStream indexed; field in ByteReader 34 this.indexed = new IndexedByteArrayInputStream(bytes, pos, bytes.length); in ByteReader() 35 this.input = ByteStreams.newDataInput(indexed); in ByteReader() 44 return indexed.pos(); in pos()
|