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, skip
public VelocityWhitespaceFilteringReader(Reader reader)
reader
- the underlying readerpublic int read() throws IOException
read
in class FilterReader
IOException
public int read(char[] cbuf, int offset, int length) throws IOException
read
in class FilterReader
IOException
Copyright© 2018 Jeremy Long. All Rights Reserved.