Class RawWebBundleFile<THeader>
Inheritance
System.Object
RawWebBundleFile<THeader>
Assembly: AssetRipper.IO.Files.dll
Syntax
public abstract class RawWebBundleFile<THeader> : FileContainer where THeader : RawWebBundleHeader, new()
Type Parameters
Properties
|
Improve this Doc
View Source
DirectoryInfo
Declaration
public DirectoryInfo<RawWebNode> DirectoryInfo { get; set; }
Property Value
Type |
Description |
AssetRipper.IO.Files.BundleFiles.DirectoryInfo<AssetRipper.IO.Files.BundleFiles.RawWeb.RawWebNode> |
|
|
Improve this Doc
View Source
Declaration
public THeader Header { get; }
Property Value
Methods
|
Improve this Doc
View Source
Read(SmartStream)
Declaration
public override void Read(SmartStream stream)
Parameters
Overrides
|
Improve this Doc
View Source
Write(Stream)
Declaration
public override void Write(Stream stream)
Parameters
Type |
Name |
Description |
Stream |
stream |
|
Overrides