Void writeBlock(File h, Binary block)
Arguments
h: A file handle to write toblock: The binary data
Usage
Write the contents of a Binary block to a file. The file must already be open and writable, of course. A IO::FileError Exception will be thrown if the block was not written in its entirety.