|
fop 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
org.apache.fop.util.WriterOutputStream
WriterOutputStream
Constructor Summary | |
WriterOutputStream(java.io.Writer writer)
Deprecated. |
|
WriterOutputStream(java.io.Writer writer,
java.lang.String encoding)
Deprecated. |
Method Summary | |
void |
close()
Deprecated. |
void |
flush()
Deprecated. |
void |
write(byte[] buf)
Deprecated. |
void |
write(byte[] buf,
int offset,
int length)
Deprecated. |
void |
write(int b)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WriterOutputStream(java.io.Writer writer)
String)
public WriterOutputStream(java.io.Writer writer, java.lang.String encoding)
String)
Method Detail |
public void close() throws java.io.IOException
java.io.IOException
WriterOutputStream.close()
public void flush() throws java.io.IOException
java.io.IOException
WriterOutputStream.flush()
public void write(byte[] buf, int offset, int length) throws java.io.IOException
java.io.IOException
WriterOutputStream.write(byte[], int,
int)
public void write(byte[] buf) throws java.io.IOException
java.io.IOException
WriterOutputStream.write(byte[])
public void write(int b) throws java.io.IOException
java.io.IOException
WriterOutputStream.write(int)
|
fop 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |