FormDataFile

Class to provide FiniteReadable from File

Constructors

this
this(File file)

constructor from File object

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