Package net.sourceforge.plantuml.code
Class ByteArray
- java.lang.Object
-
- net.sourceforge.plantuml.code.ByteArray
-
public class ByteArray extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ByteArray
from(byte[] input)
int
getByteAt(int i)
int
length()
String
toUFT8String()
String
toUPF9String()
-
-
-
Method Detail
-
from
public static ByteArray from(byte[] input)
-
toUFT8String
public String toUFT8String() throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
-
toUPF9String
public String toUPF9String() throws IOException
- Throws:
IOException
-
getByteAt
public int getByteAt(int i)
-
length
public int length()
-
-