| prov:value
| - ic class DataOutputStream extends FilterOutputStream implements DataOutputThey have all the usual methods youve come to associate with input and output streamclasses, such as read(), write(), flush(), available(), skip(), close(),markSupported(), and reset(). (Data input streams support marking if, and only if, theirunderlying input stream supports marking.) However, the real purpose of DataInputS
|