org.vafer.jdeb.utils
Class InformationInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.vafer.jdeb.utils.InformationInputStream
- All Implemented Interfaces:
- Closeable
public final class InformationInputStream
- extends FilterInputStream
InformationInputStream
public InformationInputStream(InputStream in)
hasBom
public boolean hasBom()
isShell
public boolean isShell()
hasUnixLineEndings
public boolean hasUnixLineEndings()
getEncoding
public String getEncoding()
read
public int read()
throws IOException
- Overrides:
read in class FilterInputStream
- Throws:
IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
- Overrides:
read in class FilterInputStream
- Throws:
IOException
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.