com.sun.cldc.i18n.j2me
Class ISO8859_1_Writer
java.lang.Object
java.io.Writer
com.sun.cldc.i18n.StreamWriter
com.sun.cldc.i18n.j2me.ISO8859_1_Writer
public class ISO8859_1_Writer
- extends StreamWriter
| Fields inherited from class java.io.Writer |
lock |
|
Method Summary |
int |
sizeOf(char[] ac,
int i,
int j)
|
void |
write(char[] ac,
int i,
int j)
|
void |
write(int i)
|
void |
write(java.lang.String s,
int i,
int j)
|
| Methods inherited from class java.io.Writer |
write, write |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ISO8859_1_Writer
public ISO8859_1_Writer()
write
public void write(int i)
throws java.io.IOException
- Overrides:
write in class java.io.Writer
- Parameters:
i -
- Throws:
java.io.IOException
write
public void write(char[] ac,
int i,
int j)
throws java.io.IOException
- Specified by:
write in class java.io.Writer
- Parameters:
ac - i - j -
- Throws:
java.io.IOException
write
public void write(java.lang.String s,
int i,
int j)
throws java.io.IOException
- Overrides:
write in class java.io.Writer
- Parameters:
s - i - j -
- Throws:
java.io.IOException
sizeOf
public int sizeOf(char[] ac,
int i,
int j)
- Specified by:
sizeOf in class StreamWriter
- Parameters:
ac - i - j -
- Returns: