Package net.sourceforge.plantuml.code
Class ByteArray
java.lang.Object
net.sourceforge.plantuml.code.ByteArray
public class ByteArray
extends java.lang.Object
-
Method Details
-
from
-
toUFT8String
public java.lang.String toUFT8String() throws java.io.UnsupportedEncodingException- Throws:
java.io.UnsupportedEncodingException
-
toUPF9String
public java.lang.String toUPF9String() throws java.io.IOException- Throws:
java.io.IOException
-
getByteAt
public int getByteAt(int i) -
length
public int length()
-