Class FormDataBytes
Class to provide FiniteReadable from user-provided ubyte[]
Constructors
Name | Description |
---|---|
this
|
constructor from ubyte[] |
Fields
Name | Type | Description |
---|---|---|
_data
|
ubyte[] | |
_exhausted
|
bool | |
_offset
|
ulong | |
_size
|
ulong |
Methods
Name | Description |
---|---|
getSize
|
size of the content |
read
|
file-like read() |