Method | Description | |
---|---|---|
DownloadHandlerScript ( ) : System |
Create a DownloadHandlerScript which allocates new buffers when passing data to callbacks.
|
|
DownloadHandlerScript ( byte preallocatedBuffer ) : System |
Create a DownloadHandlerScript which reuses a preallocated buffer to pass data to callbacks.
|
Method | Description | |
---|---|---|
InternalSetPreallocatedBuffer ( byte buffer ) : void |
public DownloadHandlerScript ( byte preallocatedBuffer ) : System | ||
preallocatedBuffer | byte | A byte buffer into which data will be copied, for use by DownloadHandler.ReceiveData. |
return | System |