Skip navigation links
A B C D E F G H I K L M N O P R S T U W Z 

G

get(String) - Method in class me.ryandw11.ods.internal.ODSFile
Grab a tag based upon an object key.
get(String) - Method in interface me.ryandw11.ods.internal.ODSInternal
 
get(String) - Method in class me.ryandw11.ods.internal.ODSMem
Grab a tag based upon an object key.
get(String) - Method in class me.ryandw11.ods.ObjectDataStructure
Grab a tag based upon an object key.
getAll() - Method in class me.ryandw11.ods.internal.ODSFile
Get all of the tags in the file.
getAll() - Method in interface me.ryandw11.ods.internal.ODSInternal
 
getAll() - Method in class me.ryandw11.ods.internal.ODSMem
Get all of the tags in the buffer.
getAll() - Method in class me.ryandw11.ods.ObjectDataStructure
Get all of the tags in the file/buffer.
getByteCount() - Method in class me.ryandw11.ods.io.CountingOutputStream
Get the number of bytes counted in a long.
getChildByName(String) - Method in class me.ryandw11.ods.util.KeyScout
Get the tag parent by name.
getChildren() - Method in class me.ryandw11.ods.util.KeyScout
Get the children (parent objects of the desired end tag).
getCompressor(String) - Static method in class me.ryandw11.ods.ODS
Get the compressor registered with a name.
getCompressor() - Method in class me.ryandw11.ods.tags.CompressedObjectTag
Get the compressor used.
getCompressorName(Compressor) - Static method in class me.ryandw11.ods.ODS
Get the name of a compressor.
getCount() - Method in class me.ryandw11.ods.io.CountingOutputStream
Get the count of the bytes.
getCustomTags() - Static method in class me.ryandw11.ods.ODS
Get the list of custom tags.
getDataSize() - Method in class me.ryandw11.ods.TagBuilder
 
getDataType() - Method in class me.ryandw11.ods.TagBuilder
 
getEnd() - Method in class me.ryandw11.ods.util.KeyScout
Get the information for the desired tag.
getID() - Method in interface me.ryandw11.ods.Tag
Get the ID of the tag.
getID() - Method in class me.ryandw11.ods.tags.ByteTag
 
getID() - Method in class me.ryandw11.ods.tags.CharTag
 
getID() - Method in class me.ryandw11.ods.tags.CompressedObjectTag
 
getID() - Method in class me.ryandw11.ods.tags.DoubleTag
 
getID() - Method in class me.ryandw11.ods.tags.FloatTag
 
getID() - Method in class me.ryandw11.ods.tags.IntTag
 
getID() - Method in class me.ryandw11.ods.tags.InvalidTag
 
getID() - Method in class me.ryandw11.ods.tags.ListTag
 
getID() - Method in class me.ryandw11.ods.tags.LongTag
 
getID() - Method in class me.ryandw11.ods.tags.MapTag
 
getID() - Method in class me.ryandw11.ods.tags.ObjectTag
 
getID() - Method in class me.ryandw11.ods.tags.ShortTag
 
getID() - Method in class me.ryandw11.ods.tags.StringTag
 
getInputStream(InputStream) - Method in interface me.ryandw11.ods.compression.Compressor
Get the input stream for the compression.
getInputStream(InputStream) - Method in class me.ryandw11.ods.compression.GZIPCompression
 
getInputStream(InputStream) - Method in class me.ryandw11.ods.compression.NoCompression
 
getInputStream(InputStream) - Method in class me.ryandw11.ods.compression.ZLIBCompression
 
getIOException() - Method in exception me.ryandw11.ods.exception.ODSException
Get the IOException that occurred.
getListData(ByteBuffer, int) - Static method in class me.ryandw11.ods.internal.InternalUtils
Get the list of tags based upon bytes.
getName() - Method in interface me.ryandw11.ods.Tag
Get the name of the tag.
getName() - Method in class me.ryandw11.ods.TagBuilder
 
getName() - Method in class me.ryandw11.ods.tags.ByteTag
 
getName() - Method in class me.ryandw11.ods.tags.CharTag
 
getName() - Method in class me.ryandw11.ods.tags.CompressedObjectTag
 
getName() - Method in class me.ryandw11.ods.tags.DoubleTag
 
getName() - Method in class me.ryandw11.ods.tags.FloatTag
 
getName() - Method in class me.ryandw11.ods.tags.IntTag
 
getName() - Method in class me.ryandw11.ods.tags.InvalidTag
 
getName() - Method in class me.ryandw11.ods.tags.ListTag
 
getName() - Method in class me.ryandw11.ods.tags.LongTag
 
getName() - Method in class me.ryandw11.ods.tags.MapTag
 
getName() - Method in class me.ryandw11.ods.tags.ObjectTag
 
getName() - Method in class me.ryandw11.ods.tags.ShortTag
 
getName() - Method in class me.ryandw11.ods.tags.StringTag
 
getName() - Method in class me.ryandw11.ods.util.KeyScoutChild
 
getNameSize() - Method in class me.ryandw11.ods.TagBuilder
 
getOutputStream(OutputStream) - Method in interface me.ryandw11.ods.compression.Compressor
Get the output stream from the compression.
getOutputStream(OutputStream) - Method in class me.ryandw11.ods.compression.GZIPCompression
 
getOutputStream(OutputStream) - Method in class me.ryandw11.ods.compression.NoCompression
 
getOutputStream(OutputStream) - Method in class me.ryandw11.ods.compression.ZLIBCompression
 
getSize() - Method in class me.ryandw11.ods.util.KeyScoutChild
The size of the tag bytes.
getStartingIndex() - Method in class me.ryandw11.ods.TagBuilder
 
getStartingIndex() - Method in class me.ryandw11.ods.util.KeyScoutChild
The index in the file where the first size byte is.
getSubObjectData(ByteBuffer, String) - Static method in class me.ryandw11.ods.internal.InternalUtils
Get a tag based upon the name.
getTag(String) - Method in class me.ryandw11.ods.tags.CompressedObjectTag
Get a tag from the object.
getTag(int) - Method in class me.ryandw11.ods.tags.ListTag
Get a tag from the list of tags.
getTag(String) - Method in class me.ryandw11.ods.tags.ObjectTag
Get a tag from the object.
getValue() - Method in interface me.ryandw11.ods.Tag
Get the value of the tag.
getValue() - Method in class me.ryandw11.ods.tags.ByteTag
 
getValue() - Method in class me.ryandw11.ods.tags.CharTag
 
getValue() - Method in class me.ryandw11.ods.tags.CompressedObjectTag
 
getValue() - Method in class me.ryandw11.ods.tags.DoubleTag
 
getValue() - Method in class me.ryandw11.ods.tags.FloatTag
 
getValue() - Method in class me.ryandw11.ods.tags.IntTag
 
getValue() - Method in class me.ryandw11.ods.tags.InvalidTag
 
getValue() - Method in class me.ryandw11.ods.tags.ListTag
 
getValue() - Method in class me.ryandw11.ods.tags.LongTag
 
getValue() - Method in class me.ryandw11.ods.tags.MapTag
 
getValue() - Method in class me.ryandw11.ods.tags.ObjectTag
 
getValue() - Method in class me.ryandw11.ods.tags.ShortTag
 
getValue() - Method in class me.ryandw11.ods.tags.StringTag
 
getValueBytes() - Method in class me.ryandw11.ods.TagBuilder
 
getValueLength() - Method in class me.ryandw11.ods.TagBuilder
 
GZIPCompression - Class in me.ryandw11.ods.compression
Compress the file using the GZIP compression format.
GZIPCompression() - Constructor for class me.ryandw11.ods.compression.GZIPCompression
 
A B C D E F G H I K L M N O P R S T U W Z 
Skip navigation links