|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--DiskOutputStream
Constructor Summary | |
DiskOutputStream(java.lang.String file)
|
Method Summary | |
void |
close()
close the OutputStream |
void |
writeBytes(byte[] b)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DiskOutputStream(java.lang.String file)
String
- file The file to create or append bytesMethod Detail |
public void writeBytes(byte[] b)
byte[]
- b An array of bytes to add to the filepublic void close()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |