Interface BinaryEntityDataReader
-
- All Known Implementing Classes:
BinaryLoader.Default
public interface BinaryEntityDataReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreadBinaryEntities(ByteBuffer entitiesData)Expects a raw memory address pointing to the location of an entity raw binary data, starting with its header.
-
-
-
Method Detail
-
readBinaryEntities
void readBinaryEntities(ByteBuffer entitiesData)
Expects a raw memory address pointing to the location of an entity raw binary data, starting with its header.- Parameters:
entitiesData- the buffer to read from
-
-