|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.io.OutputStream
java.io.FilterOutputStream
net.sourceforge.apphere.util.PrintableOutputStream
| Constructor Summary | |
PrintableOutputStream(java.io.OutputStream out)
|
|
| Method Summary | |
void |
write(byte[] data,
int offset,
int length)
|
void |
write(int b)
|
| Methods inherited from class java.io.FilterOutputStream |
close, flush, write |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PrintableOutputStream(java.io.OutputStream out)
| Method Detail |
public void write(int b)
throws java.io.IOException
java.io.IOException
public void write(byte[] data,
int offset,
int length)
throws java.io.IOException
java.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||