MCPcopy Create free account
hub / github.com/axiomatic-systems/Bento4 / write

Method write

Source/Java/com/axiosys/bento4/SampleEntry.java:48–57  ·  view source on GitHub ↗
(DataOutputStream stream)

Source from the content-addressed store, hash-verified

46 }
47
48 public void write(DataOutputStream stream) throws IOException {
49 // write the header
50 writeHeader(stream);
51
52 // write the fields
53 writeFields(stream);
54
55 // write the children atoms
56 writeChildren(stream);
57 }
58
59 protected int getFieldsSize() {
60 return 8;

Callers 1

writeFieldsMethod · 0.45

Calls 3

writeFieldsMethod · 0.95
writeHeaderMethod · 0.80
writeChildrenMethod · 0.80

Tested by

no test coverage detected