Handbook
Glossary
<jpeg-chunk> ( type length data -- jpeg-chunk )
Vocabulary
images
.
jpeg
.
private
Inputs
type
an
object
length
an
object
data
an
object
Outputs
jpeg-chunk
an
object
Definition
USING:
accessors
kernel
;
IN:
images.jpeg.private
:
<jpeg-chunk>
( type length data -- jpeg-chunk )
jpeg-chunk
new
swap
>>data
swap
>>length
swap
>>type
;