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

    Modifier and Type
    Method
    Description
    void
    write(long ptr, I instance)
    Write the given instance to the given memory address.
  • Method Details

    • write

      void write(long ptr, I instance)
      Write the given instance to the given memory address.