Show / Hide Table of Contents

Class SchemeReader

Inheritance
System.Object
SchemeReader
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)
System.Object.ToString()
Namespace: AssetRipper.IO.Files
Assembly: AssetRipper.IO.Files.dll
Syntax
public static class SchemeReader

Methods

| Improve this Doc View Source

IsReadableFile(String)

Declaration
public static bool IsReadableFile(string filePath)
Parameters
Type Name Description
System.String filePath
Returns
Type Description
System.Boolean
| Improve this Doc View Source

LoadFile(String)

Declaration
public static FileBase LoadFile(string filePath)
Parameters
Type Name Description
System.String filePath
Returns
Type Description
FileBase
| Improve this Doc View Source

ReadFile(ResourceFile)

Declaration
public static FileBase ReadFile(ResourceFile file)
Parameters
Type Name Description
ResourceFile file
Returns
Type Description
FileBase
| Improve this Doc View Source

ReadFile(SmartStream, String, String)

Declaration
public static FileBase ReadFile(SmartStream stream, string filePath, string fileName)
Parameters
Type Name Description
SmartStream stream
System.String filePath
System.String fileName
Returns
Type Description
FileBase
| Improve this Doc View Source

ReadFile(Byte[], String, String)

Declaration
public static FileBase ReadFile(byte[] buffer, string filePath, string fileName)
Parameters
Type Name Description
System.Byte[] buffer
System.String filePath
System.String fileName
Returns
Type Description
FileBase
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾