| Constructor and Description |
|---|
LineEndingProcessingProvider(int bufferSize,
Provider input) |
LineEndingProcessingProvider(Provider input) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the stream and releases any system resources associated with
it.
|
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
Providerclose in interface ProviderIOExceptionpublic LineSeparator getDetectedLineEnding()
public int read(char[] buffer,
int offset,
int len)
throws IOException
Providerread in interface Providerbuffer - Destination bufferoffset - Offset at which to start storing charactersIOExceptionCopyright © 2007–2025. All rights reserved.