Property | Type | Description | |
---|---|---|---|
FinishAsyncRead | bool | ||
GetChunk | void | ||
GetSizeOfResource | long | ||
HandleResponse | void | ||
RefillBuffer | void | ||
ShouldPreFetch | bool | ||
TriggerRefillAsync | void |
Method | Description | |
---|---|---|
Flush ( ) : void | ||
Read ( byte buffer, int offset, int count ) : int | ||
Seek ( long offset, SeekOrigin origin ) : long | ||
SeekableNetworkStream ( string url, long resourceLength = null, uint cacheSize = NOM_CACHE ) : System | ||
SetLength ( long value ) : void | ||
Write ( byte buffer, int offset, int count ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
FinishAsyncRead ( ) : bool | ||
GetChunk ( long start, long end, uint retryCount = 2 ) : void | ||
GetSizeOfResource ( |
||
HandleResponse ( |
||
RefillBuffer ( long minLength ) : void | ||
ShouldPreFetch ( ) : bool | ||
TriggerRefillAsync ( uint amount ) : void |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | |
origin | SeekOrigin | |
return | long |
public SeekableNetworkStream ( string url, long resourceLength = null, uint cacheSize = NOM_CACHE ) : System | ||
url | string | |
resourceLength | long | |
cacheSize | uint | |
return | System |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |