public class FixASCIIControlsReader extends Reader
| Constructor and Description |
|---|
FixASCIIControlsReader(Reader input)
A wrapper xmp reader to handle control characters («)
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read(char[] cbuf,
int off,
int len) |
public FixASCIIControlsReader(Reader input)
input - a Readerpublic int read(char[] cbuf,
int off,
int len)
throws IOException
read in class ReaderIOExceptionReader.read(char[], int, int)public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionCopyright © 1998–2025 Apryse Group NV. All rights reserved.