Class AIExportDataBlob

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class AIExportDataBlob extends Struct<AIExportDataBlob> implements NativeResource

 struct aiExportDataBlob {
     size_t size;
     void * data;
     {@link AIString struct aiString} name;
     {@link AIExportDataBlob struct aiExportDataBlob} * next;
 }