Struct amf::amf3::Decoder [] [src]

pub struct Decoder<R> { /* fields omitted */ }

AMF3 decoder.

Methods

impl<R> Decoder<R>
[src]

Unwraps this Decoder, returning the underlying reader.

impl<R> Decoder<R> where
    R: Read
[src]

Makes a new instance.

Decodes a AMF3 value.

Trait Implementations

impl<R: Debug> Debug for Decoder<R>
[src]

Formats the value using the given formatter.