Uses of Class
java.io.UnsupportedEncodingException

Packages that use UnsupportedEncodingException
java.io Input/Output support 
lejos.nxt.remote Remote NXT access over Bluetooth 
 

Uses of UnsupportedEncodingException in java.io
 

Constructors in java.io that throw UnsupportedEncodingException
InputStreamReader(InputStream os, String charset)
           
OutputStreamWriter(OutputStream os, String charset)
           
 

Uses of UnsupportedEncodingException in lejos.nxt.remote
 

Methods in lejos.nxt.remote that throw UnsupportedEncodingException
static String AsciizCodec.decode(byte[] bytes)
          Convert an ASCIIZ byte array to a string
static byte[] AsciizCodec.encode(String str)
          Encode a string as ASCIIZ