Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.apache.xml.serialize
Class EncodingInfo

java.lang.Object
  extended by weblogic.apache.xml.serialize.EncodingInfo
Direct Known Subclasses:
SieveEncodingInfo

Deprecated. 9.2.0.0 Replaced by org.apache.xml.serialize.EncodingInfo.

public class EncodingInfo
extends Object

This class represents an encoding.


Constructor Summary
EncodingInfo(String mimeName, int lastPrintable)
          Deprecated. Creates new EncodingInfo instance.
EncodingInfo(String mimeName, String javaName, int lastPrintable)
          Deprecated. Creates new EncodingInfo instance.
 
Method Summary
 String getName()
          Deprecated. Returns a MIME charset name of this encoding.
 Writer getWriter(OutputStream output)
          Deprecated. Returns a writer for this encoding based on an output stream.
 boolean isPrintable(int ch)
          Deprecated. Checks whether the specified character is printable or not.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncodingInfo

public EncodingInfo(String mimeName,
                    String javaName,
                    int lastPrintable)
Deprecated. 
Creates new EncodingInfo instance.


EncodingInfo

public EncodingInfo(String mimeName,
                    int lastPrintable)
Deprecated. 
Creates new EncodingInfo instance.

Method Detail

getName

public String getName()
Deprecated. 
Returns a MIME charset name of this encoding.


getWriter

public Writer getWriter(OutputStream output)
                 throws UnsupportedEncodingException
Deprecated. 
Returns a writer for this encoding based on an output stream.

Returns:
A suitable writer
Throws:
UnsupportedEncodingException - There is no convertor to support this encoding

isPrintable

public boolean isPrintable(int ch)
Deprecated. 
Checks whether the specified character is printable or not.

Parameters:
ch - a code point (0-0x10ffff)

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06