< prev index next >

src/java.desktop/share/classes/com/sun/media/sound/SunFileReader.java

Print this page

        

*** 50,63 **** throws UnsupportedAudioFileException, IOException { stream.mark(200); // The biggest value which was historically used try { return getAudioFileFormatImpl(stream); } finally { - // According to specification the following is not strictly - // necessary, if we got correct format. But it was implemented like - // that in 1.3.0 - 1.8. So I leave it as it was, but it seems - // specification should be updated. stream.reset(); } } @Override --- 50,59 ----
< prev index next >