FileBase.readv

Vectorized read.

struct FileBase
size_t
readv
(
size_t StackSize = 32
)
(
scope ubyte[][] bufs...
)

Parameters

bufs ubyte[][]

The buffers to read the data into. The length of each buffer specifies how much data should be read.

Return Value

Type: size_t

The number of bytes that were read. 0 indicates that the end of the file has been reached.

Meta