Module bytecodec::io [] [src]

I/O (i.e., Read and Write traits) related module.

Structs

BufferedIo

Buffered I/O stream.

ReadBuf

Read buffer.

WriteBuf

Write buffer.

Enums

StreamState

State of I/O streams.

Traits

IoDecodeExt

An extension of Decode trait to aid decodings involving I/O.

IoEncodeExt

An extension of Encode trait to aid encodings involving I/O.