Class CodedInputStream.StreamDecoder.SkippedDataSink

java.lang.Object
com.google.protobuf.CodedInputStream.StreamDecoder.SkippedDataSink
All Implemented Interfaces:
CodedInputStream.StreamDecoder.RefillCallback
Enclosing class:
CodedInputStream.StreamDecoder

private class CodedInputStream.StreamDecoder.SkippedDataSink extends Object implements CodedInputStream.StreamDecoder.RefillCallback
Collects the bytes skipped and returns the data in a ByteBuffer.
  • Field Details

  • Constructor Details

    • SkippedDataSink

      private SkippedDataSink()
  • Method Details