org.codehaus.plexus.util

Class LineOrientedInterpolatingReader

public class LineOrientedInterpolatingReader extends FilterReader

Author: jdcasey Created on Feb 3, 2005

Field Summary
static StringDEFAULT_END_DELIM
static StringDEFAULT_ESCAPE_SEQ
static StringDEFAULT_START_DELIM
Constructor Summary
LineOrientedInterpolatingReader(Reader reader, Map context, String startDelim, String endDelim, String escapeSeq)
LineOrientedInterpolatingReader(Reader reader, Map context, String startDelim, String endDelim)
LineOrientedInterpolatingReader(Reader reader, Map context)
Method Summary
intread()
intread(char[] cbuf, int off, int len)
longskip(long n)

Field Detail

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

Constructor Detail

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)

Method Detail

read

public int read()

read

public int read(char[] cbuf, int off, int len)

skip

public long skip(long n)
Copyright © 2001-2010 Codehaus. All Rights Reserved.