Package app.babylon.text
Class ByteString.Builder
java.lang.Object
app.babylon.text.ByteString.Builder
- All Implemented Interfaces:
ByteSequence
- Enclosing class:
ByteString
-
Constructor Details
-
Builder
public Builder() -
Builder
public Builder(int capacity) -
Builder
-
Builder
-
-
Method Details
-
build
-
clear
-
append
-
append
-
append
-
length
public int length()- Specified by:
lengthin interfaceByteSequence
-
charset
- Specified by:
charsetin interfaceByteSequence
-
byteAt
public byte byteAt(int index) - Specified by:
byteAtin interfaceByteSequence
-