Package de.regnis.q.sequence.line
Class QSequenceLineRAFileDataStream
- java.lang.Object
-
- java.io.InputStream
-
- de.regnis.q.sequence.line.QSequenceLineRAFileDataStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
final class QSequenceLineRAFileDataStream extends java.io.InputStream
-
-
Constructor Summary
Constructors Constructor Description QSequenceLineRAFileDataStream(java.io.RandomAccessFile myFile, long offset, int length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
read()
int
read(byte[] buffer, int userOffset, int userLength)
void
reset(long offset, int length)
-
-
-
Method Detail
-
read
public int read() throws java.io.IOException
- Specified by:
read
in classjava.io.InputStream
- Throws:
java.io.IOException
-
read
public int read(byte[] buffer, int userOffset, int userLength) throws java.io.IOException
- Overrides:
read
in classjava.io.InputStream
- Throws:
java.io.IOException
-
reset
public void reset(long offset, int length)
-
-