We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d73f2 commit 32fa86eCopy full SHA for 32fa86e
firebase-firestore/src/main/java/com/google/firebase/firestore/bundle/BundleReader.java
@@ -154,24 +154,6 @@ private int indexOfOpenBracket() {
154
}
155
156
157
- private static final class ReadJsonResult {
158
- private String json;
159
- private int byteCount;
160
-
161
- ReadJsonResult(String json, int byteCount) {
162
- this.json = json;
163
- this.byteCount = byteCount;
164
- }
165
166
- String getJson() {
167
- return json;
168
169
170
- int getByteCount() {
171
- return byteCount;
172
173
174
175
/**
176
* Reads from a specified position from the internal buffer, for a specified number of bytes,
177
* pulling more data from the underlying stream if needed.
0 commit comments