doWriteData(OutputStream stream, byte[] data) Default implementation of write for extending classes that
contain their data in a simple array of bytes.
Default implementation of write for extending classes that
contain their data in a simple array of bytes.
Parameters: stream - the OutputStream to which the data should bewritten. Parameters: data - the byte array of to be written. exception: IOException - on problems writing to the specifiedstream.
Write the storage to an OutputStream
Parameters: stream - the OutputStream to which the stored data shouldbe written exception: IOException - on problems writing to the specifiedstream
Write the block's data to an OutputStream
Parameters: stream - the OutputStream to which the stored data shouldbe written exception: IOException - on problems writing to the specifiedstream