|
|||||||||
| Home >> All >> org >> apache >> cocoon >> poi >> [ util overview ] | PREV NEXT | ||||||||
A
- add(int, int) - Method in class org.apache.cocoon.poi.util.IntList
- add the specfied value at the specified index
- add(int) - Method in class org.apache.cocoon.poi.util.IntList
- Appends the specified element to the end of this list
- add(int, short) - Method in class org.apache.cocoon.poi.util.ShortList
- add the specfied value at the specified index
- add(short) - Method in class org.apache.cocoon.poi.util.ShortList
- Appends the specified element to the end of this list
- addAll(IntList) - Method in class org.apache.cocoon.poi.util.IntList
- Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
- addAll(int, IntList) - Method in class org.apache.cocoon.poi.util.IntList
- Inserts all of the elements in the specified collection into this list at the specified position.
- addAll(ShortList) - Method in class org.apache.cocoon.poi.util.ShortList
- Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
- addAll(int, ShortList) - Method in class org.apache.cocoon.poi.util.ShortList
- Inserts all of the elements in the specified collection into this list at the specified position.
B
- BYTE_SIZE - Static variable in interface org.apache.cocoon.poi.util.LittleEndianConsts
- BitField - class org.apache.cocoon.poi.util.BitField.
- Manage operations dealing with bit-mapped fields.
- BitField(int) - Constructor for class org.apache.cocoon.poi.util.BitField
- Create a BitField instance
- ByteField - class org.apache.cocoon.poi.util.ByteField.
- representation of a byte (8-bit) field at a fixed location within a byte array
- ByteField(int) - Constructor for class org.apache.cocoon.poi.util.ByteField
- construct the ByteField with its offset into its containing byte array and a default value of 0
- ByteField(int, byte) - Constructor for class org.apache.cocoon.poi.util.ByteField
- construct the ByteField with its offset into its containing byte array and initialize its value
- ByteField(int, byte[]) - Constructor for class org.apache.cocoon.poi.util.ByteField
- Construct the ByteField with its offset into its containing byte array and initialize its value from its byte array
- ByteField(int, byte, byte[]) - Constructor for class org.apache.cocoon.poi.util.ByteField
- construct the ByteField with its offset into its containing byte array, initialize its value, and write its value to its byte array
- ba_equivalent(byte[], byte[], int, int) - Method in class org.apache.cocoon.poi.util.TestLittleEndian
- bf_multi - Static variable in class org.apache.cocoon.poi.util.TestBitField
- bf_single - Static variable in class org.apache.cocoon.poi.util.TestBitField
C
- clear(int) - Method in class org.apache.cocoon.poi.util.BitField
- Clear the bits.
- clear() - Method in class org.apache.cocoon.poi.util.IntList
- Removes all of the elements from this list.
- clear() - Method in class org.apache.cocoon.poi.util.ShortList
- Removes all of the elements from this list.
- clearByte(byte) - Method in class org.apache.cocoon.poi.util.BitField
- Clear the bits.
- clearShort(short) - Method in class org.apache.cocoon.poi.util.BitField
- Clear the bits.
- contains(int) - Method in class org.apache.cocoon.poi.util.IntList
- Returns true if this list contains the specified element.
- contains(short) - Method in class org.apache.cocoon.poi.util.ShortList
- Returns true if this list contains the specified element.
- containsAll(IntList) - Method in class org.apache.cocoon.poi.util.IntList
- Returns true if this list contains all of the elements of the specified collection.
- containsAll(ShortList) - Method in class org.apache.cocoon.poi.util.ShortList
- Returns true if this list contains all of the elements of the specified collection.
D
- DOUBLE_SIZE - Static variable in interface org.apache.cocoon.poi.util.LittleEndianConsts
- dump(byte[], long, OutputStream, int) - Static method in class org.apache.cocoon.poi.util.HexDump
- dump an array of bytes to an OutputStream
- dump(long) - Static method in class org.apache.cocoon.poi.util.HexDump
- dump(byte) - Static method in class org.apache.cocoon.poi.util.HexDump
E
- EOL - Static variable in class org.apache.cocoon.poi.util.HexDump
- equals(Object) - Method in class org.apache.cocoon.poi.util.IntList
- Compares the specified object with this list for equality.
- equals(Object) - Method in class org.apache.cocoon.poi.util.ShortList
- Compares the specified object with this list for equality.
F
- FixedField - interface org.apache.cocoon.poi.util.FixedField.
- behavior of a field at a fixed location within a byte array
G
- get() - Method in class org.apache.cocoon.poi.util.ByteField
- get the ByteField's current value
- get(int) - Method in class org.apache.cocoon.poi.util.IntList
- Returns the element at the specified position in this list.
- get() - Method in class org.apache.cocoon.poi.util.IntegerField
- get the IntegerField's current value
- get() - Method in class org.apache.cocoon.poi.util.LongField
- get the LongField's current value
- get() - Method in class org.apache.cocoon.poi.util.ShortField
- get the ShortField's current value
- get(int) - Method in class org.apache.cocoon.poi.util.ShortList
- Returns the element at the specified position in this list.
- getDouble(byte[], int) - Static method in class org.apache.cocoon.poi.util.LittleEndian
- get a double value from a byte array, reads it in little endian format then converts the resulting revolting IEEE 754 (curse them) floating point number to a happy java double
- getDouble(byte[]) - Static method in class org.apache.cocoon.poi.util.LittleEndian
- get a double value from the beginning of a byte array
- getFromUnicode(byte[], int, int) - Static method in class org.apache.cocoon.poi.util.StringUtil
- given a byte array of 16-bit unicode characters, compress to 8-bit and return a string
- getFromUnicode(byte[]) - Static method in class org.apache.cocoon.poi.util.StringUtil
- given a byte array of 16-bit unicode characters, compress to 8-bit and return a string
- getInt(byte[], int) - Static method in class org.apache.cocoon.poi.util.LittleEndian
- get an int value from a byte array
- getInt(byte[]) - Static method in class org.apache.cocoon.poi.util.LittleEndian
- get an int value from the beginning of a byte array
- getLong(byte[], int) - Static method in class org.apache.cocoon.poi.util.LittleEndian
- get a long value from a byte array
- getLong(byte[]) - Static method in class org.apache.cocoon.poi.util.LittleEndian
- get a long value from the beginning of a byte array
- getNumber(byte[], int, int) - Static method in class org.apache.cocoon.poi.util.LittleEndian
- getRawValue(int) - Method in class org.apache.cocoon.poi.util.BitField
- Obtain the value for the specified BitField, unshifted
- getShort(byte[], int) - Static method in class org.apache.cocoon.poi.util.LittleEndian
- get a short value from a byte array
- getShort(byte[]) - Static method in class org.apache.cocoon.poi.util.LittleEndian
- get a short value from the beginning of a byte array
- getShortRawValue(short) - Method in class org.apache.cocoon.poi.util.BitField
- Obtain the value for the specified BitField, unshifted
- getShortValue(short) - Method in class org.apache.cocoon.poi.util.BitField
- Obtain the value for the specified BitField, appropriately shifted right, as a short.
- getValue(int) - Method in class org.apache.cocoon.poi.util.BitField
- Obtain the value for the specified BitField, appropriately shifted right.
- growArray(int) - Method in class org.apache.cocoon.poi.util.IntList
- growArray(int) - Method in class org.apache.cocoon.poi.util.ShortList
H
- HexDump - class org.apache.cocoon.poi.util.HexDump.
- dump data in hexadecimal format; derived from a HexDump utility I wrote in June 2001
- HexDump() - Constructor for class org.apache.cocoon.poi.util.HexDump
- hashCode() - Method in class org.apache.cocoon.poi.util.IntList
- Returns the hash code value for this list.
- hashCode() - Method in class org.apache.cocoon.poi.util.ShortList
- Returns the hash code value for this list.
I
- INT_SIZE - Static variable in interface org.apache.cocoon.poi.util.LittleEndianConsts
- IntList - class org.apache.cocoon.poi.util.IntList.
- A List of int's; as full an implementation of the java.util.List interface as possible, with an eye toward minimal creation of objects the mimicry of List is as follows: if possible, operations designated 'optional' in the List interface are attempted wherever the List interface refers to an Object, substitute int wherever the List interface refers to a Collection or List, substitute IntList the mimicry is not perfect, however: operations involving Iterators or ListIterators are not supported remove(Object) becomes removeValue to distinguish it from remove(int index) subList is not supported
- IntList() - Constructor for class org.apache.cocoon.poi.util.IntList
- create an IntList of default size
- IntList(IntList) - Constructor for class org.apache.cocoon.poi.util.IntList
- create a copy of an existing IntList
- IntList(int) - Constructor for class org.apache.cocoon.poi.util.IntList
- create an IntList with a predefined initial size
- IntegerField - class org.apache.cocoon.poi.util.IntegerField.
- representation of an integer (32-bit) field at a fixed location within a byte array
- IntegerField(int) - Constructor for class org.apache.cocoon.poi.util.IntegerField
- construct the IntegerField with its offset into its containing byte array
- IntegerField(int, int) - Constructor for class org.apache.cocoon.poi.util.IntegerField
- construct the IntegerField with its offset into its containing byte array and initialize its value
- IntegerField(int, byte[]) - Constructor for class org.apache.cocoon.poi.util.IntegerField
- Construct the IntegerField with its offset into its containing byte array and initialize its value from its byte array
- IntegerField(int, int, byte[]) - Constructor for class org.apache.cocoon.poi.util.IntegerField
- construct the IntegerField with its offset into its containing byte array, initialize its value, and write the value to a byte array
- indexOf(int) - Method in class org.apache.cocoon.poi.util.IntList
- Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
- indexOf(short) - Method in class org.apache.cocoon.poi.util.ShortList
- Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
- isAllSet(int) - Method in class org.apache.cocoon.poi.util.BitField
- Are all of the bits set or not? This is a stricter test than isSet, in that all of the bits in a multi-bit set must be set for this method to return true
- isEmpty() - Method in class org.apache.cocoon.poi.util.IntList
- Returns true if this list contains no elements.
- isEmpty() - Method in class org.apache.cocoon.poi.util.ShortList
- Returns true if this list contains no elements.
- isSet(int) - Method in class org.apache.cocoon.poi.util.BitField
- Is the field set or not? This is most commonly used for a single-bit field, which is often used to represent a boolean value; the results of using it for a multi-bit field is to determine whether *any* of its bits are set
L
- LONG_SIZE - Static variable in interface org.apache.cocoon.poi.util.LittleEndianConsts
- LittleEndian - class org.apache.cocoon.poi.util.LittleEndian.
- a utility class for handling little-endian numbers, which the 80x86 world is replete with.
- LittleEndian() - Constructor for class org.apache.cocoon.poi.util.LittleEndian
- LittleEndian.BufferUnderrunException - exception org.apache.cocoon.poi.util.LittleEndian.BufferUnderrunException.
- Exception to handle buffer underruns
- LittleEndian.BufferUnderrunException() - Constructor for class org.apache.cocoon.poi.util.LittleEndian.BufferUnderrunException
- simple constructor
- LittleEndianConsts - interface org.apache.cocoon.poi.util.LittleEndianConsts.
- a repository for constants shared by classes within this package
- LongField - class org.apache.cocoon.poi.util.LongField.
- representation of a long (16-bit) field at a fixed location within a byte array
- LongField(int) - Constructor for class org.apache.cocoon.poi.util.LongField
- construct the LongField with its offset into its containing byte array
- LongField(int, long) - Constructor for class org.apache.cocoon.poi.util.LongField
- construct the LongField with its offset into its containing byte array and initialize its value
- LongField(int, byte[]) - Constructor for class org.apache.cocoon.poi.util.LongField
- Construct the LongField with its offset into its containing byte array and initialize its value from its byte array
- LongField(int, long, byte[]) - Constructor for class org.apache.cocoon.poi.util.LongField
- construct the LongField with its offset into its containing byte array, initialize its value, and write the value to a byte array
- lastIndexOf(int) - Method in class org.apache.cocoon.poi.util.IntList
- Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
- lastIndexOf(short) - Method in class org.apache.cocoon.poi.util.ShortList
- Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
M
- main(String[]) - Static method in class org.apache.cocoon.poi.util.TestBitField
- main method to run the unit tests
- main(String[]) - Static method in class org.apache.cocoon.poi.util.TestByteField
- Main
- main(String[]) - Static method in class org.apache.cocoon.poi.util.TestHexDump
- main method to run the unit tests
- main(String[]) - Static method in class org.apache.cocoon.poi.util.TestIntList
- main method to run the unit tests
- main(String[]) - Static method in class org.apache.cocoon.poi.util.TestIntegerField
- Main
- main(String[]) - Static method in class org.apache.cocoon.poi.util.TestLittleEndian
- main method to run the unit tests
- main(String[]) - Static method in class org.apache.cocoon.poi.util.TestLongField
- Main
- main(String[]) - Static method in class org.apache.cocoon.poi.util.TestShortField
- Main
- main(String[]) - Static method in class org.apache.cocoon.poi.util.TestShortList
- main method to run the unit tests
- main(String[]) - Static method in class org.apache.cocoon.poi.util.TestStringUtil
- main
O
- org.apache.cocoon.poi.util - package org.apache.cocoon.poi.util
P
- putCompressedUnicode(String, byte[], int) - Static method in class org.apache.cocoon.poi.util.StringUtil
- write compressed unicode
- putDouble(byte[], int, double) - Static method in class org.apache.cocoon.poi.util.LittleEndian
- put a double value into a byte array
- putDouble(byte[], double) - Static method in class org.apache.cocoon.poi.util.LittleEndian
- put a double value into beginning of a byte array
- putInt(byte[], int, int) - Static method in class org.apache.cocoon.poi.util.LittleEndian
- put an int value into a byte array
- putInt(byte[], int) - Static method in class org.apache.cocoon.poi.util.LittleEndian
- put an int value into beginning of a byte array
- putLong(byte[], int, long) - Static method in class org.apache.cocoon.poi.util.LittleEndian
- put a long value into a byte array
- putLong(byte[], long) - Static method in class org.apache.cocoon.poi.util.LittleEndian
- put a long value into beginning of a byte array
- putNumber(byte[], int, long, int) - Static method in class org.apache.cocoon.poi.util.LittleEndian
- putShort(byte[], int, short) - Static method in class org.apache.cocoon.poi.util.LittleEndian
- put a short value into a byte array
- putShort(byte[], short) - Static method in class org.apache.cocoon.poi.util.LittleEndian
- put a short value into beginning of a byte array
- putUncompressedUnicode(String, byte[], int) - Static method in class org.apache.cocoon.poi.util.StringUtil
- Write uncompressed unicode
R
- readFromBytes(byte[]) - Method in class org.apache.cocoon.poi.util.ByteField
- set the value from its offset into an array of bytes
- readFromBytes(byte[]) - Method in interface org.apache.cocoon.poi.util.FixedField
- set the value from its offset into an array of bytes
- readFromBytes(byte[]) - Method in class org.apache.cocoon.poi.util.IntegerField
- set the value from its offset into an array of bytes
- readFromBytes(byte[]) - Method in class org.apache.cocoon.poi.util.LongField
- set the value from its offset into an array of bytes
- readFromBytes(byte[]) - Method in class org.apache.cocoon.poi.util.ShortField
- set the value from its offset into an array of bytes
- readFromStream(InputStream) - Method in class org.apache.cocoon.poi.util.ByteField
- set the value from an InputStream
- readFromStream(InputStream) - Method in interface org.apache.cocoon.poi.util.FixedField
- set the value from an InputStream
- readFromStream(InputStream) - Method in class org.apache.cocoon.poi.util.IntegerField
- set the value from an InputStream
- readFromStream(InputStream, int) - Static method in class org.apache.cocoon.poi.util.LittleEndian
- Read the appropriate number of bytes from the stream and return them to the caller.
- readFromStream(InputStream) - Method in class org.apache.cocoon.poi.util.LongField
- set the value from an InputStream
- readFromStream(InputStream) - Method in class org.apache.cocoon.poi.util.ShortField
- set the value from an InputStream
- readInt(InputStream) - Static method in class org.apache.cocoon.poi.util.LittleEndian
- get an int value from an InputStream
- readLong(InputStream) - Static method in class org.apache.cocoon.poi.util.LittleEndian
- get a long value from an InputStream
- readShort(InputStream) - Static method in class org.apache.cocoon.poi.util.LittleEndian
- get a short value from an InputStream
- remove(int) - Method in class org.apache.cocoon.poi.util.IntList
- Removes the element at the specified position in this list.
- remove(int) - Method in class org.apache.cocoon.poi.util.ShortList
- Removes the element at the specified position in this list.
- removeAll(IntList) - Method in class org.apache.cocoon.poi.util.IntList
- Removes from this list all the elements that are contained in the specified collection
- removeAll(ShortList) - Method in class org.apache.cocoon.poi.util.ShortList
- Removes from this list all the elements that are contained in the specified collection
- removeValue(int) - Method in class org.apache.cocoon.poi.util.IntList
- Removes the first occurrence in this list of the specified element (optional operation).
- removeValue(short) - Method in class org.apache.cocoon.poi.util.ShortList
- Removes the first occurrence in this list of the specified element (optional operation).
- retainAll(IntList) - Method in class org.apache.cocoon.poi.util.IntList
- Retains only the elements in this list that are contained in the specified collection.
- retainAll(ShortList) - Method in class org.apache.cocoon.poi.util.ShortList
- Retains only the elements in this list that are contained in the specified collection.
S
- SHORT_SIZE - Static variable in interface org.apache.cocoon.poi.util.LittleEndianConsts
- ShortField - class org.apache.cocoon.poi.util.ShortField.
- representation of a short (16-bit) field at a fixed location within a byte array
- ShortField(int) - Constructor for class org.apache.cocoon.poi.util.ShortField
- construct the ShortField with its offset into its containing byte array
- ShortField(int, short) - Constructor for class org.apache.cocoon.poi.util.ShortField
- construct the ShortField with its offset into its containing byte array and initialize its value
- ShortField(int, byte[]) - Constructor for class org.apache.cocoon.poi.util.ShortField
- Construct the ShortField with its offset into its containing byte array and initialize its value from its byte array
- ShortField(int, short, byte[]) - Constructor for class org.apache.cocoon.poi.util.ShortField
- construct the ShortField with its offset into its containing byte array, initialize its value, and write its value to its byte array
- ShortList - class org.apache.cocoon.poi.util.ShortList.
- A List of short's; as full an implementation of the java.util.List interface as possible, with an eye toward minimal creation of objects the mimicry of List is as follows: if possible, operations designated 'optional' in the List interface are attempted wherever the List interface refers to an Object, substitute short wherever the List interface refers to a Collection or List, substitute ShortList the mimicry is not perfect, however: operations involving Iterators or ListIterators are not supported remove(Object) becomes removeValue to distinguish it from remove(short index) subList is not supported
- ShortList() - Constructor for class org.apache.cocoon.poi.util.ShortList
- create an ShortList of default size
- ShortList(ShortList) - Constructor for class org.apache.cocoon.poi.util.ShortList
- create a copy of an existing ShortList
- ShortList(int) - Constructor for class org.apache.cocoon.poi.util.ShortList
- create an ShortList with a predefined initial size
- StringUtil - class org.apache.cocoon.poi.util.StringUtil.
- Title: String Utility Description: Collection of string handling utilities Copyright: Copyright (c) 2001 Company: SuperLink Software, Inc.
- StringUtil() - Constructor for class org.apache.cocoon.poi.util.StringUtil
- set(int) - Method in class org.apache.cocoon.poi.util.BitField
- Set the bits.
- set(byte) - Method in class org.apache.cocoon.poi.util.ByteField
- set the ByteField's current value
- set(byte, byte[]) - Method in class org.apache.cocoon.poi.util.ByteField
- set the ByteField's current value and write it to a byte array
- set(int, int) - Method in class org.apache.cocoon.poi.util.IntList
- Replaces the element at the specified position in this list with the specified element
- set(int) - Method in class org.apache.cocoon.poi.util.IntegerField
- set the IntegerField's current value
- set(int, byte[]) - Method in class org.apache.cocoon.poi.util.IntegerField
- set the IntegerField's current value and write it to a byte array
- set(long) - Method in class org.apache.cocoon.poi.util.LongField
- set the LongField's current value
- set(long, byte[]) - Method in class org.apache.cocoon.poi.util.LongField
- set the LongField's current value and write it to a byte array
- set(short) - Method in class org.apache.cocoon.poi.util.ShortField
- set the ShortField's current value
- set(short, byte[]) - Method in class org.apache.cocoon.poi.util.ShortField
- set the ShortField's current value and write it to a byte array
- set(int, short) - Method in class org.apache.cocoon.poi.util.ShortList
- Replaces the element at the specified position in this list with the specified element
- setBoolean(int, boolean) - Method in class org.apache.cocoon.poi.util.BitField
- Set a boolean BitField
- setByte(byte) - Method in class org.apache.cocoon.poi.util.BitField
- Set the bits.
- setByteBoolean(byte, boolean) - Method in class org.apache.cocoon.poi.util.BitField
- Set a boolean BitField
- setShort(short) - Method in class org.apache.cocoon.poi.util.BitField
- Set the bits.
- setShortBoolean(short, boolean) - Method in class org.apache.cocoon.poi.util.BitField
- Set a boolean BitField
- setShortValue(short, short) - Method in class org.apache.cocoon.poi.util.BitField
- Replace the bits with new values.
- setValue(int, int) - Method in class org.apache.cocoon.poi.util.BitField
- Replace the bits with new values.
- size() - Method in class org.apache.cocoon.poi.util.IntList
- Returns the number of elements in this list.
- size() - Method in class org.apache.cocoon.poi.util.ShortList
- Returns the number of elements in this list.
T
- TestBitField - class org.apache.cocoon.poi.util.TestBitField.
- Class to test BitField functionality
- TestBitField(String) - Constructor for class org.apache.cocoon.poi.util.TestBitField
- Constructor TestBitField
- TestByteField - class org.apache.cocoon.poi.util.TestByteField.
- Title: Unit test for ByteField class Description: Unit test for ByteField class
- TestByteField(String) - Constructor for class org.apache.cocoon.poi.util.TestByteField
- Constructor
- TestHexDump - class org.apache.cocoon.poi.util.TestHexDump.
- TestHexDump(String) - Constructor for class org.apache.cocoon.poi.util.TestHexDump
- Creates new TestHexDump
- TestIntList - class org.apache.cocoon.poi.util.TestIntList.
- Class to test IntList
- TestIntList(String) - Constructor for class org.apache.cocoon.poi.util.TestIntList
- Constructor TestIntList
- TestIntegerField - class org.apache.cocoon.poi.util.TestIntegerField.
- Test IntegerField code
- TestIntegerField(String) - Constructor for class org.apache.cocoon.poi.util.TestIntegerField
- Constructor
- TestLittleEndian - class org.apache.cocoon.poi.util.TestLittleEndian.
- Class to test LittleEndian functionality
- TestLittleEndian(String) - Constructor for class org.apache.cocoon.poi.util.TestLittleEndian
- Constructor TestLittleEndian
- TestLongField - class org.apache.cocoon.poi.util.TestLongField.
- Test LongField code
- TestLongField(String) - Constructor for class org.apache.cocoon.poi.util.TestLongField
- Constructor
- TestShortField - class org.apache.cocoon.poi.util.TestShortField.
- Test ShortField code
- TestShortField(String) - Constructor for class org.apache.cocoon.poi.util.TestShortField
- Constructor
- TestShortList - class org.apache.cocoon.poi.util.TestShortList.
- Class to test ShortList
- TestShortList(String) - Constructor for class org.apache.cocoon.poi.util.TestShortList
- Constructor TestShortList
- TestStringUtil - class org.apache.cocoon.poi.util.TestStringUtil.
- Unit test for StringUtil
- TestStringUtil(String) - Constructor for class org.apache.cocoon.poi.util.TestStringUtil
- Creates new TestStringUtil
- testAdd() - Method in class org.apache.cocoon.poi.util.TestIntList
- test the add method
- testAdd() - Method in class org.apache.cocoon.poi.util.TestShortList
- test the add method
- testAddAll() - Method in class org.apache.cocoon.poi.util.TestIntList
- test the addAll method
- testAddAll() - Method in class org.apache.cocoon.poi.util.TestShortList
- test the addAll method
- testClear() - Method in class org.apache.cocoon.poi.util.TestBitField
- test the clear() method
- testClear() - Method in class org.apache.cocoon.poi.util.TestIntList
- test the clear method
- testClear() - Method in class org.apache.cocoon.poi.util.TestShortList
- test the clear method
- testClearShort() - Method in class org.apache.cocoon.poi.util.TestBitField
- test the clearShort() method
- testComplexGetFromUnicode() - Method in class org.apache.cocoon.poi.util.TestStringUtil
- Test more complex form of getFromUnicode
- testConstructors() - Method in class org.apache.cocoon.poi.util.TestByteField
- Test constructors.
- testConstructors() - Method in class org.apache.cocoon.poi.util.TestIntList
- test the various IntListconstructors
- testConstructors() - Method in class org.apache.cocoon.poi.util.TestIntegerField
- Test constructors.
- testConstructors() - Method in class org.apache.cocoon.poi.util.TestLongField
- Test constructors.
- testConstructors() - Method in class org.apache.cocoon.poi.util.TestShortField
- Test constructors.
- testConstructors() - Method in class org.apache.cocoon.poi.util.TestShortList
- test the various ShortListconstructors
- testContains() - Method in class org.apache.cocoon.poi.util.TestIntList
- test the contains method
- testContains() - Method in class org.apache.cocoon.poi.util.TestShortList
- test the contains method
- testContainsAll() - Method in class org.apache.cocoon.poi.util.TestIntList
- test the containsAll method
- testContainsAll() - Method in class org.apache.cocoon.poi.util.TestShortList
- test the containsAll method
- testDump() - Method in class org.apache.cocoon.poi.util.TestHexDump
- test dump method
- testEquals() - Method in class org.apache.cocoon.poi.util.TestIntList
- test the equals method
- testEquals() - Method in class org.apache.cocoon.poi.util.TestShortList
- test the equals method
- testGet() - Method in class org.apache.cocoon.poi.util.TestIntList
- test the get method
- testGet() - Method in class org.apache.cocoon.poi.util.TestShortList
- test the get method
- testGetDouble() - Method in class org.apache.cocoon.poi.util.TestLittleEndian
- test the getDouble() method
- testGetInt() - Method in class org.apache.cocoon.poi.util.TestLittleEndian
- test the getInt() method
- testGetLong() - Method in class org.apache.cocoon.poi.util.TestLittleEndian
- test the getLong method
- testGetRawValue() - Method in class org.apache.cocoon.poi.util.TestBitField
- test the getRawValue() method
- testGetShort() - Method in class org.apache.cocoon.poi.util.TestLittleEndian
- test the getShort() method
- testGetShortRawValue() - Method in class org.apache.cocoon.poi.util.TestBitField
- test the getShortRawValue() method
- testGetShortValue() - Method in class org.apache.cocoon.poi.util.TestBitField
- test the getShortValue() method
- testGetValue() - Method in class org.apache.cocoon.poi.util.TestBitField
- test the getValue() method
- testIndexOf() - Method in class org.apache.cocoon.poi.util.TestIntList
- test the indexOf method
- testIndexOf() - Method in class org.apache.cocoon.poi.util.TestShortList
- test the indexOf method
- testIsAllSet() - Method in class org.apache.cocoon.poi.util.TestBitField
- test the isAllSet() method
- testIsEmpty() - Method in class org.apache.cocoon.poi.util.TestIntList
- test the isEmpty method
- testIsEmpty() - Method in class org.apache.cocoon.poi.util.TestShortList
- test the isEmpty method
- testIsSet() - Method in class org.apache.cocoon.poi.util.TestBitField
- test the isSet() method
- testLastIndexOf() - Method in class org.apache.cocoon.poi.util.TestIntList
- test the lastIndexOf method
- testLastIndexOf() - Method in class org.apache.cocoon.poi.util.TestShortList
- test the lastIndexOf method
- testPutCompressedUnicode() - Method in class org.apache.cocoon.poi.util.TestStringUtil
- Test putCompressedUnicode
- testPutDouble() - Method in class org.apache.cocoon.poi.util.TestLittleEndian
- test the putDouble methods
- testPutInt() - Method in class org.apache.cocoon.poi.util.TestLittleEndian
- test the putInt method
- testPutLong() - Method in class org.apache.cocoon.poi.util.TestLittleEndian
- test the putLong method
- testPutShort() - Method in class org.apache.cocoon.poi.util.TestLittleEndian
- test the PutShort method
- testPutUncompressedUnicode() - Method in class org.apache.cocoon.poi.util.TestStringUtil
- Test putUncompressedUnicode
- testReadFromBytes() - Method in class org.apache.cocoon.poi.util.TestByteField
- Test readFromBytes
- testReadFromBytes() - Method in class org.apache.cocoon.poi.util.TestIntegerField
- Test readFromBytes
- testReadFromBytes() - Method in class org.apache.cocoon.poi.util.TestLongField
- Test readFromBytes
- testReadFromBytes() - Method in class org.apache.cocoon.poi.util.TestShortField
- Test readFromBytes
- testReadFromStream() - Method in class org.apache.cocoon.poi.util.TestByteField
- Test readFromStream
- testReadFromStream() - Method in class org.apache.cocoon.poi.util.TestIntegerField
- Test readFromStream
- testReadFromStream() - Method in class org.apache.cocoon.poi.util.TestLittleEndian
- test the readFromStream method
- testReadFromStream() - Method in class org.apache.cocoon.poi.util.TestLongField
- Test readFromStream
- testReadFromStream() - Method in class org.apache.cocoon.poi.util.TestShortField
- Test readFromStream
- testReadInt() - Method in class org.apache.cocoon.poi.util.TestLittleEndian
- test the readInt method
- testReadLong() - Method in class org.apache.cocoon.poi.util.TestLittleEndian
- test the readLong method
- testReadShort() - Method in class org.apache.cocoon.poi.util.TestLittleEndian
- test the readShort method
- testRemove() - Method in class org.apache.cocoon.poi.util.TestIntList
- test the remove method
- testRemove() - Method in class org.apache.cocoon.poi.util.TestShortList
- test the remove method
- testRemoveAll() - Method in class org.apache.cocoon.poi.util.TestIntList
- test the removeAll method
- testRemoveAll() - Method in class org.apache.cocoon.poi.util.TestShortList
- test the removeAll method
- testRemoveValue() - Method in class org.apache.cocoon.poi.util.TestIntList
- test the removeValue method
- testRemoveValue() - Method in class org.apache.cocoon.poi.util.TestShortList
- test the removeValue method
- testRetainAll() - Method in class org.apache.cocoon.poi.util.TestIntList
- test the retainAll method
- testRetainAll() - Method in class org.apache.cocoon.poi.util.TestShortList
- test the retainAll method
- testSet() - Method in class org.apache.cocoon.poi.util.TestBitField
- test the set() method
- testSet() - Method in class org.apache.cocoon.poi.util.TestByteField
- Test set() methods
- testSet() - Method in class org.apache.cocoon.poi.util.TestIntList
- test the set method
- testSet() - Method in class org.apache.cocoon.poi.util.TestIntegerField
- Test set() methods
- testSet() - Method in class org.apache.cocoon.poi.util.TestLongField
- Test set() methods
- testSet() - Method in class org.apache.cocoon.poi.util.TestShortField
- Test set() methods
- testSet() - Method in class org.apache.cocoon.poi.util.TestShortList
- test the set method
- testSetBoolean() - Method in class org.apache.cocoon.poi.util.TestBitField
- test the setBoolean() method
- testSetShort() - Method in class org.apache.cocoon.poi.util.TestBitField
- test the setShort() method
- testSetShortBoolean() - Method in class org.apache.cocoon.poi.util.TestBitField
- test the setShortBoolean() method
- testSetShortValue() - Method in class org.apache.cocoon.poi.util.TestBitField
- test the setShortValue() method
- testSetValue() - Method in class org.apache.cocoon.poi.util.TestBitField
- test the setValue() method
- testSimpleGetFromUnicode() - Method in class org.apache.cocoon.poi.util.TestStringUtil
- test simple form of getFromUnicode
- testSize() - Method in class org.apache.cocoon.poi.util.TestIntList
- test the size method
- testSize() - Method in class org.apache.cocoon.poi.util.TestShortList
- test the size method
- testToArray() - Method in class org.apache.cocoon.poi.util.TestIntList
- test the toArray method
- testToArray() - Method in class org.apache.cocoon.poi.util.TestShortList
- test the toArray method
- testWriteToBytes() - Method in class org.apache.cocoon.poi.util.TestByteField
- test writeToBytes
- testWriteToBytes() - Method in class org.apache.cocoon.poi.util.TestIntegerField
- test writeToBytes
- testWriteToBytes() - Method in class org.apache.cocoon.poi.util.TestLongField
- test writeToBytes
- testWriteToBytes() - Method in class org.apache.cocoon.poi.util.TestShortField
- test writeToBytes
- toArray() - Method in class org.apache.cocoon.poi.util.IntList
- Returns an array containing all of the elements in this list in proper sequence.
- toArray(int[]) - Method in class org.apache.cocoon.poi.util.IntList
- Returns an array containing all of the elements in this list in proper sequence.
- toArray() - Method in class org.apache.cocoon.poi.util.ShortList
- Returns an array containing all of the elements in this list in proper sequence.
- toArray(short[]) - Method in class org.apache.cocoon.poi.util.ShortList
- Returns an array containing all of the elements in this list in proper sequence.
- toAscii(int) - Method in class org.apache.cocoon.poi.util.TestHexDump
- toHex(int) - Method in class org.apache.cocoon.poi.util.TestHexDump
- toString() - Method in class org.apache.cocoon.poi.util.ByteField
- return the value as a String
- toString() - Method in interface org.apache.cocoon.poi.util.FixedField
- return the value as a String
- toString() - Method in class org.apache.cocoon.poi.util.IntegerField
- return the value as a String
- toString() - Method in class org.apache.cocoon.poi.util.LongField
- return the value as a String
- toString() - Method in class org.apache.cocoon.poi.util.ShortField
- return the value as a String
W
- writeToBytes(byte[]) - Method in class org.apache.cocoon.poi.util.ByteField
- write the value out to an array of bytes at the appropriate offset
- writeToBytes(byte[]) - Method in interface org.apache.cocoon.poi.util.FixedField
- write the value out to an array of bytes at the appropriate offset
- writeToBytes(byte[]) - Method in class org.apache.cocoon.poi.util.IntegerField
- write the value out to an array of bytes at the appropriate offset
- writeToBytes(byte[]) - Method in class org.apache.cocoon.poi.util.LongField
- write the value out to an array of bytes at the appropriate offset
- writeToBytes(byte[]) - Method in class org.apache.cocoon.poi.util.ShortField
- write the value out to an array of bytes at the appropriate offset
_
- _array - Variable in class org.apache.cocoon.poi.util.IntList
- _array - Variable in class org.apache.cocoon.poi.util.ShortList
- _bad_array - Static variable in class org.apache.cocoon.poi.util.TestLittleEndian
- _cbuffer - Static variable in class org.apache.cocoon.poi.util.HexDump
- _default_size - Static variable in class org.apache.cocoon.poi.util.IntList
- _default_size - Static variable in class org.apache.cocoon.poi.util.ShortList
- _default_value - Static variable in class org.apache.cocoon.poi.util.ByteField
- _double_array - Static variable in class org.apache.cocoon.poi.util.TestLittleEndian
- _doubles - Static variable in class org.apache.cocoon.poi.util.TestLittleEndian
- _good_array - Static variable in class org.apache.cocoon.poi.util.TestLittleEndian
- _hexcodes - Static variable in class org.apache.cocoon.poi.util.HexDump
- _int_buffer - Static variable in class org.apache.cocoon.poi.util.LittleEndian
- _lbuffer - Static variable in class org.apache.cocoon.poi.util.HexDump
- _limit - Variable in class org.apache.cocoon.poi.util.IntList
- _limit - Variable in class org.apache.cocoon.poi.util.ShortList
- _long_buffer - Static variable in class org.apache.cocoon.poi.util.LittleEndian
- _mask - Variable in class org.apache.cocoon.poi.util.BitField
- _offset - Variable in class org.apache.cocoon.poi.util.ByteField
- _offset - Variable in class org.apache.cocoon.poi.util.IntegerField
- _offset - Variable in class org.apache.cocoon.poi.util.LongField
- _offset - Variable in class org.apache.cocoon.poi.util.ShortField
- _shift_count - Variable in class org.apache.cocoon.poi.util.BitField
- _shifts - Static variable in class org.apache.cocoon.poi.util.HexDump
- _short_buffer - Static variable in class org.apache.cocoon.poi.util.LittleEndian
- _test_array - Static variable in class org.apache.cocoon.poi.util.TestByteField
- _test_array - Static variable in class org.apache.cocoon.poi.util.TestIntegerField
- _test_array - Static variable in class org.apache.cocoon.poi.util.TestLongField
- _test_array - Static variable in class org.apache.cocoon.poi.util.TestShortField
- _value - Variable in class org.apache.cocoon.poi.util.ByteField
- _value - Variable in class org.apache.cocoon.poi.util.IntegerField
- _value - Variable in class org.apache.cocoon.poi.util.LongField
- _value - Variable in class org.apache.cocoon.poi.util.ShortField
A B C D E F G H I L M O P R S T W _
|
|||||||||
| Home >> All >> org >> apache >> cocoon >> poi >> [ util overview ] | PREV NEXT | ||||||||