Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AMF0 amf0
Functions ¶
This section is empty.
Types ¶
type AMF ¶
type AMF interface {
Decode(easyio.EasyReader) ([]interface{}, error)
Encode(easyio.EasyWriter, interface{}) error
}
type Marker ¶
type Marker uint8
const ( NumberMarker Marker = 0x00 + iota BooleanMarker StringMarker ObjectMarker //complex types MovieclipMarker //reserved, not supported NULLMarker UndefinedMarker ReferenceMarker EcmaArrayMarker //complex types ObjectEndMarker StrictArrayMarker DateMarker LongStringMarker UnSupportedMarker RecordSetMarker //reserved, not supported XMLDocumentMarker TypedObjectMarker //complex types InvalidMarker )
Click to show internal directories.
Click to hide internal directories.