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