1234567891011
// Create a output stream to a file of your choice. for( /* Parameters */ ) { for( /* Parameters */ ) // Write the column value to the file. // Flush the stream. } // Send the Boolean values to the file.