|
nux-1.14.0
|
Public Member Functions | |
| NGNUSerialFileWriter (t_int InFileDescriptor, LogOutputDevice &InError, t_int InPos) | |
| virtual t_s64 | Seek (t_s64 InPos, NSerializer::SeekPos seekpos) |
| virtual t_s64 | Tell () |
| virtual bool | Close () |
| virtual void | SerializeFinal (void *V, t_s64 Length) |
| virtual void | Flush () |
| virtual t_s64 | GetFileSize () |
| virtual bool | isReader () |
| virtual bool | isWriter () |
Protected Member Functions | |
| void | _Flush () |
Protected Attributes | |
| t_int | m_FileDescriptor |
| LogOutputDevice & | m_Error |
| t_s64 | m_Pos |
| t_int | m_BufferCount |
| BYTE * | m_Buffer |
| NCriticalSection | m_CriticalSection |
Static Protected Attributes | |
| static const t_int | sBufferSize = 32 |
Definition at line 66 of file NFileManagerGNU.h.