#include <FileIO.h>

Public Member Functions | |
| bool | Open (LPCTSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes) |
| bool | Open (LPCTSTR fileName, DWORD creationDisposition) |
| bool | Create (LPCTSTR fileName, bool createAlways) |
| bool | Open (LPCWSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes) |
| bool | Open (LPCWSTR fileName, DWORD creationDisposition) |
| bool | Create (LPCWSTR fileName, bool createAlways) |
| bool | SetTime (const FILETIME *creationTime, const FILETIME *lastAccessTime, const FILETIME *lastWriteTime) |
| bool | SetLastWriteTime (const FILETIME *lastWriteTime) |
| bool | WritePart (const void *data, UInt32 size, UInt32 &processedSize) |
| bool | Write (const void *data, UInt32 size, UInt32 &processedSize) |
| bool | SetEndOfFile () |
| bool | SetLength (UInt64 length) |
Definition at line 68 of file FileIO.h.
| bool NWindows::NFile::NIO::COutFile::Open | ( | LPCTSTR | fileName, | |
| DWORD | shareMode, | |||
| DWORD | creationDisposition, | |||
| DWORD | flagsAndAttributes | |||
| ) |
Definition at line 173 of file FileIO.cpp.
References NWindows::NFile::NIO::GetCreationDisposition(), and Open().
Definition at line 184 of file FileIO.cpp.
References NWindows::NFile::NIO::GetCreationDisposition(), and Open().
| bool NWindows::NFile::NIO::COutFile::SetTime | ( | const FILETIME * | creationTime, | |
| const FILETIME * | lastAccessTime, | |||
| const FILETIME * | lastWriteTime | |||
| ) |
Definition at line 189 of file FileIO.cpp.
References NWindows::NFile::NIO::CFileBase::_handle, and BOOLToBool.
Referenced by SetLastWriteTime().
| bool NWindows::NFile::NIO::COutFile::WritePart | ( | const void * | data, | |
| UInt32 | size, | |||
| UInt32 & | processedSize | |||
| ) |
Definition at line 195 of file FileIO.cpp.
References NWindows::NFile::NIO::CFileBase::_handle, BOOLToBool, NWindows::NFile::NIO::kChunkSizeMax, and NULL.
Referenced by Write().
| bool NWindows::NFile::NIO::COutFile::SetEndOfFile | ( | ) |
Definition at line 224 of file FileIO.cpp.
References NWindows::NFile::NIO::CFileBase::_handle, and BOOLToBool.
Referenced by SetLength().
Definition at line 226 of file FileIO.cpp.
References NWindows::NFile::NIO::CFileBase::Seek(), and SetEndOfFile().
1.5.6