Maven module :un.api : api-encoding :
Class : un.api.io.ByteOutputStream
Extends/Implements : -
Subclasses : -

Basic byte stream, strict minimum requiered.
author  Johann Sorel


Variables : -
Functions : write, write, write, write, flush, close



void write (byte b)

void write (byte[] buffer)

void write (byte[] buffer, int offset, int length)

void write (Buffer buffer, int offset, int length)


throws  IOException
void flush ()


Close the stream.
throws  IOException
void close ()