The OpenD Programming Language

FormDataBytes

Class to provide FiniteReadable from user-provided ubyte[]

class FormDataBytes : FiniteReadable {}

Constructors

this
this(ubyte[] data)

constructor from ubyte[]

Inherited Members

From FiniteReadable

getSize
ulong getSize()

size of the content

read
ubyte[] read()

file-like read()

Meta