Interface InstanceWriter<I extends Instance>
public interface InstanceWriter<I extends Instance>
InstanceWriters can quickly consume many instances and write them to some memory address.
-
Method Summary
-
Method Details
-
write
Write the given instance to the given memory address.
-