Package net.sourceforge.plantuml.code
Class ByteArray
- java.lang.Object
-
- net.sourceforge.plantuml.code.ByteArray
-
public class ByteArray extends java.lang.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()
java.lang.String
toUFT8String()
java.lang.String
toUPF9String()
-
-
-
Method Detail
-
from
public static ByteArray from(byte[] input)
-
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()
-
-