com.github.stephenc.javaisotools.udflib.tools
Class OSTAUnicode

java.lang.Object
  extended by com.github.stephenc.javaisotools.udflib.tools.OSTAUnicode

public class OSTAUnicode
extends Object


Constructor Summary
OSTAUnicode()
           
 
Method Summary
static byte[] CompressUnicodeByte(byte[] utf16, int compId)
           
static int getBestCompressionId(byte[] utf16)
           
static byte[] UncompressUnicodeByte(byte[] UDFCompressed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSTAUnicode

public OSTAUnicode()
Method Detail

UncompressUnicodeByte

public static byte[] UncompressUnicodeByte(byte[] UDFCompressed)

CompressUnicodeByte

public static byte[] CompressUnicodeByte(byte[] utf16,
                                         int compId)

getBestCompressionId

public static int getBestCompressionId(byte[] utf16)


Copyright © 2013. All Rights Reserved.