This module allows you to convert between text and binary forms of data. For efficiency of I/O (see the `ceylon.io` module), [[Buffer]]s are the core representation which [[ceylon.buffer.codec::Codec]]s output from the encode/decode operations, but it's still easy to get more general types like [[Array]]s and [[String]]s. Input to the operations can be any stream type. [[ceylon.buffer.codec::Codec]]s are symmetrical, as any data that is [[encode|ceylon.buffer.codec::StatelessCodec.encode]]d ...
Version1.3.0compared with

Version Details

Compile Changes (3)

1.2.2 1.3.0
ChangeGroup / ArtifactPreviousCurrent
~ Updated ceylon » collection1.2.21.3.0
~ Updated ceylon » language1.2.21.3.0
~ Updated ceylon.interop » java1.2.21.3.0