Class CodedOutputStream.ByteOutputEncoder

Enclosing class:
CodedOutputStream

private static final class CodedOutputStream.ByteOutputEncoder extends CodedOutputStream.AbstractBufferedEncoder
A CodedOutputStream that decorates a ByteOutput. It internal buffer only to support string encoding operations. All other writes are just passed through to the ByteOutput.