io.encodings.private vocabulary
Factor handbook ยป Vocabulary index


Summary

Words

Ordinary words
WordStack effect
(read-first)( n buf decoder -- buf stream encoding n c )
(read-next)( stream encoding n i -- stream encoding n i c )
(read-rest)( buf stream encoding n i -- count )
(read1)( decoder -- ch )
(store-read)( buf stream encoding n c i -- buf stream encoding n )
>decoder<( decoder -- stream encoding )
>encoder<( encoder -- stream encoding )
byte-array>string-fast( byte-array -- string )
cr+( stream -- )
cr-( stream -- )
fix-cr( decoder c -- c' )
handle-readln( stream str ch -- str )
line-ends/eof( stream str -- str )
line-ends\n( stream str -- str )
line-ends\r( stream str -- str )
read-until-loop( buf quot: ( -- char stop? ) -- string/f sep/f )
string>byte-array-fast( string -- byte-array )


Files