Struct encoding::codec::simpchinese::HZDecoderUnstable [-]  [+] [src]

pub struct HZDecoder {
    // some fields omitted
}

A decoder for HZ.

Methods

impl HZDecoder

fn new() -> Box<Decoder>

Trait Implementations

impl Decoder for HZDecoder

fn from_self(&self) -> Box<Decoder>

fn is_ascii_compatible(&self) -> bool

fn raw_feed(&mut self, input: &[u8], output: &mut StringWriter) -> (uint, Option<CodecError>)

fn raw_finish(&mut self, output: &mut StringWriter) -> Option<CodecError>

Derived Implementations

impl Clone for HZDecoder

fn clone(&self) -> HZDecoder

fn clone_from(&mut self, source: &Self)