|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Bytes
Strings are encoded and decoded using the UTF-8 charset (multi-byte charsets just aren't worth the increased complication in indexing).
Field Summary | |
---|---|
static java.nio.charset.Charset |
utf8
|
Method Summary | |
---|---|
byte[] |
copyOf()
|
byte[] |
copyOf(int i,
int c)
|
void |
copyTo(int i,
byte[] dest,
int iDest,
int c)
|
byte |
first()
|
boolean |
isEmpty()
|
byte |
last()
|
int |
n()
Length of the sequence |
java.lang.String |
string()
|
java.lang.String |
string(int i,
int c)
Strings are encoded and decoded using the UTF-8 charset (multi-byte charsets just aren't worth the increased complication in indexing). |
byte |
v(int i)
Value at index i |
Field Detail |
---|
static final java.nio.charset.Charset utf8
Method Detail |
---|
byte v(int i)
int n()
void copyTo(int i, byte[] dest, int iDest, int c)
java.lang.String string(int i, int c)
boolean isEmpty()
byte first()
byte last()
byte[] copyOf(int i, int c)
byte[] copyOf()
java.lang.String string()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |