com.mucommander.io.bom
Interface BOMConstants

All Known Implementing Classes:
BOMInputStream

public interface BOMConstants

This interface contains constants used by several classes of the BOM package.

Author:
Maxence Bernard

Field Summary
static BOM[] SUPPORTED_BOMS
          List of supported BOMs
static BOM UTF16_BE_BOM
          UTF-16 Big Endian BOM: FE FF
static BOM UTF16_LE_BOM
          UTF-16 Little Endian BOM: FF FE
static BOM UTF32_BE_BOM
          UTF-32 Big Endian BOM: 00 00 FE FF.
static BOM UTF32_LE_BOM
          UTF-32 Little Endian BOM: FF FE 00 00
static BOM UTF8_BOM
          UTF-8 BOM: EF BB BF
 

Field Detail

UTF8_BOM

static final BOM UTF8_BOM
UTF-8 BOM: EF BB BF


UTF16_BE_BOM

static final BOM UTF16_BE_BOM
UTF-16 Big Endian BOM: FE FF


UTF16_LE_BOM

static final BOM UTF16_LE_BOM
UTF-16 Little Endian BOM: FF FE


UTF32_BE_BOM

static final BOM UTF32_BE_BOM
UTF-32 Big Endian BOM: 00 00 FE FF. Note that


UTF32_LE_BOM

static final BOM UTF32_LE_BOM
UTF-32 Little Endian BOM: FF FE 00 00


SUPPORTED_BOMS

static final BOM[] SUPPORTED_BOMS
List of supported BOMs



This file is part of muCommander - Copyright (C) 2002-2008 Maxence Bernard