Package org.rrd4j.core.jrrd
Class UnivalArray
java.lang.Object
org.rrd4j.core.jrrd.UnivalArray
This class is used to read a unival from a file
unival is a rrdtool type, defined in rrd_format.h
- Author:
- Fabrice Bacchella fbacchella@spamcop.net
-
Constructor Summary
ConstructorDescriptionUnivalArray
(RRDFile file, int size) Read an UnivalArray from a rrd native file at the current position -
Method Summary
-
Constructor Details
-
UnivalArray
Read an UnivalArray from a rrd native file at the current position- Parameters:
file
- the RRdFilesize
- the numer of elements in the array- Throws:
IOException
- if any.
-
-
Method Details