|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SmallDocumentBlock | |
---|---|
org.apache.poi.poifs.filesystem | filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface. |
org.apache.poi.poifs.storage | storage package contains low level binary structures for POIFS's implementation of the OLE 2 Compound Document Format. |
Uses of SmallDocumentBlock in org.apache.poi.poifs.filesystem |
---|
Methods in org.apache.poi.poifs.filesystem that return SmallDocumentBlock | |
---|---|
SmallDocumentBlock[] |
OPOIFSDocument.getSmallBlocks()
|
Constructors in org.apache.poi.poifs.filesystem with parameters of type SmallDocumentBlock | |
---|---|
OPOIFSDocument(java.lang.String name,
SmallDocumentBlock[] blocks,
int length)
Constructor from small blocks |
Uses of SmallDocumentBlock in org.apache.poi.poifs.storage |
---|
Methods in org.apache.poi.poifs.storage that return SmallDocumentBlock | |
---|---|
static SmallDocumentBlock[] |
SmallDocumentBlock.convert(POIFSBigBlockSize bigBlockSize,
BlockWritable[] store,
int size)
Factory for creating SmallDocumentBlocks from DocumentBlocks |
static SmallDocumentBlock[] |
SmallDocumentBlock.convert(POIFSBigBlockSize bigBlockSize,
byte[] array,
int size)
convert a single long array into an array of SmallDocumentBlock instances |
Methods in org.apache.poi.poifs.storage that return types with arguments of type SmallDocumentBlock | |
---|---|
static java.util.List<SmallDocumentBlock> |
SmallDocumentBlock.extract(POIFSBigBlockSize bigBlockSize,
ListManagedBlock[] blocks)
create a list of SmallDocumentBlock's from raw data |
Methods in org.apache.poi.poifs.storage with parameters of type SmallDocumentBlock | |
---|---|
static DataInputBlock |
SmallDocumentBlock.getDataInputBlock(SmallDocumentBlock[] blocks,
int offset)
|
Method parameters in org.apache.poi.poifs.storage with type arguments of type SmallDocumentBlock | |
---|---|
static int |
SmallDocumentBlock.fill(POIFSBigBlockSize bigBlockSize,
java.util.List<SmallDocumentBlock> blocks)
fill out a List of SmallDocumentBlocks so that it fully occupies a set of big blocks |
Constructor parameters in org.apache.poi.poifs.storage with type arguments of type SmallDocumentBlock | |
---|---|
SmallDocumentBlockList(java.util.List<SmallDocumentBlock> blocks)
Constructor SmallDocumentBlockList |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |