@NotStorableClass public abstract class AbstractFileInputStreamOnRandomFile extends InputStream
Constructor and Description |
---|
AbstractFileInputStreamOnRandomFile(IRandomAccessFile randomAccessFile) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
read() |
available, mark, markSupported, read, read, reset, skip
public AbstractFileInputStreamOnRandomFile(IRandomAccessFile randomAccessFile) throws IOException
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
IOException
public int read() throws IOException
read
in class InputStream
IOException
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.