Package elki.data

Class DoubleVector.VariableSerializer

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DoubleVector fromByteBuffer​(java.nio.ByteBuffer buffer)
      Deserialize an object from a byte buffer (e.g., disk)
      int getByteSize​(DoubleVector vec)
      Get the size of the object in bytes.
      void toByteBuffer​(java.nio.ByteBuffer buffer, DoubleVector vec)
      Serialize the object to a byte array (e.g., disk)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VariableSerializer

        public VariableSerializer()