Packagestarling.textures
Classpublic class AtfData
InheritanceAtfData Inheritance Object

A parser for the ATF data format.



Public Properties
 PropertyDefined By
  data : ByteArray
[read-only]
AtfData
  format : String
[read-only]
AtfData
  height : int
[read-only]
AtfData
  numTextures : int
[read-only]
AtfData
  width : int
[read-only]
AtfData
Public Methods
 MethodDefined By
  
AtfData(data:ByteArray)
Create a new instance by parsing the given byte array.
AtfData
  
isAtfData(data:ByteArray):Boolean
[static]
AtfData
Property Detail
dataproperty
data:ByteArray  [read-only]


Implementation
    public function get data():ByteArray
formatproperty 
format:String  [read-only]


Implementation
    public function get format():String
heightproperty 
height:int  [read-only]


Implementation
    public function get height():int
numTexturesproperty 
numTextures:int  [read-only]


Implementation
    public function get numTextures():int
widthproperty 
width:int  [read-only]


Implementation
    public function get width():int
Constructor Detail
AtfData()Constructor
public function AtfData(data:ByteArray)

Create a new instance by parsing the given byte array.

Parameters
data:ByteArray
Method Detail
isAtfData()method
public static function isAtfData(data:ByteArray):Boolean

Parameters

data:ByteArray

Returns
Boolean