org.codehaus.plexus.util
Class LineOrientedInterpolatingReader
FilterReader
org.codehaus.plexus.util.LineOrientedInterpolatingReader
public class LineOrientedInterpolatingReader
extends FilterReader
- jdcasey Created on Feb 3, 2005
int | read()
|
int | read(char[] cbuf, int off, int len)
|
long | skip(long n)
|
DEFAULT_END_DELIM
public static final String DEFAULT_END_DELIM
DEFAULT_ESCAPE_SEQ
public static final String DEFAULT_ESCAPE_SEQ
DEFAULT_START_DELIM
public static final String DEFAULT_START_DELIM
LineOrientedInterpolatingReader
public LineOrientedInterpolatingReader(Reader reader,
Map context)
LineOrientedInterpolatingReader
public LineOrientedInterpolatingReader(Reader reader,
Map context,
String startDelim,
String endDelim)
LineOrientedInterpolatingReader
public LineOrientedInterpolatingReader(Reader reader,
Map context,
String startDelim,
String endDelim,
String escapeSeq)
read
public int read()
throws IOException
read
public int read(char[] cbuf,
int off,
int len)
throws IOException
skip
public long skip(long n)
throws IOException