com.sun.cldc.i18n.j2me
Class ISO8859_1_Reader

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

public class ISO8859_1_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
ISO8859_1_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

ISO8859_1_Reader

public ISO8859_1_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: