private class POIFSDocument.SmallBlockStore extends Object
Modifier and Type | Field and Description |
---|---|
private String |
name |
private POIFSDocumentPath |
path |
private int |
size |
private SmallDocumentBlock[] |
smallBlocks |
private POIFSWriterListener |
writer |
Constructor and Description |
---|
POIFSDocument.SmallBlockStore(Object[] blocks)
Constructor
|
POIFSDocument.SmallBlockStore(POIFSDocumentPath path,
String name,
int size,
POIFSWriterListener writer)
Constructor for a small block store that will be written
later
|
Modifier and Type | Method and Description |
---|---|
(package private) int |
getBigBlockSize() |
(package private) BlockWritable[] |
getBlocks() |
(package private) boolean |
isValid() |
private SmallDocumentBlock[] smallBlocks
private POIFSDocumentPath path
private String name
private int size
private POIFSWriterListener writer
POIFSDocument.SmallBlockStore(Object[] blocks)
blocks
- blocks to construct the store fromPOIFSDocument.SmallBlockStore(POIFSDocumentPath path, String name, int size, POIFSWriterListener writer)
path
- path of the documentname
- name of the documentsize
- length of the documentwriter
- the object that will eventually write the documentint getBigBlockSize()
boolean isValid()
BlockWritable[] getBlocks()
Copyright © 2016 Open Microscopy Environment