|
fop 2.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
public class 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)
writer
- a writerpublic WriterOutputStream(java.io.Writer writer, java.lang.String encoding)
writer
- a writerencoding
- stream encodingMethod Detail |
---|
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in class java.io.OutputStream
java.io.IOException
public void flush() throws java.io.IOException
flush
in interface java.io.Flushable
flush
in class java.io.OutputStream
java.io.IOException
public void write(byte[] buf, int offset, int length) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(byte[] buf) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(int b) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
|
fop 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |