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

Quick Search    Search Deep

org.apache.cocoon.poi.util: Javadoc index of package org.apache.cocoon.poi.util.


Package Samples:

org.apache.cocoon.poi.util

Classes:

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 sup ...
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
LittleEndian: a utility class for handling little-endian numbers, which the 80x86 world is replete with. The methods are all static, and input/output is from/to byte arrays, or from InputStreams.
StringUtil: Title: String Utility Description: Collection of string handling utilities Copyright: Copyright (c) 2001 Company: SuperLink Software, Inc.
TestByteField: Title: Unit test for ByteField class Description: Unit test for ByteField class
HexDump: dump data in hexadecimal format; derived from a HexDump utility I wrote in June 2001
IntegerField: representation of an integer (32-bit) field at a fixed location within a byte array
ShortField: representation of a short (16-bit) field at a fixed location within a byte array
LongField: representation of a long (16-bit) field at a fixed location within a byte array
ByteField: representation of a byte (8-bit) field at a fixed location within a byte array
LittleEndianConsts: a repository for constants shared by classes within this package
FixedField: behavior of a field at a fixed location within a byte array
BitField: Manage operations dealing with bit-mapped fields.
TestLittleEndian: Class to test LittleEndian functionality
TestBitField: Class to test BitField functionality
TestStringUtil: Unit test for StringUtil
TestShortList: Class to test ShortList
TestIntegerField: Test IntegerField code
TestIntList: Class to test IntList
TestShortField: Test ShortField code
TestLongField: Test LongField code
TestHexDump

Home | Contact Us | Privacy Policy | Terms of Service