Package elki.data

Class IntegerVector.ShortSerializer

    • Constructor Summary

      Constructors 
      Constructor Description
      ShortSerializer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IntegerVector fromByteBuffer​(java.nio.ByteBuffer buffer)
      Deserialize an object from a byte buffer (e.g., disk)
      int getByteSize​(IntegerVector vec)
      Get the size of the object in bytes.
      void toByteBuffer​(java.nio.ByteBuffer buffer, IntegerVector 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

      • ShortSerializer

        public ShortSerializer()