BinaryStream.write

Writes multiple values of type T to the stream.

  1. void write(T val)
  2. void write(T val)
    class BinaryStream
    final
    void
    write
    (
    T
    bool PREFIXED = true
    )
    (
    T val
    )
    if ()

Parameters

T

The type of data to be written.

Meta