Oops, io.encodings.binary was both in core and basis
parent
088eb89057
commit
ec3013c39b
|
@ -1 +0,0 @@
|
||||||
Daniel Ehrenberg
|
|
|
@ -1,11 +0,0 @@
|
||||||
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"
|
|
|
@ -1,8 +0,0 @@
|
||||||
! Copyright (C) 2008 Daniel Ehrenberg.
|
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
|
||||||
USING: io.encodings kernel ;
|
|
||||||
IN: io.encodings.binary
|
|
||||||
|
|
||||||
SINGLETON: binary
|
|
||||||
M: binary <encoder> drop ;
|
|
||||||
M: binary <decoder> drop ;
|
|
|
@ -1 +0,0 @@
|
||||||
Dummy encoding for binary I/O
|
|
|
@ -1 +0,0 @@
|
||||||
text
|
|
Loading…
Reference in New Issue