Package | com.swfwire.decompiler.data.swf.records |
Class | public class TagHeaderRecord |
Inheritance | TagHeaderRecord Object |
Implements | IRecord |
Property | Defined By | ||
---|---|---|---|
forceLong : Boolean | TagHeaderRecord | ||
length : uint | TagHeaderRecord | ||
SHORT_HEADER_MAX_LENGTH : uint = 0x3F [static] | TagHeaderRecord | ||
type : uint | TagHeaderRecord |
Method | Defined By | ||
---|---|---|---|
TagHeaderRecord(type:uint = 0, length:uint = 0, forceLong:Boolean = false) | TagHeaderRecord | ||
isLong():Boolean | TagHeaderRecord |
forceLong | property |
public var forceLong:Boolean
length | property |
public var length:uint
SHORT_HEADER_MAX_LENGTH | property |
public static var SHORT_HEADER_MAX_LENGTH:uint = 0x3F
type | property |
public var type:uint
TagHeaderRecord | () | Constructor |
public function TagHeaderRecord(type:uint = 0, length:uint = 0, forceLong:Boolean = false)
type:uint (default = 0 )
| |
length:uint (default = 0 )
| |
forceLong:Boolean (default = false )
|
isLong | () | method |
public function isLong():Boolean
ReturnsBoolean |