Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

MID Profile

Uses of Class
java.io.UnsupportedEncodingException

Packages that use UnsupportedEncodingException
java.io Provides for system input and output through data streams. 
java.lang MID Profile Language Classes included from Java 2 Standard Edition. 
 

Uses of UnsupportedEncodingException in java.io
 

Constructors in java.io that throw UnsupportedEncodingException
InputStreamReader.InputStreamReader(InputStream is, String enc)
          Create an InputStreamReader that uses the named character encoding.
OutputStreamWriter.OutputStreamWriter(OutputStream os, String enc)
          Create an OutputStreamWriter 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.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.String(byte[] bytes, String enc)
          Construct a new String by converting the specified array of bytes using the specified character encoding.
 


MID Profile

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 37 specification.