Interface BinaryEntityDataReader
- All Known Implementing Classes:
- BinaryLoader.Default
public interface BinaryEntityDataReader
- 
Method SummaryModifier and Type Method Description voidreadBinaryEntities(ByteBuffer entitiesData)Expects a raw memory address pointing to the location of a entity raw binary data, starting with its header.
- 
Method Details- 
readBinaryEntitiesExpects a raw memory address pointing to the location of a entity raw binary data, starting with its header.- Parameters:
- entitiesData-
 
 
-