Package org.jrobin.core.jrrd
Class DataChunk
- java.lang.Object
-
- org.jrobin.core.jrrd.DataChunk
-
public class DataChunk extends Object
Models a chunk of result data from an RRDatabase.- Version:
- $Revision$
- Author:
- Ciaran Treanor
-
-
Constructor Summary
Constructors Constructor Description DataChunk(long startTime, int start, int end, long step, int dsCount, int rows)
-