Open SiteSearch 4.1.1
Final

ORG.oclc.LocalByteConverter
Class LocalByteConverter

java.lang.Object
  |
  +--ORG.oclc.LocalByteConverter.LocalByteConverter
Direct Known Subclasses:
ByteToCharUSM94

public abstract class LocalByteConverter
extends Object


Constructor Summary
LocalByteConverter()
           
 
Method Summary
abstract  int convert(byte[] byteBuf, int byteOffset, int byteLen, char[] charBuf, int charOffset, int charLen)
           
 char[] convertAll(byte[] byteBuf)
           
static LocalByteConverter getConverter(String encName)
           
static LocalByteConverter getDefault()
           
 int getMaxCharsPerByte()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalByteConverter

public LocalByteConverter()
Method Detail

getConverter

public static LocalByteConverter getConverter(String encName)
                                       throws UnsupportedEncodingException

getDefault

public static LocalByteConverter getDefault()
                                     throws UnsupportedEncodingException

convert

public abstract int convert(byte[] byteBuf,
                            int byteOffset,
                            int byteLen,
                            char[] charBuf,
                            int charOffset,
                            int charLen)
                     throws CharConversionException

convertAll

public char[] convertAll(byte[] byteBuf)
                  throws CharConversionException

getMaxCharsPerByte

public int getMaxCharsPerByte()

Open SiteSearch 4.1.1
Final