Class UsdZipFile.FileInfo
Inheritance
UsdZipFile.FileInfo
Namespace: pxr
Syntax
public class FileInfo : IDisposable
Constructors
FileInfo()
Declaration
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
compressionMethod
Declaration
public ushort compressionMethod { get; set; }
Property Value
dataOffset
Declaration
public uint dataOffset { get; set; }
Property Value
encrypted
Declaration
public bool encrypted { get; set; }
Property Value
size
Declaration
public uint size { get; set; }
Property Value
uncompressedSize
Declaration
public uint uncompressedSize { get; set; }
Property Value
Methods
Dispose()
Declaration
public virtual void Dispose()
Implements
Finalize()
Declaration
protected void Finalize()