Interface TextBOM


public interface TextBOM
Represents file encoding BOMs
Since:
3.2
Author:
Jack Meng
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final byte[]
     
    static final byte[]
     
    static final byte[]
     
  • Field Details

    • UTF8_BOM

      static final byte[] UTF8_BOM
    • UTF16_LE_BOM

      static final byte[] UTF16_LE_BOM
    • UTF16_BE_BOM

      static final byte[] UTF16_BE_BOM