38394041424344
public PLCDumper(HPBFDocument hpbfDoc) { doc = hpbfDoc; qc = doc.getQuillContents(); } public PLCDumper(POIFSFileSystem fs) throws IOException { this(new HPBFDocument(fs)); }