Save This Page
Home » cocoon-2.1.11-src » org.apache.cocoon.poi » util » [javadoc | source]
org.apache.cocoon.poi.util
public class: StringUtil [javadoc | source]
java.lang.Object
   org.apache.cocoon.poi.util.StringUtil
Title: String Utility Description: Collection of string handling utilities Copyright: Copyright (c) 2001 Company: SuperLink Software, Inc.
Method from org.apache.cocoon.poi.util.StringUtil Summary:
getFromUnicode,   getFromUnicode,   putCompressedUnicode,   putUncompressedUnicode
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.poi.util.StringUtil Detail:
 public static String getFromUnicode(byte[] string) 
    given a byte array of 16-bit unicode characters, compress to 8-bit and return a string
 public static String getFromUnicode(byte[] string,
    int offset,
    int len) throws IllegalArgumentException, ArrayIndexOutOfBoundsException 
    given a byte array of 16-bit unicode characters, compress to 8-bit and return a string
 public static  void putCompressedUnicode(String input,
    byte[] output,
    int offset) 
    write compressed unicode
 public static  void putUncompressedUnicode(String input,
    byte[] output,
    int offset) 
    Write uncompressed unicode