A B C D E F G H I L M N O P R S T U V W

G

get(int) - Method in class org.magnos.data.DataArray
Gets the data at the given index.
get(int) - Method in class org.magnos.data.DataSet
Gets the data element at the given index.
get(int, byte[], int, int) - Method in class org.magnos.data.store.AbstractStore
Reads from the store and puts it in a section in the array of bytes.
get(int, ByteBuffer) - Method in class org.magnos.data.store.AbstractStore
Reads a ByteBuffer to the store at the given location.
get(int, byte[]) - Method in class org.magnos.data.store.AbstractStore
Reads an array of bytes from the store at the given location.
get(int, int) - Method in class org.magnos.data.store.AbstractStore
Returns an array of bytes read from the store at the given location.
get(int, byte[]) - Method in interface org.magnos.data.Store
Reads an array of bytes from the store at the given location.
get(int, byte[], int, int) - Method in interface org.magnos.data.Store
Reads from the store and puts it in a section in the array of bytes.
get(int, ByteBuffer) - Method in interface org.magnos.data.Store
Reads a ByteBuffer to the store at the given location.
get(int, int) - Method in interface org.magnos.data.Store
Returns an array of bytes read from the store at the given location.
get(String) - Static method in class org.magnos.data.Stores
Gets the store with the given name from the registry.
get() - Method in class org.magnos.data.var.BooleanVar
Returns the current value of the var.
get() - Method in class org.magnos.data.var.ByteVar
Returns the current value of the var.
get() - Method in class org.magnos.data.var.DoubleVar
Returns the current value of the var.
get() - Method in class org.magnos.data.var.FloatVar
Returns the current value of the var.
get() - Method in class org.magnos.data.var.IntVar
Returns the current value of the var.
get() - Method in class org.magnos.data.var.LongVar
Returns the current value of the var.
get() - Method in class org.magnos.data.var.ShortVar
Returns the current value of the var.
get() - Method in class org.magnos.data.var.StringVar
Returns the current value of the var.
get() - Method in class org.magnos.data.var.UByteVar
Returns the current value of the var.
get() - Method in class org.magnos.data.var.UIntVar
Returns the current value of the var.
get() - Method in class org.magnos.data.var.UShortVar
Returns the current value of the var.
getAccess() - Method in exception org.magnos.data.error.StoreAccessException
The access which was not sufficient.
getAccess() - Method in class org.magnos.data.store.AbstractStore
Returns the current access of this store to its persisted medium if any exists.
getAccess() - Method in interface org.magnos.data.Store
Returns the current access of this store to its persisted medium if any exists.
getActualLocation() - Method in class org.magnos.data.AbstractData
Returns the actual location of this Data in its store with respect to the parent if one exists.
getActualLocation() - Method in interface org.magnos.data.Data
Returns the actual location of this Data in its store with respect to the parent if one exists.
getBoolean(byte) - Static method in class org.magnos.data.Bits
Given an array of bytes, the first 4 bytes of the array are used to compute a floating-point value.
getBooleanBytes(boolean) - Static method in class org.magnos.data.Bits
Given a boolean this will convert it to its byte value.
getBuffer() - Method in class org.magnos.data.store.MappedStore
Returns the memory mapped buffer of the files data.
getBuffer() - Method in class org.magnos.data.store.MemoryStore
Returns the buffer which contains all this stores data.
getChannel() - Method in class org.magnos.data.store.MappedStore
Returns the channel used to perform operations on the file.
getChar(byte[]) - Static method in class org.magnos.data.Bits
Given an array of bytes, the first 2 bytes of the array are used to compute a char value.
getCharBytes(char, byte[]) - Static method in class org.magnos.data.Bits
Given a char and an array of bytes, the first 2 bytes of the array are set to the bytes that make up the char.
getCharBytes(char) - Static method in class org.magnos.data.Bits
Given a char an array of bytes will be returned representing the char.
getDouble(byte[]) - Static method in class org.magnos.data.Bits
Given an array of bytes, the first 8 bytes of the array are used to compute a double value.
getDoubleBytes(double, byte[]) - Static method in class org.magnos.data.Bits
Given a double and an array of bytes, the first 8 bytes of the array are set to the bytes that make up the double.
getDoubleBytes(double) - Static method in class org.magnos.data.Bits
Given a double an array of bytes will be returned representing the double.
getFile() - Method in class org.magnos.data.store.FileStore
Returns the file the store is persisted to.
getFile() - Method in class org.magnos.data.store.MappedStore
Returns the file the store is persisted to.
getFloat(byte[]) - Static method in class org.magnos.data.Bits
Given an array of bytes, the first 4 bytes of the array are used to compute a floating-point value.
getFloatBytes(float, byte[]) - Static method in class org.magnos.data.Bits
Given a float and an array of bytes, the first 4 bytes of the array are set to the bytes that make up the float.
getFloatBytes(float) - Static method in class org.magnos.data.Bits
Given a float an array of bytes will be returned representing the float.
getInt(byte[]) - Static method in class org.magnos.data.Bits
Given an array of bytes, the first 4 bytes of the array are used to compute an integer value.
getIntBytes(int, byte[]) - Static method in class org.magnos.data.Bits
Given an integer and an array of bytes, the first 4 bytes of the array are set to the bytes that make up the integer.
getIntBytes(int) - Static method in class org.magnos.data.Bits
Given an integer an array of bytes will be returned representing the integer.
getLength() - Method in class org.magnos.data.DataArray
Returns the number of elements in the array.
getLocation() - Method in class org.magnos.data.AbstractData
Returns the location in bytes of this variable in the store.
getLocation() - Method in interface org.magnos.data.Data
Returns the location in bytes of this variable in the store.
getLong(byte[]) - Static method in class org.magnos.data.Bits
Given an array of bytes, the first 8 bytes of the array are used to compute a long value.
getLongBytes(long, byte[]) - Static method in class org.magnos.data.Bits
Given a long and an array of bytes, the first 8 bytes of the array are set to the bytes that make up the long.
getLongBytes(long) - Static method in class org.magnos.data.Bits
Given a long an array of bytes will be returned representing the long.
getName() - Method in class org.magnos.data.store.AbstractStore
Returns the name of the store.
getName() - Method in interface org.magnos.data.Store
Returns the name of the store.
getParent() - Method in class org.magnos.data.AbstractData
Returns the parent Data object if one exists.
getParent() - Method in interface org.magnos.data.Data
Returns the parent Data object if one exists.
getSetSize() - Method in class org.magnos.data.DataSet
Returns the current or actual size of the DataSet.
getShort(byte[]) - Static method in class org.magnos.data.Bits
Given an array of bytes, the first 2 bytes of the array are used to compute a short value.
getShortBytes(short, byte[]) - Static method in class org.magnos.data.Bits
Given a short and an array of bytes, the first 2 bytes of the array are set to the bytes that make up the short.
getShortBytes(short) - Static method in class org.magnos.data.Bits
Given a short an array of bytes will be returned representing the short.
getSize() - Method in class org.magnos.data.AbstractData
Returns the size of this variable in a store.
getSize() - Method in interface org.magnos.data.Data
Returns the size of this variable in a store.
getSource() - Method in exception org.magnos.data.error.StoreIOException
The IOException that was thrown.
getStore() - Method in class org.magnos.data.AbstractData
Returns the store this variable is read and written to and from.
getStore() - Method in interface org.magnos.data.Data
Returns the store this variable is read and written to and from.
getStore() - Method in exception org.magnos.data.error.StoreAccessException
The store which did not have proper access.
getStream() - Method in class org.magnos.data.store.FileStore
The stream used to perform operations on the file.
getStream() - Method in class org.magnos.data.store.MappedStore
The stream used to perform operations on the file.
getUByte(byte[]) - Static method in class org.magnos.data.Bits
Given an array of bytes, the first byte of the array are used to compute a short value.
getUByteBytes(short, byte[]) - Static method in class org.magnos.data.Bits
Given a short and an array of bytes, the first byetshort of the array are set to the bytes that make up the short.
getUByteBytes(short) - Static method in class org.magnos.data.Bits
Given a short an array of bytes will be returned representing the short.
getUInt(byte[]) - Static method in class org.magnos.data.Bits
Given an array of bytes, the first 4 bytes of the array are used to compute an integer value.
getUIntBytes(long, byte[]) - Static method in class org.magnos.data.Bits
Given an integer and an array of bytes, the first 4 bytes of the array are set to the bytes that make up the integer.
getUIntBytes(long) - Static method in class org.magnos.data.Bits
Given an integer an array of bytes will be returned representing the integer.
getUShort(byte[]) - Static method in class org.magnos.data.Bits
Given an array of bytes, the first 2 bytes of the array are used to compute a short value.
getUShortBytes(int, byte[]) - Static method in class org.magnos.data.Bits
Given a short and an array of bytes, the first 2 bytes of the array are set to the bytes that make up the short.
getUShortBytes(int) - Static method in class org.magnos.data.Bits
Given a short an array of bytes will be returned representing the short.
getValue() - Method in class org.magnos.data.var.BooleanVar
Returns the value of this var as it was the last time this variable was read from a store at the location (and maybe with an offset) or as it was set with the setValue method.
getValue() - Method in class org.magnos.data.var.ByteVar
Returns the value of this var as it was the last time this variable was read from a store at the location (and maybe with an offset) or as it was set with the setValue method.
getValue() - Method in class org.magnos.data.var.DoubleVar
Returns the value of this var as it was the last time this variable was read from a store at the location (and maybe with an offset) or as it was set with the setValue method.
getValue() - Method in class org.magnos.data.var.FloatVar
Returns the value of this var as it was the last time this variable was read from a store at the location (and maybe with an offset) or as it was set with the setValue method.
getValue() - Method in interface org.magnos.data.Var
Returns the value of this var as it was the last time this variable was read from a store at the location (and maybe with an offset) or as it was set with the setValue method.
getValue() - Method in class org.magnos.data.var.IntVar
Returns the value of this var as it was the last time this variable was read from a store at the location (and maybe with an offset) or as it was set with the setValue method.
getValue() - Method in class org.magnos.data.var.LongVar
Returns the value of this var as it was the last time this variable was read from a store at the location (and maybe with an offset) or as it was set with the setValue method.
getValue() - Method in class org.magnos.data.var.ShortVar
Returns the value of this var as it was the last time this variable was read from a store at the location (and maybe with an offset) or as it was set with the setValue method.
getValue() - Method in class org.magnos.data.var.StringVar
Returns the value of this var as it was the last time this variable was read from a store at the location (and maybe with an offset) or as it was set with the setValue method.
getValue() - Method in class org.magnos.data.var.UByteVar
Returns the value of this var as it was the last time this variable was read from a store at the location (and maybe with an offset) or as it was set with the setValue method.
getValue() - Method in class org.magnos.data.var.UIntVar
Returns the value of this var as it was the last time this variable was read from a store at the location (and maybe with an offset) or as it was set with the setValue method.
getValue() - Method in class org.magnos.data.var.UShortVar
Returns the value of this var as it was the last time this variable was read from a store at the location (and maybe with an offset) or as it was set with the setValue method.

A B C D E F G H I L M N O P R S T U V W