com.sun.cldc.i18n.j2me
Class UTF_8_Reader

java.lang.Object
  extended by java.io.Reader
      extended by com.sun.cldc.i18n.StreamReader
          extended by com.sun.cldc.i18n.j2me.UTF_8_Reader

public class UTF_8_Reader
extends StreamReader


Field Summary
private static int BBUF_LEN
           
 
Fields inherited from class com.sun.cldc.i18n.StreamReader
in
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
UTF_8_Reader()
           
 
Method Summary
 int read()
           
 int read(char[] ac, int i, int j)
           
 int sizeOf(byte[] abyte0, int i, int j)
           
 
Methods inherited from class com.sun.cldc.i18n.StreamReader
close, mark, markSupported, open, ready, reset
 
Methods inherited from class java.io.Reader
read, skip
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BBUF_LEN

private static int BBUF_LEN
Constructor Detail

UTF_8_Reader

public UTF_8_Reader()
Method Detail

read

public int read()
         throws java.io.IOException
Overrides:
read in class java.io.Reader
Returns:
Throws:
java.io.IOException

read

public int read(char[] ac,
                int i,
                int j)
         throws java.io.IOException
Specified by:
read in class java.io.Reader
Parameters:
ac -
i -
j -
Returns:
Throws:
java.io.IOException

sizeOf

public int sizeOf(byte[] abyte0,
                  int i,
                  int j)
Specified by:
sizeOf in class StreamReader
Parameters:
abyte0 -
i -
j -
Returns: