A B C D E F G H I K L M N O P R S T U V W

A

AbstractParserControl - class org.apache.avalon.excalibur.cli.AbstractParserControl.
Class to inherit from so when in future when new controls are added clients will no have to implement them.
AbstractParserControl() - Constructor for class org.apache.avalon.excalibur.cli.AbstractParserControl
 
accept(File, String) - Method in class org.apache.avalon.excalibur.io.PrefixFileFilter
 
accept(File, String) - Method in class org.apache.avalon.excalibur.io.OrFileFilter
 
accept(File, String) - Method in class org.apache.avalon.excalibur.io.InvertedFileFilter
 
accept(File, String) - Method in class org.apache.avalon.excalibur.io.ExtensionFileFilter
 
accept(File, String) - Method in class org.apache.avalon.excalibur.io.DirectoryFileFilter
 
accept(File, String) - Method in class org.apache.avalon.excalibur.io.AndFileFilter
 
acquire() - Method in interface org.apache.avalon.excalibur.concurrent.Sync
Deprecated. Aquire access to resource.
acquire() - Method in class org.apache.avalon.excalibur.concurrent.Semaphore
Deprecated.  
acquire() - Method in class org.apache.avalon.excalibur.concurrent.DijkstraSemaphore
Deprecated. If the count is non-zero, acquires a semaphore and decrements the count by 1, otherwise blocks until a release() is executed by some other thread.
acquireAll() - Method in class org.apache.avalon.excalibur.concurrent.DijkstraSemaphore
Deprecated. Tries to acquire all the semaphores thus bringing the count to zero.
acquireRead() - Method in class org.apache.avalon.excalibur.concurrent.ReadWriteLock
Deprecated. Attempts to acquire a read lock.
acquireWrite() - Method in class org.apache.avalon.excalibur.concurrent.ReadWriteLock
Deprecated. Attempts to acquire a write lock.
add(Object) - Method in class org.apache.avalon.excalibur.collections.VariableSizeBuffer
Deprecated. Add an object into the buffer
add(Object) - Method in class org.apache.avalon.excalibur.collections.FixedSizeBuffer
Deprecated.  
add(Object) - Method in interface org.apache.avalon.excalibur.collections.Buffer
Deprecated. Add an object into the buffer.
addArgument(String) - Method in class org.apache.avalon.excalibur.cli.CLOption
Mutator of Argument property.
AndFileFilter - class org.apache.avalon.excalibur.io.AndFileFilter.
Accepts a selection if it is acceptable to both of two FilenameFilters.
AndFileFilter(FilenameFilter, FilenameFilter) - Constructor for class org.apache.avalon.excalibur.io.AndFileFilter
 
append(Object) - Method in class org.apache.avalon.excalibur.collections.CircularBuffer
Deprecated.  
aquireRead() - Method in class org.apache.avalon.excalibur.concurrent.ReadWriteLock
Deprecated. It's spelled acquire...
aquireWrite() - Method in class org.apache.avalon.excalibur.concurrent.ReadWriteLock
Deprecated. It's spelled acquire...
ARGUMENT_DISALLOWED - Static variable in class org.apache.avalon.excalibur.cli.CLOptionDescriptor
Flag to say this option does not take arguments
ARGUMENT_OPTIONAL - Static variable in class org.apache.avalon.excalibur.cli.CLOptionDescriptor
Flag to say that the argument is optional
ARGUMENT_REQUIRED - Static variable in class org.apache.avalon.excalibur.cli.CLOptionDescriptor
Flag to say that one argument is required
ARGUMENTS_REQUIRED_2 - Static variable in class org.apache.avalon.excalibur.cli.CLOptionDescriptor
Flag to say this option requires 2 arguments
ArrayEnumeration - class org.apache.avalon.excalibur.collections.ArrayEnumeration.
Deprecated. use org.apache.commons.collections.ArrayEnumeration instead
ArrayEnumeration(List) - Constructor for class org.apache.avalon.excalibur.collections.ArrayEnumeration
Deprecated.  
ArrayEnumeration(Object[]) - Constructor for class org.apache.avalon.excalibur.collections.ArrayEnumeration
Deprecated.  
ArrayStack - class org.apache.avalon.excalibur.collections.ArrayStack.
Deprecated. use org.apache.commons.collections.ArrayStack instead;
ArrayStack() - Constructor for class org.apache.avalon.excalibur.collections.ArrayStack
Deprecated.  
attempt(long) - Method in interface org.apache.avalon.excalibur.concurrent.Sync
Deprecated. Aquire access to resource.
attempt(long) - Method in class org.apache.avalon.excalibur.concurrent.Semaphore
Deprecated.  
available() - Method in class org.apache.avalon.excalibur.io.SwappedDataInputStream
 

B

barrierSynchronize() - Method in class org.apache.avalon.excalibur.concurrent.ThreadBarrier
Deprecated. This method blocks all threads calling it until the threshold number of threads have called it.
BinaryHeap - class org.apache.avalon.excalibur.collections.BinaryHeap.
Deprecated. use org.apache.commons.collections.BinaryHeap instead;
BinaryHeap() - Constructor for class org.apache.avalon.excalibur.collections.BinaryHeap
Deprecated. Instantiates a new min binary heap with the default initial capacity.
BinaryHeap(boolean) - Constructor for class org.apache.avalon.excalibur.collections.BinaryHeap
Deprecated. Create a binary heap of Comparables.
BinaryHeap(Comparator) - Constructor for class org.apache.avalon.excalibur.collections.BinaryHeap
Deprecated. Instantiates a new binary heap with the default initial capacity and ordered using the given Comparator.
BinaryHeap(int) - Constructor for class org.apache.avalon.excalibur.collections.BinaryHeap
Deprecated. Instantiates a new min binary heap with the given initial capacity.
BinaryHeap(int, boolean) - Constructor for class org.apache.avalon.excalibur.collections.BinaryHeap
Deprecated. Create a binary heap of Comparables.
BinaryHeap(int, Comparator) - Constructor for class org.apache.avalon.excalibur.collections.BinaryHeap
Deprecated. Instantiates a new binary heap with the given initial capacity and ordered using the given Comparator.
bindStream(InputStream) - Method in class org.apache.avalon.excalibur.io.DemuxInputStream
Bind the specified stream to the current thread.
bindStream(OutputStream) - Method in class org.apache.avalon.excalibur.io.DemuxOutputStream
Bind the specified stream to the current thread.
BucketMap - class org.apache.avalon.excalibur.collections.BucketMap.
Deprecated. use org.apache.commons.collections.StaticBucketMap instead
BucketMap() - Constructor for class org.apache.avalon.excalibur.collections.BucketMap
Deprecated. Initializes the map with the default number of buckets.
BucketMap(int) - Constructor for class org.apache.avalon.excalibur.collections.BucketMap
Deprecated. Initializes the map with a specified number of buckets.
Buffer - interface org.apache.avalon.excalibur.collections.Buffer.
Deprecated. use org.apache.commons.collections.Buffer instead
bufferedCopy(InputStream, OutputStream) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Deprecated. Buffering streams is actively harmful! See the class description as to why. Use IOUtil.copy(InputStream, OutputStream) instead.
BufferOverflowException - exception org.apache.avalon.excalibur.collections.BufferOverflowException.
Deprecated. use org.apache.commons.collections.BufferOverflowException instead
BufferOverflowException(String) - Constructor for class org.apache.avalon.excalibur.collections.BufferOverflowException
Deprecated. Construct a new BufferOverflowException.
BufferOverflowException(String, Throwable) - Constructor for class org.apache.avalon.excalibur.collections.BufferOverflowException
Deprecated. Construct a new BufferOverflowException.
BufferUnderflowException - exception org.apache.avalon.excalibur.collections.BufferUnderflowException.
Deprecated. use org.apache.commons.collections.BufferUnderflowException instead
BufferUnderflowException(String) - Constructor for class org.apache.avalon.excalibur.collections.BufferUnderflowException
Deprecated. Construct a new BufferUnderflowException.
BufferUnderflowException(String, Throwable) - Constructor for class org.apache.avalon.excalibur.collections.BufferUnderflowException
Deprecated. Construct a new BufferUnderflowException.

C

catPath(String, String) - Static method in class org.apache.avalon.excalibur.io.FileUtil
Will concatenate 2 paths.
CircularBuffer - class org.apache.avalon.excalibur.collections.CircularBuffer.
Deprecated. use one of the Buffer implementations instead.
CircularBuffer() - Constructor for class org.apache.avalon.excalibur.collections.CircularBuffer
Deprecated.  
CircularBuffer(int) - Constructor for class org.apache.avalon.excalibur.collections.CircularBuffer
Deprecated.  
CLArgsParser - class org.apache.avalon.excalibur.cli.CLArgsParser.
Parser for command line arguments.
CLArgsParser(String[], CLOptionDescriptor[]) - Constructor for class org.apache.avalon.excalibur.cli.CLArgsParser
Create a parser that deals with options and parses certain args.
CLArgsParser(String[], CLOptionDescriptor[], ParserControl) - Constructor for class org.apache.avalon.excalibur.cli.CLArgsParser
Create a parser that can deal with options and parses certain args.
ClassLoaderObjectInputStream - class org.apache.avalon.excalibur.io.ClassLoaderObjectInputStream.
A special ObjectInputStream to handle highly transient classes hosted by Avalon components that are juggling many classloaders.
ClassLoaderObjectInputStream(ClassLoader, InputStream) - Constructor for class org.apache.avalon.excalibur.io.ClassLoaderObjectInputStream
 
cleanDirectory(File) - Static method in class org.apache.avalon.excalibur.io.FileUtil
Clean a directory without deleting it.
cleanDirectory(String) - Static method in class org.apache.avalon.excalibur.io.FileUtil
Clean a directory without deleting it.
clear() - Method in class org.apache.avalon.excalibur.collections.SynchronizedPriorityQueue
Deprecated. Clear all elements from queue.
clear() - Method in interface org.apache.avalon.excalibur.collections.PriorityQueue
Deprecated. Clear all elements from queue.
clear() - Method in class org.apache.avalon.excalibur.collections.BucketMap
Deprecated. Removes all the entries from the Map.
clear() - Method in class org.apache.avalon.excalibur.collections.BinaryHeap
Deprecated. Clear all elements from queue.
CLOption - class org.apache.avalon.excalibur.cli.CLOption.
Basic class describing an instance of option.
CLOption(CLOptionDescriptor) - Constructor for class org.apache.avalon.excalibur.cli.CLOption
Constructor taking an descriptor
CLOption(String) - Constructor for class org.apache.avalon.excalibur.cli.CLOption
Constructor taking argument for option.
CLOptionDescriptor - class org.apache.avalon.excalibur.cli.CLOptionDescriptor.
Basic class describing an type of option.
CLOptionDescriptor(String, int, int, String) - Constructor for class org.apache.avalon.excalibur.cli.CLOptionDescriptor
Constructor.
CLOptionDescriptor(String, int, int, String, CLOptionDescriptor[]) - Constructor for class org.apache.avalon.excalibur.cli.CLOptionDescriptor
Constructor.
CLOptionDescriptor(String, int, int, String, int[]) - Constructor for class org.apache.avalon.excalibur.cli.CLOptionDescriptor
Deprecated. use the version with the array of CLOptionDescriptor's
close() - Method in class org.apache.avalon.excalibur.io.SwappedDataInputStream
 
close() - Method in class org.apache.avalon.excalibur.io.DemuxOutputStream
Closes stream associated with current thread.
close() - Method in class org.apache.avalon.excalibur.io.DemuxInputStream
Closes stream associated with current thread.
CLUtil - class org.apache.avalon.excalibur.cli.CLUtil.
CLUtil offers basic utility operations for use both internal and external to package.
ConditionalEvent - class org.apache.avalon.excalibur.concurrent.ConditionalEvent.
Deprecated. use EDU.oswego.cs.dl.util.concurrent.CondVar instead
ConditionalEvent(boolean) - Constructor for class org.apache.avalon.excalibur.concurrent.ConditionalEvent
Deprecated. Creates a manual reset ConditionalEvent with a specified initial state
ConditionalEvent(boolean, boolean) - Constructor for class org.apache.avalon.excalibur.concurrent.ConditionalEvent
Deprecated. Creates a ConditionalEvent with the defined initial state.
containsKey(Object) - Method in class org.apache.avalon.excalibur.collections.BucketMap
Deprecated. Checks to see if the provided key exists in the Map.
containsValue(Object) - Method in class org.apache.avalon.excalibur.collections.BucketMap
Deprecated. Checks to see if a value exists.
contentEquals(File, File) - Static method in class org.apache.avalon.excalibur.io.FileUtil
Compare the contents of two files to determine if they are equal or not.
contentEquals(InputStream, InputStream) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Compare the contents of two Streams to determine if they are equal or not.
copy(byte[], OutputStream) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Copy bytes from a byte[] to an OutputStream.
copy(byte[], OutputStream, int) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Copy bytes from a byte[] to an OutputStream.
copy(byte[], Writer) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Copy and convert bytes from a byte[] to chars on a Writer.
copy(byte[], Writer, int) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Copy and convert bytes from a byte[] to chars on a Writer.
copy(byte[], Writer, String) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Copy and convert bytes from a byte[] to chars on a Writer, using the specified encoding.
copy(byte[], Writer, String, int) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Copy and convert bytes from a byte[] to chars on a Writer, using the specified encoding.
copy(InputStream, OutputStream) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Copy bytes from an InputStream to an OutputStream.
copy(InputStream, OutputStream, int) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Copy bytes from an InputStream to an OutputStream.
copy(InputStream, Writer) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Copy and convert bytes from an InputStream to chars on a Writer.
copy(InputStream, Writer, int) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Copy and convert bytes from an InputStream to chars on a Writer.
copy(InputStream, Writer, String) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Copy and convert bytes from an InputStream to chars on a Writer, using the specified encoding.
copy(InputStream, Writer, String, int) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Copy and convert bytes from an InputStream to chars on a Writer, using the specified encoding.
copy(Reader, OutputStream) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Serialize chars from a Reader to bytes on an OutputStream, and flush the OutputStream.
copy(Reader, OutputStream, int) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Serialize chars from a Reader to bytes on an OutputStream, and flush the OutputStream.
copy(Reader, Writer) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Copy chars from a Reader to a Writer.
copy(Reader, Writer, int) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Copy chars from a Reader to a Writer.
copy(String, OutputStream) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Serialize chars from a String to bytes on an OutputStream, and flush the OutputStream.
copy(String, OutputStream, int) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Serialize chars from a String to bytes on an OutputStream, and flush the OutputStream.
copy(String, Writer) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Copy chars from a String to a Writer.
copyFile(File, File) - Static method in class org.apache.avalon.excalibur.io.FileUtil
Copy file from source to destination.
copyFileToDirectory(File, File) - Static method in class org.apache.avalon.excalibur.io.FileUtil
Copy file from source to destination.
copyFileToDirectory(String, String) - Static method in class org.apache.avalon.excalibur.io.FileUtil
Copy file from source to destination.
copyURLToFile(URL, File) - Static method in class org.apache.avalon.excalibur.io.FileUtil
Copies bytes from the URL source to a file destination.

D

deleteDirectory(File) - Static method in class org.apache.avalon.excalibur.io.FileUtil
Recursively delete a directory.
deleteDirectory(String) - Static method in class org.apache.avalon.excalibur.io.FileUtil
Recursively delete a directory.
DemuxInputStream - class org.apache.avalon.excalibur.io.DemuxInputStream.
Data written to this stream is forwarded to a stream that has been associated with this thread.
DemuxInputStream() - Constructor for class org.apache.avalon.excalibur.io.DemuxInputStream
 
DemuxOutputStream - class org.apache.avalon.excalibur.io.DemuxOutputStream.
Data written to this stream is forwarded to a stream that has been associated with this thread.
DemuxOutputStream() - Constructor for class org.apache.avalon.excalibur.io.DemuxOutputStream
 
describeOptions(CLOptionDescriptor[]) - Static method in class org.apache.avalon.excalibur.cli.CLUtil
Format options into StringBuffer and return.
DijkstraSemaphore - class org.apache.avalon.excalibur.concurrent.DijkstraSemaphore.
Deprecated. use EDU.oswego.cs.dl.util.concurrent.Semaphore instead
DijkstraSemaphore(int) - Constructor for class org.apache.avalon.excalibur.concurrent.DijkstraSemaphore
Deprecated. Creates a Djikstra semaphore with the specified max count and initial count set to the max count (all resources released).
DijkstraSemaphore(int, int) - Constructor for class org.apache.avalon.excalibur.concurrent.DijkstraSemaphore
Deprecated. Creates a Djikstra semaphore with the specified max count and an initial count of acquire() operations that are assumed to have already been performed.
DirectoryFileFilter - class org.apache.avalon.excalibur.io.DirectoryFileFilter.
This filter accepts Files that are directories.
DirectoryFileFilter() - Constructor for class org.apache.avalon.excalibur.io.DirectoryFileFilter
 
DjikstraSemaphore - class org.apache.avalon.excalibur.concurrent.DjikstraSemaphore.
Deprecated. Replaced by DijkstraSemaphore.
DjikstraSemaphore(int) - Constructor for class org.apache.avalon.excalibur.concurrent.DjikstraSemaphore
Deprecated. Creates a Djikstra semaphore with the specified max count and initial count set to the max count (all resources released)
DjikstraSemaphore(int, int) - Constructor for class org.apache.avalon.excalibur.concurrent.DjikstraSemaphore
Deprecated. Creates a Djikstra semaphore with the specified max count and an initial count of acquire() operations that are assumed to have already been performed.
DUPLICATES_ALLOWED - Static variable in class org.apache.avalon.excalibur.cli.CLOptionDescriptor
Flag to say this option may be repeated on the command line

E

EndianUtil - class org.apache.avalon.excalibur.io.EndianUtil.
Utility code for dealing with different endian systems.
EndianUtil() - Constructor for class org.apache.avalon.excalibur.io.EndianUtil
 
entrySet() - Method in class org.apache.avalon.excalibur.collections.BucketMap
Deprecated. Obtain a Set for the entries.
ExtensionFileFilter - class org.apache.avalon.excalibur.io.ExtensionFileFilter.
This filters files based on the extension (what the filename ends with).
ExtensionFileFilter(String) - Constructor for class org.apache.avalon.excalibur.io.ExtensionFileFilter
 
ExtensionFileFilter(String[]) - Constructor for class org.apache.avalon.excalibur.io.ExtensionFileFilter
 

F

FileUtil - class org.apache.avalon.excalibur.io.FileUtil.
This class provides basic facilities for manipulating files and file paths.
FixedSizeBuffer - class org.apache.avalon.excalibur.collections.FixedSizeBuffer.
Deprecated. use org.apache.commons.collections.BoundedFifoBuffer instead
FixedSizeBuffer() - Constructor for class org.apache.avalon.excalibur.collections.FixedSizeBuffer
Deprecated.  
FixedSizeBuffer(int) - Constructor for class org.apache.avalon.excalibur.collections.FixedSizeBuffer
Deprecated.  
flush() - Method in class org.apache.avalon.excalibur.io.DemuxOutputStream
Flushes stream associated with current thread.
forceDelete(File) - Static method in class org.apache.avalon.excalibur.io.FileUtil
Delete a file.
forceDelete(String) - Static method in class org.apache.avalon.excalibur.io.FileUtil
Delete a file.
forceDeleteOnExit(File) - Static method in class org.apache.avalon.excalibur.io.FileUtil
Schedule a file to be deleted when JVM exits.
forceMkdir(File) - Static method in class org.apache.avalon.excalibur.io.FileUtil
Make a directory.

G

get() - Method in class org.apache.avalon.excalibur.collections.CircularBuffer
Deprecated.  
get(Object) - Method in class org.apache.avalon.excalibur.collections.BucketMap
Deprecated. Get an object from the Map by the key
getArgument() - Method in class org.apache.avalon.excalibur.cli.CLOption
Retrieve argument to option if it takes arguments.
getArgument(int) - Method in class org.apache.avalon.excalibur.cli.CLOption
Retrieve indexed argument to option if it takes arguments.
getArgumentById(int) - Method in class org.apache.avalon.excalibur.cli.CLArgsParser
Retrieve the CLOption with specified id, or null if no command line option is found.
getArgumentByName(String) - Method in class org.apache.avalon.excalibur.cli.CLArgsParser
Retrieve the CLOption with specified name, or null if no command line option is found.
getArgumentCount() - Method in class org.apache.avalon.excalibur.cli.CLOption
Get number of arguments.
getArguments() - Method in class org.apache.avalon.excalibur.cli.CLArgsParser
Retrieve a list of options that were parsed from command list.
getBufferSize() - Method in class org.apache.avalon.excalibur.collections.CircularBuffer
Deprecated.  
getCause() - Method in class org.apache.avalon.excalibur.collections.BufferUnderflowException
Deprecated. Retrieve root cause of the exception.
getCause() - Method in class org.apache.avalon.excalibur.collections.BufferOverflowException
Deprecated. Retrieve root cause of the exception.
getContentSize() - Method in class org.apache.avalon.excalibur.collections.CircularBuffer
Deprecated.  
getDescription() - Method in class org.apache.avalon.excalibur.cli.CLOptionDescriptor
Retrieve textual description.
getDescriptor() - Method in class org.apache.avalon.excalibur.cli.CLOption
 
getErrorString() - Method in class org.apache.avalon.excalibur.cli.CLArgsParser
Retrieve an error message that occured during parsing if one existed.
getExtension(String) - Static method in class org.apache.avalon.excalibur.io.FileUtil
Get extension from filename.
getFlags() - Method in class org.apache.avalon.excalibur.cli.CLOptionDescriptor
Retrieve flags about option.
getId() - Method in class org.apache.avalon.excalibur.cli.CLOptionDescriptor
Retrieve the id for option.
getId() - Method in class org.apache.avalon.excalibur.cli.CLOption
Deprecated. use getDescriptor().getId() instead
getIncompatble() - Method in class org.apache.avalon.excalibur.cli.CLOptionDescriptor
Deprecated. Use the correctly spelled CLOptionDescriptor.getIncompatible() instead.
getIncompatible() - Method in class org.apache.avalon.excalibur.cli.CLOptionDescriptor
Get the array of incompatible option ids.
getName() - Method in class org.apache.avalon.excalibur.cli.CLOptionDescriptor
Retrieve name of option which is also text for long option.
getNumReadLocksHeld() - Method in class org.apache.avalon.excalibur.concurrent.ReadWriteLock
Deprecated. Returns the number of read locks held.
getNumWaitingForWrite() - Method in class org.apache.avalon.excalibur.concurrent.ReadWriteLock
Deprecated. Returns the number of write locks held.
getPath(String) - Static method in class org.apache.avalon.excalibur.io.FileUtil
Get path from filename.
getPath(String, char) - Static method in class org.apache.avalon.excalibur.io.FileUtil
Get path from filename.
getUnparsedArgs() - Method in class org.apache.avalon.excalibur.cli.CLArgsParser
Retrieve an array of arguments that have not been parsed due to the parser halting.

H

hasMoreElements() - Method in class org.apache.avalon.excalibur.collections.IteratorEnumeration
Deprecated.  
hasMoreElements() - Method in class org.apache.avalon.excalibur.collections.ArrayEnumeration
Deprecated.  

I

insert(Object) - Method in class org.apache.avalon.excalibur.collections.SynchronizedPriorityQueue
Deprecated. Insert an element into queue.
insert(Object) - Method in interface org.apache.avalon.excalibur.collections.PriorityQueue
Deprecated. Insert an element into queue.
insert(Object) - Method in class org.apache.avalon.excalibur.collections.BinaryHeap
Deprecated. Insert an element into queue.
intersection(List, List) - Static method in class org.apache.avalon.excalibur.collections.ListUtils
Deprecated.  
InvertedFileFilter - class org.apache.avalon.excalibur.io.InvertedFileFilter.
This takes a FilenameFilter as input and inverts the selection.
InvertedFileFilter(FilenameFilter) - Constructor for class org.apache.avalon.excalibur.io.InvertedFileFilter
 
IOUtil - class org.apache.avalon.excalibur.io.IOUtil.
General IO Stream manipulation.
isEmpty() - Method in class org.apache.avalon.excalibur.collections.VariableSizeBuffer
Deprecated. Tests to see if the CircularBuffer is empty.
isEmpty() - Method in class org.apache.avalon.excalibur.collections.SynchronizedPriorityQueue
Deprecated. Test if queue is empty.
isEmpty() - Method in interface org.apache.avalon.excalibur.collections.PriorityQueue
Deprecated. Test if queue is empty.
isEmpty() - Method in class org.apache.avalon.excalibur.collections.FixedSizeBuffer
Deprecated.  
isEmpty() - Method in class org.apache.avalon.excalibur.collections.CircularBuffer
Deprecated.  
isEmpty() - Method in interface org.apache.avalon.excalibur.collections.Buffer
Deprecated. Tests to see if the CircularBuffer is empty.
isEmpty() - Method in class org.apache.avalon.excalibur.collections.BucketMap
Deprecated. Tests if the Map is empty.
isEmpty() - Method in class org.apache.avalon.excalibur.collections.BinaryHeap
Deprecated. Test if queue is empty.
isFinished(int) - Method in interface org.apache.avalon.excalibur.cli.ParserControl
Called by the parser to determine whether it should stop after last option parsed.
isFinished(int) - Method in class org.apache.avalon.excalibur.cli.AbstractParserControl
By default always continue parsing by returning false.
isFull() - Method in class org.apache.avalon.excalibur.collections.BinaryHeap
Deprecated. Test if queue is full.
isSignalled() - Method in class org.apache.avalon.excalibur.concurrent.ConditionalEvent
Deprecated. Checks if the event is signalled.
IteratorEnumeration - class org.apache.avalon.excalibur.collections.IteratorEnumeration.
Deprecated. use org.apache.commons.collections.IteratorEnumeration instead
IteratorEnumeration(Iterator) - Constructor for class org.apache.avalon.excalibur.collections.IteratorEnumeration
Deprecated.  

K

keySet() - Method in class org.apache.avalon.excalibur.collections.BucketMap
Deprecated. Obtain a Set for the keys.

L

ListUtils - class org.apache.avalon.excalibur.collections.ListUtils.
Deprecated. use org.apache.commons.collections.ListUtils instead
ListUtils() - Constructor for class org.apache.avalon.excalibur.collections.ListUtils
Deprecated.  
Lock - class org.apache.avalon.excalibur.concurrent.Lock.
Deprecated. use the Mutex class instead
lock() - Method in class org.apache.avalon.excalibur.concurrent.Lock
Deprecated. Locks.
Lock() - Constructor for class org.apache.avalon.excalibur.concurrent.Lock
Deprecated.  

M

m_buffer - Variable in class org.apache.avalon.excalibur.collections.VariableSizeBuffer
Deprecated.  
m_buffer - Variable in class org.apache.avalon.excalibur.collections.CircularBuffer
Deprecated.  
m_bufferSize - Variable in class org.apache.avalon.excalibur.collections.CircularBuffer
Deprecated.  
m_contentSize - Variable in class org.apache.avalon.excalibur.collections.CircularBuffer
Deprecated.  
m_elements - Variable in class org.apache.avalon.excalibur.collections.ArrayEnumeration
Deprecated.  
m_head - Variable in class org.apache.avalon.excalibur.collections.VariableSizeBuffer
Deprecated.  
m_head - Variable in class org.apache.avalon.excalibur.collections.CircularBuffer
Deprecated.  
m_index - Variable in class org.apache.avalon.excalibur.collections.ArrayEnumeration
Deprecated.  
m_iterator - Variable in class org.apache.avalon.excalibur.collections.IteratorEnumeration
Deprecated.  
m_tail - Variable in class org.apache.avalon.excalibur.collections.VariableSizeBuffer
Deprecated.  
m_tail - Variable in class org.apache.avalon.excalibur.collections.CircularBuffer
Deprecated.  
mark(int) - Method in class org.apache.avalon.excalibur.io.SwappedDataInputStream
 
markSupported() - Method in class org.apache.avalon.excalibur.io.SwappedDataInputStream
 
MAX_COMPARATOR - Static variable in class org.apache.avalon.excalibur.collections.BinaryHeap
Deprecated. Comparator used to instantiate a max heap - assumes contents implement the Comparable interface.
MIN_COMPARATOR - Static variable in class org.apache.avalon.excalibur.collections.BinaryHeap
Deprecated. Comparator used to instantiate a min heap - assumes contents implement the Comparable interface.
Mutex - class org.apache.avalon.excalibur.concurrent.Mutex.
Deprecated. use EDU.oswego.cs.dl.util.concurrent.Mutex instead
Mutex() - Constructor for class org.apache.avalon.excalibur.concurrent.Mutex
Deprecated. Initialize the Mutex

N

nextElement() - Method in class org.apache.avalon.excalibur.collections.IteratorEnumeration
Deprecated.  
nextElement() - Method in class org.apache.avalon.excalibur.collections.ArrayEnumeration
Deprecated.  
normalize(String) - Static method in class org.apache.avalon.excalibur.io.FileUtil
Normalize a path.

O

OrFileFilter - class org.apache.avalon.excalibur.io.OrFileFilter.
Accepts a selection if it is acceptable to either of two FilenameFilters.
OrFileFilter(FilenameFilter, FilenameFilter) - Constructor for class org.apache.avalon.excalibur.io.OrFileFilter
 
org.apache.avalon.excalibur.cli - package org.apache.avalon.excalibur.cli
Utility code for parsing command-line options.
org.apache.avalon.excalibur.collections - package org.apache.avalon.excalibur.collections
Collection utilities including binaryHeap, fixed, variable and circular buffers, and priority queues.
org.apache.avalon.excalibur.concurrent - package org.apache.avalon.excalibur.concurrent
Concurrency control utilities.
org.apache.avalon.excalibur.io - package org.apache.avalon.excalibur.io
Utility code for IO operations.

P

ParserControl - interface org.apache.avalon.excalibur.cli.ParserControl.
ParserControl is used to control particular behaviour of the parser.
peek() - Method in class org.apache.avalon.excalibur.collections.SynchronizedPriorityQueue
Deprecated. Return element on top of heap but don't remove it.
peek() - Method in interface org.apache.avalon.excalibur.collections.PriorityQueue
Deprecated. Return element on top of heap but don't remove it.
peek() - Method in class org.apache.avalon.excalibur.collections.BinaryHeap
Deprecated. Return element on top of heap but don't remove it.
pop() - Method in class org.apache.avalon.excalibur.collections.SynchronizedPriorityQueue
Deprecated. Return element on top of heap and remove it.
pop() - Method in interface org.apache.avalon.excalibur.collections.PriorityQueue
Deprecated. Return element on top of heap and remove it.
pop() - Method in class org.apache.avalon.excalibur.collections.BinaryHeap
Deprecated. Return element on top of heap and remove it.
pop() - Method in class org.apache.avalon.excalibur.collections.ArrayStack
Deprecated. Remove element from top of stack and return it
PrefixFileFilter - class org.apache.avalon.excalibur.io.PrefixFileFilter.
This filters filenames for a certain prefix.
PrefixFileFilter(String) - Constructor for class org.apache.avalon.excalibur.io.PrefixFileFilter
 
PrefixFileFilter(String[]) - Constructor for class org.apache.avalon.excalibur.io.PrefixFileFilter
 
PriorityQueue - interface org.apache.avalon.excalibur.collections.PriorityQueue.
Deprecated. use org.apache.commons.collections.PriorityQueue instead
push(Object) - Method in class org.apache.avalon.excalibur.collections.ArrayStack
Deprecated. Adds the object to the top of the stack.
put(Object, Object) - Method in class org.apache.avalon.excalibur.collections.BucketMap
Deprecated. Put a reference in the Map.
putAll(Map) - Method in class org.apache.avalon.excalibur.collections.BucketMap
Deprecated. Add all the contents of one Map into this one.

R

read() - Method in class org.apache.avalon.excalibur.io.SwappedDataInputStream
 
read() - Method in class org.apache.avalon.excalibur.io.DemuxInputStream
Read byte from stream associated with current thread.
read(byte[]) - Method in class org.apache.avalon.excalibur.io.SwappedDataInputStream
 
read(byte[], int, int) - Method in class org.apache.avalon.excalibur.io.SwappedDataInputStream
 
readBoolean() - Method in class org.apache.avalon.excalibur.io.SwappedDataInputStream
 
readByte() - Method in class org.apache.avalon.excalibur.io.SwappedDataInputStream
 
readChar() - Method in class org.apache.avalon.excalibur.io.SwappedDataInputStream
 
readDouble() - Method in class org.apache.avalon.excalibur.io.SwappedDataInputStream
 
readFloat() - Method in class org.apache.avalon.excalibur.io.SwappedDataInputStream
 
readFully(byte[]) - Method in class org.apache.avalon.excalibur.io.SwappedDataInputStream
 
readFully(byte[], int, int) - Method in class org.apache.avalon.excalibur.io.SwappedDataInputStream
 
readInt() - Method in class org.apache.avalon.excalibur.io.SwappedDataInputStream
 
readLine() - Method in class org.apache.avalon.excalibur.io.SwappedDataInputStream
 
readLong() - Method in class org.apache.avalon.excalibur.io.SwappedDataInputStream
 
readShort() - Method in class org.apache.avalon.excalibur.io.SwappedDataInputStream
 
readSwappedDouble(byte[], int) - Static method in class org.apache.avalon.excalibur.io.EndianUtil
 
readSwappedDouble(InputStream) - Static method in class org.apache.avalon.excalibur.io.EndianUtil
 
readSwappedFloat(byte[], int) - Static method in class org.apache.avalon.excalibur.io.EndianUtil
 
readSwappedFloat(InputStream) - Static method in class org.apache.avalon.excalibur.io.EndianUtil
 
readSwappedInteger(byte[], int) - Static method in class org.apache.avalon.excalibur.io.EndianUtil
 
readSwappedInteger(InputStream) - Static method in class org.apache.avalon.excalibur.io.EndianUtil
 
readSwappedLong(byte[], int) - Static method in class org.apache.avalon.excalibur.io.EndianUtil
 
readSwappedLong(InputStream) - Static method in class org.apache.avalon.excalibur.io.EndianUtil
 
readSwappedShort(byte[], int) - Static method in class org.apache.avalon.excalibur.io.EndianUtil
 
readSwappedShort(InputStream) - Static method in class org.apache.avalon.excalibur.io.EndianUtil
 
readSwappedUnsignedInteger(byte[], int) - Static method in class org.apache.avalon.excalibur.io.EndianUtil
 
readSwappedUnsignedInteger(InputStream) - Static method in class org.apache.avalon.excalibur.io.EndianUtil
 
readSwappedUnsignedShort(byte[], int) - Static method in class org.apache.avalon.excalibur.io.EndianUtil
 
readSwappedUnsignedShort(InputStream) - Static method in class org.apache.avalon.excalibur.io.EndianUtil
 
readUnsignedByte() - Method in class org.apache.avalon.excalibur.io.SwappedDataInputStream
 
readUnsignedShort() - Method in class org.apache.avalon.excalibur.io.SwappedDataInputStream
 
readUTF() - Method in class org.apache.avalon.excalibur.io.SwappedDataInputStream
 
ReadWriteLock - class org.apache.avalon.excalibur.concurrent.ReadWriteLock.
Deprecated. use EDU.oswego.cs.dl.util.concurrent.ReadWriteLock instead
ReadWriteLock() - Constructor for class org.apache.avalon.excalibur.concurrent.ReadWriteLock
Deprecated. Default constructor.
release() - Method in interface org.apache.avalon.excalibur.concurrent.Sync
Deprecated. Release lock.
release() - Method in class org.apache.avalon.excalibur.concurrent.Semaphore
Deprecated.  
release() - Method in class org.apache.avalon.excalibur.concurrent.ReadWriteLock
Deprecated. Releases a lock.
release() - Method in class org.apache.avalon.excalibur.concurrent.DijkstraSemaphore
Deprecated. Releases a previously acquires semaphore and increments the count by one.
release(int) - Method in class org.apache.avalon.excalibur.concurrent.DijkstraSemaphore
Deprecated. Same as release() except that the count is increased by pCount instead of 1.
releaseAll() - Method in class org.apache.avalon.excalibur.concurrent.DijkstraSemaphore
Deprecated. Releases all semaphores setting the count to max count.
remove() - Method in class org.apache.avalon.excalibur.collections.VariableSizeBuffer
Deprecated. Removes the next object from the buffer
remove() - Method in class org.apache.avalon.excalibur.collections.FixedSizeBuffer
Deprecated.  
remove() - Method in interface org.apache.avalon.excalibur.collections.Buffer
Deprecated. Removes the next object from the buffer.
remove(Object) - Method in class org.apache.avalon.excalibur.collections.BucketMap
Deprecated. Removes the object from the Map based on the key.
removeExtension(String) - Static method in class org.apache.avalon.excalibur.io.FileUtil
Remove extension from filename.
removeExtention(String) - Static method in class org.apache.avalon.excalibur.io.FileUtil
Deprecated. Use removeExtension as removeExtention is mispelled
removePath(String) - Static method in class org.apache.avalon.excalibur.io.FileUtil
Remove path from filename.
removePath(String, char) - Static method in class org.apache.avalon.excalibur.io.FileUtil
Remove path from filename.
reset() - Method in class org.apache.avalon.excalibur.concurrent.ConditionalEvent
Deprecated. Resets the event to an unsignalled state
reset() - Method in class org.apache.avalon.excalibur.io.SwappedDataInputStream
 
resolveClass(ObjectStreamClass) - Method in class org.apache.avalon.excalibur.io.ClassLoaderObjectInputStream
 
resolveFile(File, String) - Static method in class org.apache.avalon.excalibur.io.FileUtil
Resolve a file filename to it's canonical form.

S

Semaphore - class org.apache.avalon.excalibur.concurrent.Semaphore.
Deprecated. use EDU.oswego.cs.dl.util.concurrent.Semaphore instead
Semaphore(long) - Constructor for class org.apache.avalon.excalibur.concurrent.Semaphore
Deprecated. Creates a semaphore with the specified number of tokens, which determines the maximum number of acquisitions to allow.
setSize(int) - Method in class org.apache.avalon.excalibur.collections.ArrayStack
Deprecated.  
shutdownReader(Reader) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Unconditionally close an Reader.
shutdownStream(InputStream) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Unconditionally close an InputStream.
shutdownStream(OutputStream) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Unconditionally close an OutputStream.
shutdownWriter(Writer) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Unconditionally close an Writer.
signal() - Method in class org.apache.avalon.excalibur.concurrent.ConditionalEvent
Deprecated. Signals the event.
signalAll() - Method in class org.apache.avalon.excalibur.concurrent.ConditionalEvent
Deprecated. Current implementation only works with manual reset events.
size() - Method in class org.apache.avalon.excalibur.collections.VariableSizeBuffer
Deprecated. Returns the number of elements stored in the buffer.
size() - Method in class org.apache.avalon.excalibur.collections.FixedSizeBuffer
Deprecated.  
size() - Method in interface org.apache.avalon.excalibur.collections.Buffer
Deprecated. Returns the number of elements stored in the buffer.
size() - Method in class org.apache.avalon.excalibur.collections.BucketMap
Deprecated. Returns the current number of key, value pairs.
size() - Method in class org.apache.avalon.excalibur.collections.BinaryHeap
Deprecated. Returns the number of elements currently on the heap.
SIZEOF_BYTE - Static variable in class org.apache.avalon.excalibur.io.EndianUtil
 
SIZEOF_FLOAT - Static variable in class org.apache.avalon.excalibur.io.EndianUtil
 
SIZEOF_INT - Static variable in class org.apache.avalon.excalibur.io.EndianUtil
 
SIZEOF_LONG - Static variable in class org.apache.avalon.excalibur.io.EndianUtil
 
SIZEOF_SHORT - Static variable in class org.apache.avalon.excalibur.io.EndianUtil
 
sizeOfDirectory(File) - Static method in class org.apache.avalon.excalibur.io.FileUtil
Recursively count size of a directory.
sizeOfDirectory(String) - Static method in class org.apache.avalon.excalibur.io.FileUtil
Recursively count size of a directory.
skip(long) - Method in class org.apache.avalon.excalibur.io.SwappedDataInputStream
 
skipBytes(int) - Method in class org.apache.avalon.excalibur.io.SwappedDataInputStream
 
starvationCheck() - Method in class org.apache.avalon.excalibur.concurrent.DijkstraSemaphore
Deprecated. This method blocks the calling thread until the count drops to zero.
subtract(List, List) - Static method in class org.apache.avalon.excalibur.collections.ListUtils
Deprecated.  
sum(List, List) - Static method in class org.apache.avalon.excalibur.collections.ListUtils
Deprecated.  
swapDouble(double) - Static method in class org.apache.avalon.excalibur.io.EndianUtil
 
swapFloat(float) - Static method in class org.apache.avalon.excalibur.io.EndianUtil
 
swapInteger(int) - Static method in class org.apache.avalon.excalibur.io.EndianUtil
 
swapLong(long) - Static method in class org.apache.avalon.excalibur.io.EndianUtil
 
SwappedDataInputStream - class org.apache.avalon.excalibur.io.SwappedDataInputStream.
DataInput for systems relying on little endian data formats.
SwappedDataInputStream(InputStream) - Constructor for class org.apache.avalon.excalibur.io.SwappedDataInputStream
 
swapShort(short) - Static method in class org.apache.avalon.excalibur.io.EndianUtil
 
Sync - interface org.apache.avalon.excalibur.concurrent.Sync.
Deprecated. use EDU.oswego.cs.dl.util.concurrent.Sync instead
SynchronizedPriorityQueue - class org.apache.avalon.excalibur.collections.SynchronizedPriorityQueue.
Deprecated. use org.apache.commons.collections.SynchronizedPriorityQueue instead
SynchronizedPriorityQueue(PriorityQueue) - Constructor for class org.apache.avalon.excalibur.collections.SynchronizedPriorityQueue
Deprecated.  

T

TEXT_ARGUMENT - Static variable in class org.apache.avalon.excalibur.cli.CLOption
Value of CLOption.getId() when the option is a text argument.
ThreadBarrier - class org.apache.avalon.excalibur.concurrent.ThreadBarrier.
Deprecated. use EDU.oswego.cs.dl.util.concurrent.CyclicBarrier instead
ThreadBarrier(int) - Constructor for class org.apache.avalon.excalibur.concurrent.ThreadBarrier
Deprecated. Initializes a thread barrier object with a given thread count.
toByteArray(InputStream) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Get the contents of an InputStream as a byte[].
toByteArray(InputStream, int) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Get the contents of an InputStream as a byte[].
toByteArray(Reader) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Get the contents of a Reader as a byte[].
toByteArray(Reader, int) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Get the contents of a Reader as a byte[].
toByteArray(String) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Get the contents of a String as a byte[].
toByteArray(String, int) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Get the contents of a String as a byte[].
toFile(URL) - Static method in class org.apache.avalon.excalibur.io.FileUtil
Convert from a URL to a File.
toString() - Method in class org.apache.avalon.excalibur.cli.CLOptionDescriptor
Convert to String.
toString() - Method in class org.apache.avalon.excalibur.cli.CLOption
Convert to String.
toString() - Method in class org.apache.avalon.excalibur.collections.SynchronizedPriorityQueue
Deprecated.  
toString() - Method in class org.apache.avalon.excalibur.collections.BinaryHeap
Deprecated. Create a string representing heap and all elements in heap.
toString(byte[]) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Get the contents of a byte[] as a String.
toString(byte[], int) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Get the contents of a byte[] as a String.
toString(byte[], String) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Get the contents of a byte[] as a String.
toString(byte[], String, int) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Get the contents of a byte[] as a String.
toString(InputStream) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Get the contents of an InputStream as a String.
toString(InputStream, int) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Get the contents of an InputStream as a String.
toString(InputStream, String) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Get the contents of an InputStream as a String.
toString(InputStream, String, int) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Get the contents of an InputStream as a String.
toString(Reader) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Get the contents of a Reader as a String.
toString(Reader, int) - Static method in class org.apache.avalon.excalibur.io.IOUtil
Get the contents of a Reader as a String.
toURLs(File[]) - Static method in class org.apache.avalon.excalibur.io.FileUtil
Convert the array of Files into a list of URLs.
tryAcquire() - Method in class org.apache.avalon.excalibur.concurrent.DijkstraSemaphore
Deprecated. Non-blocking version of acquire().
tryAcquireRead() - Method in class org.apache.avalon.excalibur.concurrent.ReadWriteLock
Deprecated. Attempts to acquire a read lock.
tryAcquireWrite() - Method in class org.apache.avalon.excalibur.concurrent.ReadWriteLock
Deprecated. Attempts to acquire a write lock.
tryAquireRead() - Method in class org.apache.avalon.excalibur.concurrent.ReadWriteLock
Deprecated. It's spelled acquire...
tryAquireWrite() - Method in class org.apache.avalon.excalibur.concurrent.ReadWriteLock
Deprecated. It's spelled acquire...

U

union(List, List) - Static method in class org.apache.avalon.excalibur.collections.ListUtils
Deprecated.  
unlock() - Method in class org.apache.avalon.excalibur.concurrent.Lock
Deprecated. Unlocks.

V

values() - Method in class org.apache.avalon.excalibur.collections.BucketMap
Deprecated. Obtain a Set for the values.
VariableSizeBuffer - class org.apache.avalon.excalibur.collections.VariableSizeBuffer.
Deprecated. use org.apache.commons.collections.UnboundedFifoBuffer instead
VariableSizeBuffer() - Constructor for class org.apache.avalon.excalibur.collections.VariableSizeBuffer
Deprecated. Initialize the VariableSizeBuffer with the default number of elements.
VariableSizeBuffer(int) - Constructor for class org.apache.avalon.excalibur.collections.VariableSizeBuffer
Deprecated. Initialize the VariableSizeBuffer with the specified number of elements.

W

waitForSignal() - Method in class org.apache.avalon.excalibur.concurrent.ConditionalEvent
Deprecated. If the event is signalled, this method returns immediately resetting the signal, otherwise it blocks until the event is signalled.
write(int) - Method in class org.apache.avalon.excalibur.io.DemuxOutputStream
Writes byte to stream associated with current thread.
writeSwappedDouble(byte[], int, double) - Static method in class org.apache.avalon.excalibur.io.EndianUtil
 
writeSwappedDouble(OutputStream, double) - Static method in class org.apache.avalon.excalibur.io.EndianUtil
 
writeSwappedFloat(byte[], int, float) - Static method in class org.apache.avalon.excalibur.io.EndianUtil
 
writeSwappedFloat(OutputStream, float) - Static method in class org.apache.avalon.excalibur.io.EndianUtil
 
writeSwappedInteger(byte[], int, int) - Static method in class org.apache.avalon.excalibur.io.EndianUtil
 
writeSwappedInteger(OutputStream, int) - Static method in class org.apache.avalon.excalibur.io.EndianUtil
 
writeSwappedLong(byte[], int, long) - Static method in class org.apache.avalon.excalibur.io.EndianUtil
 
writeSwappedLong(OutputStream, long) - Static method in class org.apache.avalon.excalibur.io.EndianUtil
 
writeSwappedShort(byte[], int, int) - Static method in class org.apache.avalon.excalibur.io.EndianUtil
 
writeSwappedShort(OutputStream, int) - Static method in class org.apache.avalon.excalibur.io.EndianUtil
 

A B C D E F G H I K L M N O P R S T U V W

Copyright © 2000-2003 Apache Jakarta Project. All Rights Reserved.