|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.coremedia.iso.Utf8
public final class Utf8
Converts byte[] -> String and vice versa.
| Constructor Summary | |
|---|---|
Utf8()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
convert(byte[] b)
|
static byte[] |
convert(java.lang.String s)
|
static int |
utf8StringLengthInBytes(java.lang.String utf8)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Utf8()
| Method Detail |
|---|
public static byte[] convert(java.lang.String s)
public static java.lang.String convert(byte[] b)
public static int utf8StringLengthInBytes(java.lang.String utf8)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||