org::openisis::Charset Class Reference
List of all members.
| Public Member Functions | 
|  | Charset (String encoding) | 
| OutputStreamWriter | osw (OutputStream s)  throws IOException | 
| void | chartab (OutputStreamWriter w)  throws IOException | 
| void | codetab (OutputStreamWriter w)  throws IOException | 
| void | htmltab (OutputStreamWriter w)  throws IOException | 
| Static Public Member Functions | 
| static void | main (String[] args)  throws IOException | 
| Public Attributes | 
| final String | enc | 
| Static Package Functions | 
|  | [static initializer] | 
| static void | utf8seq ()  throws IOException | 
| static void | chartest ()  throws IOException | 
| Static Package Attributes | 
| static final String[] | encodings | 
| static final byte[] | isohigh = new byte[96] | 
Detailed Description
Charset tests and utils for openisis java binding. 
- Id
- Charset.java,v 1.3 2003/04/08 00:20:53 kripke Exp 
- Version:
- Revision
- 1.3 
- Author:
- Author
- kripke 
Member Data Documentation
      
        
          | final String [] org::openisis::Charset::encodings  [static, package] | 
      
 
Initial value: {
                "ISO-8859-5", 
                "ISO-8859-7", 
                "ISO-8859-9", 
        }
 
 
The documentation for this class was generated from the following file:
- contrib/openisis/org/openisis/Charset.java