Uses of Class
com.google.protobuf.ByteOutput
Packages that use ByteOutput
-
Uses of ByteOutput in com.google.protobuf
Subclasses of ByteOutput in com.google.protobufModifier and TypeClassDescription(package private) classA protobuf writer that serializes messages in their binary form.private static final classWriter that uses safe operations on a targetByteBuffer.private static final classWriter that uses safe operations on target array.private static final classWriter that uses unsafe operations on a targetByteBuffer.private static final classWriter that uses unsafe operations on a target array.classEncodes and writes protocol message fields.private static classAbstract base class for buffered encoders.private static classACodedOutputStreamthat writes directly to a byte array.private static final classACodedOutputStreamthat decorates aByteOutput.private static final classACodedOutputStreamthat writes directly to a heapByteBuffer.private static final classAnCodedOutputStreamthat decorates anOutputStream.private static final classACodedOutputStreamthat writes directly to a directByteBuffer, using only safe operations..private static final classFields in com.google.protobuf declared as ByteOutputModifier and TypeFieldDescriptionprivate final ByteOutputCodedOutputStream.ByteOutputEncoder.outMethods in com.google.protobuf with parameters of type ByteOutputModifier and TypeMethodDescription(package private) static CodedOutputStreamCodedOutputStream.newInstance(ByteOutput byteOutput, int bufferSize) Create a newCodedOutputStreamthat writes to the providedByteOutput.static voidUnsafeByteOperations.unsafeWriteTo(ByteString bytes, ByteOutput output) Writes the givenByteStringto the providedByteOutput.(package private) final voidByteString.LiteralByteString.writeTo(ByteOutput output) (package private) voidByteString.NioByteString.writeTo(ByteOutput output) (package private) abstract voidByteString.writeTo(ByteOutput byteOutput) Writes thisByteStringto the providedByteOutput.(package private) voidRopeByteString.writeTo(ByteOutput output) (package private) voidByteString.LeafByteString.writeToReverse(ByteOutput byteOutput) (package private) abstract voidByteString.writeToReverse(ByteOutput byteOutput) This method behaves exactly the same asByteString.writeTo(ByteOutput)unless theByteStringis a rope.(package private) voidRopeByteString.writeToReverse(ByteOutput output) Constructors in com.google.protobuf with parameters of type ByteOutputModifierConstructorDescription(package private)ByteOutputEncoder(ByteOutput out, int bufferSize)