public class NormalizeLineSeparatorReader extends FilterReader
| Modifier and Type | Class and Description |
|---|---|
static class |
NormalizeLineSeparatorReader.LineSeparator
Type representing either Unix or Windows line separators
|
in| Constructor and Description |
|---|
NormalizeLineSeparatorReader(Reader reader,
NormalizeLineSeparatorReader.LineSeparator lineSeparator) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(char[] cbuf,
int off,
int len) |
close, mark, markSupported, ready, reset, skippublic NormalizeLineSeparatorReader(Reader reader, NormalizeLineSeparatorReader.LineSeparator lineSeparator)
public int read(char[] cbuf, int off, int len) throws IOException
read in class FilterReaderIOExceptionpublic int read() throws IOException
read in class FilterReaderIOExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.