public class BytesCharSeq extends Object implements CharSequence
| Constructor and Description |
|---|
BytesCharSeq(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
bytes() |
char |
charAt(int index) |
int |
length() |
CharSequence |
subSequence(int start,
int end) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitchars, codePointspublic int length()
length in interface CharSequencepublic char charAt(int index)
charAt in interface CharSequencepublic CharSequence subSequence(int start, int end)
subSequence in interface CharSequencepublic String toString()
toString in interface CharSequencetoString in class Objectpublic byte[] bytes()
Copyright © 2021. All rights reserved.