Interface DataOutput

Interface java.io.DataOutput

Interface Members | This Package | All Packages

public interface DataOutput

The data output interface is implemented by streams that can write primitive Java data types to an output stream in a machine-independent manner.

See Also:
DataInput, DataOutputStream