MemoryStream.put

Writes the provided value to the stream without advancing the stream position.

  1. void put(T val)
    class MemoryStream
    final
    void
    put
    (
    T
    )
    (
    T val
    )
  2. void put(T val)

Parameters

T

The type of data to be written.

val T

The value to be written to the stream.

Meta