org.apache.batik.util.io
public abstract class NormalizingReader extends Reader
| Method Summary | |
|---|---|
| abstract int | getColumn()
Returns the current column in the stream. |
| abstract int | getLine()
Returns the current line in the stream. |
| int | read(char[] cbuf, int off, int len)
Read characters into a portion of an array. |
Parameters: cbuf Destination buffer off Offset at which to start writing characters len Maximum number of characters to read
Returns: The number of characters read, or -1 if the end of the stream has been reached