Beispiel #1
0
 private void InitializeSetup(string path, int mode, bool readOnly)
 {
     file = new RrdFile(path, mode, readOnly);
 }
Beispiel #2
0
 internal RrdPrimitive(IRrdUpdatable parent, int byteCount)
 {
     rrdFile = parent.RrdFile;
     // this will set pointer and byteCount
     rrdFile.Allocate(this, byteCount);
 }