Class Scheme<T>
Inheritance
System.Object
Scheme<T>
Implements
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 abstract class Scheme<T> : IScheme where T : FileBase, new()
Type Parameters
Name | Description |
---|---|
T |
Methods
| Improve this Doc View SourceCanRead(SmartStream)
Declaration
public abstract bool CanRead(SmartStream stream)
Parameters
Type | Name | Description |
---|---|---|
SmartStream | stream |
Returns
Type | Description |
---|---|
System.Boolean |
Read(SmartStream, String, String)
Declaration
public T Read(SmartStream stream, string filePath, string fileName)
Parameters
Type | Name | Description |
---|---|---|
SmartStream | stream | |
System.String | filePath | |
System.String | fileName |
Returns
Type | Description |
---|---|
T |
Explicit Interface Implementations
| Improve this Doc View SourceIScheme.Read(SmartStream, String, String)
Declaration
FileBase IScheme.Read(SmartStream stream, string filePath, string fileName)
Parameters
Type | Name | Description |
---|---|---|
SmartStream | stream | |
System.String | filePath | |
System.String | fileName |
Returns
Type | Description |
---|---|
FileBase |