Constructor and Description |
---|
Str(byte[] bytes,
boolean hexadecimal) |
Str(String str) |
Str(String str,
boolean keepBOM) |
Str(String str,
int maxChar) |
Modifier and Type | Method and Description |
---|---|
static byte[] |
asBytes(String basicString,
int maxchar) |
static String |
decodeDocEncoding(byte[] bytes) |
boolean |
equals(Object o) |
byte[] |
getBytes() |
String |
getString() |
int |
getType() |
String |
toString() |
void |
write(com.pd4ml.pdf.parser.CountingStream out,
com.pd4ml.pdf.parser.PdfDoc doc,
HashMap objects,
com.pd4ml.pdf.parser.Crypto.CipherTransform cipher) |
resolveReferences, setToBeWritten, storeOffset, touch
public Str(byte[] bytes, boolean hexadecimal)
public Str(String str)
public Str(String str, int maxChar)
public Str(String str, boolean keepBOM)
public byte[] getBytes()
public String getString()
public static byte[] asBytes(String basicString, int maxchar)
public void write(com.pd4ml.pdf.parser.CountingStream out, com.pd4ml.pdf.parser.PdfDoc doc, HashMap objects, com.pd4ml.pdf.parser.Crypto.CipherTransform cipher) throws IOException
write
in class PdfObject
IOException
public static String decodeDocEncoding(byte[] bytes)
public int getType()
Revision 4.0.15 / 20220727-0149