Skip navigation links
C D E G I R S T W 

R

read(int, byte[]) - Method in class ej.sp.ShieldedPlug
Fills the given array with data from the block with the given ID.
read(int, byte[], int) - Method in class ej.sp.ShieldedPlug
Fills the given array with block.length bytes from the block with the given ID.
readDouble(int) - Method in class ej.sp.ShieldedPlug
Reads eight input bytes from the block with the given ID and returns a double value.
The way the double is built from the eight bytes is platform dependent.
readFloat(int) - Method in class ej.sp.ShieldedPlug
Reads four input bytes from the block with the given ID and returns a float value.
The way the float is built from the four bytes is platform dependent.
readInt(int) - Method in class ej.sp.ShieldedPlug
Reads four input bytes from the block with the given ID and returns an int value.
The way the int is built from the four bytes is platform dependent.
readLong(int) - Method in class ej.sp.ShieldedPlug
Reads eight input bytes from the block with the given ID and returns a long value.
The way the long is built from the eight bytes is platform dependent.
readObject(int) - Method in class ej.sp.ShieldedPlug
Invokes the readObject method of the SPReader registered for the block with the given ID.
readObject(ShieldedPlug, int) - Method in interface ej.sp.SPReader
Reads and returns an object from a block of the given ShieldedPlug.
reset(int) - Method in class ej.sp.ShieldedPlug
Resets data of the block with the given ID.
After execution of this method, isDataAvailable(int) method would return false (unless data were written after calling reset(int) and before calling isDataAvailable(int)).
C D E G I R S T W 
Skip navigation links