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 QSequenceLineRAData
IOException
public void get(byte[] bytes, long offset, long length) throws IOException
get
in interface QSequenceLineRAData
IOException
public InputStream read(long offset, long length)
read
in interface QSequenceLineRAData
Copyright © 2024. All rights reserved.