writer
This commit is contained in:
@@ -1354,7 +1354,7 @@ public class ProtobufWriter extends Writer implements ByteTuple {
|
|||||||
writeTo(TENTHOUSAND_UINT_BYTES2[-value]);
|
writeTo(TENTHOUSAND_UINT_BYTES2[-value]);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
expand(6);
|
expand(5);
|
||||||
int curr = this.count;
|
int curr = this.count;
|
||||||
byte[] data = this.content;
|
byte[] data = this.content;
|
||||||
while (true) {
|
while (true) {
|
||||||
@@ -1377,7 +1377,7 @@ public class ProtobufWriter extends Writer implements ByteTuple {
|
|||||||
writeTo(TENTHOUSAND_UINT_BYTES2[(int) -value]);
|
writeTo(TENTHOUSAND_UINT_BYTES2[(int) -value]);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
expand(12);
|
expand(10);
|
||||||
int curr = this.count;
|
int curr = this.count;
|
||||||
byte[] data = this.content;
|
byte[] data = this.content;
|
||||||
while (true) {
|
while (true) {
|
||||||
|
|||||||
Reference in New Issue
Block a user