MCPcopy Create free account
hub / github.com/apache/poi / commit

Method commit

src/ooxml/java/org/apache/poi/xssf/model/Table.java:90–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88 }
89
90 @Override
91 protected void commit() throws IOException {
92 PackagePart part = getPackagePart();
93 OutputStream out = part.getOutputStream();
94 writeTo(out);
95 out.close();
96 }
97
98 public CTTable getCTTable(){
99 return ctTable;

Callers 1

writeMethod · 0.45

Calls 4

getOutputStreamMethod · 0.95
writeToMethod · 0.95
getPackagePartMethod · 0.80
closeMethod · 0.65

Tested by

no test coverage detected