org.codehaus.swizzle.stream
Class FilteredInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.codehaus.swizzle.stream.FilteredInputStream
- All Implemented Interfaces:
- Closeable
- Direct Known Subclasses:
- DelimitedTokenReplacementInputStream, FixedTokenListReplacementInputStream, FixedTokenReplacementInputStream, IncludeFilterInputStream, ReplayInputStream
public abstract class FilteredInputStream
- extends FilterInputStream
|
Method Summary |
int |
read(byte[] b)
|
int |
read(byte[] bytes,
int off,
int len)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilteredInputStream
public FilteredInputStream(InputStream in)
read
public int read(byte[] bytes,
int off,
int len)
throws IOException
- Overrides:
read in class FilterInputStream
- Throws:
IOException
read
public int read(byte[] b)
throws IOException
- Overrides:
read in class FilterInputStream
- Throws:
IOException
Copyright © 2012 The Codehaus Foundation. All Rights Reserved.