public static class FileSpecification.NoCRLFInputStream extends FilterInputStream
in| Constructor and Description |
|---|
NoCRLFInputStream(InputStream fileInputStream) |
| Modifier and Type | Method and Description |
|---|---|
int |
read()
if we read a CR, just skip it, assuming it will
be followed by an LF
|
int |
read(byte[] b)
if we read a CR, just skip it, assuming it will
be followed by an LF
|
int |
read(byte[] b,
int off,
int len)
if we read a CR, just skip it, assuming it will
be followed by an LF
|
available, close, mark, markSupported, reset, skippublic NoCRLFInputStream(InputStream fileInputStream)
public int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionCopyright © 2023 The Apache Software Foundation. All rights reserved.