[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:fCraft.BufferUtil"]
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.0 (0.6.3.0)
Syntax
| C# |
public static class BufferUtil
Members
| All Members | Methods |
| Member | Description | |
|---|---|---|
| MemCmp(array<Byte>[]()[][], Int32, String) | Checks whether the sequence of bytes in data at the given offset matches the sequence of ASCII characters in value.
Basically, checks whether the byte array contains the string at this offset. | |
| MemCpy(Byte*, Byte*, Int32) | ||
| MemSet(array<Byte>[]()[][], Byte) | ||
| MemSet(array<Byte>[]()[][], Byte, Int32, Int32) | ||
| ReadAll(Stream, array<Byte>[]()[][]) |