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

Method getData

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

Source from the content-addressed store, hash-verified

194 return granulePosition;
195 }
196 public byte[] getData() {
197 if(tmpData != null) {
198 if(data == null || tmpData.size() != data.length) {
199 data = tmpData.toByteArray();
200 }
201 }
202 return data;
203 }
204
205 protected void setGranulePosition(long position) {
206 this.granulePosition = position;

Callers 2

testCRCMethod · 0.95
writeHeaderMethod · 0.95

Calls

no outgoing calls

Tested by 1

testCRCMethod · 0.76