Struct encoding::codec::korean::Windows949DecoderUnstable [-]  [+] [src]

pub struct Windows949Decoder {
    // some fields omitted
}

A decoder for Windows code page 949.

Methods

impl Windows949Decoder

fn new() -> Box<Decoder>

Trait Implementations

impl Decoder for Windows949Decoder

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 Windows949Decoder

fn clone(&self) -> Windows949Decoder

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