public class IcuDetectorSniffer
extends java.io.InputStream
Modifier and Type | Field and Description |
---|---|
private ByteReadable |
source |
Constructor and Description |
---|
IcuDetectorSniffer(ByteReadable source) |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
int |
read() |
Encoding |
sniff() |
private final ByteReadable source
public IcuDetectorSniffer(ByteReadable source)
source
- public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public Encoding sniff() throws java.io.IOException
java.io.IOException
public static void main(java.lang.String[] args)