java.lang
Class StringCoding.StringDecoder

java.lang.Object
  extended byjava.lang.StringCoding.StringDecoder
Direct Known Subclasses:
StringCoding.CharsetSD, StringCoding.ConverterSD
Enclosing class:
StringCoding

private abstract static class StringCoding.StringDecoder
extends Object


Field Summary
private  String requestedCharsetName
           
 
Constructor Summary
protected StringCoding.StringDecoder(String requestedCharsetName)
           
 
Method Summary
(package private) abstract  String charsetName()
           
(package private) abstract  char[] decode(byte[] ba, int off, int len)
           
(package private)  String requestedCharsetName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

requestedCharsetName

private final String requestedCharsetName
Constructor Detail

StringCoding.StringDecoder

protected StringCoding.StringDecoder(String requestedCharsetName)
Method Detail

requestedCharsetName

final String requestedCharsetName()

charsetName

abstract String charsetName()

decode

abstract char[] decode(byte[] ba,
                       int off,
                       int len)