Handbook
Glossary
read-chunk ( -- byte-array/f )
Vocabulary
audio
.
chunked-file
Inputs
None
Outputs
byte-array/f
an
object
Definition
USING:
endian
kernel
sequences
;
IN:
audio.chunked-file
:
read-chunk
( -- byte-array/f )
4
ensured-read
[
4
ensured-read*
dup
endian>
ensured-read*
3append
]
[
f
]
if*
;