--------------------------------------------------------------------- Tell the current position in the output IOStream. * * First flushes the internal buffer and the output IOStream. */
| 136 | * |
| 137 | * First flushes the internal buffer and the output IOStream. */ |
| 138 | size_t Tell() |
| 139 | { |
| 140 | Flush(); |
| 141 | return stream->Tell(); |
| 142 | } |
| 143 | |
| 144 | public: |
| 145 |