Class ProtobufPacked


  • public class ProtobufPacked
    extends Object
    Parse packed values (only numerical values)
    Since:
    17862
    • Constructor Detail

      • ProtobufPacked

        public ProtobufPacked​(byte[] bytes)
        Create a new ProtobufPacked object
        Parameters:
        bytes - The packed bytes
    • Method Detail

      • getArray

        public Number[] getArray()
        Get the parsed number array
        Returns:
        The number array