Uses of Class
com.ibm.dtfj.phd.util.NumberStream
-
Packages that use NumberStream Package Description com.ibm.dtfj.phd.util -
-
Uses of NumberStream in com.ibm.dtfj.phd.util
Subclasses of NumberStream in com.ibm.dtfj.phd.util Modifier and Type Class Description class
BufferedNumberStream
Improved performance NumberStream for small number of references Keeps the refs in a LongArray - only outputs to the compressed bitstream if it overflowsclass
SortedNumberStream
Packs references more efficiently by sorting them in order, so allowing smaller deltas to be encoded.
-