org.codehaus.plexus.util
Class LineOrientedInterpolatingReader
java.lang.Object
java.io.Reader
java.io.FilterReader
org.codehaus.plexus.util.LineOrientedInterpolatingReader
- public class LineOrientedInterpolatingReader
- extends FilterReader
- Author:
- jdcasey Created on Feb 3, 2005
Method Summary |
int |
read()
|
int |
read(char[] cbuf,
int off,
int len)
|
long |
skip(long n)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_START_DELIM
public static final String DEFAULT_START_DELIM
- See Also:
- Constant Field Values
DEFAULT_END_DELIM
public static final String DEFAULT_END_DELIM
- See Also:
- Constant Field Values
DEFAULT_ESCAPE_SEQ
public static final String DEFAULT_ESCAPE_SEQ
- See Also:
- Constant Field Values
LineOrientedInterpolatingReader
public LineOrientedInterpolatingReader(Reader reader,
Map context,
String startDelim,
String endDelim,
String escapeSeq)
LineOrientedInterpolatingReader
public LineOrientedInterpolatingReader(Reader reader,
Map context,
String startDelim,
String endDelim)
LineOrientedInterpolatingReader
public LineOrientedInterpolatingReader(Reader reader,
Map context)
read
public int read()
throws IOException
- Throws:
IOException
read
public int read(char[] cbuf,
int off,
int len)
throws IOException
- Throws:
IOException
skip
public long skip(long n)
throws IOException
- Throws:
IOException
Copyright © 2001-2009 Codehaus. All Rights Reserved.