AtomicStream.put

Writes multiple values of type T to the stream without advancing the stream position.

  1. void put(T val)
  2. void put(T val)
    class AtomicStream
    final shared
    void
    put
    (
    T
    bool PREFIXED = true
    )
    (
    T val
    )
    if ()

Parameters

T

The type of data to be written.

Meta