Class IntZigzagEncoder


  • public class IntZigzagEncoder
    extends Encoder
    Encoder for int value using Zigzag . For more information, see https://gist.github.com/mfuerstenau/ba870a29e16536fdbaba
    • Constructor Detail

      • IntZigzagEncoder

        public IntZigzagEncoder()
    • Method Detail

      • getMaxByteSize

        public long getMaxByteSize()
        Description copied from class: Encoder
        The maximal possible memory size occupied by current Encoder. This statistic value doesn't involve OutputStream.
        Overrides:
        getMaxByteSize in class Encoder
        Returns:
        the maximal size of possible memory occupied by current encoder