info.aduna.gee.publication.util
Class NoHistoryBufferedInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
info.aduna.gee.publication.util.NoHistoryBufferedInputStream
- All Implemented Interfaces:
- Closeable
public class NoHistoryBufferedInputStream
- extends FilterInputStream
|
Method Summary |
protected void |
fill()
|
int |
read()
|
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 |
nextByte
protected int nextByte
maxBytes
protected int maxBytes
buf
protected byte[] buf
NoHistoryBufferedInputStream
public NoHistoryBufferedInputStream(InputStream in)
NoHistoryBufferedInputStream
public NoHistoryBufferedInputStream(InputStream in,
int size)
read
public int read()
throws IOException
- Overrides:
read in class FilterInputStream
- Throws:
IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
- Overrides:
read in class FilterInputStream
- Throws:
IOException
fill
protected void fill()
throws IOException
- Throws:
IOException
Copyright © 1997-2008 Aduna. All Rights Reserved.