Class BnkParser
Inheritance
System.Object
BnkParser
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: BnkExtractor.BnkExtr
Assembly: BnkExtractor.dll
Syntax
public static class BnkParser
Methods
| Improve this Doc View SourceCreateOutputDirectory(String)
Declaration
public static string CreateOutputDirectory(string bnk_filename)
Parameters
Type | Name | Description |
---|---|---|
System.String | bnk_filename |
Returns
Type | Description |
---|---|
System.String |
ReadContent<T>(BinaryReader, ref T)
Declaration
public static bool ReadContent<T>(BinaryReader file, ref T structure)
where T : IReadable
Parameters
Type | Name | Description |
---|---|---|
System.IO.BinaryReader | file | |
T | structure |
Returns
Type | Description |
---|---|
System.Boolean |
Type Parameters
Name | Description |
---|---|
T |
Swap32(UInt32)
Declaration
public static uint Swap32(uint dword)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | dword |
Returns
Type | Description |
---|---|
System.UInt32 |