Remove discards buffered body and releases all associated resources. Multiple Buffer objects may refer to the same underlying storage. In this case, care should be taken to ensure that Remove is called only once since it will discard the shared storage and invalidate all Buffer objects using it. R
()
| 57 | // Readers previously created using Open can still be used, but |
| 58 | // new ones can't be created. |
| 59 | Remove() error |
| 60 | } |
no outgoing calls