public final class InformationInputStream extends FilterInputStream
in| Constructor and Description |
|---|
InformationInputStream(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncoding() |
boolean |
hasBom() |
boolean |
hasUnixLineEndings() |
boolean |
isShell() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
String |
toString() |
available, close, mark, markSupported, read, reset, skippublic InformationInputStream(InputStream in)
public boolean hasBom()
public boolean isShell()
public boolean hasUnixLineEndings()
public String getEncoding()
public int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionCopyright © 2014. All rights reserved.