DataOutputStream.writeToStream

Delegates writing to the underlying stream.

  1. StreamResult writeToStream(ubyte[] buffer)
    struct DataOutputStream(S)
    writeToStream
    (
    ubyte[] buffer
    )
  2. OptionalStreamError writeToStream(T value)

Parameters

buffer ubyte[]

The buffer whose contents to write.

Return Value

The number of bytes written.

Meta