8384858687888990919293
} catch (Exception e) { System.err.println(e); System.exit(-1); } oy.wrote(bytes); // Get the first page. if (oy.pageout(og) != 1) { // have we simply run out of data? If so, we're done. if (bytes < 4096)
182183184185186187188189190191192
} if (bytes == 0 && i < 2) { System.err.println("End of file before finding all Vorbis headers!"); System.exit(1); } oy.wrote(bytes); } // Throw the comments plus a few lines about the bitstream we're // decoding {
297298299300301302303304305306307
} catch (Exception e) { System.err.println(e); System.exit(1); } oy.wrote(bytes); if (bytes == 0) eos = 1; } }