Module openj9.dtfj

Package com.ibm.dtfj.phd.util


package com.ibm.dtfj.phd.util
  • Class
    Description
    This class provides a mechanism for writing numbers in a bit stream.
    Improved performance NumberStream for small number of references Keeps the refs in a LongArray - only outputs to the compressed bitstream if it overflows
    Similar to IntegerArray but for longs.
    This interface provides an enumeration of long values.
    This class provides a stream of integers in a relatively compact format.
    Superclass of IntegerArray and LongArray
    Packs references more efficiently by sorting them in order, so allowing smaller deltas to be encoded.