public abstract class NormalizingReader extends Reader
| Constructor and Description |
|---|
NormalizingReader() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public int read(char[] cbuf,
int off,
int len)
throws IOException
read in class Readercbuf - Destination bufferoff - Offset at which to start writing characterslen - Maximum number of characters to readIOExceptionpublic abstract int getLine()
public abstract int getColumn()
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.