finish simplifications on stage2.R
[epclust.git] / epclust / R / defaults.R
... / ...
CommitLineData
1#TODO: ascii format (default) (+ binary format?)
2defaultWriteTmp = function(curves [uncompressed coeffs, limited number - nbSeriesPerChunk], last=FALSE)
3{
4 #if last=TRUE, close the conn (??)
5}
6
7#careful: connection must remain open
8defaultReadTmp = function(start, n)
9{
10
11}