X Tutup
Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 318 Bytes

File metadata and controls

1 lines (1 loc) · 318 Bytes

A codec defines how Seaside communicates without the outside world and how outside data is converted into the image (decoding) and back outside the image (encoding). The codec is essentially a stream factory that provides wrappers around standard streams. All streams do support binary mode for non-converted transfer.

X Tutup