Interface DataOutputStream


public interface DataOutputStream

The data output stream provides a means in which data can be written to a stream.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Flushes the output, closes this stream and frees up any allocated resources.
    void
    write(byte[] buf, long n)
    Writes n bytes to this stream.
    void
    Writes a stream to this stream.