public class IPrintWrapper
extends java.io.OutputStream
| Constructor and Description |
|---|
IPrintWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
p(java.lang.String str) |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public void p(java.lang.String str)
public void write(byte[] b)
write in class java.io.OutputStreampublic void write(byte[] b,
int off,
int len)
write in class java.io.OutputStreampublic void write(int b)
write in class java.io.OutputStream