MCPcopy Index your code
hub / github.com/Gagravarr/VorbisJava / close

Method close

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

Closes our streams. It's up to you to close any OggPacketWriter instances first!

()

Source from the content-addressed store, hash-verified

93 * first!
94 */
95 public void close() throws IOException {
96 if(inp != null)
97 inp.close();
98 if(out != null)
99 out.close();
100 }
101
102 /**
103 * Returns a reader that will allow you to read packets

Callers 15

testReadOggMethod · 0.95
testOpenMethod · 0.95
testReadWriteMethod · 0.95
testReadMethod · 0.95
testReadV3Method · 0.95
getDoubleVorbisMethod · 0.95
getDoubleOpusMethod · 0.95
getVorbisOpusSpeexMethod · 0.95
getDoubleTheoraMethod · 0.95
getTheoraVorbisOpusMethod · 0.95
getTheoraDiracOpusMethod · 0.95
parseMethod · 0.95

Calls

no outgoing calls

Tested by 15

testReadOggMethod · 0.76
testOpenMethod · 0.76
testReadWriteMethod · 0.76
testReadMethod · 0.76
testReadV3Method · 0.76
getDoubleVorbisMethod · 0.76
getDoubleOpusMethod · 0.76
getVorbisOpusSpeexMethod · 0.76
getDoubleTheoraMethod · 0.76
getTheoraVorbisOpusMethod · 0.76
getTheoraDiracOpusMethod · 0.76
tearDownMethod · 0.36