BinaryStream.write

Writes the provided value to the stream.

  1. void write(T val)
    class BinaryStream
    final
    void
    write
    (
    T
    )
    (
    T val
    )
  2. void write(T val)

Parameters

T

The type of data to be written.

val T

The value to be written to the stream.

Meta