MCPcopy Create free account
hub / github.com/Gagravarr/VorbisJava / OpusFile

Method OpusFile

core/src/main/java/org/gagravarr/opus/OpusFile.java:53–55  ·  view source on GitHub ↗

Opens the given file for reading

(File f)

Source from the content-addressed store, hash-verified

51 * Opens the given file for reading
52 */
53 public OpusFile(File f) throws IOException, FileNotFoundException {
54 this(new OggFile(new FileInputStream(f)));
55 }
56 /**
57 * Opens the given file for reading
58 */

Callers

nothing calls this directly

Calls 10

isBeginningOfStreamMethod · 0.95
isOpusStreamMethod · 0.95
getSidMethod · 0.95
createMethod · 0.95
getPacketReaderMethod · 0.80
getPacketWriterMethod · 0.80
getDataMethod · 0.65
getSidMethod · 0.65
getNextPacketMethod · 0.45
getNextPacketWithSidMethod · 0.45

Tested by

no test coverage detected