public static class UtilIO.DebugFileOutputStream
extends java.io.FileOutputStream
| Modifier and Type | Field and Description |
|---|---|
int |
ct |
| Constructor and Description |
|---|
DebugFileOutputStream(java.lang.String n) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte b) |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
public DebugFileOutputStream(java.lang.String n)
throws java.io.FileNotFoundException
java.io.FileNotFoundExceptionpublic void write(byte[] b)
throws java.io.IOException
write in class java.io.FileOutputStreamjava.io.IOExceptionpublic void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class java.io.FileOutputStreamjava.io.IOExceptionpublic void write(byte b)
throws java.io.IOException
java.io.IOException