|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--java.io.OutputStream
|
+--java.io.FileOutputStream
|
+--DataFileOutputStream
| Fields inherited from class java.io.FileOutputStream |
fd |
| Constructor Summary | |
DataFileOutputStream(java.lang.String filename)
|
|
| Method Summary | |
void |
writeInt(int value)
|
| Methods inherited from class java.io.FileOutputStream |
|
| Methods inherited from class java.io.OutputStream |
flush |
| Methods inherited from class java.lang.Object |
clone,
equals,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
| Constructor Detail |
public DataFileOutputStream(java.lang.String filename)
throws java.io.IOException
| Method Detail |
public void writeInt(int value)
throws java.io.IOException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||