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

Method OggFile

core/src/main/java/org/gagravarr/ogg/OggFile.java:41–44  ·  view source on GitHub ↗

Opens a file for writing. Call #getPacketWriter() to begin writing your data.

(OutputStream output)

Source from the content-addressed store, hash-verified

39 * begin writing your data.
40 */
41 public OggFile(OutputStream output) {
42 this.out = output;
43 this.writing = true;
44 }
45
46 /**
47 * Opens a file for reading in

Callers

nothing calls this directly

Calls 9

getPacketReaderMethod · 0.95
getNextPacketMethod · 0.95
isBeginningOfStreamMethod · 0.95
getSidMethod · 0.95
isEndOfStreamMethod · 0.95
processNewStreamMethod · 0.80
processStreamEndMethod · 0.80
getDataMethod · 0.65
processPacketMethod · 0.65

Tested by

no test coverage detected