public class AsciiToNativeFilterReader extends FilterReader
| Modifier and Type | Field and Description |
|---|---|
private char[] |
trailChars |
in| Constructor and Description |
|---|
AsciiToNativeFilterReader(Reader in) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(char[] buf,
int off,
int len) |
close, mark, markSupported, ready, reset, skippublic AsciiToNativeFilterReader(Reader in)
public int read(char[] buf,
int off,
int len)
throws IOException
read in class FilterReaderIOExceptionpublic int read()
throws IOException
read in class FilterReaderIOExceptionCopyright © 2011–2016 David R. Smith. All rights reserved.