FormDataBytes

Class to provide FiniteReadable from user-provided ubyte[]

Constructors

this
this(ubyte[] data)

constructor from ubyte[]

Members

Functions

getSize
ulong getSize()
Undocumented in source. Be warned that the author may not have intended to support it.
read
ubyte[] read()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From FiniteReadable

getSize
ulong getSize()

size of the content

read
ubyte[] read()

file-like read()

Meta