public class FixedTokenListReplacementInputStream extends FilteredInputStream
in| Constructor and Description |
|---|
FixedTokenListReplacementInputStream(InputStream in,
List tokens,
StreamTokenHandler handler) |
FixedTokenListReplacementInputStream(InputStream in,
List tokens,
StreamTokenHandler handler,
boolean caseSensitive) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
read, readavailable, close, mark, markSupported, reset, skippublic FixedTokenListReplacementInputStream(InputStream in, List tokens, StreamTokenHandler handler)
public FixedTokenListReplacementInputStream(InputStream in, List tokens, StreamTokenHandler handler, boolean caseSensitive)
public int read()
throws IOException
read in class FilterInputStreamIOExceptionCopyright © 2016 The Codehaus Foundation. All rights reserved.