X Tutup
Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 222 Bytes

File metadata and controls

1 lines (1 loc) · 222 Bytes

The null codec always returns the original streams. It assumes that the outside world uses the same encoding as the inside world. This is highly efficient as no transformation is applied to the data, but has its drawbacks.

X Tutup