
class GEMFFile.GEMFInputStream extends InputStream
| Modifier and Type | Field and Description |
|---|---|
(package private) RandomAccessFile |
raf |
(package private) int |
remainingBytes |
| Constructor and Description |
|---|
GEMFInputStream(String filePath,
long offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] buffer,
int offset,
int length) |
long |
skip(long byteCount) |
mark, read, resetRandomAccessFile raf
int remainingBytes
GEMFInputStream(String filePath, long offset, int length) throws IOException
IOExceptionpublic int available()
available in class InputStreampublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic boolean markSupported()
markSupported in class InputStreampublic int read(byte[] buffer,
int offset,
int length)
throws IOException
read in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic long skip(long byteCount)
skip in class InputStream