io.binary vocabulary
Factor documentation > Factor handbook > Vocabulary index


Documentation
Working with binary data

Meta-data
Authors:Slava Pestov


Words

Ordinary words
WordStack effect
>be( x n -- byte-array )
>le( x n -- byte-array )
be>( seq -- x )
d>w/w( d -- w1 w2 )
h>b/b( h -- b1 b2 )
le>( seq -- x )
mask-byte( x -- y )
nth-byte( x n -- b )
signed-be>( bytes -- x )
signed-le>( bytes -- x )
w>h/h( w -- h1 h2 )


Files
resource:core/io/binary/binary.factor
resource:core/io/binary/binary-docs.factor
resource:core/io/binary/binary-tests.factor


Children from resource:extra
VocabularySummary
io.binary.fastio.binary.fast vocabulary


Children
VocabularySummary
io.binary.privateio.binary.private vocabulary