Package org.jrobin.core
Class RrdDoubleArray
- java.lang.Object
-
- org.jrobin.core.RrdPrimitive
-
- org.jrobin.core.RrdDoubleArray
-
class RrdDoubleArray extends RrdPrimitive
-
-
Field Summary
-
Fields inherited from class org.jrobin.core.RrdPrimitive
RRD_DOUBLE, RRD_INT, RRD_LONG, RRD_PRIM_SIZES, RRD_STRING, STRING_LENGTH
-
-
Constructor Summary
Constructors Constructor Description RrdDoubleArray(RrdUpdater updater, int length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) double
get(int index)
(package private) double[]
get(int index, int count)
(package private) void
set(int index, double value)
(package private) void
set(int index, double value, int count)
-
Methods inherited from class org.jrobin.core.RrdPrimitive
isCachingAllowed, readBytes, readDouble, readDouble, readDouble, readInt, readLong, readString, writeBytes, writeDouble, writeDouble, writeDouble, writeInt, writeLong, writeString
-
-
-
-
Constructor Detail
-
RrdDoubleArray
RrdDoubleArray(RrdUpdater updater, int length) throws IOException
- Throws:
IOException
-
-
Method Detail
-
set
void set(int index, double value) throws IOException
- Throws:
IOException
-
set
void set(int index, double value, int count) throws IOException
- Throws:
IOException
-
get
double get(int index) throws IOException
- Throws:
IOException
-
get
double[] get(int index, int count) throws IOException
- Throws:
IOException
-
-