Enum SgaMode
- Namespace
- OpenCompote.SGA
- Assembly
- OpenCompote.dll
Specifies how the archive was opened.
public enum SgaMode
Fields
Create = 1Both read and write operations are permitted, but the archive has been newly created and until the file is closed, the source stream will remain empty.
Read = 0Only reading functions are permitted.
Write = 2Both read and write operation are permitted.