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 classACodedOutputStreamthat writes directly to a byte array.private static final classACodedOutputStreamthat writes directly to a directByteBuffer, using only safe operations..private static final classACodedOutputStreamthat writes directly to a heapByteBuffer.private static final classAn encoder that writes into an OutputStream.Methods in com.google.protobuf with parameters of type ByteOutputModifier and TypeMethodDescriptionstatic voidUnsafeByteOperations.unsafeWriteTo(ByteString bytes, ByteOutput output) Writes the givenByteStringto the providedByteOutput.(package private) voidByteString.BoundedByteString.writeTo(ByteOutput out) (package private) voidByteString.LiteralByteString.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)