Show / Hide Table of Contents

Interface IScheme

Namespace: AssetRipper.IO.Files
Assembly: AssetRipper.IO.Files.dll
Syntax
public interface IScheme

Methods

| Improve this Doc View Source

CanRead(SmartStream)

Checks if the file can be read by this scheme.

Declaration
bool CanRead(SmartStream stream)
Parameters
Type Name Description
SmartStream stream

The stream for the file.

Returns
Type Description
System.Boolean

True if the file can be read.

Remarks

Implementations are expected to reset the stream to its initial position.

| Improve this Doc View Source

Read(SmartStream, String, String)

Declaration
FileBase Read(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
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾