buffer-pop ( buffer: buffer -- byte )
Factor handbook » The language » Collections » Locked I/O buffers

Prev:buffer-peek ( buffer: buffer -- byte )
Next:buffer-read ( n: fixnum buffer: buffer -- byte-array )


Vocabulary
io.buffers

Inputs
buffera buffer


Outputs
bytea byte


Word description
Outputs the byte at the buffer position and advances the position.

Definition