SetSize set the object size, a content of the given size should be written afterwards
(s int64)
| 37 | // SetSize set the object size, a content of the given size should be written |
| 38 | // afterwards |
| 39 | func (o *MemoryObject) SetSize(s int64) { o.sz = s } |
| 40 | |
| 41 | // Reader returns an io.ReadCloser used to read the object's content. |
| 42 | // |
no outgoing calls