12 lines
367 B
Factor
12 lines
367 B
Factor
USING: help.syntax help.markup ;
|
|
IN: io.encodings.binary
|
|
|
|
HELP: binary
|
|
{ $class-description "Encoding descriptor for binary I/O." } ;
|
|
|
|
ARTICLE: "io.encodings.binary" "Binary encoding"
|
|
"Making an encoded stream with the binary encoding is a no-op; streams with this encoding deal with byte-arrays, not strings."
|
|
{ $subsection binary } ;
|
|
|
|
ABOUT: "io.encodings.binary"
|