DataInputStream.readFromStream

Delegates reading to the underlying stream.

  1. StreamResult readFromStream(ubyte[] buffer)
    struct DataInputStream(S)
    readFromStream
    (
    ubyte[] buffer
    )
  2. DataReadResult!T readFromStream()

Parameters

buffer ubyte[]

The buffer to read to.

Return Value

The number of bytes read.

Meta