Property | Type | Description | |
---|---|---|---|
val0 | byte | ||
val1 | byte | ||
val2 | byte | ||
val3 | byte | ||
val4 | byte | ||
val5 | byte | ||
val6 | byte | ||
val7 | byte |
Method | Description | |
---|---|---|
FixedByteBuffer8 ( byte val0, byte val1, byte val2, byte val3, byte val4, byte val5, byte val6, byte val7 ) : System | ||
FixedByteBuffer8 ( byte buffer, int count ) : System | ||
Output ( byte buffer ) : void | ||
OutputBuffered ( ) : byte[] |
Outputs to a pre-allocated per-thread byte buffer. Note that this buffer is reused between calls and may be overwritten.
|
Method | Description | |
---|---|---|
FixedByteBuffer8 ( uint first, uint second ) : System | ||
Pack ( byte a, byte b, byte c, byte d ) : uint | ||
Read ( RailBitBuffer buffer ) : |
||
Unpack ( uint value, byte &a, byte &b, byte &c, byte &d ) : void | ||
Write ( RailBitBuffer buffer ) : void |
public FixedByteBuffer8 ( byte val0, byte val1, byte val2, byte val3, byte val4, byte val5, byte val6, byte val7 ) : System | ||
val0 | byte | |
val1 | byte | |
val2 | byte | |
val3 | byte | |
val4 | byte | |
val5 | byte | |
val6 | byte | |
val7 | byte | |
return | System |
public FixedByteBuffer8 ( byte buffer, int count ) : System | ||
buffer | byte | |
count | int | |
return | System |