| Interface | Description |
|---|---|
| Adapter<S,T> | |
| ObjectFilter<E> |
Interface for including, excluding, or aborting filtering
|
| Class | Description |
|---|---|
| AdaptedIterator<S,T> |
Iterator that transforms objects of one type to another.
|
| ARCCreator | |
| BitArray | |
| ByteOp |
Byte oriented static methods.
|
| CachedFile | |
| CompositeSortedIterator<E> |
Composite of multiple Iterators that returns the next from a series of
all component Iterators based on Comparator constructor argument.
|
| DirMaker |
Lots of things need to transform Strings to Files, constructing them if
needed.
|
| FileDownloader | |
| IPRange | |
| MonitoredFileSet | |
| ObjectFilterChain<E> |
ObjectFilterChain implements AND logic to chain together multiple
ObjectFilters into a composite.
|
| ObjectFilterIterator<T> | |
| PeekableIterator<E> | |
| StringFormatter |
An class which assists in UI generation, primarily through Locale-aware
String formatting, and also helps in escaping (hopefully properly) Strings
for use in HTML.
|
| Timestamp |
Represents a moment in time as a 14-digit string, and interally as a Date.
|
| WARCHeader | |
| WrappedCloseableIterator<E> |
Simple wrapper around a normal Iterator which allows use of the close().
|
Copyright © 2005–2015 IIPC. All rights reserved.