public class VelocityWhitespaceFilteringReader extends FilterReader
in| Constructor and Description |
|---|
VelocityWhitespaceFilteringReader(Reader reader)
Creates a new Velocity whitespace filtering reader.
|
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(char[] cbuf,
int offset,
int length) |
close, mark, markSupported, ready, reset, skippublic VelocityWhitespaceFilteringReader(Reader reader)
reader - the underlying readerpublic int read()
throws IOException
read in class FilterReaderIOExceptionpublic int read(char[] cbuf,
int offset,
int length)
throws IOException
read in class FilterReaderIOExceptionCopyright© 2018 Jeremy Long. All Rights Reserved.