[IArchive] Define GetInformation.

This commit is contained in:
2023-10-06 14:05:54 +01:00
parent 8eb784d4e7
commit 93df06eacf
2 changed files with 2 additions and 1 deletions

View File

@@ -77,6 +77,7 @@ public partial class Symbian
uint comp_name_ptr;
byte[] ComponentName_b;
string ComponentName = "";
public void GetInformation(IFilter filter, Encoding encoding, out string information)
SymbianHeader sh = new SymbianHeader();
BinaryReader br = new BinaryReader(fileStream);