Uses of Class
io.grpc.internal.CompositeReadableBuffer
Packages that use CompositeReadableBuffer
-
Uses of CompositeReadableBuffer in io.grpc.internal
Fields in io.grpc.internal declared as CompositeReadableBufferModifier and TypeFieldDescriptionprivate final CompositeReadableBuffer
GzipInflatingBuffer.gzippedData
This buffer holds all input gzipped data, consisting of blocks of deflated data and the surrounding gzip headers and trailers.private CompositeReadableBuffer
MessageDeframer.nextFrame
private CompositeReadableBuffer
MessageDeframer.unprocessed
Methods in io.grpc.internal with parameters of type CompositeReadableBufferModifier and TypeMethodDescriptionvoid
CompositeReadableBuffer.readBytes
(CompositeReadableBuffer dest, int length) Readslength
bytes from this buffer and writes them to the destination buffer.