Searched refs:SlicedByteSource (Results 1 - 1 of 1) sorted by relevance
/external/guava/guava/src/com/google/common/io/ | ||
H A D | ByteSource.java | 127 return new SlicedByteSource(offset, length); 447 private final class SlicedByteSource extends ByteSource { class in class:ByteSource 452 private SlicedByteSource(long offset, long length) { method in class:ByteSource.SlicedByteSource |
Completed in 44 milliseconds