Searched defs:SlicedByteSource (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/io/
H A DByteSource.java127 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 59 milliseconds