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 TypeClassDescriptionclassEncodes and writes protocol message fields.private static final classACodedOutputStreamthat writes directly to a byte array.private static final classACodedOutputStreamthat writes directly to a directByteBuffer, using only safe operations..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)