Interface | Description |
---|---|
Cachable |
A cachable object can identify itself.
|
CachableASCII |
A
Cachable that is capable of being read/written as ASCII. |
CachableBinary |
A
Cachable that is capable of being read/written as Binary. |
InputStreamObjectReader<T> |
Interface for classes capable of reading objects from a
InputStream . |
ObjectReader<T,SOURCE> |
Interface for classes capable of reading objects.
|
Readable |
Interface for objects capable of deserialising themselves from ascii
and/or binary formats.
|
ReadableASCII |
Interface for objects capable of deserialising themselves from ascii
formats.
|
ReadableBinary |
Interface for objects capable of deserialising themselves from binary formats.
|
ReadWriteable |
Interface for objects capable of serialising and deserialising
themselves to and from ascii and/or binary formats.
|
ReadWriteableASCII |
Interface for objects capable of serialising and deserialising
themselves to and from ascii format.
|
ReadWriteableBinary |
Interface for objects capable of serialising and deserialising
themselves to and from binary format.
|
VariableLength |
Marker interface for classes that represent something of
variable length.
|
Writeable |
Interface for objects capable of serialising themselves to ascii
and/or binary formats.
|
WriteableASCII |
Interface for objects capable of serialising themselves to ascii
format.
|
WriteableBinary |
Interface for objects capable of serialising themselves to binary format.
|
Class | Description |
---|---|
Cache |
In its simplest form this function constructs an object using the construct found for the objects
specified.
|
FileUtils |
Utility methods for dealing with files on the filesystem
|
HttpUtils |
HTTP(S) download utilities, with support for HTTP redirects and meta refresh
redirection.
|
HttpUtils.MetaRefreshRedirectStrategy |
A
RedirectStrategy that can deal with meta-refresh style
redirection |
IOUtils |
Methods for reading Readable objects and writing Writeable objects.
|