nu.validator.htmlparser.extra
Class IcuDetectorSniffer

java.lang.Object
  extended by java.io.InputStream
      extended by nu.validator.htmlparser.extra.IcuDetectorSniffer
All Implemented Interfaces:
java.io.Closeable

public class IcuDetectorSniffer
extends java.io.InputStream


Constructor Summary
IcuDetectorSniffer(ByteReadable source)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 int read()
           
 Encoding sniff()
           
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IcuDetectorSniffer

public IcuDetectorSniffer(ByteReadable source)
Parameters:
source -
Method Detail

read

public int read()
         throws java.io.IOException
Specified by:
read in class java.io.InputStream
Throws:
java.io.IOException

sniff

public Encoding sniff()
               throws java.io.IOException
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)