MCPcopy Create free account
hub / github.com/grpc/grpc-java / mark

Method mark

core/src/main/java/io/grpc/internal/ReadableBuffer.java:136–136  ·  view source on GitHub ↗

Marks the current position in this buffer. A subsequent call to the #reset method repositions this stream at the last marked position so that subsequent reads re-read the same bytes.

()

Source from the content-addressed store, hash-verified

134 * bytes.
135 */
136 void mark();
137
138 /**
139 * Repositions this buffer to the position at the time {@link #mark} was last called on this

Implementers 2

ForwardingReadableBuffercore/src/main/java/io/grpc/internal/Fo
AbstractReadableBuffercore/src/main/java/io/grpc/internal/Ab

Calls

no outgoing calls