Package com.couchbase.client.core.json.stream
package com.couchbase.client.core.json.stream
-
ClassDescriptionA stream window implementation that copies input data into a single accumulator buffer.Create an instance with
JsonStreamParser.builder()
.Builder instances are reusable provided that ALL configuration of the instance occurs before any call toJsonStreamParser.Builder.build()
.A sliding window over the contents of a byte stream.