Binary encoding through the new encoding protocol

db4
Daniel Ehrenberg 2008-02-02 13:23:54 -06:00
parent abc50cb7bd
commit 5c37add12a
4 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1 @@
Dummy encoding for binary I/O

View File

@ -0,0 +1 @@
Daniel Ehrenberg

View File

@ -0,0 +1,5 @@
USING: help.syntax help.markup ;
IN: io.encodings.binary
HELP: binary
{ $class-description "This is the encoding descriptor for binary I/O." } ;

View File

@ -0,0 +1,6 @@
USING: kernel io.encodings ;
TUPLE: binary ;
M: binary init-decoding drop ;
M: binary init-encoding drop ;