Class CodedInputStream.IterableDirectByteBufferDecoder

java.lang.Object
com.google.protobuf.CodedInputStream
com.google.protobuf.CodedInputStream.IterableDirectByteBufferDecoder
Enclosing class:
CodedInputStream

private static final class CodedInputStream.IterableDirectByteBufferDecoder extends CodedInputStream
Implementation of CodedInputStream that uses an as the data source. Requires the use of sun.misc.Unsafe to perform fast reads on the buffer.