class GEMFFile.GEMFInputStream
extends java.io.InputStream
Modifier and Type | Field and Description |
---|---|
(package private) java.io.RandomAccessFile |
raf |
(package private) int |
remainingBytes |
Constructor and Description |
---|
GEMFInputStream(java.lang.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) |
GEMFInputStream(java.lang.String filePath, long offset, int length) throws java.io.IOException
java.io.IOException
public int available()
available
in class java.io.InputStream
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.InputStream
java.io.IOException
public boolean markSupported()
markSupported
in class java.io.InputStream
public int read(byte[] buffer, int offset, int length) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public long skip(long byteCount)
skip
in class java.io.InputStream