Show / Hide Table of Contents

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 Source

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Offset

Declaration
public int Offset { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Size

Declaration
public int Size { get; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

Read(EndianReader)

Declaration
public static WebFileEntry Read(EndianReader reader)
Parameters
Type Name Description
AssetRipper.IO.Endian.EndianReader reader
Returns
Type Description
WebFileEntry
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾