- registerCompression(String, Compressor) - Static method in class me.ryandw11.ods.ODS
-
Add a custom compression type by name.
- registerCustomTag(Tag<?>) - Static method in class me.ryandw11.ods.ODS
-
Register a custom tag into the system.
- removeAllTags() - Method in class me.ryandw11.ods.tags.CompressedObjectTag
-
Remove all tags from an object.
- removeAllTags() - Method in class me.ryandw11.ods.tags.ListTag
-
Remove all tags from the list.
- removeAllTags() - Method in class me.ryandw11.ods.tags.ObjectTag
-
Remove all tags from an object.
- removeAmount(int) - Method in class me.ryandw11.ods.util.KeyScout
-
Remove x size from the parent object headers.
- removeSize(int) - Method in class me.ryandw11.ods.util.KeyScoutChild
-
- removeTag(Tag<?>) - Method in class me.ryandw11.ods.tags.CompressedObjectTag
-
Remove the specified tag from the object.
- removeTag(String) - Method in class me.ryandw11.ods.tags.CompressedObjectTag
-
Remove all tags that have the specified name.
- removeTag(T) - Method in class me.ryandw11.ods.tags.ListTag
-
Remove a specific tag from the list.
- removeTag(int) - Method in class me.ryandw11.ods.tags.ListTag
-
Remove a specific tag from the list.
- removeTag(Tag<?>) - Method in class me.ryandw11.ods.tags.ObjectTag
-
Remove the specified tag from the object.
- removeTag(String) - Method in class me.ryandw11.ods.tags.ObjectTag
-
Remove all tags that have the specified name.
- replaceData(String, Tag<?>) - Method in class me.ryandw11.ods.internal.ODSFile
-
Replace a key with another tag.
- replaceData(String, Tag<?>) - Method in interface me.ryandw11.ods.internal.ODSInternal
-
- replaceData(String, Tag<?>) - Method in class me.ryandw11.ods.internal.ODSMem
-
Replace a key with another tag.
- replaceData(String, Tag<?>) - Method in class me.ryandw11.ods.ObjectDataStructure
-
Replace a key with another tag.
- replaceSubObjectData(byte[], KeyScout, byte[]) - Static method in class me.ryandw11.ods.internal.InternalUtils
-
Replace a tag with another tag.
- resetCount() - Method in class me.ryandw11.ods.io.CountingOutputStream
-
Reset the byte counter.