Class StreamingInfoExtensions
Inheritance
System.Object
StreamingInfoExtensions
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()
Assembly: AssetRipper.SourceGenerated.Extensions.dll
Syntax
public static class StreamingInfoExtensions
Methods
|
Improve this Doc
View Source
CheckIntegrity(IStreamingInfo, AssetCollection)
Declaration
public static bool CheckIntegrity(this IStreamingInfo streamingInfo, AssetCollection file)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Subclasses.StreamingInfo.IStreamingInfo |
streamingInfo |
|
AssetCollection |
file |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ClearValues(IStreamingInfo)
Declaration
public static void ClearValues(this IStreamingInfo streamingInfo)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Subclasses.StreamingInfo.IStreamingInfo |
streamingInfo |
|
|
Improve this Doc
View Source
CopyValues(IStreamingInfo, IStreamingInfo)
Declaration
public static void CopyValues(this IStreamingInfo destination, IStreamingInfo source)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Subclasses.StreamingInfo.IStreamingInfo |
destination |
|
AssetRipper.SourceGenerated.Subclasses.StreamingInfo.IStreamingInfo |
source |
|
|
Improve this Doc
View Source
GetContent(IStreamingInfo, AssetCollection)
Declaration
public static byte[] GetContent(this IStreamingInfo streamingInfo, AssetCollection file)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Subclasses.StreamingInfo.IStreamingInfo |
streamingInfo |
|
AssetCollection |
file |
|
Returns
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
GetOffset(IStreamingInfo)
Declaration
public static ulong GetOffset(this IStreamingInfo streamingInfo)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Subclasses.StreamingInfo.IStreamingInfo |
streamingInfo |
|
Returns
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
GetValues(IStreamingInfo, out Utf8String, out UInt64, out UInt32)
Declaration
public static void GetValues(this IStreamingInfo streamingInfo, out Utf8String path, out ulong offset, out uint size)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Subclasses.StreamingInfo.IStreamingInfo |
streamingInfo |
|
Utf8String |
path |
|
System.UInt64 |
offset |
|
System.UInt32 |
size |
|
|
Improve this Doc
View Source
IsSet(IStreamingInfo)
Declaration
public static bool IsSet(this IStreamingInfo streamingInfo)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Subclasses.StreamingInfo.IStreamingInfo |
streamingInfo |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SetOffset(IStreamingInfo, UInt64)
Declaration
public static void SetOffset(this IStreamingInfo streamingInfo, ulong value)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Subclasses.StreamingInfo.IStreamingInfo |
streamingInfo |
|
System.UInt64 |
value |
|
|
Improve this Doc
View Source
SetValues(IStreamingInfo, Utf8String, UInt64, UInt32)
Declaration
public static void SetValues(this IStreamingInfo streamingInfo, Utf8String path, ulong offset, uint size)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Subclasses.StreamingInfo.IStreamingInfo |
streamingInfo |
|
Utf8String |
path |
|
System.UInt64 |
offset |
|
System.UInt32 |
size |
|