Class NumSummation

    • Constructor Detail

      • NumSummation

        public NumSummation()
        Deprecated.
    • Method Detail

      • longToBytes

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

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

        public static long safeAdd​(long a,
                                   long b)
        Deprecated.
      • reset

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