public static class LineSeparatorConversion.InitialSeparatorReader extends Reader
Constructor and Description |
---|
InitialSeparatorReader(Reader delegate) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
String |
getInitialSeparator() |
int |
read() |
int |
read(char[] cbuf,
int off,
int len) |
mark, markSupported, nullReader, read, read, ready, reset, skip, transferTo
public InitialSeparatorReader(Reader delegate)
public String getInitialSeparator()
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class Reader
IOException
public int read(char[] cbuf, int off, int len) throws IOException
read
in class Reader
IOException
public int read() throws IOException
read
in class Reader
IOException