Re: Question about readVint & writeVint from DataOutput and DataInput

2021-09-03 Thread Aaron Cohen
ive numbers use a different encoding, e.g. zigzag. > > Uwe > > Am 3. September 2021 14:34:35 UTC schrieb Aaron Cohen > : >> While reading the Lucene JavaDoc I came across writeVInt >> <https://lucene.apache.org/core/8_9_0/core/org/apache/lucene/store/DataOutput.html#wr

Question about readVint & writeVint from DataOutput and DataInput

2021-09-03 Thread Aaron Cohen
While reading the Lucene JavaDoc I came across writeVInt & readVInt from DataOutput and DataInput base