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

Quick Search    Search Deep

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

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

public class Windows1254
extends ByteCharset

Encoding table for Windows-1254 Turkish char set. aka cp1254 or Windows-1254 or whatever.


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
Windows1254()
           
 
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

Windows1254

public Windows1254()
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()