- ObjectDataStructure - Class in me.ryandw11.ods
-
The primary class of the ObjectDataStructure library.
- ObjectDataStructure(File) - Constructor for class me.ryandw11.ods.ObjectDataStructure
-
Create ODS using the file storage type.
- ObjectDataStructure(File, Compressor) - Constructor for class me.ryandw11.ods.ObjectDataStructure
-
Create ODS using the file storage type.
- ObjectDataStructure(byte[], Compressor) - Constructor for class me.ryandw11.ods.ObjectDataStructure
-
Create ODS using the memory storage type.
- ObjectDataStructure(ByteBuffer, Compressor) - Constructor for class me.ryandw11.ods.ObjectDataStructure
-
Create ODS using the memory storage type.
- ObjectDataStructure() - Constructor for class me.ryandw11.ods.ObjectDataStructure
-
Create ODS using the memory storage type.
- ObjectTag - Class in me.ryandw11.ods.tags
-
The object tag.
- ObjectTag(String, List<Tag<?>>) - Constructor for class me.ryandw11.ods.tags.ObjectTag
-
Construct an object tag with existing tags.
- ObjectTag(String) - Constructor for class me.ryandw11.ods.tags.ObjectTag
-
Construct an object tag with no existing tags.
- ODS - Class in me.ryandw11.ods
-
This is a utility class that provided wrappers for the different tags.
- ODSException - Exception in me.ryandw11.ods.exception
-
The general exception to handle IO errors.
- ODSException(String, IOException) - Constructor for exception me.ryandw11.ods.exception.ODSException
-
- ODSException(String) - Constructor for exception me.ryandw11.ods.exception.ODSException
-
- ODSFile - Class in me.ryandw11.ods.internal
-
The internal code for using a file.
- ODSFile(File, Compressor) - Constructor for class me.ryandw11.ods.internal.ODSFile
-
The file to be saved to
- ODSInternal - Interface in me.ryandw11.ods.internal
-
This interface is for the different ways data can be stored / read.
- ODSIOUtils - Class in me.ryandw11.ods.io
-
IO Utilities
- ODSIOUtils() - Constructor for class me.ryandw11.ods.io.ODSIOUtils
-
- ODSMem - Class in me.ryandw11.ods.internal
-
The internal class for memory.
- ODSMem(byte[], Compressor) - Constructor for class me.ryandw11.ods.internal.ODSMem
-
Import in pre-existing data.
- ODSMem(ByteBuffer, Compressor) - Constructor for class me.ryandw11.ods.internal.ODSMem
-
Import in pre-existing data.
- ODSMem() - Constructor for class me.ryandw11.ods.internal.ODSMem
-
Does not pre-populate.