System::IO::FileStream::Flush 메서드
FileStream::Flush() method
이 스트림의 버퍼를 비우고 버퍼링된 모든 데이터를 기본 파일에 씁니다.
void System::IO::FileStream::Flush() override
또 보기
- Class FileStream
- Namespace System::IO
- Library Aspose.Page for C++
FileStream::Flush(bool) method
이 스트림의 버퍼를 비우고 모든 버퍼링된 데이터를 기본 파일에 기록합니다. Flush() 메서드와 동의어입니다.
void System::IO::FileStream::Flush(bool flush_to_disk)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| flush_to_disk | bool | 모든 중간 버퍼를 플러시하려면 True, 그렇지 않으면 - false. |
또 보기
- Class FileStream
- Namespace System::IO
- Library Aspose.Page for C++