Package app.babylon.text
Interface ByteSequence
- All Known Implementing Classes:
ByteString,ByteString.Builder,ByteStringSlices
public interface ByteSequence
-
Method Summary
Modifier and TypeMethodDescriptionbytebyteAt(int index) default Charsetcharset()default Stringdecode()default Stringdecode(int start, int end) intlength()default ByteStringsubSequence(int start, int end)
-
Method Details
-
length
int length() -
byteAt
byte byteAt(int index) -
charset
-
decode
-
decode
-
subSequence
-