io.streams.byte-array vocabulary - Factor Documentation (original) (raw)

io.streams.byte-array vocabulary
Factor handbook » Vocabulary index

Documentation
Byte-array streams

Metadata

Parents: io.streams

Words

Tuple classes

Class Superclass Slots
byte-reader tuple underlying i

Ordinary words

Word Stack effect
( byte-array encoding -- stream )
( encoding -- stream )
with-byte-reader ( byte-array encoding quot -- )
with-byte-writer ( encoding quot -- byte-array )

Class predicate words

Word Stack effect
byte-reader? ( object -- ? )

Files

resource:core/io/streams/byte-array/byte-array.factor
resource:core/io/streams/byte-array/byte-array-docs.factor
resource:core/io/streams/byte-array/byte-array-tests.factor

Metadata files

resource:core/io/streams/byte-array/summary.txt

Children from resource:basis

Vocabulary Summary
io.streams.byte-array.fast