Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Unmarshal ¶
func Unmarshal(o UnmarshalSizer, b *bytes.Buffer) (err error)
unmarshal the object from b
func Unmarshals ¶
func Unmarshals(b *bytes.Buffer, o ...UnmarshalSizer) (err error)
unmarshal multiple o pointers, which can be nil.
Types ¶
type UnmarshalSizer ¶
type UnmarshalSizer interface {
encoding.BinaryUnmarshaler
// the total size of bytes for this amf0 instance.
Size() int
}
unmarshaler and sizer.
Click to show internal directories.
Click to hide internal directories.