Returns a new ByteString instance with contents of this
instance.
new ByteString with same contents as this instance
This method creates a new instance of ByteString that
has the same contents as this buffer. The method passes the
internal byte array directly to the new ByteString instance,
making this operation very efficient.
ByteStringBuilder Class | Hunny.Base Namespace