Maven module :un.api : api-encoding :
Class :
un.api.io.AbstractWriter
Extends/Implements :
un.api.io.Writer
Subclasses : -
Variables :
output
Functions :
setOutput,
getOutput,
getOutputAsByteStream,
getOutputAsDataStream,
getOutputAsCharStream,
dispose
protected Object
output
public void
setOutput (Object output)
public Object
getOutput ()
protected ByteOutputStream
getOutputAsByteStream ()
protected DataOutputStream
getOutputAsDataStream (NumberEncoding encoding)
protected CharOutputStream
getOutputAsCharStream (CharEncoding encoding)
public void
dispose ()
Provides the common used functionnalities to properly open and close
the output.
author Johann Sorel