public final class QSequenceLineRAFileData extends Object implements QSequenceLineRAData
| Constructor and Description |
|---|
QSequenceLineRAFileData(RandomAccessFile randomAccessFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
get(byte[] bytes,
long offset,
long length) |
long |
length() |
InputStream |
read(long offset,
long length) |
public QSequenceLineRAFileData(RandomAccessFile randomAccessFile)
public long length()
throws IOException
length in interface QSequenceLineRADataIOExceptionpublic void get(byte[] bytes,
long offset,
long length)
throws IOException
get in interface QSequenceLineRADataIOExceptionpublic InputStream read(long offset, long length)
read in interface QSequenceLineRADataCopyright © 2021. All rights reserved.