Commit | Line | Data |
---|---|---|
7f0781b7 | 1 | #TODO: ascii format (default) (+ binary format?) |
38aef1cb BA |
2 | defaultWriteTmp = 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 |
8 | defaultReadTmp = function(start, n) | |
9 | { | |
10 | ||
11 | } |