Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

gnu.java.nio.charset
Class ISO_8859_3  view ISO_8859_3 download ISO_8859_3.java

java.lang.Object
  extended byjava.nio.charset.Charset
      extended bygnu.java.nio.charset.ByteCharset
          extended bygnu.java.nio.charset.ISO_8859_3
All Implemented Interfaces:
java.lang.Comparable

public class ISO_8859_3
extends ByteCharset

Encoding table for ISO-8859-3, ISO Latin-3 char set.


Field Summary
private static char[] lookup
          This is the lookup table for this encoding
protected  char[] lookupTable
           
protected static char NONE
          Char to signify the character in the table is undefined
 
Fields inherited from class java.nio.charset.Charset
 
Constructor Summary
ISO_8859_3()
           
 
Method Summary
 boolean contains(java.nio.charset.Charset cs)
          Most western charsets include ASCII, but this should be overloaded for others.
(package private)  char[] getLookupTable()
           
 java.nio.charset.CharsetDecoder newDecoder()
           
 java.nio.charset.CharsetEncoder newEncoder()
           
 
Methods inherited from class java.nio.charset.Charset
aliases, availableCharsets, canEncode, compareTo, decode, defaultCharset, displayName, displayName, encode, encode, equals, forName, hashCode, isRegistered, isSupported, name, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

lookup

private static final char[] lookup
This is the lookup table for this encoding


lookupTable

protected char[] lookupTable

NONE

protected static final char NONE
Char to signify the character in the table is undefined

See Also:
Constant Field Values
Constructor Detail

ISO_8859_3

public ISO_8859_3()
Method Detail

contains

public boolean contains(java.nio.charset.Charset cs)
Most western charsets include ASCII, but this should be overloaded for others.


getLookupTable

char[] getLookupTable()

newDecoder

public java.nio.charset.CharsetDecoder newDecoder()

newEncoder

public java.nio.charset.CharsetEncoder newEncoder()