AtomicStream.read

Reads an array of type T from the stream.

  1. T read()
  2. T[] read(size_t count)
  3. T read()
    class AtomicStream
    final shared
    T
    read
    (
    T : U[]
    U
    )
    ()
  4. T read()
  5. T[] read(size_t count)

Parameters

T

The type of data to be read.

Return Value

Type: T

An array read from the stream.

Meta