public LoadFromBuffer ( [ buffer, int index, int length, NbtCompression compression ) : long | ||
buffer | [ | Stream from which data will be loaded. If |
index | int | The index into |
length | int | Maximum number of bytes to read from the given buffer. Must not be negative.
/// An |
compression | NbtCompression | Compression method to use for loading/saving this file. |
return | long |
NbtFile::LoadFromBuffer ( [ buffer, int index, int length, NbtCompression compression, [ selector ) : long |