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<String,?> context) |
LineOrientedInterpolatingReader(Reader reader,
Map<String,?> context,
String startDelim,
String endDelim) |
LineOrientedInterpolatingReader(Reader reader,
Map<String,?> 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, resetpublic 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<String,?> context, String startDelim, String endDelim, String escapeSeq)
public LineOrientedInterpolatingReader(Reader reader, Map<String,?> context, String startDelim, String endDelim)
public int read()
throws IOException
read in class FilterReaderIOExceptionpublic int read(char[] cbuf,
int off,
int len)
throws IOException
read in class FilterReaderIOExceptionpublic long skip(long n)
throws IOException
skip in class FilterReaderIOExceptionCopyright © 2008-2012. All Rights Reserved.