hudson.plugins.fitnesse
Class InputStreamDeBOMer

java.lang.Object
  extended by hudson.plugins.fitnesse.InputStreamDeBOMer

public class InputStreamDeBOMer
extends Object

The "need" for a DeBOMer is explained at http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4508058


Field Summary
static byte[] UTF16BE_BOM
           
static byte[] UTF16LE_BOM
           
static byte[] UTF32BE_BOM
           
static byte[] UTF32LE_BOM
           
static byte[] UTF8_BOM
          BOM definitions at http://www.unicode.org/faq/utf_bom.html#BOM
 
Constructor Summary
InputStreamDeBOMer()
           
 
Method Summary
static InputStream deBOM(InputStream in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UTF8_BOM

public static final byte[] UTF8_BOM
BOM definitions at http://www.unicode.org/faq/utf_bom.html#BOM


UTF32LE_BOM

public static final byte[] UTF32LE_BOM

UTF16LE_BOM

public static final byte[] UTF16LE_BOM

UTF16BE_BOM

public static final byte[] UTF16BE_BOM

UTF32BE_BOM

public static final byte[] UTF32BE_BOM
Constructor Detail

InputStreamDeBOMer

public InputStreamDeBOMer()
Method Detail

deBOM

public static InputStream deBOM(InputStream in)
                         throws IOException
Throws:
IOException


Copyright © 2004-2012. All Rights Reserved.