Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I L M O P R S T V W Z _

A

add(RawDataBlock) - Method in class org.apache.cocoon.poi.poifs.storage.LocalRawDataBlockList
add a new block
allocateSpace(int) - Method in class org.apache.cocoon.poi.poifs.storage.BlockAllocationTable
Allocate space for a block of indices

B

BATBlock - class org.apache.cocoon.poi.poifs.storage.BATBlock.
A block of block allocation table entries.
BATBlock() - Constructor for class org.apache.cocoon.poi.poifs.storage.BATBlock
Create a single instance initialized with default values
BATBlock(int[], int, int) - Constructor for class org.apache.cocoon.poi.poifs.storage.BATBlock
Create a single instance initialized (perhaps partially) with entries
BigBlock - class org.apache.cocoon.poi.poifs.storage.BigBlock.
 
BigBlock() - Constructor for class org.apache.cocoon.poi.poifs.storage.BigBlock
 
BlockAllocationTable - class org.apache.cocoon.poi.poifs.storage.BlockAllocationTable.
This class manages and creates the Block Allocation Table, which is basically a set of linked lists of block indices.
BlockAllocationTable() - Constructor for class org.apache.cocoon.poi.poifs.storage.BlockAllocationTable
create a BlockAllocationTable
BlockAllocationTable(ListManagedBlock[], BlockList) - Constructor for class org.apache.cocoon.poi.poifs.storage.BlockAllocationTable
create a BlockAllocationTable from an array of raw data blocks
BlockAllocationTable(int, int[], int, int, BlockList) - Constructor for class org.apache.cocoon.poi.poifs.storage.BlockAllocationTable
create a BlockAllocationTable for an existing filesystem.
BlockList - interface org.apache.cocoon.poi.poifs.storage.BlockList.
Interface for lists of blocks that are mapped by block allocation tables
BlockListImpl - class org.apache.cocoon.poi.poifs.storage.BlockListImpl.
A simple implementation of BlockList
BlockListImpl() - Constructor for class org.apache.cocoon.poi.poifs.storage.BlockListImpl
Constructor BlockListImpl
BlockWritable - interface org.apache.cocoon.poi.poifs.storage.BlockWritable.
An interface for persisting block storage of POIFS components.

C

calcSize(int) - Static method in class org.apache.cocoon.poi.poifs.storage.SmallDocumentBlock
Calculate the storage size of a set of SmallDocumentBlocks
calculateStorageRequirements(int) - Static method in class org.apache.cocoon.poi.poifs.storage.BATBlock
Calculate how many BATBlocks are needed to hold a specified number of BAT entries.
calculateXBATStorageRequirements(int) - Static method in class org.apache.cocoon.poi.poifs.storage.BATBlock
Calculate how many XBATBlocks are needed to hold a specified number of BAT entries.
calculateXBATStorageRequirements(int) - Static method in class org.apache.cocoon.poi.poifs.storage.HeaderBlock
For a given number of BAT blocks, calculate how many XBAT blocks will be needed
convert(BlockWritable[], int) - Static method in class org.apache.cocoon.poi.poifs.storage.SmallDocumentBlock
Factory for creating SmallDocumentBlocks from DocumentBlocks
convertToBlockCount(int) - Static method in class org.apache.cocoon.poi.poifs.storage.SmallDocumentBlock
 
countBlocks() - Method in class org.apache.cocoon.poi.poifs.storage.BlockAllocationTable
Get the number of BAT blocks
countBlocks() - Method in class org.apache.cocoon.poi.poifs.storage.SmallBlockTable
Return the number of BigBlock's this instance uses
createBATBlocks(int[]) - Static method in class org.apache.cocoon.poi.poifs.storage.BATBlock
Create an array of BATBlocks from an array of int block allocation table entries
createBlocks() - Method in class org.apache.cocoon.poi.poifs.storage.BlockAllocationTable
Create the BATBlocks we need
createNewBATBlock(int) - Method in class org.apache.cocoon.poi.poifs.storage.LocalRawDataBlockList
create a BAT block and add it to the list
createNewXBATBlock(int, int, int) - Method in class org.apache.cocoon.poi.poifs.storage.LocalRawDataBlockList
create and a new XBAT block
createPropertyBlockArray(List) - Static method in class org.apache.cocoon.poi.poifs.storage.PropertyBlock
Create an array of PropertyBlocks from an array of Property instances, creating empty Property instances to make up any shortfall
createTestArray(int) - Method in class org.apache.cocoon.poi.poifs.storage.TestBATBlock
 
createXBATBlocks(int[], int) - Static method in class org.apache.cocoon.poi.poifs.storage.BATBlock
Create an array of XBATBlocks from an array of int block allocation table entries

D

DocumentBlock - class org.apache.cocoon.poi.poifs.storage.DocumentBlock.
A block of document data.
DocumentBlock() - Constructor for class org.apache.cocoon.poi.poifs.storage.DocumentBlock
Create a single instance initialized with default values
DocumentBlock(RawDataBlock) - Constructor for class org.apache.cocoon.poi.poifs.storage.DocumentBlock
create a document block from a raw data block
DocumentBlock(InputStream) - Constructor for class org.apache.cocoon.poi.poifs.storage.DocumentBlock
Create a single instance initialized with data.
doWriteData(OutputStream, byte[]) - Method in class org.apache.cocoon.poi.poifs.storage.BigBlock
Default implementation of write for extending classes that contain their data in a simple array of bytes.

E

ensureArrayExists() - Method in class org.apache.cocoon.poi.poifs.storage.LocalRawDataBlockList
 
entriesPerBlock() - Static method in class org.apache.cocoon.poi.poifs.storage.BATBlock
 
entriesPerXBATBlock() - Static method in class org.apache.cocoon.poi.poifs.storage.BATBlock
 
eof() - Method in class org.apache.cocoon.poi.poifs.storage.RawDataBlock
When we read the data, did we hit end of file?
extract(ListManagedBlock[]) - Static method in class org.apache.cocoon.poi.poifs.storage.SmallDocumentBlock
create a list of SmallDocumentBlock's from raw data

F

fetchBlocks(int, BlockList) - Method in class org.apache.cocoon.poi.poifs.storage.BlockAllocationTable
walk the entries from a specified point and return the associated blocks.
fetchBlocks(int) - Method in interface org.apache.cocoon.poi.poifs.storage.BlockList
get the blocks making up a particular stream in the list.
fetchBlocks(int) - Method in class org.apache.cocoon.poi.poifs.storage.BlockListImpl
get the blocks making up a particular stream in the list.
fill(int) - Method in class org.apache.cocoon.poi.poifs.storage.LocalRawDataBlockList
fill the list with dummy blocks
fill(List) - Static method in class org.apache.cocoon.poi.poifs.storage.SmallDocumentBlock
fill out a List of SmallDocumentBlocks so that it fully occupies a set of big blocks

G

getBATArray() - Method in class org.apache.cocoon.poi.poifs.storage.HeaderBlock
 
getBATCount() - Method in class org.apache.cocoon.poi.poifs.storage.HeaderBlock
 
getData() - Method in interface org.apache.cocoon.poi.poifs.storage.ListManagedBlock
Get the data from the block
getData() - Method in class org.apache.cocoon.poi.poifs.storage.RawDataBlock
Get the data collected
getData() - Method in class org.apache.cocoon.poi.poifs.storage.SmallDocumentBlock
Get the data from the block
getNextBlockIndex(int) - Method in class org.apache.cocoon.poi.poifs.storage.BlockAllocationTable
return the next block index
getPropertyStart() - Method in class org.apache.cocoon.poi.poifs.storage.HeaderBlock
get start of Property Table
getSBAT() - Method in class org.apache.cocoon.poi.poifs.storage.SmallBlockTable
Get the SBAT
getSBATStart() - Method in class org.apache.cocoon.poi.poifs.storage.HeaderBlock
 
getSmallDocumentBlocks() - Method in class org.apache.cocoon.poi.poifs.storage.SmallBlockTable
fetch the small document block list
getStartBlock() - Method in class org.apache.cocoon.poi.poifs.storage.BlockAllocationTable
get the starting block
getXBATChainOffset() - Static method in class org.apache.cocoon.poi.poifs.storage.BATBlock
 
getXBATCount() - Method in class org.apache.cocoon.poi.poifs.storage.HeaderBlock
 
getXBATIndex() - Method in class org.apache.cocoon.poi.poifs.storage.HeaderBlock
 

H

HeaderBlock - class org.apache.cocoon.poi.poifs.storage.HeaderBlock.
The block containing the archive header
HeaderBlock() - Constructor for class org.apache.cocoon.poi.poifs.storage.HeaderBlock
Create a single instance initialized with default values
HeaderBlock(InputStream) - Constructor for class org.apache.cocoon.poi.poifs.storage.HeaderBlock
create a new HeaderBlock from an InputStream

I

isDirectory() - Method in class org.apache.cocoon.poi.poifs.storage.LocalProperty
 
isUsed(int) - Method in class org.apache.cocoon.poi.poifs.storage.BlockAllocationTable
determine whether the block specified by index is used or not

L

ListManagedBlock - interface org.apache.cocoon.poi.poifs.storage.ListManagedBlock.
An interface for blocks managed by a list that works with a BlockAllocationTable to keep block sequences straight
LocalProperty - class org.apache.cocoon.poi.poifs.storage.LocalProperty.
 
LocalProperty(String) - Constructor for class org.apache.cocoon.poi.poifs.storage.LocalProperty
Constructor TestProperty
LocalRawDataBlockList - class org.apache.cocoon.poi.poifs.storage.LocalRawDataBlockList.
Class LocalRawDataBlockList
LocalRawDataBlockList() - Constructor for class org.apache.cocoon.poi.poifs.storage.LocalRawDataBlockList
Constructor LocalRawDataBlockList

M

main(String[]) - Static method in class org.apache.cocoon.poi.poifs.storage.TestBATBlock
main method to run the unit tests
main(String[]) - Static method in class org.apache.cocoon.poi.poifs.storage.TestBlockAllocationTable
main method to run the unit tests
main(String[]) - Static method in class org.apache.cocoon.poi.poifs.storage.TestBlockListImpl
main method to run the unit tests
main(String[]) - Static method in class org.apache.cocoon.poi.poifs.storage.TestDocumentBlock
main method to run the unit tests
main(String[]) - Static method in class org.apache.cocoon.poi.poifs.storage.TestHeaderBlock
main method to run the unit tests
main(String[]) - Static method in class org.apache.cocoon.poi.poifs.storage.TestPropertyBlock
main method to run the unit tests
main(String[]) - Static method in class org.apache.cocoon.poi.poifs.storage.TestRawDataBlock
main method to run the unit tests
main(String[]) - Static method in class org.apache.cocoon.poi.poifs.storage.TestRawDataBlockList
main method to run the unit tests
main(String[]) - Static method in class org.apache.cocoon.poi.poifs.storage.TestSmallBlockTable
main method to run the unit tests
main(String[]) - Static method in class org.apache.cocoon.poi.poifs.storage.TestSmallDocumentBlock
main method to run the unit tests
main(String[]) - Static method in class org.apache.cocoon.poi.poifs.storage.TestSmallDocumentBlockList
main method to run the unit tests

O

org.apache.cocoon.poi.poifs.storage - package org.apache.cocoon.poi.poifs.storage
 

P

PropertyBlock - class org.apache.cocoon.poi.poifs.storage.PropertyBlock.
A block of Property instances
PropertyBlock(Property[], int) - Constructor for class org.apache.cocoon.poi.poifs.storage.PropertyBlock
Create a single instance initialized with default values
partiallyRead() - Method in class org.apache.cocoon.poi.poifs.storage.DocumentBlock
Was this a partially read block?
preWrite() - Method in class org.apache.cocoon.poi.poifs.storage.LocalProperty
do nothing

R

RawDataBlock - class org.apache.cocoon.poi.poifs.storage.RawDataBlock.
A big block created from an InputStream, holding the raw data
RawDataBlock(InputStream) - Constructor for class org.apache.cocoon.poi.poifs.storage.RawDataBlock
Constructor RawDataBlock
RawDataBlockList - class org.apache.cocoon.poi.poifs.storage.RawDataBlockList.
A list of RawDataBlocks instances, and methods to manage the list
RawDataBlockList(InputStream) - Constructor for class org.apache.cocoon.poi.poifs.storage.RawDataBlockList
Constructor RawDataBlockList
read(DocumentBlock[], byte[], int) - Static method in class org.apache.cocoon.poi.poifs.storage.DocumentBlock
read data from an array of DocumentBlocks
read(BlockWritable[], byte[], int) - Static method in class org.apache.cocoon.poi.poifs.storage.SmallDocumentBlock
read data from an array of SmallDocumentBlocks
remove(int) - Method in interface org.apache.cocoon.poi.poifs.storage.BlockList
remove and return the specified block from the list
remove(int) - Method in class org.apache.cocoon.poi.poifs.storage.BlockListImpl
remove and return the specified block from the list
remove(int) - Method in class org.apache.cocoon.poi.poifs.storage.LocalRawDataBlockList
override of remove method

S

SmallBlockTable - class org.apache.cocoon.poi.poifs.storage.SmallBlockTable.
This class implements storage for the small blocks used by small documents.
SmallBlockTable(RawDataBlockList, RootProperty, int) - Constructor for class org.apache.cocoon.poi.poifs.storage.SmallBlockTable
Acquire a SmallBlockTable from an existing file
SmallBlockTable(List, RootProperty) - Constructor for class org.apache.cocoon.poi.poifs.storage.SmallBlockTable
Creates new SmallBlockTable
SmallDocumentBlock - class org.apache.cocoon.poi.poifs.storage.SmallDocumentBlock.
Storage for documents that are too small to use regular DocumentBlocks for their data
SmallDocumentBlock(byte[], int) - Constructor for class org.apache.cocoon.poi.poifs.storage.SmallDocumentBlock
Creates new SmallDocumentBlock
SmallDocumentBlock() - Constructor for class org.apache.cocoon.poi.poifs.storage.SmallDocumentBlock
 
SmallDocumentBlockList - class org.apache.cocoon.poi.poifs.storage.SmallDocumentBlockList.
A list of SmallDocumentBlocks instances, and methods to manage the list
SmallDocumentBlockList(List) - Constructor for class org.apache.cocoon.poi.poifs.storage.SmallDocumentBlockList
Constructor SmallDocumentBlockList
setBAT(BlockAllocationTable) - Method in interface org.apache.cocoon.poi.poifs.storage.BlockList
set the associated BlockAllocationTable
setBAT(BlockAllocationTable) - Method in class org.apache.cocoon.poi.poifs.storage.BlockListImpl
set the associated BlockAllocationTable
setBATBlocks(int, int) - Method in class org.apache.cocoon.poi.poifs.storage.HeaderBlock
Set BAT block parameters.
setBlocks(ListManagedBlock[]) - Method in class org.apache.cocoon.poi.poifs.storage.BlockListImpl
provide blocks to manage
setDefaultBlock(byte[], int) - Method in class org.apache.cocoon.poi.poifs.storage.TestPropertyBlock
 
setEntries(ListManagedBlock[], BlockList) - Method in class org.apache.cocoon.poi.poifs.storage.BlockAllocationTable
Convert an array of blocks into a set of integer indices
setPropertyStart(int) - Method in class org.apache.cocoon.poi.poifs.storage.HeaderBlock
Set start of Property Table
setSBATStart(int) - Method in class org.apache.cocoon.poi.poifs.storage.HeaderBlock
Set start of small block allocation table
setStartBlock(int) - Method in class org.apache.cocoon.poi.poifs.storage.BlockAllocationTable
set the start block
setStartBlock(int) - Method in class org.apache.cocoon.poi.poifs.storage.SmallBlockTable
Set the start block for this instance
setXBATChain(int) - Method in class org.apache.cocoon.poi.poifs.storage.BATBlock
 
setXBATStart(int) - Method in class org.apache.cocoon.poi.poifs.storage.HeaderBlock
Set start of XBAT
simpleCreateBlocks() - Method in class org.apache.cocoon.poi.poifs.storage.BlockAllocationTable
create the BATBlocks
size() - Method in class org.apache.cocoon.poi.poifs.storage.DocumentBlock
Get the number of bytes read for this block

T

TestBATBlock - class org.apache.cocoon.poi.poifs.storage.TestBATBlock.
Class to test BATBlock functionality
TestBATBlock(String) - Constructor for class org.apache.cocoon.poi.poifs.storage.TestBATBlock
Constructor TestBATBlock
TestBlockAllocationTable - class org.apache.cocoon.poi.poifs.storage.TestBlockAllocationTable.
Class to test BlockAllocationTable functionality
TestBlockAllocationTable(String) - Constructor for class org.apache.cocoon.poi.poifs.storage.TestBlockAllocationTable
Constructor TestBlockAllocationTable
TestBlockListImpl - class org.apache.cocoon.poi.poifs.storage.TestBlockListImpl.
Class to test BlockListImpl functionality
TestBlockListImpl(String) - Constructor for class org.apache.cocoon.poi.poifs.storage.TestBlockListImpl
Constructor TestBlockListImpl
TestDocumentBlock - class org.apache.cocoon.poi.poifs.storage.TestDocumentBlock.
Class to test DocumentBlock functionality
TestDocumentBlock(String) - Constructor for class org.apache.cocoon.poi.poifs.storage.TestDocumentBlock
Constructor TestDocumentBlock
TestHeaderBlock - class org.apache.cocoon.poi.poifs.storage.TestHeaderBlock.
Class to test HeaderBlock functionality
TestHeaderBlock(String) - Constructor for class org.apache.cocoon.poi.poifs.storage.TestHeaderBlock
Constructor TestHeaderBlock
TestPropertyBlock - class org.apache.cocoon.poi.poifs.storage.TestPropertyBlock.
Class to test PropertyBlock functionality
TestPropertyBlock(String) - Constructor for class org.apache.cocoon.poi.poifs.storage.TestPropertyBlock
Constructor TestPropertyBlock
TestRawDataBlock - class org.apache.cocoon.poi.poifs.storage.TestRawDataBlock.
Class to test RawDataBlock functionality
TestRawDataBlock(String) - Constructor for class org.apache.cocoon.poi.poifs.storage.TestRawDataBlock
Constructor TestRawDataBlock
TestRawDataBlockList - class org.apache.cocoon.poi.poifs.storage.TestRawDataBlockList.
Class to test RawDataBlockList functionality
TestRawDataBlockList(String) - Constructor for class org.apache.cocoon.poi.poifs.storage.TestRawDataBlockList
Constructor TestRawDataBlockList
TestSmallBlockTable - class org.apache.cocoon.poi.poifs.storage.TestSmallBlockTable.
Class to test SmallBlockTable functionality
TestSmallBlockTable(String) - Constructor for class org.apache.cocoon.poi.poifs.storage.TestSmallBlockTable
Constructor TestSmallBlockTable
TestSmallDocumentBlock - class org.apache.cocoon.poi.poifs.storage.TestSmallDocumentBlock.
Class to test SmallDocumentBlock functionality
TestSmallDocumentBlock(String) - Constructor for class org.apache.cocoon.poi.poifs.storage.TestSmallDocumentBlock
constructor
TestSmallDocumentBlockList - class org.apache.cocoon.poi.poifs.storage.TestSmallDocumentBlockList.
Class to test SmallDocumentBlockList functionality
TestSmallDocumentBlockList(String) - Constructor for class org.apache.cocoon.poi.poifs.storage.TestSmallDocumentBlockList
Constructor TestSmallDocumentBlockList
testAllocateSpace() - Method in class org.apache.cocoon.poi.poifs.storage.TestBlockAllocationTable
Test the allocateSpace method.
testCalcSize() - Method in class org.apache.cocoon.poi.poifs.storage.TestSmallDocumentBlock
test calcSize
testCalculateXBATStorageRequirements() - Method in class org.apache.cocoon.poi.poifs.storage.TestBATBlock
test calculateXBATStorageRequirements
testConstructor() - Method in class org.apache.cocoon.poi.poifs.storage.TestDocumentBlock
Test the writing DocumentBlock constructor.
testConstructor() - Method in class org.apache.cocoon.poi.poifs.storage.TestSmallDocumentBlockList
Test creating a SmallDocumentBlockList
testConstructors() - Method in class org.apache.cocoon.poi.poifs.storage.TestHeaderBlock
Test creating a HeaderBlock
testConvert() - Method in class org.apache.cocoon.poi.poifs.storage.TestSmallDocumentBlock
Test conversion from DocumentBlocks
testCreateBATBlocks() - Method in class org.apache.cocoon.poi.poifs.storage.TestBATBlock
Test the createBATBlocks method.
testCreateBlocks() - Method in class org.apache.cocoon.poi.poifs.storage.TestBlockAllocationTable
Test the createBlocks method
testCreatePropertyBlocks() - Method in class org.apache.cocoon.poi.poifs.storage.TestPropertyBlock
Test constructing PropertyBlocks
testCreateXBATBlocks() - Method in class org.apache.cocoon.poi.poifs.storage.TestBATBlock
test createXBATBlocks
testEmptyConstructor() - Method in class org.apache.cocoon.poi.poifs.storage.TestRawDataBlock
Test creating an empty RawDataBlock
testEmptyConstructor() - Method in class org.apache.cocoon.poi.poifs.storage.TestRawDataBlockList
Test creating an empty RawDataBlockList
testEntriesPerBlock() - Method in class org.apache.cocoon.poi.poifs.storage.TestBATBlock
test entriesPerBlock
testEntriesPerXBATBlock() - Method in class org.apache.cocoon.poi.poifs.storage.TestBATBlock
test entriesPerXBATBlock
testExtract() - Method in class org.apache.cocoon.poi.poifs.storage.TestSmallDocumentBlock
test extract method
testFetchBlocks() - Method in class org.apache.cocoon.poi.poifs.storage.TestBlockAllocationTable
Test fetchBlocks
testFetchBlocks() - Method in class org.apache.cocoon.poi.poifs.storage.TestBlockListImpl
Test fetchBlocks
testFill() - Method in class org.apache.cocoon.poi.poifs.storage.TestSmallDocumentBlock
test fill
testGetXBATChainOffset() - Method in class org.apache.cocoon.poi.poifs.storage.TestBATBlock
test getXBATChainOffset
testNormalConstructor() - Method in class org.apache.cocoon.poi.poifs.storage.TestRawDataBlock
Test creating a normal RawDataBlock
testNormalConstructor() - Method in class org.apache.cocoon.poi.poifs.storage.TestRawDataBlockList
Test creating a normal RawDataBlockList
testProduct() - Method in class org.apache.cocoon.poi.poifs.storage.TestBlockAllocationTable
Test content produced by BlockAllocationTable
testRead() - Method in class org.apache.cocoon.poi.poifs.storage.TestDocumentBlock
test static read method
testRead() - Method in class org.apache.cocoon.poi.poifs.storage.TestSmallDocumentBlock
Test read method
testReadingConstructor() - Method in class org.apache.cocoon.poi.poifs.storage.TestBlockAllocationTable
Test reading constructor
testReadingConstructor() - Method in class org.apache.cocoon.poi.poifs.storage.TestDocumentBlock
Test 'reading' constructor
testReadingConstructor() - Method in class org.apache.cocoon.poi.poifs.storage.TestSmallBlockTable
test reading constructor
testRemove() - Method in class org.apache.cocoon.poi.poifs.storage.TestBlockListImpl
test remove method
testSetBAT() - Method in class org.apache.cocoon.poi.poifs.storage.TestBlockListImpl
test setBAT
testSetBATBlocks() - Method in class org.apache.cocoon.poi.poifs.storage.TestHeaderBlock
test setting the BAT blocks; also tests getBATCount, getBATArray, getXBATCount
testSetPropertyStart() - Method in class org.apache.cocoon.poi.poifs.storage.TestHeaderBlock
test setPropertyStart and getPropertyStart
testSetSBATStart() - Method in class org.apache.cocoon.poi.poifs.storage.TestHeaderBlock
Test setting the SBAT start block
testSetXBATStart() - Method in class org.apache.cocoon.poi.poifs.storage.TestHeaderBlock
test setXBATStart
testShortConstructor() - Method in class org.apache.cocoon.poi.poifs.storage.TestRawDataBlock
Test creating a short RawDataBlock
testShortConstructor() - Method in class org.apache.cocoon.poi.poifs.storage.TestRawDataBlockList
Test creating a short RawDataBlockList
testSmallBATConstructor() - Method in class org.apache.cocoon.poi.poifs.storage.TestBlockAllocationTable
Test small block allocation table constructor
testWritingConstructor() - Method in class org.apache.cocoon.poi.poifs.storage.TestSmallBlockTable
test writing constructor
testZap() - Method in class org.apache.cocoon.poi.poifs.storage.TestBlockListImpl
test zap method

V

verifyBlocksCreated(BlockAllocationTable, int) - Method in class org.apache.cocoon.poi.poifs.storage.TestBlockAllocationTable
 
verifyContents(BATBlock[], int) - Method in class org.apache.cocoon.poi.poifs.storage.TestBATBlock
 
verifyCorrect(BlockWritable[], byte[]) - Method in class org.apache.cocoon.poi.poifs.storage.TestPropertyBlock
 
verifyOutput(DocumentBlock, byte[]) - Method in class org.apache.cocoon.poi.poifs.storage.TestDocumentBlock
 
verifyXBATContents(BATBlock[], int, int) - Method in class org.apache.cocoon.poi.poifs.storage.TestBATBlock
 

W

writeBlocks(OutputStream) - Method in class org.apache.cocoon.poi.poifs.storage.BigBlock
Write the storage to an OutputStream
writeBlocks(OutputStream) - Method in class org.apache.cocoon.poi.poifs.storage.BlockAllocationTable
Write the storage to an OutputStream
writeBlocks(OutputStream) - Method in interface org.apache.cocoon.poi.poifs.storage.BlockWritable
Write the storage to an OutputStream
writeBlocks(OutputStream) - Method in class org.apache.cocoon.poi.poifs.storage.SmallBlockTable
Write the storage to an OutputStream
writeBlocks(OutputStream) - Method in class org.apache.cocoon.poi.poifs.storage.SmallDocumentBlock
Write the data to an OutputStream
writeData(OutputStream) - Method in class org.apache.cocoon.poi.poifs.storage.BATBlock
Write the block's data to an OutputStream
writeData(OutputStream) - Method in class org.apache.cocoon.poi.poifs.storage.BigBlock
Write the block's data to an OutputStream
writeData(OutputStream) - Method in class org.apache.cocoon.poi.poifs.storage.DocumentBlock
Write the block's data to an OutputStream
writeData(OutputStream) - Method in class org.apache.cocoon.poi.poifs.storage.HeaderBlock
Write the block's data to an OutputStream
writeData(OutputStream) - Method in class org.apache.cocoon.poi.poifs.storage.PropertyBlock
Write the block's data to an OutputStream

Z

zap(int) - Method in interface org.apache.cocoon.poi.poifs.storage.BlockList
remove the specified block from the list
zap(int) - Method in class org.apache.cocoon.poi.poifs.storage.BlockListImpl
remove the specified block from the list
zap(int) - Method in class org.apache.cocoon.poi.poifs.storage.LocalRawDataBlockList
remove the specified block from the list

_

_array - Variable in class org.apache.cocoon.poi.poifs.storage.LocalRawDataBlockList
 
_bat - Variable in class org.apache.cocoon.poi.poifs.storage.BlockListImpl
 
_bat_array_offset - Static variable in class org.apache.cocoon.poi.poifs.storage.HeaderBlock
 
_bat_count - Variable in class org.apache.cocoon.poi.poifs.storage.HeaderBlock
 
_bat_count_offset - Static variable in class org.apache.cocoon.poi.poifs.storage.HeaderBlock
 
_big_block_count - Variable in class org.apache.cocoon.poi.poifs.storage.SmallBlockTable
 
_block_size - Static variable in class org.apache.cocoon.poi.poifs.storage.SmallDocumentBlock
 
_blocks - Variable in class org.apache.cocoon.poi.poifs.storage.BlockAllocationTable
 
_blocks - Variable in class org.apache.cocoon.poi.poifs.storage.BlockListImpl
 
_blocks_per_big_block - Static variable in class org.apache.cocoon.poi.poifs.storage.SmallDocumentBlock
 
_bytes_read - Variable in class org.apache.cocoon.poi.poifs.storage.DocumentBlock
 
_data - Variable in class org.apache.cocoon.poi.poifs.storage.BATBlock
 
_data - Variable in class org.apache.cocoon.poi.poifs.storage.DocumentBlock
 
_data - Variable in class org.apache.cocoon.poi.poifs.storage.HeaderBlock
 
_data - Variable in class org.apache.cocoon.poi.poifs.storage.RawDataBlock
 
_data - Variable in class org.apache.cocoon.poi.poifs.storage.SmallDocumentBlock
 
_default_fill - Static variable in class org.apache.cocoon.poi.poifs.storage.SmallDocumentBlock
 
_default_value - Static variable in class org.apache.cocoon.poi.poifs.storage.BATBlock
 
_default_value - Static variable in class org.apache.cocoon.poi.poifs.storage.DocumentBlock
 
_default_value - Static variable in class org.apache.cocoon.poi.poifs.storage.HeaderBlock
 
_entries - Variable in class org.apache.cocoon.poi.poifs.storage.BlockAllocationTable
 
_entries_per_block - Static variable in class org.apache.cocoon.poi.poifs.storage.BATBlock
 
_entries_per_xbat_block - Static variable in class org.apache.cocoon.poi.poifs.storage.BATBlock
 
_eof - Variable in class org.apache.cocoon.poi.poifs.storage.RawDataBlock
 
_fields - Variable in class org.apache.cocoon.poi.poifs.storage.BATBlock
 
_list - Variable in class org.apache.cocoon.poi.poifs.storage.LocalRawDataBlockList
 
_max_bats_in_header - Static variable in class org.apache.cocoon.poi.poifs.storage.HeaderBlock
 
_properties - Variable in class org.apache.cocoon.poi.poifs.storage.PropertyBlock
 
_properties_per_block - Static variable in class org.apache.cocoon.poi.poifs.storage.PropertyBlock
 
_property_start - Variable in class org.apache.cocoon.poi.poifs.storage.HeaderBlock
 
_property_start_offset - Static variable in class org.apache.cocoon.poi.poifs.storage.HeaderBlock
 
_root - Variable in class org.apache.cocoon.poi.poifs.storage.SmallBlockTable
 
_sbat - Variable in class org.apache.cocoon.poi.poifs.storage.SmallBlockTable
 
_sbat_start - Variable in class org.apache.cocoon.poi.poifs.storage.HeaderBlock
 
_sbat_start_offset - Static variable in class org.apache.cocoon.poi.poifs.storage.HeaderBlock
 
_signature - Static variable in class org.apache.cocoon.poi.poifs.storage.HeaderBlock
 
_signature_offset - Static variable in class org.apache.cocoon.poi.poifs.storage.HeaderBlock
 
_small_block_list - Variable in class org.apache.cocoon.poi.poifs.storage.SmallBlockTable
 
_small_blocks - Variable in class org.apache.cocoon.poi.poifs.storage.SmallBlockTable
 
_start_block - Variable in class org.apache.cocoon.poi.poifs.storage.BlockAllocationTable
 
_testdata - Static variable in class org.apache.cocoon.poi.poifs.storage.TestDocumentBlock
 
_testdata - Static variable in class org.apache.cocoon.poi.poifs.storage.TestSmallDocumentBlock
 
_testdata_size - Static variable in class org.apache.cocoon.poi.poifs.storage.TestSmallDocumentBlock
 
_xbat_chain_offset - Static variable in class org.apache.cocoon.poi.poifs.storage.BATBlock
 
_xbat_count - Variable in class org.apache.cocoon.poi.poifs.storage.HeaderBlock
 
_xbat_count_offset - Static variable in class org.apache.cocoon.poi.poifs.storage.HeaderBlock
 
_xbat_start - Variable in class org.apache.cocoon.poi.poifs.storage.HeaderBlock
 
_xbat_start_offset - Static variable in class org.apache.cocoon.poi.poifs.storage.HeaderBlock
 

A B C D E F G H I L M O P R S T V W Z _