Open SiteSearch 4.1.1
Final

ORG.oclc.LocalByteConverter
Class ByteToCharUSM94

java.lang.Object
  |
  +--ORG.oclc.LocalByteConverter.LocalByteConverter
        |
        +--ORG.oclc.LocalByteConverter.ByteToCharUSM94

public class ByteToCharUSM94
extends LocalByteConverter


Constructor Summary
ByteToCharUSM94()
           
 
Method Summary
 int convert(byte[] byteBuf, int startByteOffset, int byteLen, char[] charBuf, int startCharOffset, int charLen)
           
static void main(String[] args)
           
 
Methods inherited from class ORG.oclc.LocalByteConverter.LocalByteConverter
convertAll, getConverter, getDefault, getMaxCharsPerByte
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteToCharUSM94

public ByteToCharUSM94()
Method Detail

convert

public int convert(byte[] byteBuf,
                   int startByteOffset,
                   int byteLen,
                   char[] charBuf,
                   int startCharOffset,
                   int charLen)
            throws CharConversionException
Overrides:
convert in class LocalByteConverter

main

public static void main(String[] args)

Open SiteSearch 4.1.1
Final