Modifier and Type | Method and Description |
---|---|
RandomAccessReadView |
SequenceRandomAccessRead.createView(long startPosition,
long streamLength) |
RandomAccessReadView |
RandomAccessReadView.createView(long startPosition,
long streamLength) |
RandomAccessReadView |
RandomAccessRead.createView(long startPosition,
long streamLength)
Creates a random access read view starting at the given position with the given length.
|
RandomAccessReadView |
RandomAccessReadBufferedFile.createView(long startPosition,
long streamLength) |
RandomAccessReadView |
RandomAccessReadBuffer.createView(long startPosition,
long streamLength) |
RandomAccessReadView |
RandomAccessReadMemoryMappedFile.createView(long startPosition,
long streamLength) |
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.