Packagevegas.net
Classpublic class BOMInspector
InheritanceBOMInspector Inheritance Object

This static tool class inspect and transform the BOM in a ByteArray object.



Public Methods
 MethodDefined By
  
containsBOM(byte:ByteArray, bom:BOM):Boolean
[static] Indicates if the specified BOM is register in the passed-in ByteArray reference.
BOMInspector
Method Detail
containsBOM()method
public static function containsBOM(byte:ByteArray, bom:BOM):Boolean

Indicates if the specified BOM is register in the passed-in ByteArray reference.

Parameters

byte:ByteArray
 
bom:BOM

Returns
Boolean