| 
 | JavaTM 2 Platform Std. Ed. v1.4.0 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use UnsupportedEncodingException | |
| java.io | Provides for system input and output through data streams, serialization and the file system. | 
| java.lang | Provides classes that are fundamental to the design of the Java programming language. | 
| java.net | Provides the classes for implementing networking applications. | 
| java.util.logging | Provides the classes and interfaces of the JavaTM 2 platform's core logging facilities. | 
| Uses of UnsupportedEncodingException in java.io | 
| Methods in java.io that throw UnsupportedEncodingException | |
|  String | ByteArrayOutputStream.toString(String enc)Converts the buffer's contents into a string, translating bytes into characters according to the specified character encoding. | 
| Constructors in java.io that throw UnsupportedEncodingException | |
| InputStreamReader(InputStream in,
                  String charsetName)Create an InputStreamReader that uses the named charset. | |
| OutputStreamWriter(OutputStream out,
                   String charsetName)Create an OutputStreamWriter that uses the named charset. | |
| PrintStream(OutputStream out,
            boolean autoFlush,
            String encoding)Create a new print stream. | |
| Uses of UnsupportedEncodingException in java.lang | 
| Methods in java.lang that throw UnsupportedEncodingException | |
|  byte[] | String.getBytes(String charsetName)Encodes this String into a sequence of bytes using the named charset, storing the result into a new byte array. | 
| Constructors in java.lang that throw UnsupportedEncodingException | |
| String(byte[] bytes,
       int offset,
       int length,
       String charsetName)Constructs a new String by decoding the specified subarray of bytes using the specified charset. | |
| String(byte[] bytes,
       String charsetName)Constructs a new String by decoding the specified array of bytes using the specified charset. | |
| Uses of UnsupportedEncodingException in java.net | 
| Methods in java.net that throw UnsupportedEncodingException | |
| static String | URLDecoder.decode(String s,
       String enc)Decodes a application/x-www-form-urlencodedstring using a specific 
 encoding scheme. | 
| static String | URLEncoder.encode(String s,
       String enc)Translates a string into application/x-www-form-urlencodedformat using a specific encoding scheme. | 
| Uses of UnsupportedEncodingException in java.util.logging | 
| Methods in java.util.logging that throw UnsupportedEncodingException | |
|  void | StreamHandler.setEncoding(String encoding)Set (or change) the character encoding used by this Handler. | 
|  void | Handler.setEncoding(String encoding)Set the character encoding used by this Handler. | 
| 
 | JavaTM 2 Platform Std. Ed. v1.4.0 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A.  All Rights Reserved.