Reusable Java library of general tools with minimal external dependencies.
For questions or support, please contact us:
Email: support@aoindustries.com
Phone: 1-800-519-9541
Phone: +1-251-607-9556
Web: https://www.aoindustries.com/contact
| Package | Description |
|---|---|
| com.aoindustries.io | |
| com.aoindustries.util.persistent |
| Class and Description |
|---|
| PersistentBuffer
A persistent buffer retains its data between uses.
|
| Class and Description |
|---|
| AbstractPersistentBlockBuffer
Base class for any implementation that treats a
PersistentBuffer
as a set of allocatable blocks. |
| AbstractPersistentBuffer
Provides a base implementation of
PersistentBuffer in terms of
basic read/write methods. |
| BufferedSerializer
Serializes any objects by using a buffer between the
getSerializedSize
and serialize calls. |
| PersistentBlockBuffer
A persistent set of blocks of arbitrary data.
|
| PersistentBuffer
A persistent buffer retains its data between uses.
|
| ProtectionLevel
The different protection levels offered.
|
| Serializer
Writes and reads serialized forms of objects to and from
OutputStream and InputStreams. |
Copyright © 2000–2016 AO Industries, Inc.. All rights reserved.