final class QSequenceLineRAFileDataStream
extends java.io.InputStream
| Modifier and Type | Field and Description |
|---|---|
private int |
length |
private java.io.RandomAccessFile |
myFile |
private long |
offset |
| Constructor and Description |
|---|
QSequenceLineRAFileDataStream(java.io.RandomAccessFile myFile,
long offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] buffer,
int userOffset,
int userLength) |
void |
reset(long offset,
int length) |
private final java.io.RandomAccessFile myFile
private long offset
private int length
public QSequenceLineRAFileDataStream(java.io.RandomAccessFile myFile,
long offset,
int length)
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] buffer,
int userOffset,
int userLength)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic void reset(long offset,
int length)