X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=epclust%2FR%2Fdefaults.R;fp=epclust%2FR%2Fdefaults.R;h=4205745efb44ad91319f49cdded80d7f5fe446e4;hb=7709d507dfab9256a401f2c77ced7bc70d90fec3;hp=0000000000000000000000000000000000000000;hpb=38aef1cbef037257bf03dd1e65fbb682a32e3f2c;p=epclust.git diff --git a/epclust/R/defaults.R b/epclust/R/defaults.R new file mode 100644 index 0000000..4205745 --- /dev/null +++ b/epclust/R/defaults.R @@ -0,0 +1,11 @@ +#TODO: ascii format (default) (+ binary format?) +defaultWriteTmp = function(curves [uncompressed coeffs, limited number - nbSeriesPerChunk], last=FALSE) +{ + #if last=TRUE, close the conn (??) +} + +#careful: connection must remain open +defaultReadTmp = function(start, n) +{ + +}