|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectice.debug.FileDump
This class contains facilities for dumping contents of streams to a file.
| Constructor Summary | |
FileDump(String fileNameIn)
|
|
| Method Summary | |
void |
close()
|
static IOException |
dumpStream(byte[] data,
int dataOffset,
int dataLength,
InputStream is,
String fileName)
|
static IOException |
dumpStream(InputStream is,
String fileName)
|
void |
write(byte[] buffer,
int index,
int length)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FileDump(String fileNameIn)
throws IOException
| Method Detail |
public static IOException dumpStream(InputStream is,
String fileName)
public static IOException dumpStream(byte[] data,
int dataOffset,
int dataLength,
InputStream is,
String fileName)
public void write(byte[] buffer,
int index,
int length)
throws IOException
IOException
public void close()
throws IOException
IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||