Class WebFileEntry
Inheritance
System.Object
WebFileEntry
Implements
AssetRipper.IO.Endian.IEndianReadable<WebFileEntry>
AssetRipper.IO.Endian.IEndianWritable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: AssetRipper.IO.Files.WebFiles
Assembly: AssetRipper.IO.Files.dll
Syntax
public sealed class WebFileEntry : IEndianReadable<WebFileEntry>, IEndianWritable
Properties
| Improve this Doc View SourceName
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Offset
Declaration
public int Offset { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Size
Declaration
public int Size { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceRead(EndianReader)
Declaration
public static WebFileEntry Read(EndianReader reader)
Parameters
Type | Name | Description |
---|---|---|
AssetRipper.IO.Endian.EndianReader | reader |
Returns
Type | Description |
---|---|
WebFileEntry |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()
|
Improve this Doc
View Source
Write(EndianWriter)
Declaration
public void Write(EndianWriter writer)
Parameters
Type | Name | Description |
---|---|---|
AssetRipper.IO.Endian.EndianWriter | writer |
Implements
AssetRipper.IO.Endian.IEndianReadable<TSelf>
AssetRipper.IO.Endian.IEndianWritable