hudson.plugins.fitnesse
Class InputStreamDeBOMer
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
InputStreamDeBOMer
public InputStreamDeBOMer()
deBOM
public static InputStream deBOM(InputStream in)
throws IOException
- Throws:
IOException
Copyright © 2004-2014. All Rights Reserved.