Struct encoding::codec::ascii::ASCIIDecoderUnstable [-]  [+] [src]

pub struct ASCIIDecoder;

A decoder for ASCII.

Methods

impl ASCIIDecoder

fn new() -> Box<Decoder>

Trait Implementations

impl Decoder for ASCIIDecoder

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 ASCIIDecoder

fn clone(&self) -> ASCIIDecoder

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