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

pub struct ISO2022JPDecoder {
    // some fields omitted
}

A decoder for ISO-2022-JP with JIS X 0212 support.

Methods

impl ISO2022JPDecoder

fn new() -> Box<Decoder>

Trait Implementations

impl Decoder for ISO2022JPDecoder

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 ISO2022JPDecoder

fn clone(&self) -> ISO2022JPDecoder

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