Class ProtobufPacked
- java.lang.Object
-
- org.openstreetmap.josm.data.protobuf.ProtobufPacked
-
public class ProtobufPacked extends Object
Parse packed values (only numerical values)- Since:
- 17862
-
-
Constructor Summary
Constructors Constructor Description ProtobufPacked(byte[] bytes)
Create a new ProtobufPacked object
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Number[]
getArray()
Get the parsed number arrayprivate byte[]
nextVarInt()
-
-
-
Constructor Detail
-
ProtobufPacked
public ProtobufPacked(byte[] bytes)
Create a new ProtobufPacked object- Parameters:
bytes
- The packed bytes
-
-
Method Detail
-
nextVarInt
private byte[] nextVarInt()
-
-