fromBr method

VarInt fromBr(
  1. Br br
)

Implementation

VarInt fromBr(Br br) {
  this.buf = br.readVarIntBuf();
  return this;
}