public class WindowsLineEndingInputStream extends InputStream
| Constructor and Description |
|---|
WindowsLineEndingInputStream(InputStream in,
boolean ensureLineFeedAtEndOfFile)
Creates an input stream that filters another stream
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the stream.
|
void |
mark(int readlimit) |
int |
read() |
available, markSupported, read, read, reset, skippublic WindowsLineEndingInputStream(InputStream in, boolean ensureLineFeedAtEndOfFile)
in - The input stream to wrapensureLineFeedAtEndOfFile - true to ensure that the file ends with CRLFpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOException - upon errorpublic void mark(int readlimit)
mark in class InputStreamCopyright © 2002–2021 The Apache Software Foundation. All rights reserved.