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

Method commit

src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java:418–424  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

416 }
417
418 @Override
419 protected void commit() throws IOException {
420 PackagePart part = getPackagePart();
421 OutputStream out = part.getOutputStream();
422 writeTo(out);
423 out.close();
424 }
425
426 private void initialize() {
427 //CTFont ctFont = createDefaultFont();

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected