com.sun.cldc.i18n
Class StreamWriter

java.lang.Object
  extended by java.io.Writer
      extended by com.sun.cldc.i18n.StreamWriter
Direct Known Subclasses:
ISO8859_1_Writer, UTF_8_Writer

public abstract class StreamWriter
extends java.io.Writer


Field Summary
 java.io.OutputStream out
           
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
StreamWriter()
           
 
Method Summary
 void close()
           
 void flush()
           
 java.io.Writer open(java.io.OutputStream outputstream, java.lang.String s)
           
abstract  int sizeOf(char[] ac, int i, int j)
           
 
Methods inherited from class java.io.Writer
write, write, write, write, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

out

public java.io.OutputStream out
Constructor Detail

StreamWriter

public StreamWriter()
Method Detail

open

public java.io.Writer open(java.io.OutputStream outputstream,
                           java.lang.String s)
                    throws java.io.UnsupportedEncodingException
Parameters:
outputstream -
s -
Returns:
Throws:
java.io.UnsupportedEncodingException

flush

public void flush()
           throws java.io.IOException
Specified by:
flush in class java.io.Writer
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Specified by:
close in class java.io.Writer
Throws:
java.io.IOException

sizeOf

public abstract int sizeOf(char[] ac,
                           int i,
                           int j)
Parameters:
ac -
i -
j -
Returns: