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