Package de.regnis.q.sequence.line
Interface QSequenceLineRAData
-
- All Known Implementing Classes:
QSequenceLineRAByteData
,QSequenceLineRAFileData
public interface QSequenceLineRAData
- Author:
- Marc Strapetz
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
get(byte[] bytes, long offset, long length)
long
length()
InputStream
read(long offset, long length)
-
-
-
Method Detail
-
length
long length() throws IOException
- Throws:
IOException
-
get
void get(byte[] bytes, long offset, long length) throws IOException
- Throws:
IOException
-
read
InputStream read(long offset, long length) throws IOException
- Throws:
IOException
-
-