Add wxInputStream::ReadAll() and wxOutputStream::WriteAll().
Unlike Read() and Write(), these functions always transfer exactly the specified number of bytes or fail. See #12056. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -576,6 +576,7 @@ All:
|
||||
- Add wxDIR_NO_FOLLOW flag for wxDir traversal (David Hart).
|
||||
- Allow testing for symlink/FIFO/socket existence in wxFileName (David Hart).
|
||||
- Many important bug fixes in wxFileSystemWatcher (David Hart).
|
||||
- Add wxInputStream::ReadAll() and wxOutputStream::WriteAll() (Catalin Raceanu).
|
||||
- Add new wxFSW_EVENT_ATTRIB and wxFSW_EVENT_UNMOUNT flags (David Hart).
|
||||
- Add separate read/written bytes counters and per-direction NOWAIT and WAITALL
|
||||
flags to wxSocket (Rob Bresalier).
|
||||
|
Reference in New Issue
Block a user