Class FormDataFile

Class to provide FiniteReadable from File

class FormDataFile
  : FiniteReadable ;

Constructors

NameDescription
this constructor from File object

Fields

NameTypeDescription
_exhausted bool
_fileHandle std.stdio.File
_fileSize ulong
_processed ulong

Methods

NameDescription
getSize
read file-like read()
getSize size of the content

Aliases

NameDescription
__xdtor