java.io.Closeable
, java.lang.AutoCloseable
, java.lang.Readable
StringNormalizingReader
public abstract class NormalizingReader
extends java.io.Reader
Constructor | Description |
---|---|
NormalizingReader() |
Modifier and Type | Method | 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 java.io.IOException
read
in class java.io.Reader
cbuf
- Destination bufferoff
- Offset at which to start writing characterslen
- Maximum number of characters to readjava.io.IOException
public abstract int getLine()
public abstract int getColumn()
Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.