<<< DataOutputStream implements DataOutput interface | Index | DataOutputStream, writing binary file >>> |
Methods of the DataOutputStream class:
Method Throws -------- ------------- size() None flush() IOException close() IOException
size() returns total number of bytes written to the data output stream so far
<<< DataOutputStream implements DataOutput interface | Index | DataOutputStream, writing binary file >>> |