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 Reader
public int read(char[] cbuf,
int off,
int len)
throws IOException
read in class Reader
IOException
Reader.read(char[], int, int)
public void close()
throws IOException
close in interface Closeable
close in interface AutoCloseable
close in class Reader
IOException
Copyright © 1998–2026. All rights reserved.