Method OutputStream.put
These methods provide an output range interface.
Note that these functions do not flush
the output stream for performance reasons. flush
() needs to be called manually afterwards.
Prototypes
void put( ubyte ); void put( in ubyte[] elems ); void put( char ); void put( in char[] elems ); void put( dchar ); void put( in dchar[] elems );
See Also
Authors
Sönke Ludwig
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.