{ "name": "OutputBlockStream", "comment": "OutputBlockStream provides a BufferFile output block stream.\n The nature of the stream and the block sequence is determined by the\n particular instance.", "javadoc": "\u003ccode\u003eOutputBlockStream\u003c/code\u003e provides a BufferFile output block stream.\n The nature of the stream and the block sequence is determined by the\n particular instance.", "static": false, "implements": [ "db.buffers.BlockStream" ], "fields": [], "methods": [ { "name": "writeBlock", "comment": "Write the specified block to the corresponding BufferFile.", "javadoc": "Write the specified block to the corresponding BufferFile.\n@param block a BufferFile block which corresponds to a specific block index\n@throws IOException if an unexpected error occurs while \n writing the block", "static": false, "params": [ { "name": "block", "type_long": "db.buffers.BufferFileBlock", "type_short": "BufferFileBlock", "comment": "a BufferFile block which corresponds to a specific block index" } ], "return": { "type_long": "void", "type_short": "void", "comment": "" }, "throws": [ { "type_long": "java.io.IOException", "type_short": "IOException", "comment": "if an unexpected error occurs while \n writing the block" } ] } ] }