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

Method toString

core/src/main/java/org/gagravarr/ogg/OggPage.java:310–313  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

308
309
310 public String toString() {
311 return "Ogg Page - " + getSid() + " @ " + getSequenceNumber() +
312 " - " + numLVs + " LVs";
313 }
314
315
316 public OggPacketIterator getPacketIterator() {

Callers 15

FlacInfoToolMethod · 0.45
OggInfoToolMethod · 0.45
printStreamInfoMethod · 0.45
formatSidMethod · 0.45
getVersionStringMethod · 0.45
normaliseTagMethod · 0.45
writeMethod · 0.45
testParserMethod · 0.45
testBasicsMethod · 0.45
testParserFor09Method · 0.45
testParserFor11Method · 0.45

Calls 2

getSidMethod · 0.95
getSequenceNumberMethod · 0.95

Tested by 7

testParserMethod · 0.36
testBasicsMethod · 0.36
testParserFor09Method · 0.36
testParserFor11Method · 0.36
testParserMethod · 0.36
doTestFlacMethod · 0.36