Struct encoding::codec::japanese::EUCJP0212DecoderUnstable [-]  [+] [src]

pub struct EUCJP0212Decoder {
    // some fields omitted
}

A decoder for EUC-JP with JIS X 0212 in G3.

Methods

impl EUCJP0212Decoder

fn new() -> Box<Decoder>

Trait Implementations

impl Decoder for EUCJP0212Decoder

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 EUCJP0212Decoder

fn clone(&self) -> EUCJP0212Decoder

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