PakBuilder
Namespace: UAssetAPI
public class PakBuilder : Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid, System.IDisposable
Inheritance Object → CriticalFinalizerObject → SafeHandle → SafeHandleZeroOrMinusOneIsInvalid → PakBuilder
Implements IDisposable
Properties
IsInvalid
public bool IsInvalid { get; }
Property Value
IsClosed
public bool IsClosed { get; }
Property Value
Constructors
PakBuilder()
public PakBuilder()
Methods
ReleaseHandle()
protected bool ReleaseHandle()
Returns
Key(Byte[])
public PakBuilder Key(Byte[] key)
Parameters
key Byte[]
Returns
Compression(PakCompression[])
public PakBuilder Compression(PakCompression[] compressions)
Parameters
compressions PakCompression[]
Returns
Writer(Stream, PakVersion, String, UInt64)
public PakWriter Writer(Stream stream, PakVersion version, string mountPoint, ulong pathHashSeed)
Parameters
stream Stream
version PakVersion
mountPoint String
pathHashSeed UInt64
Returns
Reader(Stream)
public PakReader Reader(Stream stream)
Parameters
stream Stream