IM Profile

Uses of Class
java.io.UnsupportedEncodingException

Packages that use UnsupportedEncodingException
java.io Provides classes for input and output through data streams. 
java.lang Provides classes that are fundamental to the Java programming language. 
 

Uses of UnsupportedEncodingException in java.io
 

Constructors in java.io that throw UnsupportedEncodingException
OutputStreamWriter(OutputStream os, String enc)
          Create an OutputStreamWriter that uses the named character encoding.
InputStreamReader(InputStream is, String enc)
          Create an InputStreamReader that uses the named character encoding.
 

Uses of UnsupportedEncodingException in java.lang
 

Methods in java.lang that throw UnsupportedEncodingException
 byte[] String.getBytes(String enc)
          Convert this String into bytes according to the specified character encoding, storing the result into a new byte array.
 

Constructors in java.lang that throw UnsupportedEncodingException
String(byte[] bytes, int off, int len, String enc)
          Construct a new String by converting the specified subarray of bytes using the specified character encoding.
String(byte[] bytes, String enc)
          Construct a new String by converting the specified array of bytes using the specified character encoding.
 


IM Profile

Submit a comment or suggestion Version 2.0 of IM Profile Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright (c) 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved.