Ticket #15093 (closed enhancement: fixed)
Stream GetFile() accessor
| Reported by: | troelsk | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | base | Version: | 2.9-svn |
| Keywords: | Cc: | ||
| Blocked By: | Patch: | yes | |
| Blocking: |
Description
This is useful if you need to do the actual reading or writing with code not using wxWidgets
::writer_fn(stream.GetFile()->fp());
The stream methods, OnSysRead OnSysWrite, maps directly to the underlying file object so making the file member public is safe.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

