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, reset
RandomAccessFile raf
int remainingBytes
GEMFInputStream(String filePath, long offset, int length) throws IOException
IOException
public int available()
available
in class InputStream
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
IOException
public boolean markSupported()
markSupported
in class InputStream
public int read(byte[] buffer, int offset, int length) throws IOException
read
in class InputStream
IOException
public int read() throws IOException
read
in class InputStream
IOException
public long skip(long byteCount)
skip
in class InputStream