Property | Type | Description | |
---|---|---|---|
Position | long | ||
dispatches | string[] | ||
readyState | uint | ||
result | object |
Method | Description | |
---|---|---|
Read ( Blob blob, byte buffer, int offset, int count ) : int | ||
ReadAsMemoryStream ( object blob, Stream stream ) : void | ||
readAsBase64 ( object blob ) : void |
Method | Description | |
---|---|---|
_readFromNextSource ( byte buffer, int offset, int count ) : void |
public Read ( Blob blob, byte buffer, int offset, int count ) : int | ||
blob | Blob | |
buffer | byte | |
offset | int | |
count | int | |
return | int |
public ReadAsMemoryStream ( object blob, Stream stream ) : void | ||
blob | object | |
stream | Stream | |
return | void |