Click or drag to resize

Articy.Unity.Editor.Zip Namespace

 
Classes
  ClassDescription
Public classStreamWrapper
Wrapper for a stream that protects the wrapped stream from being closed. Useful if you want to use a StreamReader to access a stream and than move to binary mode Closing or letting the StreamReader get out of scope will close the underlying stream
Public classZipEntry
The managed Entry of a file in the Archive
Public classZipFile
A simple Zip-Reader implementation