org.apache.pdfbox.util
Class StringUtil
java.lang.Object
org.apache.pdfbox.util.StringUtil
public class StringUtil
- extends Object
Method Summary |
static byte[] |
getBytes(String s)
Converts a string to it ISO-8859-1 byte sequence
It is an workaround for variable initialisations outside of functions. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringUtil
public StringUtil()
getBytes
public static byte[] getBytes(String s)
- Converts a string to it ISO-8859-1 byte sequence
It is an workaround for variable initialisations outside of functions.
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.