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