| Package | org.as3wavsound.sazameki.format.riff |
| Class | public class LIST |
| Inheritance | LIST Chunk Object |
| Subclasses | RIFF |
| Property | Defined By | ||
|---|---|---|---|
| _chunks : Vector.<Chunk> | LIST | ||
![]() | _id : String | Chunk | |
| _type : String | LIST | ||
| Method | Defined By | ||
|---|---|---|---|
LIST(type:String) | LIST | ||
![]() | toByteArray():ByteArray | Chunk | |
| Method | Defined By | ||
|---|---|---|---|
encodeData():ByteArray [override] | LIST | ||
splitList(bytes:ByteArray):Object | LIST | ||
| _chunks | property |
protected var _chunks:Vector.<Chunk>| _type | property |
protected var _type:String| type | property |
type:String public function get type():String public function set type(value:String):void| LIST | () | Constructor |
public function LIST(type:String)type:String |
| encodeData | () | method |
override protected function encodeData():ByteArrayReturnsByteArray |
| splitList | () | method |
protected function splitList(bytes:ByteArray):ObjectParameters
bytes:ByteArray |
Object |