Flush writes any unbuffered data to disk. This method must be safe for concurrent use with read operations. Returns an error if the flush operation fails.
()
| 134 | // Flush writes any unbuffered data to disk. This method must be safe for concurrent use with read operations. |
| 135 | // Returns an error if the flush operation fails. |
| 136 | Flush() error |
| 137 | |
| 138 | // DataLength returns the length of the data in the block. |
| 139 | DataLength() uint64 |
no outgoing calls