public final class ByteUtils extends Object
Constructor and Description |
---|
ByteUtils() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
getIsoBytes(byte pre, String text) |
static byte[] |
getIsoBytes(byte pre, String text, byte post) |
static byte[] |
getIsoBytes(double d) |
static byte[] |
getIsoBytes(int n) |
static byte[] |
getIsoBytes(String text) |
public static byte[] getIsoBytes(String text)
public static byte[] getIsoBytes(byte pre, String text)
public static byte[] getIsoBytes(byte pre, String text, byte post)
public static byte[] getIsoBytes(int n)
public static byte[] getIsoBytes(double d)
Copyright © 1998–2023 iText Group NV. All rights reserved.