2008-12-14 21:03:00 -05:00
|
|
|
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."
|
2009-10-01 15:56:36 -04:00
|
|
|
{ $subsections binary } ;
|
2008-12-14 21:03:00 -05:00
|
|
|
|
|
|
|
ABOUT: "io.encodings.binary"
|