org.eclipse.mat.parser.io
Class SimpleBufferedRandomAccessInputStream
java.lang.Object
java.io.InputStream
org.eclipse.mat.parser.io.SimpleBufferedRandomAccessInputStream
- All Implemented Interfaces:
- Closeable
public class SimpleBufferedRandomAccessInputStream
- extends InputStream
SimpleBufferedRandomAccessInputStream
public SimpleBufferedRandomAccessInputStream(RandomAccessFile in)
throws IOException
- Throws:
IOException
SimpleBufferedRandomAccessInputStream
public SimpleBufferedRandomAccessInputStream(RandomAccessFile in,
int bufsize)
throws IOException
- Throws:
IOException
read
public final int read()
throws IOException
- Specified by:
read
in class InputStream
- Throws:
IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
- Overrides:
read
in class InputStream
- Throws:
IOException
markSupported
public boolean markSupported()
- Overrides:
markSupported
in class InputStream
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Overrides:
close
in class InputStream
- Throws:
IOException
seek
public void seek(long pos)
throws IOException
- Throws:
IOException
getFilePointer
public long getFilePointer()
readInt
public final int readInt()
throws IOException
- Throws:
IOException
readLong
public final long readLong()
throws IOException
- Throws:
IOException
readIntArray
public int readIntArray(int[] a)
throws IOException
- Throws:
IOException
readLongArray
public int readLongArray(long[] a)
throws IOException
- Throws:
IOException