The OpenD Programming Language

FormDataFile

Class to provide FiniteReadable from File

class FormDataFile : FiniteReadable {}

Constructors

this
this(File file)

constructor from File object

Inherited Members

From FiniteReadable

getSize
ulong getSize()

size of the content

read
ubyte[] read()

file-like read()

Meta