API ReferenceSandbox
IByteParsable<T>class
object→IByteParsable<T>
Methods2
Showing 2 methods
public static virtual T Read(Sandbox.ByteStream stream, Sandbox.IByteParsable.ByteParseOptions o = null)
| Parameter | Type | Description |
|---|---|---|
| stream | ByteStream | — |
| o = null | ByteParseOptions | — |
Returns:
T—public static virtual void Write(Sandbox.ByteStream stream, T value, Sandbox.IByteParsable.ByteParseOptions o = null)
| Parameter | Type | Description |
|---|---|---|
| stream | ByteStream | — |
| value | T | — |
| o = null | ByteParseOptions | — |
Returns:
void—No results match this filter.