static CompressedLongsSupplierSerializer | 
CompressedLongsSupplierSerializer.create(IOPeon ioPeon,
      String filenameBase,
      ByteOrder order,
      CompressedObjectStrategy.CompressionStrategy compression)  | 
static CompressedFloatsSupplierSerializer | 
CompressedFloatsSupplierSerializer.create(IOPeon ioPeon,
      String filenameBase,
      ByteOrder order,
      CompressedObjectStrategy.CompressionStrategy compression)  | 
static CompressedFloatsSupplierSerializer | 
CompressedFloatsSupplierSerializer.create(IOPeon ioPeon,
      String filenameBase,
      int sizePer,
      ByteOrder order,
      CompressedObjectStrategy.CompressionStrategy compression)  | 
static CompressedFloatsIndexedSupplier | 
CompressedFloatsIndexedSupplier.fromFloatBuffer(FloatBuffer buffer,
               ByteOrder order,
               CompressedObjectStrategy.CompressionStrategy compression)  | 
static CompressedFloatsIndexedSupplier | 
CompressedFloatsIndexedSupplier.fromFloatBuffer(FloatBuffer buffer,
               int chunkFactor,
               ByteOrder order,
               CompressedObjectStrategy.CompressionStrategy compression)  | 
static CompressedLongsIndexedSupplier | 
CompressedLongsIndexedSupplier.fromLongBuffer(LongBuffer buffer,
              ByteOrder byteOrder,
              CompressedObjectStrategy.CompressionStrategy compression)  | 
static CompressedLongsIndexedSupplier | 
CompressedLongsIndexedSupplier.fromLongBuffer(LongBuffer buffer,
              int chunkFactor,
              ByteOrder byteOrder,
              CompressedObjectStrategy.CompressionStrategy compression)  | 
static CompressedLongBufferObjectStrategy | 
CompressedLongBufferObjectStrategy.getBufferForOrder(ByteOrder order,
                 CompressedObjectStrategy.CompressionStrategy compression,
                 int sizePer)  | 
static CompressedFloatBufferObjectStrategy | 
CompressedFloatBufferObjectStrategy.getBufferForOrder(ByteOrder order,
                 CompressedObjectStrategy.CompressionStrategy compression,
                 int sizePer)  |