oh dear
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace Pathfinding.Ionic.Zip
|
||||
{
|
||||
// Token: 0x02000022 RID: 34
|
||||
[Token(Token = "0x2000022")]
|
||||
internal static class ZipOutput
|
||||
{
|
||||
// Token: 0x0600014C RID: 332 RVA: 0x00002958 File Offset: 0x00000B58
|
||||
[Token(Token = "0x600014C")]
|
||||
[Address(RVA = "0x60E230", Offset = "0x60D030", VA = "0x18060E230")]
|
||||
public static bool WriteCentralDirectoryStructure(Stream s, ICollection<ZipEntry> entries, uint numSegments, Zip64Option zip64, string comment, ZipContainer container)
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
|
||||
// Token: 0x0600014D RID: 333 RVA: 0x0000206A File Offset: 0x0000026A
|
||||
[Token(Token = "0x600014D")]
|
||||
[Address(RVA = "0x60E0F0", Offset = "0x60CEF0", VA = "0x18060E0F0")]
|
||||
private static Encoding GetEncoding(ZipContainer container, string t)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x0600014E RID: 334 RVA: 0x0000206A File Offset: 0x0000026A
|
||||
[Token(Token = "0x600014E")]
|
||||
[Address(RVA = "0x60D770", Offset = "0x60C570", VA = "0x18060D770")]
|
||||
private static byte[] GenCentralDirectoryFooter(long StartOfCentralDirectory, long EndOfCentralDirectory, Zip64Option zip64, int entryCount, string comment, ZipContainer container)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x0600014F RID: 335 RVA: 0x0000206A File Offset: 0x0000026A
|
||||
[Token(Token = "0x600014F")]
|
||||
[Address(RVA = "0x60DDA0", Offset = "0x60CBA0", VA = "0x18060DDA0")]
|
||||
private static byte[] GenZip64EndOfCentralDirectory(long StartOfCentralDirectory, long EndOfCentralDirectory, int entryCount, uint numSegments)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x06000150 RID: 336 RVA: 0x00002970 File Offset: 0x00000B70
|
||||
[Token(Token = "0x6000150")]
|
||||
[Address(RVA = "0x60D600", Offset = "0x60C400", VA = "0x18060D600")]
|
||||
private static int CountEntries(ICollection<ZipEntry> _entries)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user