|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.nio.charset.spi.CharsetProvider
file2xliff4j.MifCharsetProvider
public class MifCharsetProvider
Constructor Summary | |
---|---|
MifCharsetProvider()
This is the required zero-argument constructor of this concrete subclass of CharsetProvider |
Method Summary | |
---|---|
java.nio.charset.Charset |
charsetForName(java.lang.String name)
Passed a name for the MIF character set, return the MifCharSet |
java.util.Iterator<java.nio.charset.Charset> |
charsets()
Method to return an Iterator over the charsets supported by "this provider" (i.e., by us). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MifCharsetProvider()
Method Detail |
---|
public java.nio.charset.Charset charsetForName(java.lang.String name)
charsetForName
in class java.nio.charset.spi.CharsetProvider
name
- The name of the requested charset--either canonical or an alias.
public java.util.Iterator<java.nio.charset.Charset> charsets()
Note: Since this "implementation" supports only one character set, thie iterator iterates only through that one set.
charsets
in class java.nio.charset.spi.CharsetProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |