PenProfile 2.x

Uses of Class
java.io.UnsupportedEncodingException

Packages that use UnsupportedEncodingException
com.sun.cldc.i18n Provides classes for work with character streams. 
com.sun.cldc.i18n.j2me   
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 com.sun.cldc.i18n
 

Methods in com.sun.cldc.i18n that throw UnsupportedEncodingException
static char[] Helper.byteToCharArray(byte[] buffer, int offset, int length, String enc)
          Convert a byte array to a char array
static byte[] Helper.charToByteArray(char[] buffer, int offset, int length, String enc)
          Convert a char array to a byte array
static Reader Helper.getStreamReader(InputStream is, String name)
          Get a reader for an InputStream
static Writer Helper.getStreamWriter(OutputStream os, String name)
          Get a writer for an OutputStream
 Reader StreamReader.open(InputStream in, String enc)
          Open the reader
 Writer StreamWriter.open(OutputStream out, String enc)
          Open the writer
 

Uses of UnsupportedEncodingException in com.sun.cldc.i18n.j2me
 

Methods in com.sun.cldc.i18n.j2me that throw UnsupportedEncodingException
 Writer UTF8_Writer.open(OutputStream out, String enc)
          Opens the writer.
 

Uses of UnsupportedEncodingException in java.io
 

Constructors in java.io that throw UnsupportedEncodingException
InputStreamReader(InputStream is, String enc)
          Create an InputStreamReader that uses the named character encoding.
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(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.
 


PenProfile 2.x

Copyright © 2010 Livescribe Inc. All Rights Reserved.
Confidential and subject to NDA.