org.apache.pdfbox.util
Class StringUtil

java.lang.Object
  extended by org.apache.pdfbox.util.StringUtil

public class StringUtil
extends Object


Constructor Summary
StringUtil()
           
 
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
 

Constructor Detail

StringUtil

public StringUtil()
Method Detail

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.