nu.validator.htmlparser.impl
Class BomSniffer

java.lang.Object
  extended by nu.validator.htmlparser.impl.BomSniffer

public final class BomSniffer
extends java.lang.Object

The BOM sniffing part of the HTML5 encoding sniffing algorithm.

Version:
$Id: BomSniffer.java 207 2008-03-20 15:53:43Z hsivonen $
Author:
hsivonen

Constructor Summary
BomSniffer(ByteReadable source)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BomSniffer

public BomSniffer(ByteReadable source)
Parameters:
source -


Copyright © 2011. All Rights Reserved.