Class for source compatibility with the Java version.
More...
|
void | Wrap (byte[] buffer) |
| Assign buffer More...
|
|
void | Wrap (byte[] buffer, int length) |
| Assign buffer More...
|
|
bool | Get (out byte data) |
|
bool | Get (int start, int length, out byte[] data) |
| Copy data into other buffer More...
|
|
unsafe int | GetInt () |
|
Class for source compatibility with the Java version.
◆ Get()
bool Gevasys.DataCore.Core.IO.ByteBuffer.Get |
( |
int |
start, |
|
|
int |
length, |
|
|
out byte[] |
data |
|
) |
| |
|
inline |
Copy data into other buffer
- Parameters
-
- Returns
◆ Wrap() [1/2]
void Gevasys.DataCore.Core.IO.ByteBuffer.Wrap |
( |
byte[] |
buffer | ) |
|
|
inline |
◆ Wrap() [2/2]
void Gevasys.DataCore.Core.IO.ByteBuffer.Wrap |
( |
byte[] |
buffer, |
|
|
int |
length |
|
) |
| |
|
inline |
◆ Limit
int Gevasys.DataCore.Core.IO.ByteBuffer.Limit |
|
get |
◆ Position
int Gevasys.DataCore.Core.IO.ByteBuffer.Position |
|
get |
Current position in buffer
The documentation for this class was generated from the following file: