com.github.junrar.io
Class ReadOnlyAccessInputStream
java.lang.Object
java.io.InputStream
com.github.junrar.io.ReadOnlyAccessInputStream
- All Implemented Interfaces:
- Closeable
public class ReadOnlyAccessInputStream
- extends InputStream
DOCUMENT ME
- Version:
- $LastChangedRevision$
- Author:
- $LastChangedBy$
|
Method Summary |
int |
read()
|
int |
read(byte[] b)
|
int |
read(byte[] b,
int off,
int len)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReadOnlyAccessInputStream
public ReadOnlyAccessInputStream(IReadOnlyAccess file,
long startPos,
long endPos)
throws IOException
- Throws:
IOException
read
public 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
read
public int read(byte[] b)
throws IOException
- Overrides:
read in class InputStream
- Throws:
IOException
Copyright © 2012. All Rights Reserved.