Class LongSummation

    • Constructor Detail

      • LongSummation

        public LongSummation()
        Deprecated.
    • Method Detail

      • reset

        public void reset()
        Deprecated.
        Specified by:
        reset in interface Aggregator
      • bytesToLong

        public static long bytesToLong​(byte[] b)
                                throws IOException
        Deprecated.
        Throws:
        IOException
      • bytesToLong

        public static long bytesToLong​(byte[] b,
                                       int offset)
                                throws IOException
        Deprecated.
        Throws:
        IOException
      • longToBytes

        public static byte[] longToBytes​(long l)
        Deprecated.