Class ByteUtils

java.lang.Object
com.itextpdf.io.source.ByteUtils

public final class ByteUtils extends Object
  • Constructor Details

    • ByteUtils

      public ByteUtils()
  • Method Details

    • getIsoBytes

      public static byte[] getIsoBytes(String text)
    • getIsoBytes

      public static byte[] getIsoBytes(byte pre, String text)
    • getIsoBytes

      public static byte[] getIsoBytes(byte pre, String text, byte post)
    • getIsoBytes

      public static byte[] getIsoBytes(int n)
    • getIsoBytes

      public static byte[] getIsoBytes(double d)