Table of Contents

Enum SgaMode

Namespace
OpenCompote.SGA
Assembly
OpenCompote.dll

Specifies how the archive was opened.

public enum SgaMode

Fields

Create = 1

Both 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 = 0

Only reading functions are permitted.

Write = 2

Both read and write operation are permitted.