com.sun.cldc.i18n.j2me
Class ISO8859_1_Reader
java.lang.Object
java.io.Reader
com.sun.cldc.i18n.StreamReader
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 java.io.Reader |
lock |
|
Method Summary |
int |
read()
|
int |
read(char[] ac,
int i,
int j)
|
int |
sizeOf(byte[] abyte0,
int i,
int j)
|
| 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 |
BBUF_LEN
private static int BBUF_LEN
ISO8859_1_Reader
public ISO8859_1_Reader()
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: