Class WrappedDataOutputStreamPlus

All Implemented Interfaces:
Closeable, DataOutput, Flushable, AutoCloseable, DataOutputPlus

public class WrappedDataOutputStreamPlus extends UnbufferedDataOutputStreamPlus
When possible use WrappedDataOutputStreamPlus instead of this class, as it will be more efficient when using Plus methods. This class is only for situations where it cannot be used. The channel provided by this class is just a wrapper around the output stream.