Blob
pub fn encode_blob<W, T>(stream: &mut W, bytes: T) -> IoResult<Size>where W: Write, T: Into<Blob>,
Result: total bytes that have been written.