ByteStringBuilder
A mutable builder for efficiently creating a org.apache.pekko.util.ByteString.
The created ByteString is not automatically compacted.
Attributes
- Source
- ByteString.scala
- Graph
-
- Supertypes
- Self type
Members list
Value members
Concrete methods
Attributes
- Source
- ByteString.scala
Attributes
- Source
- ByteString.scala
Attributes
- Definition Classes
- Source
- ByteString.scala
Attributes
- Definition Classes
- Source
- ByteString.scala
Java API: append a ByteString to this builder.
Directly wraps this ByteStringBuilder in an OutputStream. Write operations on the stream are forwarded to the builder.
Directly wraps this ByteStringBuilder in an OutputStream. Write operations on the stream are forwarded to the builder.
Attributes
- Source
- ByteString.scala
Attributes
- Source
- ByteString.scala
Tests whether this ByteStringBuilder is empty.
Attributes
- Source
- ByteString.scala
Tests whether this ByteStringBuilder is not empty.
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 the n least significant bytes of the given Long to this builder.
Attributes
- Source
- ByteString.scala
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.
Attributes
- Source
- ByteString.scala
Attributes
- Definition Classes
- Source
- ByteString.scala