ORG.oclc.LocalByteConverter
Class ByteToCharUSM94
java.lang.Object
|
+--ORG.oclc.LocalByteConverter.LocalByteConverter
|
+--ORG.oclc.LocalByteConverter.ByteToCharUSM94
- public class ByteToCharUSM94
- extends LocalByteConverter
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 java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
ByteToCharUSM94
public ByteToCharUSM94()
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)