next up previous contents index
Next: berr,bout Up: Input/Output Previous: read!   Contents   Index


BinaryWriter


Usage

import from BinaryWriter


Description

BinaryWriter provides various binary output streams.


Exports

berr: % the binary standard error stream
bout: % the binary standard output stream
binaryWriter: (Byte $\to$ ()) $\to$ % create a stream
binaryWriter: (Byte $\to$ (), () $\to$ ()) $\to$ % create a stream
flush!: % $\to$ % flush a stream
write!: (Byte, %) $\to$ () write to a stream



Subsections

Manuel Bronstein 2004-06-28