public class LineOrientedInterpolatingReader extends FilterReader
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_END_DELIM |
static String |
DEFAULT_ESCAPE_SEQ |
static String |
DEFAULT_START_DELIM |
in
Constructor and Description |
---|
LineOrientedInterpolatingReader(Reader reader,
Map context) |
LineOrientedInterpolatingReader(Reader reader,
Map context,
String startDelim,
String endDelim) |
LineOrientedInterpolatingReader(Reader reader,
Map context,
String startDelim,
String endDelim,
String escapeSeq) |
Modifier and Type | Method and Description |
---|---|
int |
read() |
int |
read(char[] cbuf,
int off,
int len) |
long |
skip(long n) |
close, mark, markSupported, ready, reset
public static final String DEFAULT_START_DELIM
public static final String DEFAULT_END_DELIM
public static final String DEFAULT_ESCAPE_SEQ
public LineOrientedInterpolatingReader(Reader reader, Map context, String startDelim, String endDelim, String escapeSeq)
public LineOrientedInterpolatingReader(Reader reader, Map context, String startDelim, String endDelim)
public int read() throws IOException
read
in class FilterReader
IOException
public int read(char[] cbuf, int off, int len) throws IOException
read
in class FilterReader
IOException
public long skip(long n) throws IOException
skip
in class FilterReader
IOException