Java API: append a ByteString to this builder.
Directly wraps this ByteStringBuilder in an OutputStream.
Directly wraps this ByteStringBuilder in an OutputStream. Write operations on the stream are forwarded to the builder.
Add a single Byte to this builder.
Add a number of Bytes from an array to this builder.
Add a number of Bytes from an array to this builder.
Add a single Double to this builder.
Add a number of Doubles from an array to this builder.
Add a number of Doubles from an array to this builder.
Add a single Float to this builder.
Add a number of Floats from an array to this builder.
Add a number of Floats from an array to this builder.
Add a single Int to this builder.
Add a number of Ints from an array to this builder.
Add a number of Ints from an array to this builder.
Add a single Long to this builder.
Add the n
least significant bytes of the given Long to this builder.
Add a number of Longs from an array to this builder.
Add a number of Longs from an array to this builder.
Add a single Short to this builder.
Add a number of Shorts from an array to this builder.
Add a number of Shorts from an array to this builder.
(Since version ) see corresponding Javadoc for more information.
A mutable builder for efficiently creating a akka.util.ByteString.
The created ByteString is not automatically compacted.