read-msgpacks ( -- objs ) - Factor Documentation

read-msgpacks ( -- objs )
MessagePack



Vocabulary
msgpack

Inputs
None

Outputs
objs a sequence


Word description
Reads an unknown number of objects from the input-stream that were serialized in the MessagePack format.

Definition
USING: io kernel msgpack.private sequences ;

IN: msgpack

: read-msgpacks ( -- objs )
[ read1 dup ] [ (read-msgpack) ] produce nip ;

AltStyle によって変換されたページ (->オリジナル) /