| Constructor and Description |
|---|
LineEndingProcessingProvider(int bufferSize,
Provider input) |
LineEndingProcessingProvider(Provider input) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
LineSeparator |
getDetectedLineEnding() |
int |
read(char[] buffer,
int offset,
int len)
Reads characters into an array
|
public LineEndingProcessingProvider(Provider input)
public LineEndingProcessingProvider(int bufferSize,
Provider input)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic LineSeparator getDetectedLineEnding()
public int read(char[] buffer,
int offset,
int len)
throws IOException
Providerread in interface Providerbuffer - Destination buffer. May not be null.offset - Offset at which to start storing characters. Must be ≥ 0.len - The maximum possible number of characters to read. Must be ≥ 0.IOException - if reading failsCopyright © 2007–2024. All rights reserved.