loci.poi.poifs.list Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ome-poi Show documentation
Show all versions of ome-poi Show documentation
Java API to handle Microsoft OLE 2 Compound Document format (Word, Excel). Based on poi-2.5.1-final-20040804.jar, with bugfixes for OLE v2 and memory efficiency improvements. Used by Bio-Formats for OLE support (cxd, ipw, oib, zvi). Used by VisBio overlays logic for XLS export feature.
filesystem/POIFSDocument.java:172: new SmallBlockStore(SmallDocumentBlock.convert(bigBlocks,
filesystem/POIFSDocument.java:497: smallBlocks = SmallDocumentBlock.convert(stream.toByteArray(),
filesystem/POIFSDocument.java:590: bigBlocks = DocumentBlock.convert(stream.toByteArray(), size,
property/PropertyFactory.java:60: static List convertToProperties(ListManagedBlock [] blocks)
property/PropertyTable.java:81: .convertToProperties(blockList.fetchBlocks(startBlock));
storage/SmallDocumentBlock.java:66: public static SmallDocumentBlock [] convert(final byte [] array,
storage/SmallDocumentBlock.java:133: public static SmallDocumentBlock [] convert(final BlockWritable [] store,
storage/SmallDocumentBlock.java:145: new SmallDocumentBlock[ convertToBlockCount(size) ];
storage/SmallDocumentBlock.java:245: private static int convertToBlockCount(final int size)
storage/DocumentBlock.java:138: public static DocumentBlock [] convert(final byte [] array,
© 2015 - 2025 Weber Informatics LLC | Privacy Policy