Class ByteArray

java.lang.Object
net.sourceforge.plantuml.code.ByteArray

public class ByteArray extends java.lang.Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static ByteArray
    from(byte[] input)
     
    int
    getByteAt(int i)
     
    int
     
    java.lang.String
     
    java.lang.String
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • 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()