Interface IReadable
Namespace: BnkExtractor.BnkExtr
Assembly: BnkExtractor.dll
Syntax
public interface IReadable
Methods
| Improve this Doc View SourceGetByteSize()
Declaration
int GetByteSize()
Returns
| Type | Description |
|---|---|
| System.Int32 |
Read(BinaryReader)
Declaration
void Read(BinaryReader reader)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IO.BinaryReader | reader |