addVarint method

void addVarint(
  1. Int64 value
)

Implementation

void addVarint(Int64 value) {
  varints.add(value);
}