#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; // ICSharpCode.SharpZipLib.Checksums.Adler32 struct Adler32_t2099134918; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // System.String struct String_t; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997; // ICSharpCode.SharpZipLib.Checksums.Crc32 struct Crc32_t4094429278; // ICSharpCode.SharpZipLib.Core.CompletedFileHandler struct CompletedFileHandler_t2674014880; // ICSharpCode.SharpZipLib.Core.ScanEventArgs struct ScanEventArgs_t818138135; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // ICSharpCode.SharpZipLib.Core.DirectoryEventArgs struct DirectoryEventArgs_t3041330506; // ICSharpCode.SharpZipLib.Core.DirectoryFailureHandler struct DirectoryFailureHandler_t4214878643; // ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs struct ScanFailureEventArgs_t2622990035; // ICSharpCode.SharpZipLib.Core.FileFailureHandler struct FileFailureHandler_t1120837788; // ICSharpCode.SharpZipLib.Core.FileSystemScanner struct FileSystemScanner_t3838119381; // ICSharpCode.SharpZipLib.Core.PathFilter struct PathFilter_t3464276275; // System.Exception struct Exception_t; // ICSharpCode.SharpZipLib.Core.ProcessFileHandler struct ProcessFileHandler_t2351317767; // ICSharpCode.SharpZipLib.Core.ProcessDirectoryHandler struct ProcessDirectoryHandler_t654447416; // System.String[] struct StringU5BU5D_t1281789340; // ICSharpCode.SharpZipLib.Core.NameFilter struct NameFilter_t3473123208; // System.Collections.ArrayList struct ArrayList_t2718874744; // System.Text.StringBuilder struct StringBuilder_t; // System.ArgumentException struct ArgumentException_t132251570; // System.Char[] struct CharU5BU5D_t3528271667; // System.Type struct Type_t; // System.Text.RegularExpressions.Regex struct Regex_t3657309853; // ICSharpCode.SharpZipLib.Core.ProgressEventArgs struct ProgressEventArgs_t2225467666; // System.EventArgs struct EventArgs_t3591816995; // ICSharpCode.SharpZipLib.Core.ProgressHandler struct ProgressHandler_t1501555482; // System.IO.Stream struct Stream_t1273022909; // System.IO.EndOfStreamException struct EndOfStreamException_t2015613008; // ICSharpCode.SharpZipLib.Encryption.PkzipClassic struct PkzipClassic_t3871723075; // System.Security.Cryptography.SymmetricAlgorithm struct SymmetricAlgorithm_t4254223087; // ICSharpCode.SharpZipLib.Encryption.PkzipClassicCryptoBase struct PkzipClassicCryptoBase_t1848349533; // System.InvalidOperationException struct InvalidOperationException_t56020091; // ICSharpCode.SharpZipLib.Encryption.PkzipClassicDecryptCryptoTransform struct PkzipClassicDecryptCryptoTransform_t3442094171; // ICSharpCode.SharpZipLib.Encryption.PkzipClassicEncryptCryptoTransform struct PkzipClassicEncryptCryptoTransform_t2462363826; // ICSharpCode.SharpZipLib.Encryption.PkzipClassicManaged struct PkzipClassicManaged_t3913554169; // System.Security.Cryptography.CryptographicException struct CryptographicException_t248831461; // System.Security.Cryptography.KeySizes[] struct KeySizesU5BU5D_t722666473; // System.Security.Cryptography.KeySizes struct KeySizes_t85027896; // System.Random struct Random_t108471755; // System.Security.Cryptography.ICryptoTransform struct ICryptoTransform_t2733259762; // ICSharpCode.SharpZipLib.Encryption.ZipAESStream struct ZipAESStream_t2668453910; // ICSharpCode.SharpZipLib.Encryption.ZipAESTransform struct ZipAESTransform_t2332021196; // System.Security.Cryptography.CryptoStream struct CryptoStream_t2702504504; // System.NotImplementedException struct NotImplementedException_t3489357830; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Security.Cryptography.Rfc2898DeriveBytes struct Rfc2898DeriveBytes_t546674159; // System.Security.Cryptography.RijndaelManaged struct RijndaelManaged_t3586970409; // System.Security.Cryptography.HMACSHA1 struct HMACSHA1_t1952596188; // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t1432317219; // ICSharpCode.SharpZipLib.SharpZipBaseException struct SharpZipBaseException_t425598722; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.ApplicationException struct ApplicationException_t2339761290; // ICSharpCode.SharpZipLib.Zip.Compression.Deflater struct Deflater_t668001208; // ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending struct DeflaterPending_t48501436; // ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine struct DeflaterEngine_t3149066675; // ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer struct PendingBuffer_t2576795670; // ICSharpCode.SharpZipLib.Zip.Compression.DeflaterConstants struct DeflaterConstants_t2939957086; // ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman struct DeflaterHuffman_t1589715067; // ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree struct Tree_t2492525012; // System.Int16[] struct Int16U5BU5D_t3686840178; // System.Int32[] struct Int32U5BU5D_t385246372; // ICSharpCode.SharpZipLib.Zip.Compression.Inflater struct Inflater_t642114133; // ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator struct StreamManipulator_t4201143916; // ICSharpCode.SharpZipLib.Zip.Compression.Streams.OutputWindow struct OutputWindow_t874853933; // ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree struct InflaterHuffmanTree_t1978394600; // ICSharpCode.SharpZipLib.Zip.Compression.InflaterDynHeader struct InflaterDynHeader_t616422011; // ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream struct DeflaterOutputStream_t939764091; // ICSharpCode.SharpZipLib.Zip.ZipEntry struct ZipEntry_t658048195; // System.Security.Cryptography.RNGCryptoServiceProvider struct RNGCryptoServiceProvider_t3397414743; // System.NotSupportedException struct NotSupportedException_t1314879016; // ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer struct InflaterInputBuffer_t2764071213; // ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream struct InflaterInputStream_t1176653752; // ICSharpCode.SharpZipLib.Zip.ZipException struct ZipException_t3735454771; // ICSharpCode.SharpZipLib.Zip.FastZip struct FastZip_t1787039230; // ICSharpCode.SharpZipLib.Zip.FastZipEvents struct FastZipEvents_t2506806086; // ICSharpCode.SharpZipLib.Zip.ZipEntryFactory struct ZipEntryFactory_t2384201453; // ICSharpCode.SharpZipLib.Core.INameTransform struct INameTransform_t794478090; // System.IO.FileStream struct FileStream_t4292183065; // ICSharpCode.SharpZipLib.Zip.ZipNameTransform struct ZipNameTransform_t466430031; // ICSharpCode.SharpZipLib.Zip.ZipOutputStream struct ZipOutputStream_t3000418837; // System.Delegate struct Delegate_t1188392813; // ICSharpCode.SharpZipLib.Zip.KeysRequiredEventArgs struct KeysRequiredEventArgs_t58718538; // System.Text.Encoding struct Encoding_t1523322056; // System.Threading.Thread struct Thread_t2300836069; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // ICSharpCode.SharpZipLib.Zip.ZipExtraData struct ZipExtraData_t3545003289; // System.IO.FileInfo struct FileInfo_t1169991790; // System.IO.FileSystemInfo struct FileSystemInfo_t3745885336; // System.IO.DirectoryInfo struct DirectoryInfo_t35957480; // System.IO.MemoryStream struct MemoryStream_t94973147; // ICSharpCode.SharpZipLib.Zip.ZipFile struct ZipFile_t1258023761; // ICSharpCode.SharpZipLib.Zip.ZipFile/KeysRequiredEventHandler struct KeysRequiredEventHandler_t4251835903; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // System.ObjectDisposedException struct ObjectDisposedException_t21392786; // ICSharpCode.SharpZipLib.Zip.ZipFile/ZipEntryEnumerator struct ZipEntryEnumerator_t320967600; // ICSharpCode.SharpZipLib.Zip.ZipEntry[] struct ZipEntryU5BU5D_t2637723858; // ICSharpCode.SharpZipLib.Zip.ZipFile/PartialInputStream struct PartialInputStream_t2202686741; // ICSharpCode.SharpZipLib.Zip.ZipHelperStream struct ZipHelperStream_t633245716; // System.IO.IOException struct IOException_t4088381929; // System.IO.PathTooLongException struct PathTooLongException_t2919094560; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2171992254; // System.UInt32[] struct UInt32U5BU5D_t2770800703; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t2405853701; // System.Globalization.TextInfo struct TextInfo_t3810425522; // System.Globalization.CompareInfo struct CompareInfo_t1092934962; // System.Globalization.Calendar[] struct CalendarU5BU5D_t3985046076; // System.Globalization.Calendar struct Calendar_t1661121569; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Int32 struct Int32_t2950945753; // System.Void struct Void_t1185182177; // System.Collections.Hashtable/Slot[] struct SlotU5BU5D_t2994659099; // System.Collections.Hashtable/HashKeys struct HashKeys_t1568156503; // System.Collections.Hashtable/HashValues struct HashValues_t618387445; // System.Collections.IHashCodeProvider struct IHashCodeProvider_t267601189; // System.Collections.IComparer struct IComparer_t1540313114; // System.Collections.IEqualityComparer struct IEqualityComparer_t1493878338; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // System.Text.DecoderFallback struct DecoderFallback_t3123823036; // System.Text.EncoderFallback struct EncoderFallback_t1188251036; // System.Reflection.Assembly struct Assembly_t; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // ICSharpCode.SharpZipLib.Core.IScanFilter struct IScanFilter_t951592190; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Reflection.MethodInfo struct MethodInfo_t; // System.DelegateData struct DelegateData_t1677132599; // Mono.Security.Cryptography.BlockProcessor struct BlockProcessor_t1851031225; // System.Text.RegularExpressions.FactoryCache struct FactoryCache_t2327118887; // System.Text.RegularExpressions.IMachineFactory struct IMachineFactory_t1209798546; // ICSharpCode.SharpZipLib.Zip.IArchiveStorage struct IArchiveStorage_t3427723357; // ICSharpCode.SharpZipLib.Zip.IDynamicDataSource struct IDynamicDataSource_t4277066228; // ICSharpCode.SharpZipLib.Zip.IEntryFactory struct IEntryFactory_t3514039787; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.Threading.ExecutionContext struct ExecutionContext_t1748372627; // System.MulticastDelegate struct MulticastDelegate_t; // System.Security.Principal.IPrincipal struct IPrincipal_t2343618843; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern RuntimeClass* ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var; extern const RuntimeMethod* Adler32_Update_m442522116_RuntimeMethod_var; extern String_t* _stringLiteral3939495523; extern String_t* _stringLiteral1082126080; extern String_t* _stringLiteral2164899684; extern String_t* _stringLiteral2002595880; extern String_t* _stringLiteral2697297278; extern String_t* _stringLiteral3095072417; extern const uint32_t Adler32_Update_m442522116_MetadataUsageId; extern RuntimeClass* Crc32_t4094429278_il2cpp_TypeInfo_var; extern const uint32_t Crc32_ComputeCrc32_m3219477660_MetadataUsageId; extern const RuntimeMethod* Crc32_Update_m4042769000_RuntimeMethod_var; extern String_t* _stringLiteral1870120717; extern const uint32_t Crc32_Update_m4042769000_MetadataUsageId; extern RuntimeClass* UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078____U24U24method0x60004dfU2D1_0_FieldInfo_var; extern const uint32_t Crc32__cctor_m3484300728_MetadataUsageId; extern RuntimeClass* PathFilter_t3464276275_il2cpp_TypeInfo_var; extern const uint32_t FileSystemScanner__ctor_m1457415513_MetadataUsageId; extern RuntimeClass* ScanFailureEventArgs_t2622990035_il2cpp_TypeInfo_var; extern const uint32_t FileSystemScanner_OnDirectoryFailure_m1294618169_MetadataUsageId; extern const uint32_t FileSystemScanner_OnFileFailure_m2928647750_MetadataUsageId; extern RuntimeClass* ScanEventArgs_t818138135_il2cpp_TypeInfo_var; extern const uint32_t FileSystemScanner_OnProcessFile_m4052125406_MetadataUsageId; extern RuntimeClass* DirectoryEventArgs_t3041330506_il2cpp_TypeInfo_var; extern const uint32_t FileSystemScanner_OnProcessDirectory_m1243153955_MetadataUsageId; extern RuntimeClass* IScanFilter_t951592190_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern const uint32_t FileSystemScanner_ScanDir_m207057148_MetadataUsageId; extern RuntimeClass* ArrayList_t2718874744_il2cpp_TypeInfo_var; extern const uint32_t NameFilter__ctor_m1442638191_MetadataUsageId; extern const RuntimeType* String_t_0_0_0_var; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern const RuntimeMethod* NameFilter_SplitQuoted_m1108084752_RuntimeMethod_var; extern const RuntimeMethod* Array_IndexOf_TisChar_t3634460470_m3183276761_RuntimeMethod_var; extern String_t* _stringLiteral2328271630; extern String_t* _stringLiteral693037872; extern const uint32_t NameFilter_SplitQuoted_m1108084752_MetadataUsageId; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* Regex_t3657309853_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern const uint32_t NameFilter_IsIncluded_m2050923192_MetadataUsageId; extern const uint32_t NameFilter_IsExcluded_m2648376990_MetadataUsageId; extern const uint32_t NameFilter_Compile_m2288961235_MetadataUsageId; extern RuntimeClass* NameFilter_t3473123208_il2cpp_TypeInfo_var; extern const uint32_t PathFilter__ctor_m550747179_MetadataUsageId; extern RuntimeClass* Path_t1605229823_il2cpp_TypeInfo_var; extern String_t* _stringLiteral757602046; extern const uint32_t PathFilter_IsMatch_m1901815309_MetadataUsageId; extern RuntimeClass* EventArgs_t3591816995_il2cpp_TypeInfo_var; extern const uint32_t ProgressEventArgs__ctor_m2115774562_MetadataUsageId; extern const uint32_t ScanEventArgs__ctor_m1487966403_MetadataUsageId; extern const uint32_t ScanFailureEventArgs__ctor_m1384429163_MetadataUsageId; extern RuntimeClass* EndOfStreamException_t2015613008_il2cpp_TypeInfo_var; extern const RuntimeMethod* StreamUtils_ReadFully_m2266781614_RuntimeMethod_var; extern String_t* _stringLiteral3236680756; extern const uint32_t StreamUtils_ReadFully_m2266781614_MetadataUsageId; extern const RuntimeMethod* StreamUtils_Copy_m433623798_RuntimeMethod_var; extern String_t* _stringLiteral4294193667; extern String_t* _stringLiteral2783568775; extern String_t* _stringLiteral1405240780; extern const uint32_t StreamUtils_Copy_m433623798_MetadataUsageId; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern RuntimeClass* ProgressEventArgs_t2225467666_il2cpp_TypeInfo_var; extern RuntimeClass* TimeSpan_t881159249_il2cpp_TypeInfo_var; extern const RuntimeMethod* StreamUtils_Copy_m2323930169_RuntimeMethod_var; extern String_t* _stringLiteral715307468; extern const uint32_t StreamUtils_Copy_m2323930169_MetadataUsageId; extern const uint32_t WindowsPathUtils_DropPathRoot_m1231663244_MetadataUsageId; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern const RuntimeMethod* PkzipClassic_GenerateKeys_m185072513_RuntimeMethod_var; extern RuntimeField* U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078____U24U24method0x6000430U2D1_15_FieldInfo_var; extern String_t* _stringLiteral2757345630; extern String_t* _stringLiteral4179328760; extern const uint32_t PkzipClassic_GenerateKeys_m185072513_MetadataUsageId; extern RuntimeClass* InvalidOperationException_t56020091_il2cpp_TypeInfo_var; extern const RuntimeMethod* PkzipClassicCryptoBase_SetKeys_m280244338_RuntimeMethod_var; extern String_t* _stringLiteral3576982476; extern String_t* _stringLiteral4182060888; extern const uint32_t PkzipClassicCryptoBase_SetKeys_m280244338_MetadataUsageId; extern const uint32_t PkzipClassicCryptoBase_UpdateKeys_m923064106_MetadataUsageId; extern const uint32_t PkzipClassicDecryptCryptoTransform_TransformFinalBlock_m1214979423_MetadataUsageId; extern const uint32_t PkzipClassicEncryptCryptoTransform_TransformFinalBlock_m596712451_MetadataUsageId; extern RuntimeClass* CryptographicException_t248831461_il2cpp_TypeInfo_var; extern const RuntimeMethod* PkzipClassicManaged_set_BlockSize_m3377030972_RuntimeMethod_var; extern String_t* _stringLiteral3310839793; extern const uint32_t PkzipClassicManaged_set_BlockSize_m3377030972_MetadataUsageId; extern RuntimeClass* KeySizesU5BU5D_t722666473_il2cpp_TypeInfo_var; extern RuntimeClass* KeySizes_t85027896_il2cpp_TypeInfo_var; extern const uint32_t PkzipClassicManaged_get_LegalKeySizes_m3526465591_MetadataUsageId; extern const uint32_t PkzipClassicManaged_get_Key_m3431056199_MetadataUsageId; extern const RuntimeMethod* PkzipClassicManaged_set_Key_m186960141_RuntimeMethod_var; extern String_t* _stringLiteral3493618073; extern String_t* _stringLiteral2163723497; extern const uint32_t PkzipClassicManaged_set_Key_m186960141_MetadataUsageId; extern RuntimeClass* Random_t108471755_il2cpp_TypeInfo_var; extern const uint32_t PkzipClassicManaged_GenerateKey_m990453189_MetadataUsageId; extern RuntimeClass* PkzipClassicEncryptCryptoTransform_t2462363826_il2cpp_TypeInfo_var; extern const uint32_t PkzipClassicManaged_CreateEncryptor_m3448267464_MetadataUsageId; extern RuntimeClass* PkzipClassicDecryptCryptoTransform_t3442094171_il2cpp_TypeInfo_var; extern const uint32_t PkzipClassicManaged_CreateDecryptor_m2699337248_MetadataUsageId; extern const RuntimeMethod* ZipAESStream__ctor_m2173930800_RuntimeMethod_var; extern String_t* _stringLiteral1404735515; extern const uint32_t ZipAESStream__ctor_m2173930800_MetadataUsageId; extern const RuntimeMethod* ZipAESStream_Read_m3797250735_RuntimeMethod_var; extern String_t* _stringLiteral2569251231; extern String_t* _stringLiteral3736357001; extern const uint32_t ZipAESStream_Read_m3797250735_MetadataUsageId; extern RuntimeClass* NotImplementedException_t3489357830_il2cpp_TypeInfo_var; extern const RuntimeMethod* ZipAESStream_Write_m29407019_RuntimeMethod_var; extern const uint32_t ZipAESStream_Write_m29407019_MetadataUsageId; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern RuntimeClass* Rfc2898DeriveBytes_t546674159_il2cpp_TypeInfo_var; extern RuntimeClass* RijndaelManaged_t3586970409_il2cpp_TypeInfo_var; extern RuntimeClass* HMACSHA1_t1952596188_il2cpp_TypeInfo_var; extern const RuntimeMethod* ZipAESTransform__ctor_m1048999669_RuntimeMethod_var; extern String_t* _stringLiteral2741261171; extern String_t* _stringLiteral472325067; extern String_t* _stringLiteral1728844250; extern String_t* _stringLiteral56835627; extern const uint32_t ZipAESTransform__ctor_m1048999669_MetadataUsageId; extern RuntimeClass* ICryptoTransform_t2733259762_il2cpp_TypeInfo_var; extern const uint32_t ZipAESTransform_TransformBlock_m4045562308_MetadataUsageId; extern const uint32_t ZipAESTransform_GetAuthCode_m660379928_MetadataUsageId; extern const RuntimeMethod* ZipAESTransform_TransformFinalBlock_m419926374_RuntimeMethod_var; extern String_t* _stringLiteral1798472722; extern const uint32_t ZipAESTransform_TransformFinalBlock_m419926374_MetadataUsageId; extern const uint32_t ZipAESTransform_Dispose_m3539483711_MetadataUsageId; extern RuntimeClass* DeflaterPending_t48501436_il2cpp_TypeInfo_var; extern RuntimeClass* DeflaterEngine_t3149066675_il2cpp_TypeInfo_var; extern const RuntimeMethod* Deflater__ctor_m1087963896_RuntimeMethod_var; extern String_t* _stringLiteral1232840130; extern const uint32_t Deflater__ctor_m1087963896_MetadataUsageId; extern const RuntimeMethod* Deflater_SetInput_m4154944449_RuntimeMethod_var; extern String_t* _stringLiteral1295027650; extern const uint32_t Deflater_SetInput_m4154944449_MetadataUsageId; extern const RuntimeMethod* Deflater_SetLevel_m618561834_RuntimeMethod_var; extern const uint32_t Deflater_SetLevel_m618561834_MetadataUsageId; extern const RuntimeMethod* Deflater_Deflate_m239238058_RuntimeMethod_var; extern String_t* _stringLiteral1865121276; extern const uint32_t Deflater_Deflate_m239238058_MetadataUsageId; extern RuntimeClass* DeflaterConstants_t2939957086_il2cpp_TypeInfo_var; extern RuntimeClass* Int32U5BU5D_t385246372_il2cpp_TypeInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078____U24U24method0x60004e5U2D1_6_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078____U24U24method0x60004e5U2D2_7_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078____U24U24method0x60004e5U2D3_8_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078____U24U24method0x60004e5U2D4_9_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078____U24U24method0x60004e5U2D5_10_FieldInfo_var; extern const uint32_t DeflaterConstants__cctor_m230554167_MetadataUsageId; extern RuntimeClass* DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var; extern RuntimeClass* Adler32_t2099134918_il2cpp_TypeInfo_var; extern RuntimeClass* Int16U5BU5D_t3686840178_il2cpp_TypeInfo_var; extern const uint32_t DeflaterEngine__ctor_m2611501752_MetadataUsageId; extern const RuntimeMethod* DeflaterEngine_Deflate_m2178602780_RuntimeMethod_var; extern String_t* _stringLiteral1330373645; extern const uint32_t DeflaterEngine_Deflate_m2178602780_MetadataUsageId; extern const RuntimeMethod* DeflaterEngine_SetInput_m4241306382_RuntimeMethod_var; extern String_t* _stringLiteral1975349956; extern const uint32_t DeflaterEngine_SetInput_m4241306382_MetadataUsageId; extern const RuntimeMethod* DeflaterEngine_SetLevel_m1816914546_RuntimeMethod_var; extern const uint32_t DeflaterEngine_SetLevel_m1816914546_MetadataUsageId; extern const uint32_t DeflaterEngine_DeflateStored_m794437503_MetadataUsageId; extern RuntimeField* U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078____U24U24method0x6000325U2D1_4_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078____U24U24method0x6000325U2D2_5_FieldInfo_var; extern const uint32_t DeflaterHuffman__cctor_m2519705487_MetadataUsageId; extern RuntimeClass* Tree_t2492525012_il2cpp_TypeInfo_var; extern const uint32_t DeflaterHuffman__ctor_m3637791435_MetadataUsageId; extern const uint32_t DeflaterHuffman_SendAllTrees_m96010679_MetadataUsageId; extern const uint32_t DeflaterHuffman_CompressBlock_m3240130406_MetadataUsageId; extern const uint32_t DeflaterHuffman_FlushBlock_m536049297_MetadataUsageId; extern const uint32_t DeflaterHuffman_TallyDist_m1225668619_MetadataUsageId; extern const uint32_t DeflaterHuffman_BitReverse_m326924032_MetadataUsageId; extern const uint32_t Tree__ctor_m1251530229_MetadataUsageId; extern const uint32_t Tree_BuildCodes_m2122200569_MetadataUsageId; extern RuntimeClass* SharpZipBaseException_t425598722_il2cpp_TypeInfo_var; extern const RuntimeMethod* Tree_BuildTree_m1723086957_RuntimeMethod_var; extern String_t* _stringLiteral1854996724; extern const uint32_t Tree_BuildTree_m1723086957_MetadataUsageId; extern const uint32_t Tree_BuildLength_m668667380_MetadataUsageId; extern RuntimeClass* StreamManipulator_t4201143916_il2cpp_TypeInfo_var; extern RuntimeClass* OutputWindow_t874853933_il2cpp_TypeInfo_var; extern const uint32_t Inflater__ctor_m4226561825_MetadataUsageId; extern const RuntimeMethod* Inflater_DecodeHeader_m1731661553_RuntimeMethod_var; extern String_t* _stringLiteral975224270; extern String_t* _stringLiteral578560981; extern const uint32_t Inflater_DecodeHeader_m1731661553_MetadataUsageId; extern RuntimeClass* Inflater_t642114133_il2cpp_TypeInfo_var; extern const RuntimeMethod* Inflater_DecodeHuffman_m786986393_RuntimeMethod_var; extern String_t* _stringLiteral534749042; extern String_t* _stringLiteral1321349026; extern String_t* _stringLiteral1441581387; extern const uint32_t Inflater_DecodeHuffman_m786986393_MetadataUsageId; extern const RuntimeMethod* Inflater_DecodeChksum_m2430535272_RuntimeMethod_var; extern String_t* _stringLiteral3759275625; extern String_t* _stringLiteral1509375777; extern const uint32_t Inflater_DecodeChksum_m2430535272_MetadataUsageId; extern RuntimeClass* InflaterHuffmanTree_t1978394600_il2cpp_TypeInfo_var; extern RuntimeClass* InflaterDynHeader_t616422011_il2cpp_TypeInfo_var; extern const RuntimeMethod* Inflater_Decode_m2065242669_RuntimeMethod_var; extern String_t* _stringLiteral2500085556; extern String_t* _stringLiteral1564903370; extern String_t* _stringLiteral2429733519; extern const uint32_t Inflater_Decode_m2065242669_MetadataUsageId; extern const RuntimeMethod* Inflater_Inflate_m323314314_RuntimeMethod_var; extern String_t* _stringLiteral2462822111; extern String_t* _stringLiteral3304219981; extern String_t* _stringLiteral3207416090; extern const uint32_t Inflater_Inflate_m323314314_MetadataUsageId; extern RuntimeField* U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078____U24U24method0x60004e6U2D1_11_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078____U24U24method0x60004e6U2D2_12_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078____U24U24method0x60004e6U2D3_13_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078____U24U24method0x60004e6U2D4_14_FieldInfo_var; extern const uint32_t Inflater__cctor_m659380040_MetadataUsageId; extern const RuntimeMethod* InflaterDynHeader_Decode_m871481747_RuntimeMethod_var; extern const uint32_t InflaterDynHeader_Decode_m871481747_MetadataUsageId; extern const uint32_t InflaterDynHeader_BuildLitLenTree_m3622878012_MetadataUsageId; extern const uint32_t InflaterDynHeader_BuildDistTree_m3774348405_MetadataUsageId; extern RuntimeField* U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078____U24U24method0x60004e4U2D1_1_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078____U24U24method0x60004e4U2D2_2_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078____U24U24method0x60004e4U2D3_3_FieldInfo_var; extern const uint32_t InflaterDynHeader__cctor_m4247917366_MetadataUsageId; extern const RuntimeMethod* InflaterHuffmanTree__cctor_m317061908_RuntimeMethod_var; extern String_t* _stringLiteral1037609634; extern const uint32_t InflaterHuffmanTree__cctor_m317061908_MetadataUsageId; extern const uint32_t InflaterHuffmanTree_BuildTree_m3248113822_MetadataUsageId; extern const uint32_t PendingBuffer__ctor_m3011652348_MetadataUsageId; extern RuntimeClass* Stream_t1273022909_il2cpp_TypeInfo_var; extern const RuntimeMethod* DeflaterOutputStream__ctor_m2414365586_RuntimeMethod_var; extern String_t* _stringLiteral2353970341; extern String_t* _stringLiteral2702043374; extern String_t* _stringLiteral4148714418; extern String_t* _stringLiteral1172510602; extern const uint32_t DeflaterOutputStream__ctor_m2414365586_MetadataUsageId; extern RuntimeClass* ZipAESTransform_t2332021196_il2cpp_TypeInfo_var; extern const RuntimeMethod* DeflaterOutputStream_Finish_m1821647523_RuntimeMethod_var; extern String_t* _stringLiteral3772979017; extern const uint32_t DeflaterOutputStream_Finish_m1821647523_MetadataUsageId; extern const uint32_t DeflaterOutputStream_EncryptBlock_m1867193525_MetadataUsageId; extern RuntimeClass* PkzipClassicManaged_t3913554169_il2cpp_TypeInfo_var; extern RuntimeClass* ZipConstants_t3000827260_il2cpp_TypeInfo_var; extern const uint32_t DeflaterOutputStream_InitializePassword_m1335862541_MetadataUsageId; extern RuntimeClass* DeflaterOutputStream_t939764091_il2cpp_TypeInfo_var; extern RuntimeClass* RNGCryptoServiceProvider_t3397414743_il2cpp_TypeInfo_var; extern const uint32_t DeflaterOutputStream_InitializeAESPassword_m1927450009_MetadataUsageId; extern const RuntimeMethod* DeflaterOutputStream_Deflate_m1330874439_RuntimeMethod_var; extern String_t* _stringLiteral922351071; extern const uint32_t DeflaterOutputStream_Deflate_m1330874439_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* DeflaterOutputStream_set_Position_m4127489060_RuntimeMethod_var; extern String_t* _stringLiteral3391569866; extern const uint32_t DeflaterOutputStream_set_Position_m4127489060_MetadataUsageId; extern const RuntimeMethod* DeflaterOutputStream_Seek_m9303560_RuntimeMethod_var; extern String_t* _stringLiteral1007900934; extern const uint32_t DeflaterOutputStream_Seek_m9303560_MetadataUsageId; extern const RuntimeMethod* DeflaterOutputStream_SetLength_m2150702433_RuntimeMethod_var; extern String_t* _stringLiteral4033269427; extern const uint32_t DeflaterOutputStream_SetLength_m2150702433_MetadataUsageId; extern const RuntimeMethod* DeflaterOutputStream_ReadByte_m1149747297_RuntimeMethod_var; extern String_t* _stringLiteral1649533807; extern const uint32_t DeflaterOutputStream_ReadByte_m1149747297_MetadataUsageId; extern const RuntimeMethod* DeflaterOutputStream_Read_m655726689_RuntimeMethod_var; extern String_t* _stringLiteral879701154; extern const uint32_t DeflaterOutputStream_Read_m655726689_MetadataUsageId; extern const RuntimeMethod* DeflaterOutputStream_BeginRead_m1556003738_RuntimeMethod_var; extern String_t* _stringLiteral776306585; extern const uint32_t DeflaterOutputStream_BeginRead_m1556003738_MetadataUsageId; extern const RuntimeMethod* DeflaterOutputStream_BeginWrite_m4043242351_RuntimeMethod_var; extern String_t* _stringLiteral1618685998; extern const uint32_t DeflaterOutputStream_BeginWrite_m4043242351_MetadataUsageId; extern const uint32_t DeflaterOutputStream_Close_m209909204_MetadataUsageId; extern const uint32_t DeflaterOutputStream_GetAuthCodeIfAES_m3007246207_MetadataUsageId; extern const uint32_t DeflaterOutputStream_WriteByte_m1962303556_MetadataUsageId; extern const uint32_t InflaterInputBuffer__ctor_m882338964_MetadataUsageId; extern const uint32_t InflaterInputBuffer_Fill_m3619215250_MetadataUsageId; extern RuntimeClass* InflaterInputBuffer_t2764071213_il2cpp_TypeInfo_var; extern const RuntimeMethod* InflaterInputStream__ctor_m2206595103_RuntimeMethod_var; extern String_t* _stringLiteral3857888932; extern String_t* _stringLiteral4165950751; extern const uint32_t InflaterInputStream__ctor_m2206595103_MetadataUsageId; extern const RuntimeMethod* InflaterInputStream_Fill_m1708130574_RuntimeMethod_var; extern String_t* _stringLiteral4022417265; extern const uint32_t InflaterInputStream_Fill_m1708130574_MetadataUsageId; extern const RuntimeMethod* InflaterInputStream_set_Position_m922234032_RuntimeMethod_var; extern String_t* _stringLiteral17260500; extern const uint32_t InflaterInputStream_set_Position_m922234032_MetadataUsageId; extern const RuntimeMethod* InflaterInputStream_Seek_m653761528_RuntimeMethod_var; extern String_t* _stringLiteral3310639673; extern const uint32_t InflaterInputStream_Seek_m653761528_MetadataUsageId; extern const RuntimeMethod* InflaterInputStream_SetLength_m2863818653_RuntimeMethod_var; extern String_t* _stringLiteral388966277; extern const uint32_t InflaterInputStream_SetLength_m2863818653_MetadataUsageId; extern const RuntimeMethod* InflaterInputStream_Write_m1631196710_RuntimeMethod_var; extern String_t* _stringLiteral1541907475; extern const uint32_t InflaterInputStream_Write_m1631196710_MetadataUsageId; extern const RuntimeMethod* InflaterInputStream_WriteByte_m1857312881_RuntimeMethod_var; extern String_t* _stringLiteral2118994852; extern const uint32_t InflaterInputStream_WriteByte_m1857312881_MetadataUsageId; extern const RuntimeMethod* InflaterInputStream_BeginWrite_m1886059604_RuntimeMethod_var; extern String_t* _stringLiteral2820605104; extern const uint32_t InflaterInputStream_BeginWrite_m1886059604_MetadataUsageId; extern RuntimeClass* ZipException_t3735454771_il2cpp_TypeInfo_var; extern const RuntimeMethod* InflaterInputStream_Read_m2917290073_RuntimeMethod_var; extern String_t* _stringLiteral2529235608; extern String_t* _stringLiteral691094392; extern const uint32_t InflaterInputStream_Read_m2917290073_MetadataUsageId; extern const RuntimeMethod* OutputWindow_Write_m332371620_RuntimeMethod_var; extern String_t* _stringLiteral4166868291; extern const uint32_t OutputWindow_Write_m332371620_MetadataUsageId; extern const RuntimeMethod* OutputWindow_Repeat_m158028266_RuntimeMethod_var; extern const uint32_t OutputWindow_Repeat_m158028266_MetadataUsageId; extern const RuntimeMethod* OutputWindow_CopyOutput_m373926556_RuntimeMethod_var; extern const uint32_t OutputWindow_CopyOutput_m373926556_MetadataUsageId; extern const uint32_t OutputWindow__ctor_m1913224818_MetadataUsageId; extern const RuntimeMethod* StreamManipulator_CopyBytes_m402698830_RuntimeMethod_var; extern String_t* _stringLiteral1212500642; extern String_t* _stringLiteral1823966503; extern const uint32_t StreamManipulator_CopyBytes_m402698830_MetadataUsageId; extern const RuntimeMethod* StreamManipulator_SetInput_m3010619367_RuntimeMethod_var; extern String_t* _stringLiteral2066644356; extern const uint32_t StreamManipulator_SetInput_m3010619367_MetadataUsageId; extern RuntimeClass* ZipEntryFactory_t2384201453_il2cpp_TypeInfo_var; extern const uint32_t FastZip__ctor_m700419529_MetadataUsageId; extern RuntimeClass* IEntryFactory_t3514039787_il2cpp_TypeInfo_var; extern const uint32_t FastZip_set_NameTransform_m960847565_MetadataUsageId; extern RuntimeClass* ZipNameTransform_t466430031_il2cpp_TypeInfo_var; extern RuntimeClass* ZipOutputStream_t3000418837_il2cpp_TypeInfo_var; extern RuntimeClass* FileSystemScanner_t3838119381_il2cpp_TypeInfo_var; extern RuntimeClass* ProcessFileHandler_t2351317767_il2cpp_TypeInfo_var; extern RuntimeClass* ProcessDirectoryHandler_t654447416_il2cpp_TypeInfo_var; extern RuntimeClass* FileFailureHandler_t1120837788_il2cpp_TypeInfo_var; extern RuntimeClass* DirectoryFailureHandler_t4214878643_il2cpp_TypeInfo_var; extern const RuntimeMethod* FastZip_ProcessFile_m3587083123_RuntimeMethod_var; extern const RuntimeMethod* FastZip_ProcessDirectory_m399603444_RuntimeMethod_var; extern const uint32_t FastZip_CreateZip_m1626101846_MetadataUsageId; extern const uint32_t FastZip_ProcessDirectory_m399603444_MetadataUsageId; extern const uint32_t FastZip_ProcessFile_m3587083123_MetadataUsageId; extern const RuntimeMethod* FastZip_AddFileContents_m1663736002_RuntimeMethod_var; extern const uint32_t FastZip_AddFileContents_m1663736002_MetadataUsageId; extern const uint32_t FastZipEvents_OnFileFailure_m860076715_MetadataUsageId; extern const uint32_t FastZipEvents_OnCompletedFile_m2681482792_MetadataUsageId; extern const uint32_t FastZipEvents_OnProcessDirectory_m1718727664_MetadataUsageId; extern const uint32_t FastZipEvents__ctor_m159690195_MetadataUsageId; extern const uint32_t KeysRequiredEventArgs__ctor_m554988461_MetadataUsageId; extern const uint32_t ZipConstants_get_DefaultCodePage_m3180803576_MetadataUsageId; extern RuntimeClass* Encoding_t1523322056_il2cpp_TypeInfo_var; extern const uint32_t ZipConstants_ConvertToString_m468073786_MetadataUsageId; extern const uint32_t ZipConstants_ConvertToString_m2143323509_MetadataUsageId; extern const uint32_t ZipConstants_ConvertToStringExt_m2653330595_MetadataUsageId; extern const uint32_t ZipConstants_ConvertToStringExt_m3553020783_MetadataUsageId; extern const uint32_t ZipConstants_ConvertToArray_m3646116393_MetadataUsageId; extern const uint32_t ZipConstants_ConvertToArray_m1846057569_MetadataUsageId; extern RuntimeClass* Thread_t2300836069_il2cpp_TypeInfo_var; extern const uint32_t ZipConstants__cctor_m3775462628_MetadataUsageId; extern const RuntimeMethod* ZipEntry__ctor_m2423241429_RuntimeMethod_var; extern String_t* _stringLiteral62725243; extern String_t* _stringLiteral1735279700; extern String_t* _stringLiteral4284349875; extern const uint32_t ZipEntry__ctor_m2423241429_MetadataUsageId; extern const RuntimeMethod* ZipEntry_set_Crc_m2604579826_RuntimeMethod_var; extern const uint32_t ZipEntry_set_Crc_m2604579826_MetadataUsageId; extern const RuntimeMethod* ZipEntry_set_CompressionMethod_m1443243498_RuntimeMethod_var; extern String_t* _stringLiteral928895102; extern const uint32_t ZipEntry_set_CompressionMethod_m1443243498_MetadataUsageId; extern const RuntimeMethod* ZipEntry_set_ExtraData_m219422600_RuntimeMethod_var; extern const uint32_t ZipEntry_set_ExtraData_m219422600_MetadataUsageId; extern const RuntimeMethod* ZipEntry_get_AESKeySize_m4165772656_RuntimeMethod_var; extern String_t* _stringLiteral1409426063; extern const uint32_t ZipEntry_get_AESKeySize_m4165772656_MetadataUsageId; extern RuntimeClass* ZipExtraData_t3545003289_il2cpp_TypeInfo_var; extern const RuntimeMethod* ZipEntry_ProcessExtraData_m2421587542_RuntimeMethod_var; extern String_t* _stringLiteral1254200953; extern String_t* _stringLiteral3257368408; extern String_t* _stringLiteral888266262; extern const uint32_t ZipEntry_ProcessExtraData_m2421587542_MetadataUsageId; extern const RuntimeMethod* ZipEntry_ProcessAESExtraData_m2238732364_RuntimeMethod_var; extern String_t* _stringLiteral2586243914; extern String_t* _stringLiteral3496652213; extern String_t* _stringLiteral3836766488; extern const uint32_t ZipEntry_ProcessAESExtraData_m2238732364_MetadataUsageId; extern const RuntimeMethod* ZipEntry_set_Comment_m617564734_RuntimeMethod_var; extern String_t* _stringLiteral3611200809; extern const uint32_t ZipEntry_set_Comment_m617564734_MetadataUsageId; extern RuntimeClass* ZipEntry_t658048195_il2cpp_TypeInfo_var; extern const uint32_t ZipEntry_Clone_m1714868489_MetadataUsageId; extern const uint32_t ZipEntryFactory__ctor_m1476761994_MetadataUsageId; extern const uint32_t ZipEntryFactory_set_NameTransform_m405142436_MetadataUsageId; extern RuntimeClass* INameTransform_t794478090_il2cpp_TypeInfo_var; extern RuntimeClass* FileInfo_t1169991790_il2cpp_TypeInfo_var; extern const RuntimeMethod* ZipEntryFactory_MakeFileEntry_m3579670948_RuntimeMethod_var; extern String_t* _stringLiteral3335520955; extern const uint32_t ZipEntryFactory_MakeFileEntry_m3579670948_MetadataUsageId; extern RuntimeClass* DirectoryInfo_t35957480_il2cpp_TypeInfo_var; extern const RuntimeMethod* ZipEntryFactory_MakeDirectoryEntry_m3391239011_RuntimeMethod_var; extern String_t* _stringLiteral3039100716; extern const uint32_t ZipEntryFactory_MakeDirectoryEntry_m3391239011_MetadataUsageId; extern const uint32_t ZipExtraData__ctor_m806670012_MetadataUsageId; extern const RuntimeMethod* ZipExtraData_GetEntryData_m3346744850_RuntimeMethod_var; extern String_t* _stringLiteral3722626007; extern const uint32_t ZipExtraData_GetEntryData_m3346744850_MetadataUsageId; extern const RuntimeMethod* ZipExtraData_get_UnreadCount_m424776681_RuntimeMethod_var; extern String_t* _stringLiteral3501907297; extern const uint32_t ZipExtraData_get_UnreadCount_m424776681_MetadataUsageId; extern const RuntimeMethod* ZipExtraData_AddEntry_m1447410624_RuntimeMethod_var; extern String_t* _stringLiteral3478892969; extern String_t* _stringLiteral463631518; extern String_t* _stringLiteral348582159; extern const uint32_t ZipExtraData_AddEntry_m1447410624_MetadataUsageId; extern RuntimeClass* MemoryStream_t94973147_il2cpp_TypeInfo_var; extern const uint32_t ZipExtraData_StartNewEntry_m940288835_MetadataUsageId; extern const uint32_t ZipExtraData_Delete_m1786966142_MetadataUsageId; extern const RuntimeMethod* ZipExtraData_ReadCheck_m3277444843_RuntimeMethod_var; extern String_t* _stringLiteral553305331; extern String_t* _stringLiteral3137083796; extern const uint32_t ZipExtraData_ReadCheck_m3277444843_MetadataUsageId; extern const RuntimeMethod* ZipExtraData_ReadShortInternal_m1433505443_RuntimeMethod_var; extern const uint32_t ZipExtraData_ReadShortInternal_m1433505443_MetadataUsageId; extern RuntimeClass* KeysRequiredEventArgs_t58718538_il2cpp_TypeInfo_var; extern const uint32_t ZipFile_OnKeysRequired_m1110237521_MetadataUsageId; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern RuntimeClass* ZipEntryU5BU5D_t2637723858_il2cpp_TypeInfo_var; extern const RuntimeMethod* ZipFile__ctor_m4118571743_RuntimeMethod_var; extern String_t* _stringLiteral3948537828; extern const uint32_t ZipFile__ctor_m4118571743_MetadataUsageId; extern RuntimeClass* ObjectDisposedException_t21392786_il2cpp_TypeInfo_var; extern RuntimeClass* ZipEntryEnumerator_t320967600_il2cpp_TypeInfo_var; extern const RuntimeMethod* ZipFile_GetEnumerator_m2087878865_RuntimeMethod_var; extern String_t* _stringLiteral627739874; extern const uint32_t ZipFile_GetEnumerator_m2087878865_MetadataUsageId; extern RuntimeClass* CultureInfo_t4157843068_il2cpp_TypeInfo_var; extern const RuntimeMethod* ZipFile_FindEntry_m2264054840_RuntimeMethod_var; extern const uint32_t ZipFile_FindEntry_m2264054840_MetadataUsageId; extern const RuntimeMethod* ZipFile_GetInputStream_m2840176831_RuntimeMethod_var; extern String_t* _stringLiteral1569897152; extern String_t* _stringLiteral1903517370; extern const uint32_t ZipFile_GetInputStream_m2840176831_MetadataUsageId; extern RuntimeClass* PartialInputStream_t2202686741_il2cpp_TypeInfo_var; extern RuntimeClass* InflaterInputStream_t1176653752_il2cpp_TypeInfo_var; extern RuntimeClass* CompressionMethod_t3914296270_il2cpp_TypeInfo_var; extern const RuntimeMethod* ZipFile_GetInputStream_m1696397201_RuntimeMethod_var; extern String_t* _stringLiteral2796529214; extern String_t* _stringLiteral3554287872; extern const uint32_t ZipFile_GetInputStream_m1696397201_MetadataUsageId; extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var; extern RuntimeClass* Int16_t2552820387_il2cpp_TypeInfo_var; extern const RuntimeMethod* ZipFile_TestLocalHeader_m1435141347_RuntimeMethod_var; extern String_t* _stringLiteral1161196436; extern String_t* _stringLiteral1738642700; extern String_t* _stringLiteral179786072; extern String_t* _stringLiteral3853024798; extern String_t* _stringLiteral1580417484; extern String_t* _stringLiteral1735752123; extern String_t* _stringLiteral2289505197; extern String_t* _stringLiteral143570466; extern String_t* _stringLiteral503873353; extern String_t* _stringLiteral2352934624; extern String_t* _stringLiteral946345506; extern String_t* _stringLiteral1577946215; extern String_t* _stringLiteral165003212; extern String_t* _stringLiteral3212848046; extern String_t* _stringLiteral1177693142; extern String_t* _stringLiteral4249851075; extern String_t* _stringLiteral3587206804; extern String_t* _stringLiteral3700970815; extern String_t* _stringLiteral2065491159; extern String_t* _stringLiteral902595523; extern String_t* _stringLiteral1918710261; extern String_t* _stringLiteral704593320; extern String_t* _stringLiteral1641967930; extern String_t* _stringLiteral2680781310; extern String_t* _stringLiteral1949533974; extern const uint32_t ZipFile_TestLocalHeader_m1435141347_MetadataUsageId; extern RuntimeClass* IArchiveStorage_t3427723357_il2cpp_TypeInfo_var; extern const uint32_t ZipFile_PostUpdateCleanup_m2254698640_MetadataUsageId; extern const uint32_t ZipFile_DisposeInternal_m182779477_MetadataUsageId; extern const RuntimeMethod* ZipFile_ReadLEUshort_m1492530742_RuntimeMethod_var; extern String_t* _stringLiteral1358744694; extern const uint32_t ZipFile_ReadLEUshort_m1492530742_MetadataUsageId; extern RuntimeClass* ZipHelperStream_t633245716_il2cpp_TypeInfo_var; extern const uint32_t ZipFile_LocateBlockWithSignature_m2336230134_MetadataUsageId; extern RuntimeClass* UInt64_t4134040092_il2cpp_TypeInfo_var; extern const RuntimeMethod* ZipFile_ReadEntries_m1947646707_RuntimeMethod_var; extern String_t* _stringLiteral2467037626; extern String_t* _stringLiteral4138775009; extern String_t* _stringLiteral1707805957; extern String_t* _stringLiteral1030057675; extern String_t* _stringLiteral2197161813; extern String_t* _stringLiteral1472162645; extern const uint32_t ZipFile_ReadEntries_m1947646707_MetadataUsageId; extern RuntimeClass* CryptoStream_t2702504504_il2cpp_TypeInfo_var; extern RuntimeClass* ZipAESStream_t2668453910_il2cpp_TypeInfo_var; extern const RuntimeMethod* ZipFile_CreateAndInitDecryptionStream_m1073764801_RuntimeMethod_var; extern String_t* _stringLiteral368774250; extern String_t* _stringLiteral1043152257; extern String_t* _stringLiteral3390132698; extern String_t* _stringLiteral1121039973; extern String_t* _stringLiteral3601931850; extern String_t* _stringLiteral1783689608; extern const uint32_t ZipFile_CreateAndInitDecryptionStream_m1073764801_MetadataUsageId; extern const RuntimeMethod* ZipFile_CheckClassicPassword_m1026300735_RuntimeMethod_var; extern String_t* _stringLiteral2129329028; extern const uint32_t ZipFile_CheckClassicPassword_m1026300735_MetadataUsageId; extern const uint32_t PartialInputStream__ctor_m1574793412_MetadataUsageId; extern const RuntimeMethod* PartialInputStream_Write_m904330470_RuntimeMethod_var; extern const uint32_t PartialInputStream_Write_m904330470_MetadataUsageId; extern const RuntimeMethod* PartialInputStream_SetLength_m4262788298_RuntimeMethod_var; extern const uint32_t PartialInputStream_SetLength_m4262788298_MetadataUsageId; extern RuntimeClass* IOException_t4088381929_il2cpp_TypeInfo_var; extern const RuntimeMethod* PartialInputStream_Seek_m2473552994_RuntimeMethod_var; extern String_t* _stringLiteral1855910408; extern String_t* _stringLiteral4292768060; extern const uint32_t PartialInputStream_Seek_m2473552994_MetadataUsageId; extern const RuntimeMethod* PartialInputStream_set_Position_m2510153358_RuntimeMethod_var; extern const uint32_t PartialInputStream_set_Position_m2510153358_MetadataUsageId; extern const uint32_t ZipHelperStream__ctor_m1271816823_MetadataUsageId; extern const RuntimeMethod* ZipHelperStream_WriteEndOfCentralDirectory_m568948924_RuntimeMethod_var; extern String_t* _stringLiteral674382886; extern const uint32_t ZipHelperStream_WriteEndOfCentralDirectory_m568948924_MetadataUsageId; extern const RuntimeMethod* ZipHelperStream_ReadLEShort_m3425283050_RuntimeMethod_var; extern const uint32_t ZipHelperStream_ReadLEShort_m3425283050_MetadataUsageId; extern const uint32_t ZipNameTransform__cctor_m804968490_MetadataUsageId; extern const RuntimeMethod* ZipNameTransform_TransformDirectory_m1553808757_RuntimeMethod_var; extern String_t* _stringLiteral3452614529; extern String_t* _stringLiteral1658778663; extern const uint32_t ZipNameTransform_TransformDirectory_m1553808757_MetadataUsageId; extern String_t* _stringLiteral3452614644; extern String_t* _stringLiteral3450582913; extern const uint32_t ZipNameTransform_TransformFile_m1223738851_MetadataUsageId; extern RuntimeClass* PathTooLongException_t2919094560_il2cpp_TypeInfo_var; extern const RuntimeMethod* ZipNameTransform_MakeValidName_m3781529833_RuntimeMethod_var; extern const uint32_t ZipNameTransform_MakeValidName_m3781529833_MetadataUsageId; extern const uint32_t ZipNameTransform_IsValidName_m1490092671_MetadataUsageId; extern RuntimeClass* Deflater_t668001208_il2cpp_TypeInfo_var; extern const uint32_t ZipOutputStream__ctor_m1678865875_MetadataUsageId; extern const RuntimeMethod* ZipOutputStream_PutNextEntry_m1566852600_RuntimeMethod_var; extern String_t* _stringLiteral3317340572; extern String_t* _stringLiteral3484404092; extern String_t* _stringLiteral1704922042; extern String_t* _stringLiteral989569347; extern const uint32_t ZipOutputStream_PutNextEntry_m1566852600_MetadataUsageId; extern const RuntimeMethod* ZipOutputStream_CloseEntry_m2166457093_RuntimeMethod_var; extern String_t* _stringLiteral1725829852; extern String_t* _stringLiteral766762929; extern String_t* _stringLiteral2580204127; extern String_t* _stringLiteral3023105803; extern String_t* _stringLiteral2284360730; extern String_t* _stringLiteral2916885202; extern const uint32_t ZipOutputStream_CloseEntry_m2166457093_MetadataUsageId; extern const uint32_t ZipOutputStream_WriteEncryptionHeader_m1011910068_MetadataUsageId; extern const RuntimeMethod* ZipOutputStream_Write_m706737454_RuntimeMethod_var; extern String_t* _stringLiteral1722815196; extern String_t* _stringLiteral3258427775; extern const uint32_t ZipOutputStream_Write_m706737454_MetadataUsageId; extern const uint32_t ZipOutputStream_CopyAndEncrypt_m3046324003_MetadataUsageId; extern const RuntimeMethod* ZipOutputStream_Finish_m257136296_RuntimeMethod_var; extern String_t* _stringLiteral2394235441; extern String_t* _stringLiteral3167844550; extern const uint32_t ZipOutputStream_Finish_m257136296_MetadataUsageId; struct ByteU5BU5D_t4116647657; struct UInt32U5BU5D_t2770800703; struct StringU5BU5D_t1281789340; struct CharU5BU5D_t3528271667; struct KeySizesU5BU5D_t722666473; struct ObjectU5BU5D_t2843939325; struct Int32U5BU5D_t385246372; struct Int16U5BU5D_t3686840178; struct ZipEntryU5BU5D_t2637723858; #ifndef U3CMODULEU3E_T692745540_H #define U3CMODULEU3E_T692745540_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CModuleU3E_t692745540 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CMODULEU3E_T692745540_H #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H struct Il2CppArrayBounds; #ifndef RUNTIMEARRAY_H #define RUNTIMEARRAY_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEARRAY_H #ifndef HASHALGORITHM_T1432317219_H #define HASHALGORITHM_T1432317219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t1432317219 : public RuntimeObject { public: // System.Byte[] System.Security.Cryptography.HashAlgorithm::HashValue ByteU5BU5D_t4116647657* ___HashValue_0; // System.Int32 System.Security.Cryptography.HashAlgorithm::HashSizeValue int32_t ___HashSizeValue_1; // System.Int32 System.Security.Cryptography.HashAlgorithm::State int32_t ___State_2; // System.Boolean System.Security.Cryptography.HashAlgorithm::disposed bool ___disposed_3; public: inline static int32_t get_offset_of_HashValue_0() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___HashValue_0)); } inline ByteU5BU5D_t4116647657* get_HashValue_0() const { return ___HashValue_0; } inline ByteU5BU5D_t4116647657** get_address_of_HashValue_0() { return &___HashValue_0; } inline void set_HashValue_0(ByteU5BU5D_t4116647657* value) { ___HashValue_0 = value; Il2CppCodeGenWriteBarrier((&___HashValue_0), value); } inline static int32_t get_offset_of_HashSizeValue_1() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___HashSizeValue_1)); } inline int32_t get_HashSizeValue_1() const { return ___HashSizeValue_1; } inline int32_t* get_address_of_HashSizeValue_1() { return &___HashSizeValue_1; } inline void set_HashSizeValue_1(int32_t value) { ___HashSizeValue_1 = value; } inline static int32_t get_offset_of_State_2() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___State_2)); } inline int32_t get_State_2() const { return ___State_2; } inline int32_t* get_address_of_State_2() { return &___State_2; } inline void set_State_2(int32_t value) { ___State_2 = value; } inline static int32_t get_offset_of_disposed_3() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___disposed_3)); } inline bool get_disposed_3() const { return ___disposed_3; } inline bool* get_address_of_disposed_3() { return &___disposed_3; } inline void set_disposed_3(bool value) { ___disposed_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHALGORITHM_T1432317219_H #ifndef SERIALIZATIONINFO_T950877179_H #define SERIALIZATIONINFO_T950877179_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179 : public RuntimeObject { public: // System.Collections.Hashtable System.Runtime.Serialization.SerializationInfo::serialized Hashtable_t1853889766 * ___serialized_0; // System.Collections.ArrayList System.Runtime.Serialization.SerializationInfo::values ArrayList_t2718874744 * ___values_1; // System.String System.Runtime.Serialization.SerializationInfo::assemblyName String_t* ___assemblyName_2; // System.String System.Runtime.Serialization.SerializationInfo::fullTypeName String_t* ___fullTypeName_3; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::converter RuntimeObject* ___converter_4; public: inline static int32_t get_offset_of_serialized_0() { return static_cast(offsetof(SerializationInfo_t950877179, ___serialized_0)); } inline Hashtable_t1853889766 * get_serialized_0() const { return ___serialized_0; } inline Hashtable_t1853889766 ** get_address_of_serialized_0() { return &___serialized_0; } inline void set_serialized_0(Hashtable_t1853889766 * value) { ___serialized_0 = value; Il2CppCodeGenWriteBarrier((&___serialized_0), value); } inline static int32_t get_offset_of_values_1() { return static_cast(offsetof(SerializationInfo_t950877179, ___values_1)); } inline ArrayList_t2718874744 * get_values_1() const { return ___values_1; } inline ArrayList_t2718874744 ** get_address_of_values_1() { return &___values_1; } inline void set_values_1(ArrayList_t2718874744 * value) { ___values_1 = value; Il2CppCodeGenWriteBarrier((&___values_1), value); } inline static int32_t get_offset_of_assemblyName_2() { return static_cast(offsetof(SerializationInfo_t950877179, ___assemblyName_2)); } inline String_t* get_assemblyName_2() const { return ___assemblyName_2; } inline String_t** get_address_of_assemblyName_2() { return &___assemblyName_2; } inline void set_assemblyName_2(String_t* value) { ___assemblyName_2 = value; Il2CppCodeGenWriteBarrier((&___assemblyName_2), value); } inline static int32_t get_offset_of_fullTypeName_3() { return static_cast(offsetof(SerializationInfo_t950877179, ___fullTypeName_3)); } inline String_t* get_fullTypeName_3() const { return ___fullTypeName_3; } inline String_t** get_address_of_fullTypeName_3() { return &___fullTypeName_3; } inline void set_fullTypeName_3(String_t* value) { ___fullTypeName_3 = value; Il2CppCodeGenWriteBarrier((&___fullTypeName_3), value); } inline static int32_t get_offset_of_converter_4() { return static_cast(offsetof(SerializationInfo_t950877179, ___converter_4)); } inline RuntimeObject* get_converter_4() const { return ___converter_4; } inline RuntimeObject** get_address_of_converter_4() { return &___converter_4; } inline void set_converter_4(RuntimeObject* value) { ___converter_4 = value; Il2CppCodeGenWriteBarrier((&___converter_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZATIONINFO_T950877179_H #ifndef DEFLATER_T668001208_H #define DEFLATER_T668001208_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.Compression.Deflater struct Deflater_t668001208 : public RuntimeObject { public: // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Deflater::level int32_t ___level_0; // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Deflater::noZlibHeaderOrFooter bool ___noZlibHeaderOrFooter_1; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Deflater::state int32_t ___state_2; // System.Int64 ICSharpCode.SharpZipLib.Zip.Compression.Deflater::totalOut int64_t ___totalOut_3; // ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending ICSharpCode.SharpZipLib.Zip.Compression.Deflater::pending DeflaterPending_t48501436 * ___pending_4; // ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine ICSharpCode.SharpZipLib.Zip.Compression.Deflater::engine DeflaterEngine_t3149066675 * ___engine_5; public: inline static int32_t get_offset_of_level_0() { return static_cast(offsetof(Deflater_t668001208, ___level_0)); } inline int32_t get_level_0() const { return ___level_0; } inline int32_t* get_address_of_level_0() { return &___level_0; } inline void set_level_0(int32_t value) { ___level_0 = value; } inline static int32_t get_offset_of_noZlibHeaderOrFooter_1() { return static_cast(offsetof(Deflater_t668001208, ___noZlibHeaderOrFooter_1)); } inline bool get_noZlibHeaderOrFooter_1() const { return ___noZlibHeaderOrFooter_1; } inline bool* get_address_of_noZlibHeaderOrFooter_1() { return &___noZlibHeaderOrFooter_1; } inline void set_noZlibHeaderOrFooter_1(bool value) { ___noZlibHeaderOrFooter_1 = value; } inline static int32_t get_offset_of_state_2() { return static_cast(offsetof(Deflater_t668001208, ___state_2)); } inline int32_t get_state_2() const { return ___state_2; } inline int32_t* get_address_of_state_2() { return &___state_2; } inline void set_state_2(int32_t value) { ___state_2 = value; } inline static int32_t get_offset_of_totalOut_3() { return static_cast(offsetof(Deflater_t668001208, ___totalOut_3)); } inline int64_t get_totalOut_3() const { return ___totalOut_3; } inline int64_t* get_address_of_totalOut_3() { return &___totalOut_3; } inline void set_totalOut_3(int64_t value) { ___totalOut_3 = value; } inline static int32_t get_offset_of_pending_4() { return static_cast(offsetof(Deflater_t668001208, ___pending_4)); } inline DeflaterPending_t48501436 * get_pending_4() const { return ___pending_4; } inline DeflaterPending_t48501436 ** get_address_of_pending_4() { return &___pending_4; } inline void set_pending_4(DeflaterPending_t48501436 * value) { ___pending_4 = value; Il2CppCodeGenWriteBarrier((&___pending_4), value); } inline static int32_t get_offset_of_engine_5() { return static_cast(offsetof(Deflater_t668001208, ___engine_5)); } inline DeflaterEngine_t3149066675 * get_engine_5() const { return ___engine_5; } inline DeflaterEngine_t3149066675 ** get_address_of_engine_5() { return &___engine_5; } inline void set_engine_5(DeflaterEngine_t3149066675 * value) { ___engine_5 = value; Il2CppCodeGenWriteBarrier((&___engine_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFLATER_T668001208_H #ifndef PENDINGBUFFER_T2576795670_H #define PENDINGBUFFER_T2576795670_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer struct PendingBuffer_t2576795670 : public RuntimeObject { public: // System.Byte[] ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer::buffer_ ByteU5BU5D_t4116647657* ___buffer__0; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer::start int32_t ___start_1; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer::end int32_t ___end_2; // System.UInt32 ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer::bits uint32_t ___bits_3; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer::bitCount int32_t ___bitCount_4; public: inline static int32_t get_offset_of_buffer__0() { return static_cast(offsetof(PendingBuffer_t2576795670, ___buffer__0)); } inline ByteU5BU5D_t4116647657* get_buffer__0() const { return ___buffer__0; } inline ByteU5BU5D_t4116647657** get_address_of_buffer__0() { return &___buffer__0; } inline void set_buffer__0(ByteU5BU5D_t4116647657* value) { ___buffer__0 = value; Il2CppCodeGenWriteBarrier((&___buffer__0), value); } inline static int32_t get_offset_of_start_1() { return static_cast(offsetof(PendingBuffer_t2576795670, ___start_1)); } inline int32_t get_start_1() const { return ___start_1; } inline int32_t* get_address_of_start_1() { return &___start_1; } inline void set_start_1(int32_t value) { ___start_1 = value; } inline static int32_t get_offset_of_end_2() { return static_cast(offsetof(PendingBuffer_t2576795670, ___end_2)); } inline int32_t get_end_2() const { return ___end_2; } inline int32_t* get_address_of_end_2() { return &___end_2; } inline void set_end_2(int32_t value) { ___end_2 = value; } inline static int32_t get_offset_of_bits_3() { return static_cast(offsetof(PendingBuffer_t2576795670, ___bits_3)); } inline uint32_t get_bits_3() const { return ___bits_3; } inline uint32_t* get_address_of_bits_3() { return &___bits_3; } inline void set_bits_3(uint32_t value) { ___bits_3 = value; } inline static int32_t get_offset_of_bitCount_4() { return static_cast(offsetof(PendingBuffer_t2576795670, ___bitCount_4)); } inline int32_t get_bitCount_4() const { return ___bitCount_4; } inline int32_t* get_address_of_bitCount_4() { return &___bitCount_4; } inline void set_bitCount_4(int32_t value) { ___bitCount_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PENDINGBUFFER_T2576795670_H #ifndef DEFLATERCONSTANTS_T2939957086_H #define DEFLATERCONSTANTS_T2939957086_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.Compression.DeflaterConstants struct DeflaterConstants_t2939957086 : public RuntimeObject { public: public: }; struct DeflaterConstants_t2939957086_StaticFields { public: // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterConstants::MAX_BLOCK_SIZE int32_t ___MAX_BLOCK_SIZE_0; // System.Int32[] ICSharpCode.SharpZipLib.Zip.Compression.DeflaterConstants::GOOD_LENGTH Int32U5BU5D_t385246372* ___GOOD_LENGTH_1; // System.Int32[] ICSharpCode.SharpZipLib.Zip.Compression.DeflaterConstants::MAX_LAZY Int32U5BU5D_t385246372* ___MAX_LAZY_2; // System.Int32[] ICSharpCode.SharpZipLib.Zip.Compression.DeflaterConstants::NICE_LENGTH Int32U5BU5D_t385246372* ___NICE_LENGTH_3; // System.Int32[] ICSharpCode.SharpZipLib.Zip.Compression.DeflaterConstants::MAX_CHAIN Int32U5BU5D_t385246372* ___MAX_CHAIN_4; // System.Int32[] ICSharpCode.SharpZipLib.Zip.Compression.DeflaterConstants::COMPR_FUNC Int32U5BU5D_t385246372* ___COMPR_FUNC_5; public: inline static int32_t get_offset_of_MAX_BLOCK_SIZE_0() { return static_cast(offsetof(DeflaterConstants_t2939957086_StaticFields, ___MAX_BLOCK_SIZE_0)); } inline int32_t get_MAX_BLOCK_SIZE_0() const { return ___MAX_BLOCK_SIZE_0; } inline int32_t* get_address_of_MAX_BLOCK_SIZE_0() { return &___MAX_BLOCK_SIZE_0; } inline void set_MAX_BLOCK_SIZE_0(int32_t value) { ___MAX_BLOCK_SIZE_0 = value; } inline static int32_t get_offset_of_GOOD_LENGTH_1() { return static_cast(offsetof(DeflaterConstants_t2939957086_StaticFields, ___GOOD_LENGTH_1)); } inline Int32U5BU5D_t385246372* get_GOOD_LENGTH_1() const { return ___GOOD_LENGTH_1; } inline Int32U5BU5D_t385246372** get_address_of_GOOD_LENGTH_1() { return &___GOOD_LENGTH_1; } inline void set_GOOD_LENGTH_1(Int32U5BU5D_t385246372* value) { ___GOOD_LENGTH_1 = value; Il2CppCodeGenWriteBarrier((&___GOOD_LENGTH_1), value); } inline static int32_t get_offset_of_MAX_LAZY_2() { return static_cast(offsetof(DeflaterConstants_t2939957086_StaticFields, ___MAX_LAZY_2)); } inline Int32U5BU5D_t385246372* get_MAX_LAZY_2() const { return ___MAX_LAZY_2; } inline Int32U5BU5D_t385246372** get_address_of_MAX_LAZY_2() { return &___MAX_LAZY_2; } inline void set_MAX_LAZY_2(Int32U5BU5D_t385246372* value) { ___MAX_LAZY_2 = value; Il2CppCodeGenWriteBarrier((&___MAX_LAZY_2), value); } inline static int32_t get_offset_of_NICE_LENGTH_3() { return static_cast(offsetof(DeflaterConstants_t2939957086_StaticFields, ___NICE_LENGTH_3)); } inline Int32U5BU5D_t385246372* get_NICE_LENGTH_3() const { return ___NICE_LENGTH_3; } inline Int32U5BU5D_t385246372** get_address_of_NICE_LENGTH_3() { return &___NICE_LENGTH_3; } inline void set_NICE_LENGTH_3(Int32U5BU5D_t385246372* value) { ___NICE_LENGTH_3 = value; Il2CppCodeGenWriteBarrier((&___NICE_LENGTH_3), value); } inline static int32_t get_offset_of_MAX_CHAIN_4() { return static_cast(offsetof(DeflaterConstants_t2939957086_StaticFields, ___MAX_CHAIN_4)); } inline Int32U5BU5D_t385246372* get_MAX_CHAIN_4() const { return ___MAX_CHAIN_4; } inline Int32U5BU5D_t385246372** get_address_of_MAX_CHAIN_4() { return &___MAX_CHAIN_4; } inline void set_MAX_CHAIN_4(Int32U5BU5D_t385246372* value) { ___MAX_CHAIN_4 = value; Il2CppCodeGenWriteBarrier((&___MAX_CHAIN_4), value); } inline static int32_t get_offset_of_COMPR_FUNC_5() { return static_cast(offsetof(DeflaterConstants_t2939957086_StaticFields, ___COMPR_FUNC_5)); } inline Int32U5BU5D_t385246372* get_COMPR_FUNC_5() const { return ___COMPR_FUNC_5; } inline Int32U5BU5D_t385246372** get_address_of_COMPR_FUNC_5() { return &___COMPR_FUNC_5; } inline void set_COMPR_FUNC_5(Int32U5BU5D_t385246372* value) { ___COMPR_FUNC_5 = value; Il2CppCodeGenWriteBarrier((&___COMPR_FUNC_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFLATERCONSTANTS_T2939957086_H #ifndef DEFLATERHUFFMAN_T1589715067_H #define DEFLATERHUFFMAN_T1589715067_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman struct DeflaterHuffman_t1589715067 : public RuntimeObject { public: // ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::pending DeflaterPending_t48501436 * ___pending_6; // ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::literalTree Tree_t2492525012 * ___literalTree_7; // ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::distTree Tree_t2492525012 * ___distTree_8; // ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::blTree Tree_t2492525012 * ___blTree_9; // System.Int16[] ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::d_buf Int16U5BU5D_t3686840178* ___d_buf_10; // System.Byte[] ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::l_buf ByteU5BU5D_t4116647657* ___l_buf_11; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::last_lit int32_t ___last_lit_12; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::extra_bits int32_t ___extra_bits_13; public: inline static int32_t get_offset_of_pending_6() { return static_cast(offsetof(DeflaterHuffman_t1589715067, ___pending_6)); } inline DeflaterPending_t48501436 * get_pending_6() const { return ___pending_6; } inline DeflaterPending_t48501436 ** get_address_of_pending_6() { return &___pending_6; } inline void set_pending_6(DeflaterPending_t48501436 * value) { ___pending_6 = value; Il2CppCodeGenWriteBarrier((&___pending_6), value); } inline static int32_t get_offset_of_literalTree_7() { return static_cast(offsetof(DeflaterHuffman_t1589715067, ___literalTree_7)); } inline Tree_t2492525012 * get_literalTree_7() const { return ___literalTree_7; } inline Tree_t2492525012 ** get_address_of_literalTree_7() { return &___literalTree_7; } inline void set_literalTree_7(Tree_t2492525012 * value) { ___literalTree_7 = value; Il2CppCodeGenWriteBarrier((&___literalTree_7), value); } inline static int32_t get_offset_of_distTree_8() { return static_cast(offsetof(DeflaterHuffman_t1589715067, ___distTree_8)); } inline Tree_t2492525012 * get_distTree_8() const { return ___distTree_8; } inline Tree_t2492525012 ** get_address_of_distTree_8() { return &___distTree_8; } inline void set_distTree_8(Tree_t2492525012 * value) { ___distTree_8 = value; Il2CppCodeGenWriteBarrier((&___distTree_8), value); } inline static int32_t get_offset_of_blTree_9() { return static_cast(offsetof(DeflaterHuffman_t1589715067, ___blTree_9)); } inline Tree_t2492525012 * get_blTree_9() const { return ___blTree_9; } inline Tree_t2492525012 ** get_address_of_blTree_9() { return &___blTree_9; } inline void set_blTree_9(Tree_t2492525012 * value) { ___blTree_9 = value; Il2CppCodeGenWriteBarrier((&___blTree_9), value); } inline static int32_t get_offset_of_d_buf_10() { return static_cast(offsetof(DeflaterHuffman_t1589715067, ___d_buf_10)); } inline Int16U5BU5D_t3686840178* get_d_buf_10() const { return ___d_buf_10; } inline Int16U5BU5D_t3686840178** get_address_of_d_buf_10() { return &___d_buf_10; } inline void set_d_buf_10(Int16U5BU5D_t3686840178* value) { ___d_buf_10 = value; Il2CppCodeGenWriteBarrier((&___d_buf_10), value); } inline static int32_t get_offset_of_l_buf_11() { return static_cast(offsetof(DeflaterHuffman_t1589715067, ___l_buf_11)); } inline ByteU5BU5D_t4116647657* get_l_buf_11() const { return ___l_buf_11; } inline ByteU5BU5D_t4116647657** get_address_of_l_buf_11() { return &___l_buf_11; } inline void set_l_buf_11(ByteU5BU5D_t4116647657* value) { ___l_buf_11 = value; Il2CppCodeGenWriteBarrier((&___l_buf_11), value); } inline static int32_t get_offset_of_last_lit_12() { return static_cast(offsetof(DeflaterHuffman_t1589715067, ___last_lit_12)); } inline int32_t get_last_lit_12() const { return ___last_lit_12; } inline int32_t* get_address_of_last_lit_12() { return &___last_lit_12; } inline void set_last_lit_12(int32_t value) { ___last_lit_12 = value; } inline static int32_t get_offset_of_extra_bits_13() { return static_cast(offsetof(DeflaterHuffman_t1589715067, ___extra_bits_13)); } inline int32_t get_extra_bits_13() const { return ___extra_bits_13; } inline int32_t* get_address_of_extra_bits_13() { return &___extra_bits_13; } inline void set_extra_bits_13(int32_t value) { ___extra_bits_13 = value; } }; struct DeflaterHuffman_t1589715067_StaticFields { public: // System.Int32[] ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::BL_ORDER Int32U5BU5D_t385246372* ___BL_ORDER_0; // System.Byte[] ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::bit4Reverse ByteU5BU5D_t4116647657* ___bit4Reverse_1; // System.Int16[] ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::staticLCodes Int16U5BU5D_t3686840178* ___staticLCodes_2; // System.Byte[] ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::staticLLength ByteU5BU5D_t4116647657* ___staticLLength_3; // System.Int16[] ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::staticDCodes Int16U5BU5D_t3686840178* ___staticDCodes_4; // System.Byte[] ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::staticDLength ByteU5BU5D_t4116647657* ___staticDLength_5; public: inline static int32_t get_offset_of_BL_ORDER_0() { return static_cast(offsetof(DeflaterHuffman_t1589715067_StaticFields, ___BL_ORDER_0)); } inline Int32U5BU5D_t385246372* get_BL_ORDER_0() const { return ___BL_ORDER_0; } inline Int32U5BU5D_t385246372** get_address_of_BL_ORDER_0() { return &___BL_ORDER_0; } inline void set_BL_ORDER_0(Int32U5BU5D_t385246372* value) { ___BL_ORDER_0 = value; Il2CppCodeGenWriteBarrier((&___BL_ORDER_0), value); } inline static int32_t get_offset_of_bit4Reverse_1() { return static_cast(offsetof(DeflaterHuffman_t1589715067_StaticFields, ___bit4Reverse_1)); } inline ByteU5BU5D_t4116647657* get_bit4Reverse_1() const { return ___bit4Reverse_1; } inline ByteU5BU5D_t4116647657** get_address_of_bit4Reverse_1() { return &___bit4Reverse_1; } inline void set_bit4Reverse_1(ByteU5BU5D_t4116647657* value) { ___bit4Reverse_1 = value; Il2CppCodeGenWriteBarrier((&___bit4Reverse_1), value); } inline static int32_t get_offset_of_staticLCodes_2() { return static_cast(offsetof(DeflaterHuffman_t1589715067_StaticFields, ___staticLCodes_2)); } inline Int16U5BU5D_t3686840178* get_staticLCodes_2() const { return ___staticLCodes_2; } inline Int16U5BU5D_t3686840178** get_address_of_staticLCodes_2() { return &___staticLCodes_2; } inline void set_staticLCodes_2(Int16U5BU5D_t3686840178* value) { ___staticLCodes_2 = value; Il2CppCodeGenWriteBarrier((&___staticLCodes_2), value); } inline static int32_t get_offset_of_staticLLength_3() { return static_cast(offsetof(DeflaterHuffman_t1589715067_StaticFields, ___staticLLength_3)); } inline ByteU5BU5D_t4116647657* get_staticLLength_3() const { return ___staticLLength_3; } inline ByteU5BU5D_t4116647657** get_address_of_staticLLength_3() { return &___staticLLength_3; } inline void set_staticLLength_3(ByteU5BU5D_t4116647657* value) { ___staticLLength_3 = value; Il2CppCodeGenWriteBarrier((&___staticLLength_3), value); } inline static int32_t get_offset_of_staticDCodes_4() { return static_cast(offsetof(DeflaterHuffman_t1589715067_StaticFields, ___staticDCodes_4)); } inline Int16U5BU5D_t3686840178* get_staticDCodes_4() const { return ___staticDCodes_4; } inline Int16U5BU5D_t3686840178** get_address_of_staticDCodes_4() { return &___staticDCodes_4; } inline void set_staticDCodes_4(Int16U5BU5D_t3686840178* value) { ___staticDCodes_4 = value; Il2CppCodeGenWriteBarrier((&___staticDCodes_4), value); } inline static int32_t get_offset_of_staticDLength_5() { return static_cast(offsetof(DeflaterHuffman_t1589715067_StaticFields, ___staticDLength_5)); } inline ByteU5BU5D_t4116647657* get_staticDLength_5() const { return ___staticDLength_5; } inline ByteU5BU5D_t4116647657** get_address_of_staticDLength_5() { return &___staticDLength_5; } inline void set_staticDLength_5(ByteU5BU5D_t4116647657* value) { ___staticDLength_5 = value; Il2CppCodeGenWriteBarrier((&___staticDLength_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFLATERHUFFMAN_T1589715067_H #ifndef TREE_T2492525012_H #define TREE_T2492525012_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree struct Tree_t2492525012 : public RuntimeObject { public: // System.Int16[] ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree::freqs Int16U5BU5D_t3686840178* ___freqs_0; // System.Byte[] ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree::length ByteU5BU5D_t4116647657* ___length_1; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree::minNumCodes int32_t ___minNumCodes_2; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree::numCodes int32_t ___numCodes_3; // System.Int16[] ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree::codes Int16U5BU5D_t3686840178* ___codes_4; // System.Int32[] ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree::bl_counts Int32U5BU5D_t385246372* ___bl_counts_5; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree::maxLength int32_t ___maxLength_6; // ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree::dh DeflaterHuffman_t1589715067 * ___dh_7; public: inline static int32_t get_offset_of_freqs_0() { return static_cast(offsetof(Tree_t2492525012, ___freqs_0)); } inline Int16U5BU5D_t3686840178* get_freqs_0() const { return ___freqs_0; } inline Int16U5BU5D_t3686840178** get_address_of_freqs_0() { return &___freqs_0; } inline void set_freqs_0(Int16U5BU5D_t3686840178* value) { ___freqs_0 = value; Il2CppCodeGenWriteBarrier((&___freqs_0), value); } inline static int32_t get_offset_of_length_1() { return static_cast(offsetof(Tree_t2492525012, ___length_1)); } inline ByteU5BU5D_t4116647657* get_length_1() const { return ___length_1; } inline ByteU5BU5D_t4116647657** get_address_of_length_1() { return &___length_1; } inline void set_length_1(ByteU5BU5D_t4116647657* value) { ___length_1 = value; Il2CppCodeGenWriteBarrier((&___length_1), value); } inline static int32_t get_offset_of_minNumCodes_2() { return static_cast(offsetof(Tree_t2492525012, ___minNumCodes_2)); } inline int32_t get_minNumCodes_2() const { return ___minNumCodes_2; } inline int32_t* get_address_of_minNumCodes_2() { return &___minNumCodes_2; } inline void set_minNumCodes_2(int32_t value) { ___minNumCodes_2 = value; } inline static int32_t get_offset_of_numCodes_3() { return static_cast(offsetof(Tree_t2492525012, ___numCodes_3)); } inline int32_t get_numCodes_3() const { return ___numCodes_3; } inline int32_t* get_address_of_numCodes_3() { return &___numCodes_3; } inline void set_numCodes_3(int32_t value) { ___numCodes_3 = value; } inline static int32_t get_offset_of_codes_4() { return static_cast(offsetof(Tree_t2492525012, ___codes_4)); } inline Int16U5BU5D_t3686840178* get_codes_4() const { return ___codes_4; } inline Int16U5BU5D_t3686840178** get_address_of_codes_4() { return &___codes_4; } inline void set_codes_4(Int16U5BU5D_t3686840178* value) { ___codes_4 = value; Il2CppCodeGenWriteBarrier((&___codes_4), value); } inline static int32_t get_offset_of_bl_counts_5() { return static_cast(offsetof(Tree_t2492525012, ___bl_counts_5)); } inline Int32U5BU5D_t385246372* get_bl_counts_5() const { return ___bl_counts_5; } inline Int32U5BU5D_t385246372** get_address_of_bl_counts_5() { return &___bl_counts_5; } inline void set_bl_counts_5(Int32U5BU5D_t385246372* value) { ___bl_counts_5 = value; Il2CppCodeGenWriteBarrier((&___bl_counts_5), value); } inline static int32_t get_offset_of_maxLength_6() { return static_cast(offsetof(Tree_t2492525012, ___maxLength_6)); } inline int32_t get_maxLength_6() const { return ___maxLength_6; } inline int32_t* get_address_of_maxLength_6() { return &___maxLength_6; } inline void set_maxLength_6(int32_t value) { ___maxLength_6 = value; } inline static int32_t get_offset_of_dh_7() { return static_cast(offsetof(Tree_t2492525012, ___dh_7)); } inline DeflaterHuffman_t1589715067 * get_dh_7() const { return ___dh_7; } inline DeflaterHuffman_t1589715067 ** get_address_of_dh_7() { return &___dh_7; } inline void set_dh_7(DeflaterHuffman_t1589715067 * value) { ___dh_7 = value; Il2CppCodeGenWriteBarrier((&___dh_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TREE_T2492525012_H #ifndef DERIVEBYTES_T2246965020_H #define DERIVEBYTES_T2246965020_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.DeriveBytes struct DeriveBytes_t2246965020 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DERIVEBYTES_T2246965020_H #ifndef STRINGBUILDER_T_H #define STRINGBUILDER_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Int32 System.Text.StringBuilder::_length int32_t ____length_1; // System.String System.Text.StringBuilder::_str String_t* ____str_2; // System.String System.Text.StringBuilder::_cached_str String_t* ____cached_str_3; // System.Int32 System.Text.StringBuilder::_maxCapacity int32_t ____maxCapacity_4; public: inline static int32_t get_offset_of__length_1() { return static_cast(offsetof(StringBuilder_t, ____length_1)); } inline int32_t get__length_1() const { return ____length_1; } inline int32_t* get_address_of__length_1() { return &____length_1; } inline void set__length_1(int32_t value) { ____length_1 = value; } inline static int32_t get_offset_of__str_2() { return static_cast(offsetof(StringBuilder_t, ____str_2)); } inline String_t* get__str_2() const { return ____str_2; } inline String_t** get_address_of__str_2() { return &____str_2; } inline void set__str_2(String_t* value) { ____str_2 = value; Il2CppCodeGenWriteBarrier((&____str_2), value); } inline static int32_t get_offset_of__cached_str_3() { return static_cast(offsetof(StringBuilder_t, ____cached_str_3)); } inline String_t* get__cached_str_3() const { return ____cached_str_3; } inline String_t** get_address_of__cached_str_3() { return &____cached_str_3; } inline void set__cached_str_3(String_t* value) { ____cached_str_3 = value; Il2CppCodeGenWriteBarrier((&____cached_str_3), value); } inline static int32_t get_offset_of__maxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ____maxCapacity_4)); } inline int32_t get__maxCapacity_4() const { return ____maxCapacity_4; } inline int32_t* get_address_of__maxCapacity_4() { return &____maxCapacity_4; } inline void set__maxCapacity_4(int32_t value) { ____maxCapacity_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGBUILDER_T_H #ifndef EVENTARGS_T3591816995_H #define EVENTARGS_T3591816995_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.EventArgs struct EventArgs_t3591816995 : public RuntimeObject { public: public: }; struct EventArgs_t3591816995_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_t3591816995 * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_t3591816995_StaticFields, ___Empty_0)); } inline EventArgs_t3591816995 * get_Empty_0() const { return ___Empty_0; } inline EventArgs_t3591816995 ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_t3591816995 * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((&___Empty_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTARGS_T3591816995_H #ifndef STREAMUTILS_T4102418357_H #define STREAMUTILS_T4102418357_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Core.StreamUtils struct StreamUtils_t4102418357 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMUTILS_T4102418357_H #ifndef WINDOWSPATHUTILS_T1730912550_H #define WINDOWSPATHUTILS_T1730912550_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Core.WindowsPathUtils struct WindowsPathUtils_t1730912550 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WINDOWSPATHUTILS_T1730912550_H #ifndef PKZIPCLASSICCRYPTOBASE_T1848349533_H #define PKZIPCLASSICCRYPTOBASE_T1848349533_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Encryption.PkzipClassicCryptoBase struct PkzipClassicCryptoBase_t1848349533 : public RuntimeObject { public: // System.UInt32[] ICSharpCode.SharpZipLib.Encryption.PkzipClassicCryptoBase::keys UInt32U5BU5D_t2770800703* ___keys_0; public: inline static int32_t get_offset_of_keys_0() { return static_cast(offsetof(PkzipClassicCryptoBase_t1848349533, ___keys_0)); } inline UInt32U5BU5D_t2770800703* get_keys_0() const { return ___keys_0; } inline UInt32U5BU5D_t2770800703** get_address_of_keys_0() { return &___keys_0; } inline void set_keys_0(UInt32U5BU5D_t2770800703* value) { ___keys_0 = value; Il2CppCodeGenWriteBarrier((&___keys_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PKZIPCLASSICCRYPTOBASE_T1848349533_H #ifndef KEYSIZES_T85027896_H #define KEYSIZES_T85027896_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.KeySizes struct KeySizes_t85027896 : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.KeySizes::_maxSize int32_t ____maxSize_0; // System.Int32 System.Security.Cryptography.KeySizes::_minSize int32_t ____minSize_1; // System.Int32 System.Security.Cryptography.KeySizes::_skipSize int32_t ____skipSize_2; public: inline static int32_t get_offset_of__maxSize_0() { return static_cast(offsetof(KeySizes_t85027896, ____maxSize_0)); } inline int32_t get__maxSize_0() const { return ____maxSize_0; } inline int32_t* get_address_of__maxSize_0() { return &____maxSize_0; } inline void set__maxSize_0(int32_t value) { ____maxSize_0 = value; } inline static int32_t get_offset_of__minSize_1() { return static_cast(offsetof(KeySizes_t85027896, ____minSize_1)); } inline int32_t get__minSize_1() const { return ____minSize_1; } inline int32_t* get_address_of__minSize_1() { return &____minSize_1; } inline void set__minSize_1(int32_t value) { ____minSize_1 = value; } inline static int32_t get_offset_of__skipSize_2() { return static_cast(offsetof(KeySizes_t85027896, ____skipSize_2)); } inline int32_t get__skipSize_2() const { return ____skipSize_2; } inline int32_t* get_address_of__skipSize_2() { return &____skipSize_2; } inline void set__skipSize_2(int32_t value) { ____skipSize_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYSIZES_T85027896_H #ifndef RANDOM_T108471755_H #define RANDOM_T108471755_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Random struct Random_t108471755 : public RuntimeObject { public: // System.Int32 System.Random::inext int32_t ___inext_0; // System.Int32 System.Random::inextp int32_t ___inextp_1; // System.Int32[] System.Random::SeedArray Int32U5BU5D_t385246372* ___SeedArray_2; public: inline static int32_t get_offset_of_inext_0() { return static_cast(offsetof(Random_t108471755, ___inext_0)); } inline int32_t get_inext_0() const { return ___inext_0; } inline int32_t* get_address_of_inext_0() { return &___inext_0; } inline void set_inext_0(int32_t value) { ___inext_0 = value; } inline static int32_t get_offset_of_inextp_1() { return static_cast(offsetof(Random_t108471755, ___inextp_1)); } inline int32_t get_inextp_1() const { return ___inextp_1; } inline int32_t* get_address_of_inextp_1() { return &___inextp_1; } inline void set_inextp_1(int32_t value) { ___inextp_1 = value; } inline static int32_t get_offset_of_SeedArray_2() { return static_cast(offsetof(Random_t108471755, ___SeedArray_2)); } inline Int32U5BU5D_t385246372* get_SeedArray_2() const { return ___SeedArray_2; } inline Int32U5BU5D_t385246372** get_address_of_SeedArray_2() { return &___SeedArray_2; } inline void set_SeedArray_2(Int32U5BU5D_t385246372* value) { ___SeedArray_2 = value; Il2CppCodeGenWriteBarrier((&___SeedArray_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RANDOM_T108471755_H #ifndef ZIPAESTRANSFORM_T2332021196_H #define ZIPAESTRANSFORM_T2332021196_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Encryption.ZipAESTransform struct ZipAESTransform_t2332021196 : public RuntimeObject { public: // System.Int32 ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::_blockSize int32_t ____blockSize_0; // System.Security.Cryptography.ICryptoTransform ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::_encryptor RuntimeObject* ____encryptor_1; // System.Byte[] ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::_counterNonce ByteU5BU5D_t4116647657* ____counterNonce_2; // System.Byte[] ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::_encryptBuffer ByteU5BU5D_t4116647657* ____encryptBuffer_3; // System.Int32 ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::_encrPos int32_t ____encrPos_4; // System.Byte[] ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::_pwdVerifier ByteU5BU5D_t4116647657* ____pwdVerifier_5; // System.Security.Cryptography.HMACSHA1 ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::_hmacsha1 HMACSHA1_t1952596188 * ____hmacsha1_6; // System.Boolean ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::_finalised bool ____finalised_7; // System.Boolean ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::_writeMode bool ____writeMode_8; public: inline static int32_t get_offset_of__blockSize_0() { return static_cast(offsetof(ZipAESTransform_t2332021196, ____blockSize_0)); } inline int32_t get__blockSize_0() const { return ____blockSize_0; } inline int32_t* get_address_of__blockSize_0() { return &____blockSize_0; } inline void set__blockSize_0(int32_t value) { ____blockSize_0 = value; } inline static int32_t get_offset_of__encryptor_1() { return static_cast(offsetof(ZipAESTransform_t2332021196, ____encryptor_1)); } inline RuntimeObject* get__encryptor_1() const { return ____encryptor_1; } inline RuntimeObject** get_address_of__encryptor_1() { return &____encryptor_1; } inline void set__encryptor_1(RuntimeObject* value) { ____encryptor_1 = value; Il2CppCodeGenWriteBarrier((&____encryptor_1), value); } inline static int32_t get_offset_of__counterNonce_2() { return static_cast(offsetof(ZipAESTransform_t2332021196, ____counterNonce_2)); } inline ByteU5BU5D_t4116647657* get__counterNonce_2() const { return ____counterNonce_2; } inline ByteU5BU5D_t4116647657** get_address_of__counterNonce_2() { return &____counterNonce_2; } inline void set__counterNonce_2(ByteU5BU5D_t4116647657* value) { ____counterNonce_2 = value; Il2CppCodeGenWriteBarrier((&____counterNonce_2), value); } inline static int32_t get_offset_of__encryptBuffer_3() { return static_cast(offsetof(ZipAESTransform_t2332021196, ____encryptBuffer_3)); } inline ByteU5BU5D_t4116647657* get__encryptBuffer_3() const { return ____encryptBuffer_3; } inline ByteU5BU5D_t4116647657** get_address_of__encryptBuffer_3() { return &____encryptBuffer_3; } inline void set__encryptBuffer_3(ByteU5BU5D_t4116647657* value) { ____encryptBuffer_3 = value; Il2CppCodeGenWriteBarrier((&____encryptBuffer_3), value); } inline static int32_t get_offset_of__encrPos_4() { return static_cast(offsetof(ZipAESTransform_t2332021196, ____encrPos_4)); } inline int32_t get__encrPos_4() const { return ____encrPos_4; } inline int32_t* get_address_of__encrPos_4() { return &____encrPos_4; } inline void set__encrPos_4(int32_t value) { ____encrPos_4 = value; } inline static int32_t get_offset_of__pwdVerifier_5() { return static_cast(offsetof(ZipAESTransform_t2332021196, ____pwdVerifier_5)); } inline ByteU5BU5D_t4116647657* get__pwdVerifier_5() const { return ____pwdVerifier_5; } inline ByteU5BU5D_t4116647657** get_address_of__pwdVerifier_5() { return &____pwdVerifier_5; } inline void set__pwdVerifier_5(ByteU5BU5D_t4116647657* value) { ____pwdVerifier_5 = value; Il2CppCodeGenWriteBarrier((&____pwdVerifier_5), value); } inline static int32_t get_offset_of__hmacsha1_6() { return static_cast(offsetof(ZipAESTransform_t2332021196, ____hmacsha1_6)); } inline HMACSHA1_t1952596188 * get__hmacsha1_6() const { return ____hmacsha1_6; } inline HMACSHA1_t1952596188 ** get_address_of__hmacsha1_6() { return &____hmacsha1_6; } inline void set__hmacsha1_6(HMACSHA1_t1952596188 * value) { ____hmacsha1_6 = value; Il2CppCodeGenWriteBarrier((&____hmacsha1_6), value); } inline static int32_t get_offset_of__finalised_7() { return static_cast(offsetof(ZipAESTransform_t2332021196, ____finalised_7)); } inline bool get__finalised_7() const { return ____finalised_7; } inline bool* get_address_of__finalised_7() { return &____finalised_7; } inline void set__finalised_7(bool value) { ____finalised_7 = value; } inline static int32_t get_offset_of__writeMode_8() { return static_cast(offsetof(ZipAESTransform_t2332021196, ____writeMode_8)); } inline bool get__writeMode_8() const { return ____writeMode_8; } inline bool* get_address_of__writeMode_8() { return &____writeMode_8; } inline void set__writeMode_8(bool value) { ____writeMode_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ZIPAESTRANSFORM_T2332021196_H #ifndef INFLATER_T642114133_H #define INFLATER_T642114133_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.Compression.Inflater struct Inflater_t642114133 : public RuntimeObject { public: // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Inflater::mode int32_t ___mode_4; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Inflater::readAdler int32_t ___readAdler_5; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Inflater::neededBits int32_t ___neededBits_6; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Inflater::repLength int32_t ___repLength_7; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Inflater::repDist int32_t ___repDist_8; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Inflater::uncomprLen int32_t ___uncomprLen_9; // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Inflater::isLastBlock bool ___isLastBlock_10; // System.Int64 ICSharpCode.SharpZipLib.Zip.Compression.Inflater::totalOut int64_t ___totalOut_11; // System.Int64 ICSharpCode.SharpZipLib.Zip.Compression.Inflater::totalIn int64_t ___totalIn_12; // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Inflater::noHeader bool ___noHeader_13; // ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator ICSharpCode.SharpZipLib.Zip.Compression.Inflater::input StreamManipulator_t4201143916 * ___input_14; // ICSharpCode.SharpZipLib.Zip.Compression.Streams.OutputWindow ICSharpCode.SharpZipLib.Zip.Compression.Inflater::outputWindow OutputWindow_t874853933 * ___outputWindow_15; // ICSharpCode.SharpZipLib.Zip.Compression.InflaterDynHeader ICSharpCode.SharpZipLib.Zip.Compression.Inflater::dynHeader InflaterDynHeader_t616422011 * ___dynHeader_16; // ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree ICSharpCode.SharpZipLib.Zip.Compression.Inflater::litlenTree InflaterHuffmanTree_t1978394600 * ___litlenTree_17; // ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree ICSharpCode.SharpZipLib.Zip.Compression.Inflater::distTree InflaterHuffmanTree_t1978394600 * ___distTree_18; // ICSharpCode.SharpZipLib.Checksums.Adler32 ICSharpCode.SharpZipLib.Zip.Compression.Inflater::adler Adler32_t2099134918 * ___adler_19; public: inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(Inflater_t642114133, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_readAdler_5() { return static_cast(offsetof(Inflater_t642114133, ___readAdler_5)); } inline int32_t get_readAdler_5() const { return ___readAdler_5; } inline int32_t* get_address_of_readAdler_5() { return &___readAdler_5; } inline void set_readAdler_5(int32_t value) { ___readAdler_5 = value; } inline static int32_t get_offset_of_neededBits_6() { return static_cast(offsetof(Inflater_t642114133, ___neededBits_6)); } inline int32_t get_neededBits_6() const { return ___neededBits_6; } inline int32_t* get_address_of_neededBits_6() { return &___neededBits_6; } inline void set_neededBits_6(int32_t value) { ___neededBits_6 = value; } inline static int32_t get_offset_of_repLength_7() { return static_cast(offsetof(Inflater_t642114133, ___repLength_7)); } inline int32_t get_repLength_7() const { return ___repLength_7; } inline int32_t* get_address_of_repLength_7() { return &___repLength_7; } inline void set_repLength_7(int32_t value) { ___repLength_7 = value; } inline static int32_t get_offset_of_repDist_8() { return static_cast(offsetof(Inflater_t642114133, ___repDist_8)); } inline int32_t get_repDist_8() const { return ___repDist_8; } inline int32_t* get_address_of_repDist_8() { return &___repDist_8; } inline void set_repDist_8(int32_t value) { ___repDist_8 = value; } inline static int32_t get_offset_of_uncomprLen_9() { return static_cast(offsetof(Inflater_t642114133, ___uncomprLen_9)); } inline int32_t get_uncomprLen_9() const { return ___uncomprLen_9; } inline int32_t* get_address_of_uncomprLen_9() { return &___uncomprLen_9; } inline void set_uncomprLen_9(int32_t value) { ___uncomprLen_9 = value; } inline static int32_t get_offset_of_isLastBlock_10() { return static_cast(offsetof(Inflater_t642114133, ___isLastBlock_10)); } inline bool get_isLastBlock_10() const { return ___isLastBlock_10; } inline bool* get_address_of_isLastBlock_10() { return &___isLastBlock_10; } inline void set_isLastBlock_10(bool value) { ___isLastBlock_10 = value; } inline static int32_t get_offset_of_totalOut_11() { return static_cast(offsetof(Inflater_t642114133, ___totalOut_11)); } inline int64_t get_totalOut_11() const { return ___totalOut_11; } inline int64_t* get_address_of_totalOut_11() { return &___totalOut_11; } inline void set_totalOut_11(int64_t value) { ___totalOut_11 = value; } inline static int32_t get_offset_of_totalIn_12() { return static_cast(offsetof(Inflater_t642114133, ___totalIn_12)); } inline int64_t get_totalIn_12() const { return ___totalIn_12; } inline int64_t* get_address_of_totalIn_12() { return &___totalIn_12; } inline void set_totalIn_12(int64_t value) { ___totalIn_12 = value; } inline static int32_t get_offset_of_noHeader_13() { return static_cast(offsetof(Inflater_t642114133, ___noHeader_13)); } inline bool get_noHeader_13() const { return ___noHeader_13; } inline bool* get_address_of_noHeader_13() { return &___noHeader_13; } inline void set_noHeader_13(bool value) { ___noHeader_13 = value; } inline static int32_t get_offset_of_input_14() { return static_cast(offsetof(Inflater_t642114133, ___input_14)); } inline StreamManipulator_t4201143916 * get_input_14() const { return ___input_14; } inline StreamManipulator_t4201143916 ** get_address_of_input_14() { return &___input_14; } inline void set_input_14(StreamManipulator_t4201143916 * value) { ___input_14 = value; Il2CppCodeGenWriteBarrier((&___input_14), value); } inline static int32_t get_offset_of_outputWindow_15() { return static_cast(offsetof(Inflater_t642114133, ___outputWindow_15)); } inline OutputWindow_t874853933 * get_outputWindow_15() const { return ___outputWindow_15; } inline OutputWindow_t874853933 ** get_address_of_outputWindow_15() { return &___outputWindow_15; } inline void set_outputWindow_15(OutputWindow_t874853933 * value) { ___outputWindow_15 = value; Il2CppCodeGenWriteBarrier((&___outputWindow_15), value); } inline static int32_t get_offset_of_dynHeader_16() { return static_cast(offsetof(Inflater_t642114133, ___dynHeader_16)); } inline InflaterDynHeader_t616422011 * get_dynHeader_16() const { return ___dynHeader_16; } inline InflaterDynHeader_t616422011 ** get_address_of_dynHeader_16() { return &___dynHeader_16; } inline void set_dynHeader_16(InflaterDynHeader_t616422011 * value) { ___dynHeader_16 = value; Il2CppCodeGenWriteBarrier((&___dynHeader_16), value); } inline static int32_t get_offset_of_litlenTree_17() { return static_cast(offsetof(Inflater_t642114133, ___litlenTree_17)); } inline InflaterHuffmanTree_t1978394600 * get_litlenTree_17() const { return ___litlenTree_17; } inline InflaterHuffmanTree_t1978394600 ** get_address_of_litlenTree_17() { return &___litlenTree_17; } inline void set_litlenTree_17(InflaterHuffmanTree_t1978394600 * value) { ___litlenTree_17 = value; Il2CppCodeGenWriteBarrier((&___litlenTree_17), value); } inline static int32_t get_offset_of_distTree_18() { return static_cast(offsetof(Inflater_t642114133, ___distTree_18)); } inline InflaterHuffmanTree_t1978394600 * get_distTree_18() const { return ___distTree_18; } inline InflaterHuffmanTree_t1978394600 ** get_address_of_distTree_18() { return &___distTree_18; } inline void set_distTree_18(InflaterHuffmanTree_t1978394600 * value) { ___distTree_18 = value; Il2CppCodeGenWriteBarrier((&___distTree_18), value); } inline static int32_t get_offset_of_adler_19() { return static_cast(offsetof(Inflater_t642114133, ___adler_19)); } inline Adler32_t2099134918 * get_adler_19() const { return ___adler_19; } inline Adler32_t2099134918 ** get_address_of_adler_19() { return &___adler_19; } inline void set_adler_19(Adler32_t2099134918 * value) { ___adler_19 = value; Il2CppCodeGenWriteBarrier((&___adler_19), value); } }; struct Inflater_t642114133_StaticFields { public: // System.Int32[] ICSharpCode.SharpZipLib.Zip.Compression.Inflater::CPLENS Int32U5BU5D_t385246372* ___CPLENS_0; // System.Int32[] ICSharpCode.SharpZipLib.Zip.Compression.Inflater::CPLEXT Int32U5BU5D_t385246372* ___CPLEXT_1; // System.Int32[] ICSharpCode.SharpZipLib.Zip.Compression.Inflater::CPDIST Int32U5BU5D_t385246372* ___CPDIST_2; // System.Int32[] ICSharpCode.SharpZipLib.Zip.Compression.Inflater::CPDEXT Int32U5BU5D_t385246372* ___CPDEXT_3; public: inline static int32_t get_offset_of_CPLENS_0() { return static_cast(offsetof(Inflater_t642114133_StaticFields, ___CPLENS_0)); } inline Int32U5BU5D_t385246372* get_CPLENS_0() const { return ___CPLENS_0; } inline Int32U5BU5D_t385246372** get_address_of_CPLENS_0() { return &___CPLENS_0; } inline void set_CPLENS_0(Int32U5BU5D_t385246372* value) { ___CPLENS_0 = value; Il2CppCodeGenWriteBarrier((&___CPLENS_0), value); } inline static int32_t get_offset_of_CPLEXT_1() { return static_cast(offsetof(Inflater_t642114133_StaticFields, ___CPLEXT_1)); } inline Int32U5BU5D_t385246372* get_CPLEXT_1() const { return ___CPLEXT_1; } inline Int32U5BU5D_t385246372** get_address_of_CPLEXT_1() { return &___CPLEXT_1; } inline void set_CPLEXT_1(Int32U5BU5D_t385246372* value) { ___CPLEXT_1 = value; Il2CppCodeGenWriteBarrier((&___CPLEXT_1), value); } inline static int32_t get_offset_of_CPDIST_2() { return static_cast(offsetof(Inflater_t642114133_StaticFields, ___CPDIST_2)); } inline Int32U5BU5D_t385246372* get_CPDIST_2() const { return ___CPDIST_2; } inline Int32U5BU5D_t385246372** get_address_of_CPDIST_2() { return &___CPDIST_2; } inline void set_CPDIST_2(Int32U5BU5D_t385246372* value) { ___CPDIST_2 = value; Il2CppCodeGenWriteBarrier((&___CPDIST_2), value); } inline static int32_t get_offset_of_CPDEXT_3() { return static_cast(offsetof(Inflater_t642114133_StaticFields, ___CPDEXT_3)); } inline Int32U5BU5D_t385246372* get_CPDEXT_3() const { return ___CPDEXT_3; } inline Int32U5BU5D_t385246372** get_address_of_CPDEXT_3() { return &___CPDEXT_3; } inline void set_CPDEXT_3(Int32U5BU5D_t385246372* value) { ___CPDEXT_3 = value; Il2CppCodeGenWriteBarrier((&___CPDEXT_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INFLATER_T642114133_H #ifndef CULTUREINFO_T4157843068_H #define CULTUREINFO_T4157843068_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CultureInfo struct CultureInfo_t4157843068 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_7; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_8; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_9; // System.Int32 System.Globalization.CultureInfo::specific_lcid int32_t ___specific_lcid_10; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_11; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_12; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_13; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t435877138 * ___numInfo_14; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t2405853701 * ___dateTimeInfo_15; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_t3810425522 * ___textInfo_16; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_17; // System.String System.Globalization.CultureInfo::displayname String_t* ___displayname_18; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_19; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_20; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_21; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_22; // System.String System.Globalization.CultureInfo::icu_name String_t* ___icu_name_23; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_24; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_25; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t1092934962 * ___compareInfo_26; // System.Int32* System.Globalization.CultureInfo::calendar_data int32_t* ___calendar_data_27; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_28; // System.Globalization.Calendar[] System.Globalization.CultureInfo::optional_calendars CalendarU5BU5D_t3985046076* ___optional_calendars_29; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t4157843068 * ___parent_culture_30; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_31; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t1661121569 * ___calendar_32; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_33; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_t4116647657* ___cached_serialized_form_34; public: inline static int32_t get_offset_of_m_isReadOnly_7() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_isReadOnly_7)); } inline bool get_m_isReadOnly_7() const { return ___m_isReadOnly_7; } inline bool* get_address_of_m_isReadOnly_7() { return &___m_isReadOnly_7; } inline void set_m_isReadOnly_7(bool value) { ___m_isReadOnly_7 = value; } inline static int32_t get_offset_of_cultureID_8() { return static_cast(offsetof(CultureInfo_t4157843068, ___cultureID_8)); } inline int32_t get_cultureID_8() const { return ___cultureID_8; } inline int32_t* get_address_of_cultureID_8() { return &___cultureID_8; } inline void set_cultureID_8(int32_t value) { ___cultureID_8 = value; } inline static int32_t get_offset_of_parent_lcid_9() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_lcid_9)); } inline int32_t get_parent_lcid_9() const { return ___parent_lcid_9; } inline int32_t* get_address_of_parent_lcid_9() { return &___parent_lcid_9; } inline void set_parent_lcid_9(int32_t value) { ___parent_lcid_9 = value; } inline static int32_t get_offset_of_specific_lcid_10() { return static_cast(offsetof(CultureInfo_t4157843068, ___specific_lcid_10)); } inline int32_t get_specific_lcid_10() const { return ___specific_lcid_10; } inline int32_t* get_address_of_specific_lcid_10() { return &___specific_lcid_10; } inline void set_specific_lcid_10(int32_t value) { ___specific_lcid_10 = value; } inline static int32_t get_offset_of_datetime_index_11() { return static_cast(offsetof(CultureInfo_t4157843068, ___datetime_index_11)); } inline int32_t get_datetime_index_11() const { return ___datetime_index_11; } inline int32_t* get_address_of_datetime_index_11() { return &___datetime_index_11; } inline void set_datetime_index_11(int32_t value) { ___datetime_index_11 = value; } inline static int32_t get_offset_of_number_index_12() { return static_cast(offsetof(CultureInfo_t4157843068, ___number_index_12)); } inline int32_t get_number_index_12() const { return ___number_index_12; } inline int32_t* get_address_of_number_index_12() { return &___number_index_12; } inline void set_number_index_12(int32_t value) { ___number_index_12 = value; } inline static int32_t get_offset_of_m_useUserOverride_13() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_useUserOverride_13)); } inline bool get_m_useUserOverride_13() const { return ___m_useUserOverride_13; } inline bool* get_address_of_m_useUserOverride_13() { return &___m_useUserOverride_13; } inline void set_m_useUserOverride_13(bool value) { ___m_useUserOverride_13 = value; } inline static int32_t get_offset_of_numInfo_14() { return static_cast(offsetof(CultureInfo_t4157843068, ___numInfo_14)); } inline NumberFormatInfo_t435877138 * get_numInfo_14() const { return ___numInfo_14; } inline NumberFormatInfo_t435877138 ** get_address_of_numInfo_14() { return &___numInfo_14; } inline void set_numInfo_14(NumberFormatInfo_t435877138 * value) { ___numInfo_14 = value; Il2CppCodeGenWriteBarrier((&___numInfo_14), value); } inline static int32_t get_offset_of_dateTimeInfo_15() { return static_cast(offsetof(CultureInfo_t4157843068, ___dateTimeInfo_15)); } inline DateTimeFormatInfo_t2405853701 * get_dateTimeInfo_15() const { return ___dateTimeInfo_15; } inline DateTimeFormatInfo_t2405853701 ** get_address_of_dateTimeInfo_15() { return &___dateTimeInfo_15; } inline void set_dateTimeInfo_15(DateTimeFormatInfo_t2405853701 * value) { ___dateTimeInfo_15 = value; Il2CppCodeGenWriteBarrier((&___dateTimeInfo_15), value); } inline static int32_t get_offset_of_textInfo_16() { return static_cast(offsetof(CultureInfo_t4157843068, ___textInfo_16)); } inline TextInfo_t3810425522 * get_textInfo_16() const { return ___textInfo_16; } inline TextInfo_t3810425522 ** get_address_of_textInfo_16() { return &___textInfo_16; } inline void set_textInfo_16(TextInfo_t3810425522 * value) { ___textInfo_16 = value; Il2CppCodeGenWriteBarrier((&___textInfo_16), value); } inline static int32_t get_offset_of_m_name_17() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_name_17)); } inline String_t* get_m_name_17() const { return ___m_name_17; } inline String_t** get_address_of_m_name_17() { return &___m_name_17; } inline void set_m_name_17(String_t* value) { ___m_name_17 = value; Il2CppCodeGenWriteBarrier((&___m_name_17), value); } inline static int32_t get_offset_of_displayname_18() { return static_cast(offsetof(CultureInfo_t4157843068, ___displayname_18)); } inline String_t* get_displayname_18() const { return ___displayname_18; } inline String_t** get_address_of_displayname_18() { return &___displayname_18; } inline void set_displayname_18(String_t* value) { ___displayname_18 = value; Il2CppCodeGenWriteBarrier((&___displayname_18), value); } inline static int32_t get_offset_of_englishname_19() { return static_cast(offsetof(CultureInfo_t4157843068, ___englishname_19)); } inline String_t* get_englishname_19() const { return ___englishname_19; } inline String_t** get_address_of_englishname_19() { return &___englishname_19; } inline void set_englishname_19(String_t* value) { ___englishname_19 = value; Il2CppCodeGenWriteBarrier((&___englishname_19), value); } inline static int32_t get_offset_of_nativename_20() { return static_cast(offsetof(CultureInfo_t4157843068, ___nativename_20)); } inline String_t* get_nativename_20() const { return ___nativename_20; } inline String_t** get_address_of_nativename_20() { return &___nativename_20; } inline void set_nativename_20(String_t* value) { ___nativename_20 = value; Il2CppCodeGenWriteBarrier((&___nativename_20), value); } inline static int32_t get_offset_of_iso3lang_21() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso3lang_21)); } inline String_t* get_iso3lang_21() const { return ___iso3lang_21; } inline String_t** get_address_of_iso3lang_21() { return &___iso3lang_21; } inline void set_iso3lang_21(String_t* value) { ___iso3lang_21 = value; Il2CppCodeGenWriteBarrier((&___iso3lang_21), value); } inline static int32_t get_offset_of_iso2lang_22() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso2lang_22)); } inline String_t* get_iso2lang_22() const { return ___iso2lang_22; } inline String_t** get_address_of_iso2lang_22() { return &___iso2lang_22; } inline void set_iso2lang_22(String_t* value) { ___iso2lang_22 = value; Il2CppCodeGenWriteBarrier((&___iso2lang_22), value); } inline static int32_t get_offset_of_icu_name_23() { return static_cast(offsetof(CultureInfo_t4157843068, ___icu_name_23)); } inline String_t* get_icu_name_23() const { return ___icu_name_23; } inline String_t** get_address_of_icu_name_23() { return &___icu_name_23; } inline void set_icu_name_23(String_t* value) { ___icu_name_23 = value; Il2CppCodeGenWriteBarrier((&___icu_name_23), value); } inline static int32_t get_offset_of_win3lang_24() { return static_cast(offsetof(CultureInfo_t4157843068, ___win3lang_24)); } inline String_t* get_win3lang_24() const { return ___win3lang_24; } inline String_t** get_address_of_win3lang_24() { return &___win3lang_24; } inline void set_win3lang_24(String_t* value) { ___win3lang_24 = value; Il2CppCodeGenWriteBarrier((&___win3lang_24), value); } inline static int32_t get_offset_of_territory_25() { return static_cast(offsetof(CultureInfo_t4157843068, ___territory_25)); } inline String_t* get_territory_25() const { return ___territory_25; } inline String_t** get_address_of_territory_25() { return &___territory_25; } inline void set_territory_25(String_t* value) { ___territory_25 = value; Il2CppCodeGenWriteBarrier((&___territory_25), value); } inline static int32_t get_offset_of_compareInfo_26() { return static_cast(offsetof(CultureInfo_t4157843068, ___compareInfo_26)); } inline CompareInfo_t1092934962 * get_compareInfo_26() const { return ___compareInfo_26; } inline CompareInfo_t1092934962 ** get_address_of_compareInfo_26() { return &___compareInfo_26; } inline void set_compareInfo_26(CompareInfo_t1092934962 * value) { ___compareInfo_26 = value; Il2CppCodeGenWriteBarrier((&___compareInfo_26), value); } inline static int32_t get_offset_of_calendar_data_27() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_data_27)); } inline int32_t* get_calendar_data_27() const { return ___calendar_data_27; } inline int32_t** get_address_of_calendar_data_27() { return &___calendar_data_27; } inline void set_calendar_data_27(int32_t* value) { ___calendar_data_27 = value; } inline static int32_t get_offset_of_textinfo_data_28() { return static_cast(offsetof(CultureInfo_t4157843068, ___textinfo_data_28)); } inline void* get_textinfo_data_28() const { return ___textinfo_data_28; } inline void** get_address_of_textinfo_data_28() { return &___textinfo_data_28; } inline void set_textinfo_data_28(void* value) { ___textinfo_data_28 = value; } inline static int32_t get_offset_of_optional_calendars_29() { return static_cast(offsetof(CultureInfo_t4157843068, ___optional_calendars_29)); } inline CalendarU5BU5D_t3985046076* get_optional_calendars_29() const { return ___optional_calendars_29; } inline CalendarU5BU5D_t3985046076** get_address_of_optional_calendars_29() { return &___optional_calendars_29; } inline void set_optional_calendars_29(CalendarU5BU5D_t3985046076* value) { ___optional_calendars_29 = value; Il2CppCodeGenWriteBarrier((&___optional_calendars_29), value); } inline static int32_t get_offset_of_parent_culture_30() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_culture_30)); } inline CultureInfo_t4157843068 * get_parent_culture_30() const { return ___parent_culture_30; } inline CultureInfo_t4157843068 ** get_address_of_parent_culture_30() { return &___parent_culture_30; } inline void set_parent_culture_30(CultureInfo_t4157843068 * value) { ___parent_culture_30 = value; Il2CppCodeGenWriteBarrier((&___parent_culture_30), value); } inline static int32_t get_offset_of_m_dataItem_31() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_dataItem_31)); } inline int32_t get_m_dataItem_31() const { return ___m_dataItem_31; } inline int32_t* get_address_of_m_dataItem_31() { return &___m_dataItem_31; } inline void set_m_dataItem_31(int32_t value) { ___m_dataItem_31 = value; } inline static int32_t get_offset_of_calendar_32() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_32)); } inline Calendar_t1661121569 * get_calendar_32() const { return ___calendar_32; } inline Calendar_t1661121569 ** get_address_of_calendar_32() { return &___calendar_32; } inline void set_calendar_32(Calendar_t1661121569 * value) { ___calendar_32 = value; Il2CppCodeGenWriteBarrier((&___calendar_32), value); } inline static int32_t get_offset_of_constructed_33() { return static_cast(offsetof(CultureInfo_t4157843068, ___constructed_33)); } inline bool get_constructed_33() const { return ___constructed_33; } inline bool* get_address_of_constructed_33() { return &___constructed_33; } inline void set_constructed_33(bool value) { ___constructed_33 = value; } inline static int32_t get_offset_of_cached_serialized_form_34() { return static_cast(offsetof(CultureInfo_t4157843068, ___cached_serialized_form_34)); } inline ByteU5BU5D_t4116647657* get_cached_serialized_form_34() const { return ___cached_serialized_form_34; } inline ByteU5BU5D_t4116647657** get_address_of_cached_serialized_form_34() { return &___cached_serialized_form_34; } inline void set_cached_serialized_form_34(ByteU5BU5D_t4116647657* value) { ___cached_serialized_form_34 = value; Il2CppCodeGenWriteBarrier((&___cached_serialized_form_34), value); } }; struct CultureInfo_t4157843068_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t4157843068 * ___invariant_culture_info_4; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_5; // System.Int32 System.Globalization.CultureInfo::BootstrapCultureID int32_t ___BootstrapCultureID_6; // System.String System.Globalization.CultureInfo::MSG_READONLY String_t* ___MSG_READONLY_35; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_number Hashtable_t1853889766 * ___shared_by_number_36; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_name Hashtable_t1853889766 * ___shared_by_name_37; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map19 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map19_38; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1A Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1A_39; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1B Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1B_40; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1C Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1C_41; public: inline static int32_t get_offset_of_invariant_culture_info_4() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___invariant_culture_info_4)); } inline CultureInfo_t4157843068 * get_invariant_culture_info_4() const { return ___invariant_culture_info_4; } inline CultureInfo_t4157843068 ** get_address_of_invariant_culture_info_4() { return &___invariant_culture_info_4; } inline void set_invariant_culture_info_4(CultureInfo_t4157843068 * value) { ___invariant_culture_info_4 = value; Il2CppCodeGenWriteBarrier((&___invariant_culture_info_4), value); } inline static int32_t get_offset_of_shared_table_lock_5() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_table_lock_5)); } inline RuntimeObject * get_shared_table_lock_5() const { return ___shared_table_lock_5; } inline RuntimeObject ** get_address_of_shared_table_lock_5() { return &___shared_table_lock_5; } inline void set_shared_table_lock_5(RuntimeObject * value) { ___shared_table_lock_5 = value; Il2CppCodeGenWriteBarrier((&___shared_table_lock_5), value); } inline static int32_t get_offset_of_BootstrapCultureID_6() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___BootstrapCultureID_6)); } inline int32_t get_BootstrapCultureID_6() const { return ___BootstrapCultureID_6; } inline int32_t* get_address_of_BootstrapCultureID_6() { return &___BootstrapCultureID_6; } inline void set_BootstrapCultureID_6(int32_t value) { ___BootstrapCultureID_6 = value; } inline static int32_t get_offset_of_MSG_READONLY_35() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___MSG_READONLY_35)); } inline String_t* get_MSG_READONLY_35() const { return ___MSG_READONLY_35; } inline String_t** get_address_of_MSG_READONLY_35() { return &___MSG_READONLY_35; } inline void set_MSG_READONLY_35(String_t* value) { ___MSG_READONLY_35 = value; Il2CppCodeGenWriteBarrier((&___MSG_READONLY_35), value); } inline static int32_t get_offset_of_shared_by_number_36() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_number_36)); } inline Hashtable_t1853889766 * get_shared_by_number_36() const { return ___shared_by_number_36; } inline Hashtable_t1853889766 ** get_address_of_shared_by_number_36() { return &___shared_by_number_36; } inline void set_shared_by_number_36(Hashtable_t1853889766 * value) { ___shared_by_number_36 = value; Il2CppCodeGenWriteBarrier((&___shared_by_number_36), value); } inline static int32_t get_offset_of_shared_by_name_37() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_name_37)); } inline Hashtable_t1853889766 * get_shared_by_name_37() const { return ___shared_by_name_37; } inline Hashtable_t1853889766 ** get_address_of_shared_by_name_37() { return &___shared_by_name_37; } inline void set_shared_by_name_37(Hashtable_t1853889766 * value) { ___shared_by_name_37 = value; Il2CppCodeGenWriteBarrier((&___shared_by_name_37), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map19_38() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map19_38)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map19_38() const { return ___U3CU3Ef__switchU24map19_38; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map19_38() { return &___U3CU3Ef__switchU24map19_38; } inline void set_U3CU3Ef__switchU24map19_38(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map19_38 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map19_38), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1A_39() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1A_39)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1A_39() const { return ___U3CU3Ef__switchU24map1A_39; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1A_39() { return &___U3CU3Ef__switchU24map1A_39; } inline void set_U3CU3Ef__switchU24map1A_39(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1A_39 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1A_39), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1B_40() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1B_40)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1B_40() const { return ___U3CU3Ef__switchU24map1B_40; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1B_40() { return &___U3CU3Ef__switchU24map1B_40; } inline void set_U3CU3Ef__switchU24map1B_40(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1B_40 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1B_40), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1C_41() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1C_41)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1C_41() const { return ___U3CU3Ef__switchU24map1C_41; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1C_41() { return &___U3CU3Ef__switchU24map1C_41; } inline void set_U3CU3Ef__switchU24map1C_41(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1C_41 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1C_41), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CULTUREINFO_T4157843068_H #ifndef ZIPEXTRADATA_T3545003289_H #define ZIPEXTRADATA_T3545003289_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.ZipExtraData struct ZipExtraData_t3545003289 : public RuntimeObject { public: // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::_index int32_t ____index_0; // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::_readValueStart int32_t ____readValueStart_1; // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::_readValueLength int32_t ____readValueLength_2; // System.IO.MemoryStream ICSharpCode.SharpZipLib.Zip.ZipExtraData::_newEntry MemoryStream_t94973147 * ____newEntry_3; // System.Byte[] ICSharpCode.SharpZipLib.Zip.ZipExtraData::_data ByteU5BU5D_t4116647657* ____data_4; public: inline static int32_t get_offset_of__index_0() { return static_cast(offsetof(ZipExtraData_t3545003289, ____index_0)); } inline int32_t get__index_0() const { return ____index_0; } inline int32_t* get_address_of__index_0() { return &____index_0; } inline void set__index_0(int32_t value) { ____index_0 = value; } inline static int32_t get_offset_of__readValueStart_1() { return static_cast(offsetof(ZipExtraData_t3545003289, ____readValueStart_1)); } inline int32_t get__readValueStart_1() const { return ____readValueStart_1; } inline int32_t* get_address_of__readValueStart_1() { return &____readValueStart_1; } inline void set__readValueStart_1(int32_t value) { ____readValueStart_1 = value; } inline static int32_t get_offset_of__readValueLength_2() { return static_cast(offsetof(ZipExtraData_t3545003289, ____readValueLength_2)); } inline int32_t get__readValueLength_2() const { return ____readValueLength_2; } inline int32_t* get_address_of__readValueLength_2() { return &____readValueLength_2; } inline void set__readValueLength_2(int32_t value) { ____readValueLength_2 = value; } inline static int32_t get_offset_of__newEntry_3() { return static_cast(offsetof(ZipExtraData_t3545003289, ____newEntry_3)); } inline MemoryStream_t94973147 * get__newEntry_3() const { return ____newEntry_3; } inline MemoryStream_t94973147 ** get_address_of__newEntry_3() { return &____newEntry_3; } inline void set__newEntry_3(MemoryStream_t94973147 * value) { ____newEntry_3 = value; Il2CppCodeGenWriteBarrier((&____newEntry_3), value); } inline static int32_t get_offset_of__data_4() { return static_cast(offsetof(ZipExtraData_t3545003289, ____data_4)); } inline ByteU5BU5D_t4116647657* get__data_4() const { return ____data_4; } inline ByteU5BU5D_t4116647657** get_address_of__data_4() { return &____data_4; } inline void set__data_4(ByteU5BU5D_t4116647657* value) { ____data_4 = value; Il2CppCodeGenWriteBarrier((&____data_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ZIPEXTRADATA_T3545003289_H #ifndef ZIPENTRYENUMERATOR_T320967600_H #define ZIPENTRYENUMERATOR_T320967600_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.ZipFile/ZipEntryEnumerator struct ZipEntryEnumerator_t320967600 : public RuntimeObject { public: // ICSharpCode.SharpZipLib.Zip.ZipEntry[] ICSharpCode.SharpZipLib.Zip.ZipFile/ZipEntryEnumerator::array ZipEntryU5BU5D_t2637723858* ___array_0; // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipFile/ZipEntryEnumerator::index int32_t ___index_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(ZipEntryEnumerator_t320967600, ___array_0)); } inline ZipEntryU5BU5D_t2637723858* get_array_0() const { return ___array_0; } inline ZipEntryU5BU5D_t2637723858** get_address_of_array_0() { return &___array_0; } inline void set_array_0(ZipEntryU5BU5D_t2637723858* value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(ZipEntryEnumerator_t320967600, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ZIPENTRYENUMERATOR_T320967600_H #ifndef HASHTABLE_T1853889766_H #define HASHTABLE_T1853889766_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Hashtable struct Hashtable_t1853889766 : public RuntimeObject { public: // System.Int32 System.Collections.Hashtable::inUse int32_t ___inUse_1; // System.Int32 System.Collections.Hashtable::modificationCount int32_t ___modificationCount_2; // System.Single System.Collections.Hashtable::loadFactor float ___loadFactor_3; // System.Collections.Hashtable/Slot[] System.Collections.Hashtable::table SlotU5BU5D_t2994659099* ___table_4; // System.Int32[] System.Collections.Hashtable::hashes Int32U5BU5D_t385246372* ___hashes_5; // System.Int32 System.Collections.Hashtable::threshold int32_t ___threshold_6; // System.Collections.Hashtable/HashKeys System.Collections.Hashtable::hashKeys HashKeys_t1568156503 * ___hashKeys_7; // System.Collections.Hashtable/HashValues System.Collections.Hashtable::hashValues HashValues_t618387445 * ___hashValues_8; // System.Collections.IHashCodeProvider System.Collections.Hashtable::hcpRef RuntimeObject* ___hcpRef_9; // System.Collections.IComparer System.Collections.Hashtable::comparerRef RuntimeObject* ___comparerRef_10; // System.Runtime.Serialization.SerializationInfo System.Collections.Hashtable::serializationInfo SerializationInfo_t950877179 * ___serializationInfo_11; // System.Collections.IEqualityComparer System.Collections.Hashtable::equalityComparer RuntimeObject* ___equalityComparer_12; public: inline static int32_t get_offset_of_inUse_1() { return static_cast(offsetof(Hashtable_t1853889766, ___inUse_1)); } inline int32_t get_inUse_1() const { return ___inUse_1; } inline int32_t* get_address_of_inUse_1() { return &___inUse_1; } inline void set_inUse_1(int32_t value) { ___inUse_1 = value; } inline static int32_t get_offset_of_modificationCount_2() { return static_cast(offsetof(Hashtable_t1853889766, ___modificationCount_2)); } inline int32_t get_modificationCount_2() const { return ___modificationCount_2; } inline int32_t* get_address_of_modificationCount_2() { return &___modificationCount_2; } inline void set_modificationCount_2(int32_t value) { ___modificationCount_2 = value; } inline static int32_t get_offset_of_loadFactor_3() { return static_cast(offsetof(Hashtable_t1853889766, ___loadFactor_3)); } inline float get_loadFactor_3() const { return ___loadFactor_3; } inline float* get_address_of_loadFactor_3() { return &___loadFactor_3; } inline void set_loadFactor_3(float value) { ___loadFactor_3 = value; } inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Hashtable_t1853889766, ___table_4)); } inline SlotU5BU5D_t2994659099* get_table_4() const { return ___table_4; } inline SlotU5BU5D_t2994659099** get_address_of_table_4() { return &___table_4; } inline void set_table_4(SlotU5BU5D_t2994659099* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_hashes_5() { return static_cast(offsetof(Hashtable_t1853889766, ___hashes_5)); } inline Int32U5BU5D_t385246372* get_hashes_5() const { return ___hashes_5; } inline Int32U5BU5D_t385246372** get_address_of_hashes_5() { return &___hashes_5; } inline void set_hashes_5(Int32U5BU5D_t385246372* value) { ___hashes_5 = value; Il2CppCodeGenWriteBarrier((&___hashes_5), value); } inline static int32_t get_offset_of_threshold_6() { return static_cast(offsetof(Hashtable_t1853889766, ___threshold_6)); } inline int32_t get_threshold_6() const { return ___threshold_6; } inline int32_t* get_address_of_threshold_6() { return &___threshold_6; } inline void set_threshold_6(int32_t value) { ___threshold_6 = value; } inline static int32_t get_offset_of_hashKeys_7() { return static_cast(offsetof(Hashtable_t1853889766, ___hashKeys_7)); } inline HashKeys_t1568156503 * get_hashKeys_7() const { return ___hashKeys_7; } inline HashKeys_t1568156503 ** get_address_of_hashKeys_7() { return &___hashKeys_7; } inline void set_hashKeys_7(HashKeys_t1568156503 * value) { ___hashKeys_7 = value; Il2CppCodeGenWriteBarrier((&___hashKeys_7), value); } inline static int32_t get_offset_of_hashValues_8() { return static_cast(offsetof(Hashtable_t1853889766, ___hashValues_8)); } inline HashValues_t618387445 * get_hashValues_8() const { return ___hashValues_8; } inline HashValues_t618387445 ** get_address_of_hashValues_8() { return &___hashValues_8; } inline void set_hashValues_8(HashValues_t618387445 * value) { ___hashValues_8 = value; Il2CppCodeGenWriteBarrier((&___hashValues_8), value); } inline static int32_t get_offset_of_hcpRef_9() { return static_cast(offsetof(Hashtable_t1853889766, ___hcpRef_9)); } inline RuntimeObject* get_hcpRef_9() const { return ___hcpRef_9; } inline RuntimeObject** get_address_of_hcpRef_9() { return &___hcpRef_9; } inline void set_hcpRef_9(RuntimeObject* value) { ___hcpRef_9 = value; Il2CppCodeGenWriteBarrier((&___hcpRef_9), value); } inline static int32_t get_offset_of_comparerRef_10() { return static_cast(offsetof(Hashtable_t1853889766, ___comparerRef_10)); } inline RuntimeObject* get_comparerRef_10() const { return ___comparerRef_10; } inline RuntimeObject** get_address_of_comparerRef_10() { return &___comparerRef_10; } inline void set_comparerRef_10(RuntimeObject* value) { ___comparerRef_10 = value; Il2CppCodeGenWriteBarrier((&___comparerRef_10), value); } inline static int32_t get_offset_of_serializationInfo_11() { return static_cast(offsetof(Hashtable_t1853889766, ___serializationInfo_11)); } inline SerializationInfo_t950877179 * get_serializationInfo_11() const { return ___serializationInfo_11; } inline SerializationInfo_t950877179 ** get_address_of_serializationInfo_11() { return &___serializationInfo_11; } inline void set_serializationInfo_11(SerializationInfo_t950877179 * value) { ___serializationInfo_11 = value; Il2CppCodeGenWriteBarrier((&___serializationInfo_11), value); } inline static int32_t get_offset_of_equalityComparer_12() { return static_cast(offsetof(Hashtable_t1853889766, ___equalityComparer_12)); } inline RuntimeObject* get_equalityComparer_12() const { return ___equalityComparer_12; } inline RuntimeObject** get_address_of_equalityComparer_12() { return &___equalityComparer_12; } inline void set_equalityComparer_12(RuntimeObject* value) { ___equalityComparer_12 = value; Il2CppCodeGenWriteBarrier((&___equalityComparer_12), value); } }; struct Hashtable_t1853889766_StaticFields { public: // System.Int32[] System.Collections.Hashtable::primeTbl Int32U5BU5D_t385246372* ___primeTbl_13; public: inline static int32_t get_offset_of_primeTbl_13() { return static_cast(offsetof(Hashtable_t1853889766_StaticFields, ___primeTbl_13)); } inline Int32U5BU5D_t385246372* get_primeTbl_13() const { return ___primeTbl_13; } inline Int32U5BU5D_t385246372** get_address_of_primeTbl_13() { return &___primeTbl_13; } inline void set_primeTbl_13(Int32U5BU5D_t385246372* value) { ___primeTbl_13 = value; Il2CppCodeGenWriteBarrier((&___primeTbl_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHTABLE_T1853889766_H #ifndef VALUETYPE_T3640485471_H #define VALUETYPE_T3640485471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ValueType struct ValueType_t3640485471 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t3640485471_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t3640485471_marshaled_com { }; #endif // VALUETYPE_T3640485471_H #ifndef MEMBERINFO_T_H #define MEMBERINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERINFO_T_H #ifndef MARSHALBYREFOBJECT_T2760389100_H #define MARSHALBYREFOBJECT_T2760389100_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MarshalByRefObject struct MarshalByRefObject_t2760389100 : public RuntimeObject { public: // System.Runtime.Remoting.ServerIdentity System.MarshalByRefObject::_identity ServerIdentity_t2342208608 * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_t2760389100, ____identity_0)); } inline ServerIdentity_t2342208608 * get__identity_0() const { return ____identity_0; } inline ServerIdentity_t2342208608 ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(ServerIdentity_t2342208608 * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((&____identity_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MARSHALBYREFOBJECT_T2760389100_H #ifndef CRITICALFINALIZEROBJECT_T701527852_H #define CRITICALFINALIZEROBJECT_T701527852_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_t701527852 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRITICALFINALIZEROBJECT_T701527852_H #ifndef ENCODING_T1523322056_H #define ENCODING_T1523322056_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.Encoding struct Encoding_t1523322056 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::codePage int32_t ___codePage_0; // System.Int32 System.Text.Encoding::windows_code_page int32_t ___windows_code_page_1; // System.Boolean System.Text.Encoding::is_readonly bool ___is_readonly_2; // System.Text.DecoderFallback System.Text.Encoding::decoder_fallback DecoderFallback_t3123823036 * ___decoder_fallback_3; // System.Text.EncoderFallback System.Text.Encoding::encoder_fallback EncoderFallback_t1188251036 * ___encoder_fallback_4; // System.String System.Text.Encoding::body_name String_t* ___body_name_8; // System.String System.Text.Encoding::encoding_name String_t* ___encoding_name_9; // System.String System.Text.Encoding::header_name String_t* ___header_name_10; // System.Boolean System.Text.Encoding::is_mail_news_display bool ___is_mail_news_display_11; // System.Boolean System.Text.Encoding::is_mail_news_save bool ___is_mail_news_save_12; // System.Boolean System.Text.Encoding::is_browser_save bool ___is_browser_save_13; // System.Boolean System.Text.Encoding::is_browser_display bool ___is_browser_display_14; // System.String System.Text.Encoding::web_name String_t* ___web_name_15; public: inline static int32_t get_offset_of_codePage_0() { return static_cast(offsetof(Encoding_t1523322056, ___codePage_0)); } inline int32_t get_codePage_0() const { return ___codePage_0; } inline int32_t* get_address_of_codePage_0() { return &___codePage_0; } inline void set_codePage_0(int32_t value) { ___codePage_0 = value; } inline static int32_t get_offset_of_windows_code_page_1() { return static_cast(offsetof(Encoding_t1523322056, ___windows_code_page_1)); } inline int32_t get_windows_code_page_1() const { return ___windows_code_page_1; } inline int32_t* get_address_of_windows_code_page_1() { return &___windows_code_page_1; } inline void set_windows_code_page_1(int32_t value) { ___windows_code_page_1 = value; } inline static int32_t get_offset_of_is_readonly_2() { return static_cast(offsetof(Encoding_t1523322056, ___is_readonly_2)); } inline bool get_is_readonly_2() const { return ___is_readonly_2; } inline bool* get_address_of_is_readonly_2() { return &___is_readonly_2; } inline void set_is_readonly_2(bool value) { ___is_readonly_2 = value; } inline static int32_t get_offset_of_decoder_fallback_3() { return static_cast(offsetof(Encoding_t1523322056, ___decoder_fallback_3)); } inline DecoderFallback_t3123823036 * get_decoder_fallback_3() const { return ___decoder_fallback_3; } inline DecoderFallback_t3123823036 ** get_address_of_decoder_fallback_3() { return &___decoder_fallback_3; } inline void set_decoder_fallback_3(DecoderFallback_t3123823036 * value) { ___decoder_fallback_3 = value; Il2CppCodeGenWriteBarrier((&___decoder_fallback_3), value); } inline static int32_t get_offset_of_encoder_fallback_4() { return static_cast(offsetof(Encoding_t1523322056, ___encoder_fallback_4)); } inline EncoderFallback_t1188251036 * get_encoder_fallback_4() const { return ___encoder_fallback_4; } inline EncoderFallback_t1188251036 ** get_address_of_encoder_fallback_4() { return &___encoder_fallback_4; } inline void set_encoder_fallback_4(EncoderFallback_t1188251036 * value) { ___encoder_fallback_4 = value; Il2CppCodeGenWriteBarrier((&___encoder_fallback_4), value); } inline static int32_t get_offset_of_body_name_8() { return static_cast(offsetof(Encoding_t1523322056, ___body_name_8)); } inline String_t* get_body_name_8() const { return ___body_name_8; } inline String_t** get_address_of_body_name_8() { return &___body_name_8; } inline void set_body_name_8(String_t* value) { ___body_name_8 = value; Il2CppCodeGenWriteBarrier((&___body_name_8), value); } inline static int32_t get_offset_of_encoding_name_9() { return static_cast(offsetof(Encoding_t1523322056, ___encoding_name_9)); } inline String_t* get_encoding_name_9() const { return ___encoding_name_9; } inline String_t** get_address_of_encoding_name_9() { return &___encoding_name_9; } inline void set_encoding_name_9(String_t* value) { ___encoding_name_9 = value; Il2CppCodeGenWriteBarrier((&___encoding_name_9), value); } inline static int32_t get_offset_of_header_name_10() { return static_cast(offsetof(Encoding_t1523322056, ___header_name_10)); } inline String_t* get_header_name_10() const { return ___header_name_10; } inline String_t** get_address_of_header_name_10() { return &___header_name_10; } inline void set_header_name_10(String_t* value) { ___header_name_10 = value; Il2CppCodeGenWriteBarrier((&___header_name_10), value); } inline static int32_t get_offset_of_is_mail_news_display_11() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_display_11)); } inline bool get_is_mail_news_display_11() const { return ___is_mail_news_display_11; } inline bool* get_address_of_is_mail_news_display_11() { return &___is_mail_news_display_11; } inline void set_is_mail_news_display_11(bool value) { ___is_mail_news_display_11 = value; } inline static int32_t get_offset_of_is_mail_news_save_12() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_save_12)); } inline bool get_is_mail_news_save_12() const { return ___is_mail_news_save_12; } inline bool* get_address_of_is_mail_news_save_12() { return &___is_mail_news_save_12; } inline void set_is_mail_news_save_12(bool value) { ___is_mail_news_save_12 = value; } inline static int32_t get_offset_of_is_browser_save_13() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_save_13)); } inline bool get_is_browser_save_13() const { return ___is_browser_save_13; } inline bool* get_address_of_is_browser_save_13() { return &___is_browser_save_13; } inline void set_is_browser_save_13(bool value) { ___is_browser_save_13 = value; } inline static int32_t get_offset_of_is_browser_display_14() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_display_14)); } inline bool get_is_browser_display_14() const { return ___is_browser_display_14; } inline bool* get_address_of_is_browser_display_14() { return &___is_browser_display_14; } inline void set_is_browser_display_14(bool value) { ___is_browser_display_14 = value; } inline static int32_t get_offset_of_web_name_15() { return static_cast(offsetof(Encoding_t1523322056, ___web_name_15)); } inline String_t* get_web_name_15() const { return ___web_name_15; } inline String_t** get_address_of_web_name_15() { return &___web_name_15; } inline void set_web_name_15(String_t* value) { ___web_name_15 = value; Il2CppCodeGenWriteBarrier((&___web_name_15), value); } }; struct Encoding_t1523322056_StaticFields { public: // System.Reflection.Assembly System.Text.Encoding::i18nAssembly Assembly_t * ___i18nAssembly_5; // System.Boolean System.Text.Encoding::i18nDisabled bool ___i18nDisabled_6; // System.Object[] System.Text.Encoding::encodings ObjectU5BU5D_t2843939325* ___encodings_7; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_t1523322056 * ___asciiEncoding_16; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianEncoding Encoding_t1523322056 * ___bigEndianEncoding_17; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_t1523322056 * ___defaultEncoding_18; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_t1523322056 * ___utf7Encoding_19; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithMarkers Encoding_t1523322056 * ___utf8EncodingWithMarkers_20; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithoutMarkers Encoding_t1523322056 * ___utf8EncodingWithoutMarkers_21; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_t1523322056 * ___unicodeEncoding_22; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::isoLatin1Encoding Encoding_t1523322056 * ___isoLatin1Encoding_23; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingUnsafe Encoding_t1523322056 * ___utf8EncodingUnsafe_24; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_t1523322056 * ___utf32Encoding_25; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUTF32Encoding Encoding_t1523322056 * ___bigEndianUTF32Encoding_26; // System.Object System.Text.Encoding::lockobj RuntimeObject * ___lockobj_27; public: inline static int32_t get_offset_of_i18nAssembly_5() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nAssembly_5)); } inline Assembly_t * get_i18nAssembly_5() const { return ___i18nAssembly_5; } inline Assembly_t ** get_address_of_i18nAssembly_5() { return &___i18nAssembly_5; } inline void set_i18nAssembly_5(Assembly_t * value) { ___i18nAssembly_5 = value; Il2CppCodeGenWriteBarrier((&___i18nAssembly_5), value); } inline static int32_t get_offset_of_i18nDisabled_6() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nDisabled_6)); } inline bool get_i18nDisabled_6() const { return ___i18nDisabled_6; } inline bool* get_address_of_i18nDisabled_6() { return &___i18nDisabled_6; } inline void set_i18nDisabled_6(bool value) { ___i18nDisabled_6 = value; } inline static int32_t get_offset_of_encodings_7() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___encodings_7)); } inline ObjectU5BU5D_t2843939325* get_encodings_7() const { return ___encodings_7; } inline ObjectU5BU5D_t2843939325** get_address_of_encodings_7() { return &___encodings_7; } inline void set_encodings_7(ObjectU5BU5D_t2843939325* value) { ___encodings_7 = value; Il2CppCodeGenWriteBarrier((&___encodings_7), value); } inline static int32_t get_offset_of_asciiEncoding_16() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___asciiEncoding_16)); } inline Encoding_t1523322056 * get_asciiEncoding_16() const { return ___asciiEncoding_16; } inline Encoding_t1523322056 ** get_address_of_asciiEncoding_16() { return &___asciiEncoding_16; } inline void set_asciiEncoding_16(Encoding_t1523322056 * value) { ___asciiEncoding_16 = value; Il2CppCodeGenWriteBarrier((&___asciiEncoding_16), value); } inline static int32_t get_offset_of_bigEndianEncoding_17() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianEncoding_17)); } inline Encoding_t1523322056 * get_bigEndianEncoding_17() const { return ___bigEndianEncoding_17; } inline Encoding_t1523322056 ** get_address_of_bigEndianEncoding_17() { return &___bigEndianEncoding_17; } inline void set_bigEndianEncoding_17(Encoding_t1523322056 * value) { ___bigEndianEncoding_17 = value; Il2CppCodeGenWriteBarrier((&___bigEndianEncoding_17), value); } inline static int32_t get_offset_of_defaultEncoding_18() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___defaultEncoding_18)); } inline Encoding_t1523322056 * get_defaultEncoding_18() const { return ___defaultEncoding_18; } inline Encoding_t1523322056 ** get_address_of_defaultEncoding_18() { return &___defaultEncoding_18; } inline void set_defaultEncoding_18(Encoding_t1523322056 * value) { ___defaultEncoding_18 = value; Il2CppCodeGenWriteBarrier((&___defaultEncoding_18), value); } inline static int32_t get_offset_of_utf7Encoding_19() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf7Encoding_19)); } inline Encoding_t1523322056 * get_utf7Encoding_19() const { return ___utf7Encoding_19; } inline Encoding_t1523322056 ** get_address_of_utf7Encoding_19() { return &___utf7Encoding_19; } inline void set_utf7Encoding_19(Encoding_t1523322056 * value) { ___utf7Encoding_19 = value; Il2CppCodeGenWriteBarrier((&___utf7Encoding_19), value); } inline static int32_t get_offset_of_utf8EncodingWithMarkers_20() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithMarkers_20)); } inline Encoding_t1523322056 * get_utf8EncodingWithMarkers_20() const { return ___utf8EncodingWithMarkers_20; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithMarkers_20() { return &___utf8EncodingWithMarkers_20; } inline void set_utf8EncodingWithMarkers_20(Encoding_t1523322056 * value) { ___utf8EncodingWithMarkers_20 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithMarkers_20), value); } inline static int32_t get_offset_of_utf8EncodingWithoutMarkers_21() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithoutMarkers_21)); } inline Encoding_t1523322056 * get_utf8EncodingWithoutMarkers_21() const { return ___utf8EncodingWithoutMarkers_21; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithoutMarkers_21() { return &___utf8EncodingWithoutMarkers_21; } inline void set_utf8EncodingWithoutMarkers_21(Encoding_t1523322056 * value) { ___utf8EncodingWithoutMarkers_21 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithoutMarkers_21), value); } inline static int32_t get_offset_of_unicodeEncoding_22() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___unicodeEncoding_22)); } inline Encoding_t1523322056 * get_unicodeEncoding_22() const { return ___unicodeEncoding_22; } inline Encoding_t1523322056 ** get_address_of_unicodeEncoding_22() { return &___unicodeEncoding_22; } inline void set_unicodeEncoding_22(Encoding_t1523322056 * value) { ___unicodeEncoding_22 = value; Il2CppCodeGenWriteBarrier((&___unicodeEncoding_22), value); } inline static int32_t get_offset_of_isoLatin1Encoding_23() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___isoLatin1Encoding_23)); } inline Encoding_t1523322056 * get_isoLatin1Encoding_23() const { return ___isoLatin1Encoding_23; } inline Encoding_t1523322056 ** get_address_of_isoLatin1Encoding_23() { return &___isoLatin1Encoding_23; } inline void set_isoLatin1Encoding_23(Encoding_t1523322056 * value) { ___isoLatin1Encoding_23 = value; Il2CppCodeGenWriteBarrier((&___isoLatin1Encoding_23), value); } inline static int32_t get_offset_of_utf8EncodingUnsafe_24() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingUnsafe_24)); } inline Encoding_t1523322056 * get_utf8EncodingUnsafe_24() const { return ___utf8EncodingUnsafe_24; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingUnsafe_24() { return &___utf8EncodingUnsafe_24; } inline void set_utf8EncodingUnsafe_24(Encoding_t1523322056 * value) { ___utf8EncodingUnsafe_24 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingUnsafe_24), value); } inline static int32_t get_offset_of_utf32Encoding_25() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf32Encoding_25)); } inline Encoding_t1523322056 * get_utf32Encoding_25() const { return ___utf32Encoding_25; } inline Encoding_t1523322056 ** get_address_of_utf32Encoding_25() { return &___utf32Encoding_25; } inline void set_utf32Encoding_25(Encoding_t1523322056 * value) { ___utf32Encoding_25 = value; Il2CppCodeGenWriteBarrier((&___utf32Encoding_25), value); } inline static int32_t get_offset_of_bigEndianUTF32Encoding_26() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianUTF32Encoding_26)); } inline Encoding_t1523322056 * get_bigEndianUTF32Encoding_26() const { return ___bigEndianUTF32Encoding_26; } inline Encoding_t1523322056 ** get_address_of_bigEndianUTF32Encoding_26() { return &___bigEndianUTF32Encoding_26; } inline void set_bigEndianUTF32Encoding_26(Encoding_t1523322056 * value) { ___bigEndianUTF32Encoding_26 = value; Il2CppCodeGenWriteBarrier((&___bigEndianUTF32Encoding_26), value); } inline static int32_t get_offset_of_lockobj_27() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___lockobj_27)); } inline RuntimeObject * get_lockobj_27() const { return ___lockobj_27; } inline RuntimeObject ** get_address_of_lockobj_27() { return &___lockobj_27; } inline void set_lockobj_27(RuntimeObject * value) { ___lockobj_27 = value; Il2CppCodeGenWriteBarrier((&___lockobj_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENCODING_T1523322056_H #ifndef STREAMMANIPULATOR_T4201143916_H #define STREAMMANIPULATOR_T4201143916_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator struct StreamManipulator_t4201143916 : public RuntimeObject { public: // System.Byte[] ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator::window_ ByteU5BU5D_t4116647657* ___window__0; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator::windowStart_ int32_t ___windowStart__1; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator::windowEnd_ int32_t ___windowEnd__2; // System.UInt32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator::buffer_ uint32_t ___buffer__3; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator::bitsInBuffer_ int32_t ___bitsInBuffer__4; public: inline static int32_t get_offset_of_window__0() { return static_cast(offsetof(StreamManipulator_t4201143916, ___window__0)); } inline ByteU5BU5D_t4116647657* get_window__0() const { return ___window__0; } inline ByteU5BU5D_t4116647657** get_address_of_window__0() { return &___window__0; } inline void set_window__0(ByteU5BU5D_t4116647657* value) { ___window__0 = value; Il2CppCodeGenWriteBarrier((&___window__0), value); } inline static int32_t get_offset_of_windowStart__1() { return static_cast(offsetof(StreamManipulator_t4201143916, ___windowStart__1)); } inline int32_t get_windowStart__1() const { return ___windowStart__1; } inline int32_t* get_address_of_windowStart__1() { return &___windowStart__1; } inline void set_windowStart__1(int32_t value) { ___windowStart__1 = value; } inline static int32_t get_offset_of_windowEnd__2() { return static_cast(offsetof(StreamManipulator_t4201143916, ___windowEnd__2)); } inline int32_t get_windowEnd__2() const { return ___windowEnd__2; } inline int32_t* get_address_of_windowEnd__2() { return &___windowEnd__2; } inline void set_windowEnd__2(int32_t value) { ___windowEnd__2 = value; } inline static int32_t get_offset_of_buffer__3() { return static_cast(offsetof(StreamManipulator_t4201143916, ___buffer__3)); } inline uint32_t get_buffer__3() const { return ___buffer__3; } inline uint32_t* get_address_of_buffer__3() { return &___buffer__3; } inline void set_buffer__3(uint32_t value) { ___buffer__3 = value; } inline static int32_t get_offset_of_bitsInBuffer__4() { return static_cast(offsetof(StreamManipulator_t4201143916, ___bitsInBuffer__4)); } inline int32_t get_bitsInBuffer__4() const { return ___bitsInBuffer__4; } inline int32_t* get_address_of_bitsInBuffer__4() { return &___bitsInBuffer__4; } inline void set_bitsInBuffer__4(int32_t value) { ___bitsInBuffer__4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMMANIPULATOR_T4201143916_H #ifndef OUTPUTWINDOW_T874853933_H #define OUTPUTWINDOW_T874853933_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.Compression.Streams.OutputWindow struct OutputWindow_t874853933 : public RuntimeObject { public: // System.Byte[] ICSharpCode.SharpZipLib.Zip.Compression.Streams.OutputWindow::window ByteU5BU5D_t4116647657* ___window_0; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.OutputWindow::windowEnd int32_t ___windowEnd_1; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.OutputWindow::windowFilled int32_t ___windowFilled_2; public: inline static int32_t get_offset_of_window_0() { return static_cast(offsetof(OutputWindow_t874853933, ___window_0)); } inline ByteU5BU5D_t4116647657* get_window_0() const { return ___window_0; } inline ByteU5BU5D_t4116647657** get_address_of_window_0() { return &___window_0; } inline void set_window_0(ByteU5BU5D_t4116647657* value) { ___window_0 = value; Il2CppCodeGenWriteBarrier((&___window_0), value); } inline static int32_t get_offset_of_windowEnd_1() { return static_cast(offsetof(OutputWindow_t874853933, ___windowEnd_1)); } inline int32_t get_windowEnd_1() const { return ___windowEnd_1; } inline int32_t* get_address_of_windowEnd_1() { return &___windowEnd_1; } inline void set_windowEnd_1(int32_t value) { ___windowEnd_1 = value; } inline static int32_t get_offset_of_windowFilled_2() { return static_cast(offsetof(OutputWindow_t874853933, ___windowFilled_2)); } inline int32_t get_windowFilled_2() const { return ___windowFilled_2; } inline int32_t* get_address_of_windowFilled_2() { return &___windowFilled_2; } inline void set_windowFilled_2(int32_t value) { ___windowFilled_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OUTPUTWINDOW_T874853933_H #ifndef INFLATERHUFFMANTREE_T1978394600_H #define INFLATERHUFFMANTREE_T1978394600_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree struct InflaterHuffmanTree_t1978394600 : public RuntimeObject { public: // System.Int16[] ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree::tree Int16U5BU5D_t3686840178* ___tree_0; public: inline static int32_t get_offset_of_tree_0() { return static_cast(offsetof(InflaterHuffmanTree_t1978394600, ___tree_0)); } inline Int16U5BU5D_t3686840178* get_tree_0() const { return ___tree_0; } inline Int16U5BU5D_t3686840178** get_address_of_tree_0() { return &___tree_0; } inline void set_tree_0(Int16U5BU5D_t3686840178* value) { ___tree_0 = value; Il2CppCodeGenWriteBarrier((&___tree_0), value); } }; struct InflaterHuffmanTree_t1978394600_StaticFields { public: // ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree::defLitLenTree InflaterHuffmanTree_t1978394600 * ___defLitLenTree_1; // ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree::defDistTree InflaterHuffmanTree_t1978394600 * ___defDistTree_2; public: inline static int32_t get_offset_of_defLitLenTree_1() { return static_cast(offsetof(InflaterHuffmanTree_t1978394600_StaticFields, ___defLitLenTree_1)); } inline InflaterHuffmanTree_t1978394600 * get_defLitLenTree_1() const { return ___defLitLenTree_1; } inline InflaterHuffmanTree_t1978394600 ** get_address_of_defLitLenTree_1() { return &___defLitLenTree_1; } inline void set_defLitLenTree_1(InflaterHuffmanTree_t1978394600 * value) { ___defLitLenTree_1 = value; Il2CppCodeGenWriteBarrier((&___defLitLenTree_1), value); } inline static int32_t get_offset_of_defDistTree_2() { return static_cast(offsetof(InflaterHuffmanTree_t1978394600_StaticFields, ___defDistTree_2)); } inline InflaterHuffmanTree_t1978394600 * get_defDistTree_2() const { return ___defDistTree_2; } inline InflaterHuffmanTree_t1978394600 ** get_address_of_defDistTree_2() { return &___defDistTree_2; } inline void set_defDistTree_2(InflaterHuffmanTree_t1978394600 * value) { ___defDistTree_2 = value; Il2CppCodeGenWriteBarrier((&___defDistTree_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INFLATERHUFFMANTREE_T1978394600_H #ifndef INFLATERDYNHEADER_T616422011_H #define INFLATERDYNHEADER_T616422011_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.Compression.InflaterDynHeader struct InflaterDynHeader_t616422011 : public RuntimeObject { public: // System.Byte[] ICSharpCode.SharpZipLib.Zip.Compression.InflaterDynHeader::blLens ByteU5BU5D_t4116647657* ___blLens_3; // System.Byte[] ICSharpCode.SharpZipLib.Zip.Compression.InflaterDynHeader::litdistLens ByteU5BU5D_t4116647657* ___litdistLens_4; // ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree ICSharpCode.SharpZipLib.Zip.Compression.InflaterDynHeader::blTree InflaterHuffmanTree_t1978394600 * ___blTree_5; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.InflaterDynHeader::mode int32_t ___mode_6; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.InflaterDynHeader::lnum int32_t ___lnum_7; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.InflaterDynHeader::dnum int32_t ___dnum_8; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.InflaterDynHeader::blnum int32_t ___blnum_9; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.InflaterDynHeader::num int32_t ___num_10; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.InflaterDynHeader::repSymbol int32_t ___repSymbol_11; // System.Byte ICSharpCode.SharpZipLib.Zip.Compression.InflaterDynHeader::lastLen uint8_t ___lastLen_12; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.InflaterDynHeader::ptr int32_t ___ptr_13; public: inline static int32_t get_offset_of_blLens_3() { return static_cast(offsetof(InflaterDynHeader_t616422011, ___blLens_3)); } inline ByteU5BU5D_t4116647657* get_blLens_3() const { return ___blLens_3; } inline ByteU5BU5D_t4116647657** get_address_of_blLens_3() { return &___blLens_3; } inline void set_blLens_3(ByteU5BU5D_t4116647657* value) { ___blLens_3 = value; Il2CppCodeGenWriteBarrier((&___blLens_3), value); } inline static int32_t get_offset_of_litdistLens_4() { return static_cast(offsetof(InflaterDynHeader_t616422011, ___litdistLens_4)); } inline ByteU5BU5D_t4116647657* get_litdistLens_4() const { return ___litdistLens_4; } inline ByteU5BU5D_t4116647657** get_address_of_litdistLens_4() { return &___litdistLens_4; } inline void set_litdistLens_4(ByteU5BU5D_t4116647657* value) { ___litdistLens_4 = value; Il2CppCodeGenWriteBarrier((&___litdistLens_4), value); } inline static int32_t get_offset_of_blTree_5() { return static_cast(offsetof(InflaterDynHeader_t616422011, ___blTree_5)); } inline InflaterHuffmanTree_t1978394600 * get_blTree_5() const { return ___blTree_5; } inline InflaterHuffmanTree_t1978394600 ** get_address_of_blTree_5() { return &___blTree_5; } inline void set_blTree_5(InflaterHuffmanTree_t1978394600 * value) { ___blTree_5 = value; Il2CppCodeGenWriteBarrier((&___blTree_5), value); } inline static int32_t get_offset_of_mode_6() { return static_cast(offsetof(InflaterDynHeader_t616422011, ___mode_6)); } inline int32_t get_mode_6() const { return ___mode_6; } inline int32_t* get_address_of_mode_6() { return &___mode_6; } inline void set_mode_6(int32_t value) { ___mode_6 = value; } inline static int32_t get_offset_of_lnum_7() { return static_cast(offsetof(InflaterDynHeader_t616422011, ___lnum_7)); } inline int32_t get_lnum_7() const { return ___lnum_7; } inline int32_t* get_address_of_lnum_7() { return &___lnum_7; } inline void set_lnum_7(int32_t value) { ___lnum_7 = value; } inline static int32_t get_offset_of_dnum_8() { return static_cast(offsetof(InflaterDynHeader_t616422011, ___dnum_8)); } inline int32_t get_dnum_8() const { return ___dnum_8; } inline int32_t* get_address_of_dnum_8() { return &___dnum_8; } inline void set_dnum_8(int32_t value) { ___dnum_8 = value; } inline static int32_t get_offset_of_blnum_9() { return static_cast(offsetof(InflaterDynHeader_t616422011, ___blnum_9)); } inline int32_t get_blnum_9() const { return ___blnum_9; } inline int32_t* get_address_of_blnum_9() { return &___blnum_9; } inline void set_blnum_9(int32_t value) { ___blnum_9 = value; } inline static int32_t get_offset_of_num_10() { return static_cast(offsetof(InflaterDynHeader_t616422011, ___num_10)); } inline int32_t get_num_10() const { return ___num_10; } inline int32_t* get_address_of_num_10() { return &___num_10; } inline void set_num_10(int32_t value) { ___num_10 = value; } inline static int32_t get_offset_of_repSymbol_11() { return static_cast(offsetof(InflaterDynHeader_t616422011, ___repSymbol_11)); } inline int32_t get_repSymbol_11() const { return ___repSymbol_11; } inline int32_t* get_address_of_repSymbol_11() { return &___repSymbol_11; } inline void set_repSymbol_11(int32_t value) { ___repSymbol_11 = value; } inline static int32_t get_offset_of_lastLen_12() { return static_cast(offsetof(InflaterDynHeader_t616422011, ___lastLen_12)); } inline uint8_t get_lastLen_12() const { return ___lastLen_12; } inline uint8_t* get_address_of_lastLen_12() { return &___lastLen_12; } inline void set_lastLen_12(uint8_t value) { ___lastLen_12 = value; } inline static int32_t get_offset_of_ptr_13() { return static_cast(offsetof(InflaterDynHeader_t616422011, ___ptr_13)); } inline int32_t get_ptr_13() const { return ___ptr_13; } inline int32_t* get_address_of_ptr_13() { return &___ptr_13; } inline void set_ptr_13(int32_t value) { ___ptr_13 = value; } }; struct InflaterDynHeader_t616422011_StaticFields { public: // System.Int32[] ICSharpCode.SharpZipLib.Zip.Compression.InflaterDynHeader::repMin Int32U5BU5D_t385246372* ___repMin_0; // System.Int32[] ICSharpCode.SharpZipLib.Zip.Compression.InflaterDynHeader::repBits Int32U5BU5D_t385246372* ___repBits_1; // System.Int32[] ICSharpCode.SharpZipLib.Zip.Compression.InflaterDynHeader::BL_ORDER Int32U5BU5D_t385246372* ___BL_ORDER_2; public: inline static int32_t get_offset_of_repMin_0() { return static_cast(offsetof(InflaterDynHeader_t616422011_StaticFields, ___repMin_0)); } inline Int32U5BU5D_t385246372* get_repMin_0() const { return ___repMin_0; } inline Int32U5BU5D_t385246372** get_address_of_repMin_0() { return &___repMin_0; } inline void set_repMin_0(Int32U5BU5D_t385246372* value) { ___repMin_0 = value; Il2CppCodeGenWriteBarrier((&___repMin_0), value); } inline static int32_t get_offset_of_repBits_1() { return static_cast(offsetof(InflaterDynHeader_t616422011_StaticFields, ___repBits_1)); } inline Int32U5BU5D_t385246372* get_repBits_1() const { return ___repBits_1; } inline Int32U5BU5D_t385246372** get_address_of_repBits_1() { return &___repBits_1; } inline void set_repBits_1(Int32U5BU5D_t385246372* value) { ___repBits_1 = value; Il2CppCodeGenWriteBarrier((&___repBits_1), value); } inline static int32_t get_offset_of_BL_ORDER_2() { return static_cast(offsetof(InflaterDynHeader_t616422011_StaticFields, ___BL_ORDER_2)); } inline Int32U5BU5D_t385246372* get_BL_ORDER_2() const { return ___BL_ORDER_2; } inline Int32U5BU5D_t385246372** get_address_of_BL_ORDER_2() { return &___BL_ORDER_2; } inline void set_BL_ORDER_2(Int32U5BU5D_t385246372* value) { ___BL_ORDER_2 = value; Il2CppCodeGenWriteBarrier((&___BL_ORDER_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INFLATERDYNHEADER_T616422011_H #ifndef RANDOMNUMBERGENERATOR_T386037858_H #define RANDOMNUMBERGENERATOR_T386037858_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t386037858 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RANDOMNUMBERGENERATOR_T386037858_H #ifndef INFLATERINPUTBUFFER_T2764071213_H #define INFLATERINPUTBUFFER_T2764071213_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer struct InflaterInputBuffer_t2764071213 : public RuntimeObject { public: // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::rawLength int32_t ___rawLength_0; // System.Byte[] ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::rawData ByteU5BU5D_t4116647657* ___rawData_1; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::clearTextLength int32_t ___clearTextLength_2; // System.Byte[] ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::clearText ByteU5BU5D_t4116647657* ___clearText_3; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::available int32_t ___available_4; // System.Security.Cryptography.ICryptoTransform ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::cryptoTransform RuntimeObject* ___cryptoTransform_5; // System.IO.Stream ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::inputStream Stream_t1273022909 * ___inputStream_6; public: inline static int32_t get_offset_of_rawLength_0() { return static_cast(offsetof(InflaterInputBuffer_t2764071213, ___rawLength_0)); } inline int32_t get_rawLength_0() const { return ___rawLength_0; } inline int32_t* get_address_of_rawLength_0() { return &___rawLength_0; } inline void set_rawLength_0(int32_t value) { ___rawLength_0 = value; } inline static int32_t get_offset_of_rawData_1() { return static_cast(offsetof(InflaterInputBuffer_t2764071213, ___rawData_1)); } inline ByteU5BU5D_t4116647657* get_rawData_1() const { return ___rawData_1; } inline ByteU5BU5D_t4116647657** get_address_of_rawData_1() { return &___rawData_1; } inline void set_rawData_1(ByteU5BU5D_t4116647657* value) { ___rawData_1 = value; Il2CppCodeGenWriteBarrier((&___rawData_1), value); } inline static int32_t get_offset_of_clearTextLength_2() { return static_cast(offsetof(InflaterInputBuffer_t2764071213, ___clearTextLength_2)); } inline int32_t get_clearTextLength_2() const { return ___clearTextLength_2; } inline int32_t* get_address_of_clearTextLength_2() { return &___clearTextLength_2; } inline void set_clearTextLength_2(int32_t value) { ___clearTextLength_2 = value; } inline static int32_t get_offset_of_clearText_3() { return static_cast(offsetof(InflaterInputBuffer_t2764071213, ___clearText_3)); } inline ByteU5BU5D_t4116647657* get_clearText_3() const { return ___clearText_3; } inline ByteU5BU5D_t4116647657** get_address_of_clearText_3() { return &___clearText_3; } inline void set_clearText_3(ByteU5BU5D_t4116647657* value) { ___clearText_3 = value; Il2CppCodeGenWriteBarrier((&___clearText_3), value); } inline static int32_t get_offset_of_available_4() { return static_cast(offsetof(InflaterInputBuffer_t2764071213, ___available_4)); } inline int32_t get_available_4() const { return ___available_4; } inline int32_t* get_address_of_available_4() { return &___available_4; } inline void set_available_4(int32_t value) { ___available_4 = value; } inline static int32_t get_offset_of_cryptoTransform_5() { return static_cast(offsetof(InflaterInputBuffer_t2764071213, ___cryptoTransform_5)); } inline RuntimeObject* get_cryptoTransform_5() const { return ___cryptoTransform_5; } inline RuntimeObject** get_address_of_cryptoTransform_5() { return &___cryptoTransform_5; } inline void set_cryptoTransform_5(RuntimeObject* value) { ___cryptoTransform_5 = value; Il2CppCodeGenWriteBarrier((&___cryptoTransform_5), value); } inline static int32_t get_offset_of_inputStream_6() { return static_cast(offsetof(InflaterInputBuffer_t2764071213, ___inputStream_6)); } inline Stream_t1273022909 * get_inputStream_6() const { return ___inputStream_6; } inline Stream_t1273022909 ** get_address_of_inputStream_6() { return &___inputStream_6; } inline void set_inputStream_6(Stream_t1273022909 * value) { ___inputStream_6 = value; Il2CppCodeGenWriteBarrier((&___inputStream_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INFLATERINPUTBUFFER_T2764071213_H #ifndef ZIPNAMETRANSFORM_T466430031_H #define ZIPNAMETRANSFORM_T466430031_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.ZipNameTransform struct ZipNameTransform_t466430031 : public RuntimeObject { public: // System.String ICSharpCode.SharpZipLib.Zip.ZipNameTransform::trimPrefix_ String_t* ___trimPrefix__0; public: inline static int32_t get_offset_of_trimPrefix__0() { return static_cast(offsetof(ZipNameTransform_t466430031, ___trimPrefix__0)); } inline String_t* get_trimPrefix__0() const { return ___trimPrefix__0; } inline String_t** get_address_of_trimPrefix__0() { return &___trimPrefix__0; } inline void set_trimPrefix__0(String_t* value) { ___trimPrefix__0 = value; Il2CppCodeGenWriteBarrier((&___trimPrefix__0), value); } }; struct ZipNameTransform_t466430031_StaticFields { public: // System.Char[] ICSharpCode.SharpZipLib.Zip.ZipNameTransform::InvalidEntryChars CharU5BU5D_t3528271667* ___InvalidEntryChars_1; // System.Char[] ICSharpCode.SharpZipLib.Zip.ZipNameTransform::InvalidEntryCharsRelaxed CharU5BU5D_t3528271667* ___InvalidEntryCharsRelaxed_2; public: inline static int32_t get_offset_of_InvalidEntryChars_1() { return static_cast(offsetof(ZipNameTransform_t466430031_StaticFields, ___InvalidEntryChars_1)); } inline CharU5BU5D_t3528271667* get_InvalidEntryChars_1() const { return ___InvalidEntryChars_1; } inline CharU5BU5D_t3528271667** get_address_of_InvalidEntryChars_1() { return &___InvalidEntryChars_1; } inline void set_InvalidEntryChars_1(CharU5BU5D_t3528271667* value) { ___InvalidEntryChars_1 = value; Il2CppCodeGenWriteBarrier((&___InvalidEntryChars_1), value); } inline static int32_t get_offset_of_InvalidEntryCharsRelaxed_2() { return static_cast(offsetof(ZipNameTransform_t466430031_StaticFields, ___InvalidEntryCharsRelaxed_2)); } inline CharU5BU5D_t3528271667* get_InvalidEntryCharsRelaxed_2() const { return ___InvalidEntryCharsRelaxed_2; } inline CharU5BU5D_t3528271667** get_address_of_InvalidEntryCharsRelaxed_2() { return &___InvalidEntryCharsRelaxed_2; } inline void set_InvalidEntryCharsRelaxed_2(CharU5BU5D_t3528271667* value) { ___InvalidEntryCharsRelaxed_2 = value; Il2CppCodeGenWriteBarrier((&___InvalidEntryCharsRelaxed_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ZIPNAMETRANSFORM_T466430031_H #ifndef ZIPCONSTANTS_T3000827260_H #define ZIPCONSTANTS_T3000827260_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.ZipConstants struct ZipConstants_t3000827260 : public RuntimeObject { public: public: }; struct ZipConstants_t3000827260_StaticFields { public: // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipConstants::defaultCodePage int32_t ___defaultCodePage_0; public: inline static int32_t get_offset_of_defaultCodePage_0() { return static_cast(offsetof(ZipConstants_t3000827260_StaticFields, ___defaultCodePage_0)); } inline int32_t get_defaultCodePage_0() const { return ___defaultCodePage_0; } inline int32_t* get_address_of_defaultCodePage_0() { return &___defaultCodePage_0; } inline void set_defaultCodePage_0(int32_t value) { ___defaultCodePage_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ZIPCONSTANTS_T3000827260_H #ifndef ARRAYLIST_T2718874744_H #define ARRAYLIST_T2718874744_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ArrayList struct ArrayList_t2718874744 : public RuntimeObject { public: // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_t2843939325* ____items_2; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_3; public: inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t2718874744, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__items_2() { return static_cast(offsetof(ArrayList_t2718874744, ____items_2)); } inline ObjectU5BU5D_t2843939325* get__items_2() const { return ____items_2; } inline ObjectU5BU5D_t2843939325** get_address_of__items_2() { return &____items_2; } inline void set__items_2(ObjectU5BU5D_t2843939325* value) { ____items_2 = value; Il2CppCodeGenWriteBarrier((&____items_2), value); } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(ArrayList_t2718874744, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct ArrayList_t2718874744_StaticFields { public: // System.Object[] System.Collections.ArrayList::EmptyArray ObjectU5BU5D_t2843939325* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(ArrayList_t2718874744_StaticFields, ___EmptyArray_4)); } inline ObjectU5BU5D_t2843939325* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ObjectU5BU5D_t2843939325* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYLIST_T2718874744_H #ifndef EXCEPTION_T_H #define EXCEPTION_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception struct Exception_t : public RuntimeObject { public: // System.IntPtr[] System.Exception::trace_ips IntPtrU5BU5D_t4013366056* ___trace_ips_0; // System.Exception System.Exception::inner_exception Exception_t * ___inner_exception_1; // System.String System.Exception::message String_t* ___message_2; // System.String System.Exception::help_link String_t* ___help_link_3; // System.String System.Exception::class_name String_t* ___class_name_4; // System.String System.Exception::stack_trace String_t* ___stack_trace_5; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_6; // System.Int32 System.Exception::remote_stack_index int32_t ___remote_stack_index_7; // System.Int32 System.Exception::hresult int32_t ___hresult_8; // System.String System.Exception::source String_t* ___source_9; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_10; public: inline static int32_t get_offset_of_trace_ips_0() { return static_cast(offsetof(Exception_t, ___trace_ips_0)); } inline IntPtrU5BU5D_t4013366056* get_trace_ips_0() const { return ___trace_ips_0; } inline IntPtrU5BU5D_t4013366056** get_address_of_trace_ips_0() { return &___trace_ips_0; } inline void set_trace_ips_0(IntPtrU5BU5D_t4013366056* value) { ___trace_ips_0 = value; Il2CppCodeGenWriteBarrier((&___trace_ips_0), value); } inline static int32_t get_offset_of_inner_exception_1() { return static_cast(offsetof(Exception_t, ___inner_exception_1)); } inline Exception_t * get_inner_exception_1() const { return ___inner_exception_1; } inline Exception_t ** get_address_of_inner_exception_1() { return &___inner_exception_1; } inline void set_inner_exception_1(Exception_t * value) { ___inner_exception_1 = value; Il2CppCodeGenWriteBarrier((&___inner_exception_1), value); } inline static int32_t get_offset_of_message_2() { return static_cast(offsetof(Exception_t, ___message_2)); } inline String_t* get_message_2() const { return ___message_2; } inline String_t** get_address_of_message_2() { return &___message_2; } inline void set_message_2(String_t* value) { ___message_2 = value; Il2CppCodeGenWriteBarrier((&___message_2), value); } inline static int32_t get_offset_of_help_link_3() { return static_cast(offsetof(Exception_t, ___help_link_3)); } inline String_t* get_help_link_3() const { return ___help_link_3; } inline String_t** get_address_of_help_link_3() { return &___help_link_3; } inline void set_help_link_3(String_t* value) { ___help_link_3 = value; Il2CppCodeGenWriteBarrier((&___help_link_3), value); } inline static int32_t get_offset_of_class_name_4() { return static_cast(offsetof(Exception_t, ___class_name_4)); } inline String_t* get_class_name_4() const { return ___class_name_4; } inline String_t** get_address_of_class_name_4() { return &___class_name_4; } inline void set_class_name_4(String_t* value) { ___class_name_4 = value; Il2CppCodeGenWriteBarrier((&___class_name_4), value); } inline static int32_t get_offset_of_stack_trace_5() { return static_cast(offsetof(Exception_t, ___stack_trace_5)); } inline String_t* get_stack_trace_5() const { return ___stack_trace_5; } inline String_t** get_address_of_stack_trace_5() { return &___stack_trace_5; } inline void set_stack_trace_5(String_t* value) { ___stack_trace_5 = value; Il2CppCodeGenWriteBarrier((&___stack_trace_5), value); } inline static int32_t get_offset_of__remoteStackTraceString_6() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_6)); } inline String_t* get__remoteStackTraceString_6() const { return ____remoteStackTraceString_6; } inline String_t** get_address_of__remoteStackTraceString_6() { return &____remoteStackTraceString_6; } inline void set__remoteStackTraceString_6(String_t* value) { ____remoteStackTraceString_6 = value; Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_6), value); } inline static int32_t get_offset_of_remote_stack_index_7() { return static_cast(offsetof(Exception_t, ___remote_stack_index_7)); } inline int32_t get_remote_stack_index_7() const { return ___remote_stack_index_7; } inline int32_t* get_address_of_remote_stack_index_7() { return &___remote_stack_index_7; } inline void set_remote_stack_index_7(int32_t value) { ___remote_stack_index_7 = value; } inline static int32_t get_offset_of_hresult_8() { return static_cast(offsetof(Exception_t, ___hresult_8)); } inline int32_t get_hresult_8() const { return ___hresult_8; } inline int32_t* get_address_of_hresult_8() { return &___hresult_8; } inline void set_hresult_8(int32_t value) { ___hresult_8 = value; } inline static int32_t get_offset_of_source_9() { return static_cast(offsetof(Exception_t, ___source_9)); } inline String_t* get_source_9() const { return ___source_9; } inline String_t** get_address_of_source_9() { return &___source_9; } inline void set_source_9(String_t* value) { ___source_9 = value; Il2CppCodeGenWriteBarrier((&___source_9), value); } inline static int32_t get_offset_of__data_10() { return static_cast(offsetof(Exception_t, ____data_10)); } inline RuntimeObject* get__data_10() const { return ____data_10; } inline RuntimeObject** get_address_of__data_10() { return &____data_10; } inline void set__data_10(RuntimeObject* value) { ____data_10 = value; Il2CppCodeGenWriteBarrier((&____data_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXCEPTION_T_H #ifndef ADLER32_T2099134918_H #define ADLER32_T2099134918_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Checksums.Adler32 struct Adler32_t2099134918 : public RuntimeObject { public: // System.UInt32 ICSharpCode.SharpZipLib.Checksums.Adler32::checksum uint32_t ___checksum_0; public: inline static int32_t get_offset_of_checksum_0() { return static_cast(offsetof(Adler32_t2099134918, ___checksum_0)); } inline uint32_t get_checksum_0() const { return ___checksum_0; } inline uint32_t* get_address_of_checksum_0() { return &___checksum_0; } inline void set_checksum_0(uint32_t value) { ___checksum_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ADLER32_T2099134918_H #ifndef FILESYSTEMSCANNER_T3838119381_H #define FILESYSTEMSCANNER_T3838119381_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Core.FileSystemScanner struct FileSystemScanner_t3838119381 : public RuntimeObject { public: // ICSharpCode.SharpZipLib.Core.ProcessDirectoryHandler ICSharpCode.SharpZipLib.Core.FileSystemScanner::ProcessDirectory ProcessDirectoryHandler_t654447416 * ___ProcessDirectory_0; // ICSharpCode.SharpZipLib.Core.ProcessFileHandler ICSharpCode.SharpZipLib.Core.FileSystemScanner::ProcessFile ProcessFileHandler_t2351317767 * ___ProcessFile_1; // ICSharpCode.SharpZipLib.Core.DirectoryFailureHandler ICSharpCode.SharpZipLib.Core.FileSystemScanner::DirectoryFailure DirectoryFailureHandler_t4214878643 * ___DirectoryFailure_2; // ICSharpCode.SharpZipLib.Core.FileFailureHandler ICSharpCode.SharpZipLib.Core.FileSystemScanner::FileFailure FileFailureHandler_t1120837788 * ___FileFailure_3; // ICSharpCode.SharpZipLib.Core.IScanFilter ICSharpCode.SharpZipLib.Core.FileSystemScanner::fileFilter_ RuntimeObject* ___fileFilter__4; // ICSharpCode.SharpZipLib.Core.IScanFilter ICSharpCode.SharpZipLib.Core.FileSystemScanner::directoryFilter_ RuntimeObject* ___directoryFilter__5; // System.Boolean ICSharpCode.SharpZipLib.Core.FileSystemScanner::alive_ bool ___alive__6; public: inline static int32_t get_offset_of_ProcessDirectory_0() { return static_cast(offsetof(FileSystemScanner_t3838119381, ___ProcessDirectory_0)); } inline ProcessDirectoryHandler_t654447416 * get_ProcessDirectory_0() const { return ___ProcessDirectory_0; } inline ProcessDirectoryHandler_t654447416 ** get_address_of_ProcessDirectory_0() { return &___ProcessDirectory_0; } inline void set_ProcessDirectory_0(ProcessDirectoryHandler_t654447416 * value) { ___ProcessDirectory_0 = value; Il2CppCodeGenWriteBarrier((&___ProcessDirectory_0), value); } inline static int32_t get_offset_of_ProcessFile_1() { return static_cast(offsetof(FileSystemScanner_t3838119381, ___ProcessFile_1)); } inline ProcessFileHandler_t2351317767 * get_ProcessFile_1() const { return ___ProcessFile_1; } inline ProcessFileHandler_t2351317767 ** get_address_of_ProcessFile_1() { return &___ProcessFile_1; } inline void set_ProcessFile_1(ProcessFileHandler_t2351317767 * value) { ___ProcessFile_1 = value; Il2CppCodeGenWriteBarrier((&___ProcessFile_1), value); } inline static int32_t get_offset_of_DirectoryFailure_2() { return static_cast(offsetof(FileSystemScanner_t3838119381, ___DirectoryFailure_2)); } inline DirectoryFailureHandler_t4214878643 * get_DirectoryFailure_2() const { return ___DirectoryFailure_2; } inline DirectoryFailureHandler_t4214878643 ** get_address_of_DirectoryFailure_2() { return &___DirectoryFailure_2; } inline void set_DirectoryFailure_2(DirectoryFailureHandler_t4214878643 * value) { ___DirectoryFailure_2 = value; Il2CppCodeGenWriteBarrier((&___DirectoryFailure_2), value); } inline static int32_t get_offset_of_FileFailure_3() { return static_cast(offsetof(FileSystemScanner_t3838119381, ___FileFailure_3)); } inline FileFailureHandler_t1120837788 * get_FileFailure_3() const { return ___FileFailure_3; } inline FileFailureHandler_t1120837788 ** get_address_of_FileFailure_3() { return &___FileFailure_3; } inline void set_FileFailure_3(FileFailureHandler_t1120837788 * value) { ___FileFailure_3 = value; Il2CppCodeGenWriteBarrier((&___FileFailure_3), value); } inline static int32_t get_offset_of_fileFilter__4() { return static_cast(offsetof(FileSystemScanner_t3838119381, ___fileFilter__4)); } inline RuntimeObject* get_fileFilter__4() const { return ___fileFilter__4; } inline RuntimeObject** get_address_of_fileFilter__4() { return &___fileFilter__4; } inline void set_fileFilter__4(RuntimeObject* value) { ___fileFilter__4 = value; Il2CppCodeGenWriteBarrier((&___fileFilter__4), value); } inline static int32_t get_offset_of_directoryFilter__5() { return static_cast(offsetof(FileSystemScanner_t3838119381, ___directoryFilter__5)); } inline RuntimeObject* get_directoryFilter__5() const { return ___directoryFilter__5; } inline RuntimeObject** get_address_of_directoryFilter__5() { return &___directoryFilter__5; } inline void set_directoryFilter__5(RuntimeObject* value) { ___directoryFilter__5 = value; Il2CppCodeGenWriteBarrier((&___directoryFilter__5), value); } inline static int32_t get_offset_of_alive__6() { return static_cast(offsetof(FileSystemScanner_t3838119381, ___alive__6)); } inline bool get_alive__6() const { return ___alive__6; } inline bool* get_address_of_alive__6() { return &___alive__6; } inline void set_alive__6(bool value) { ___alive__6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILESYSTEMSCANNER_T3838119381_H #ifndef STRING_T_H #define STRING_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::length int32_t ___length_0; // System.Char System.String::start_char Il2CppChar ___start_char_1; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(String_t, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_start_char_1() { return static_cast(offsetof(String_t, ___start_char_1)); } inline Il2CppChar get_start_char_1() const { return ___start_char_1; } inline Il2CppChar* get_address_of_start_char_1() { return &___start_char_1; } inline void set_start_char_1(Il2CppChar value) { ___start_char_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_2; // System.Char[] System.String::WhiteChars CharU5BU5D_t3528271667* ___WhiteChars_3; public: inline static int32_t get_offset_of_Empty_2() { return static_cast(offsetof(String_t_StaticFields, ___Empty_2)); } inline String_t* get_Empty_2() const { return ___Empty_2; } inline String_t** get_address_of_Empty_2() { return &___Empty_2; } inline void set_Empty_2(String_t* value) { ___Empty_2 = value; Il2CppCodeGenWriteBarrier((&___Empty_2), value); } inline static int32_t get_offset_of_WhiteChars_3() { return static_cast(offsetof(String_t_StaticFields, ___WhiteChars_3)); } inline CharU5BU5D_t3528271667* get_WhiteChars_3() const { return ___WhiteChars_3; } inline CharU5BU5D_t3528271667** get_address_of_WhiteChars_3() { return &___WhiteChars_3; } inline void set_WhiteChars_3(CharU5BU5D_t3528271667* value) { ___WhiteChars_3 = value; Il2CppCodeGenWriteBarrier((&___WhiteChars_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRING_T_H #ifndef CRC32_T4094429278_H #define CRC32_T4094429278_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Checksums.Crc32 struct Crc32_t4094429278 : public RuntimeObject { public: // System.UInt32 ICSharpCode.SharpZipLib.Checksums.Crc32::crc uint32_t ___crc_1; public: inline static int32_t get_offset_of_crc_1() { return static_cast(offsetof(Crc32_t4094429278, ___crc_1)); } inline uint32_t get_crc_1() const { return ___crc_1; } inline uint32_t* get_address_of_crc_1() { return &___crc_1; } inline void set_crc_1(uint32_t value) { ___crc_1 = value; } }; struct Crc32_t4094429278_StaticFields { public: // System.UInt32[] ICSharpCode.SharpZipLib.Checksums.Crc32::CrcTable UInt32U5BU5D_t2770800703* ___CrcTable_0; public: inline static int32_t get_offset_of_CrcTable_0() { return static_cast(offsetof(Crc32_t4094429278_StaticFields, ___CrcTable_0)); } inline UInt32U5BU5D_t2770800703* get_CrcTable_0() const { return ___CrcTable_0; } inline UInt32U5BU5D_t2770800703** get_address_of_CrcTable_0() { return &___CrcTable_0; } inline void set_CrcTable_0(UInt32U5BU5D_t2770800703* value) { ___CrcTable_0 = value; Il2CppCodeGenWriteBarrier((&___CrcTable_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRC32_T4094429278_H #ifndef PATHFILTER_T3464276275_H #define PATHFILTER_T3464276275_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Core.PathFilter struct PathFilter_t3464276275 : public RuntimeObject { public: // ICSharpCode.SharpZipLib.Core.NameFilter ICSharpCode.SharpZipLib.Core.PathFilter::nameFilter_ NameFilter_t3473123208 * ___nameFilter__0; public: inline static int32_t get_offset_of_nameFilter__0() { return static_cast(offsetof(PathFilter_t3464276275, ___nameFilter__0)); } inline NameFilter_t3473123208 * get_nameFilter__0() const { return ___nameFilter__0; } inline NameFilter_t3473123208 ** get_address_of_nameFilter__0() { return &___nameFilter__0; } inline void set_nameFilter__0(NameFilter_t3473123208 * value) { ___nameFilter__0 = value; Il2CppCodeGenWriteBarrier((&___nameFilter__0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PATHFILTER_T3464276275_H #ifndef NAMEFILTER_T3473123208_H #define NAMEFILTER_T3473123208_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Core.NameFilter struct NameFilter_t3473123208 : public RuntimeObject { public: // System.String ICSharpCode.SharpZipLib.Core.NameFilter::filter_ String_t* ___filter__0; // System.Collections.ArrayList ICSharpCode.SharpZipLib.Core.NameFilter::inclusions_ ArrayList_t2718874744 * ___inclusions__1; // System.Collections.ArrayList ICSharpCode.SharpZipLib.Core.NameFilter::exclusions_ ArrayList_t2718874744 * ___exclusions__2; public: inline static int32_t get_offset_of_filter__0() { return static_cast(offsetof(NameFilter_t3473123208, ___filter__0)); } inline String_t* get_filter__0() const { return ___filter__0; } inline String_t** get_address_of_filter__0() { return &___filter__0; } inline void set_filter__0(String_t* value) { ___filter__0 = value; Il2CppCodeGenWriteBarrier((&___filter__0), value); } inline static int32_t get_offset_of_inclusions__1() { return static_cast(offsetof(NameFilter_t3473123208, ___inclusions__1)); } inline ArrayList_t2718874744 * get_inclusions__1() const { return ___inclusions__1; } inline ArrayList_t2718874744 ** get_address_of_inclusions__1() { return &___inclusions__1; } inline void set_inclusions__1(ArrayList_t2718874744 * value) { ___inclusions__1 = value; Il2CppCodeGenWriteBarrier((&___inclusions__1), value); } inline static int32_t get_offset_of_exclusions__2() { return static_cast(offsetof(NameFilter_t3473123208, ___exclusions__2)); } inline ArrayList_t2718874744 * get_exclusions__2() const { return ___exclusions__2; } inline ArrayList_t2718874744 ** get_address_of_exclusions__2() { return &___exclusions__2; } inline void set_exclusions__2(ArrayList_t2718874744 * value) { ___exclusions__2 = value; Il2CppCodeGenWriteBarrier((&___exclusions__2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NAMEFILTER_T3473123208_H #ifndef VOID_T1185182177_H #define VOID_T1185182177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void struct Void_t1185182177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VOID_T1185182177_H #ifndef APPLICATIONEXCEPTION_T2339761290_H #define APPLICATIONEXCEPTION_T2339761290_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ApplicationException struct ApplicationException_t2339761290 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // APPLICATIONEXCEPTION_T2339761290_H #ifndef BOOLEAN_T97287965_H #define BOOLEAN_T97287965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean struct Boolean_t97287965 { public: // System.Boolean System.Boolean::m_value bool ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Boolean_t97287965, ___m_value_2)); } inline bool get_m_value_2() const { return ___m_value_2; } inline bool* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(bool value) { ___m_value_2 = value; } }; struct Boolean_t97287965_StaticFields { public: // System.String System.Boolean::FalseString String_t* ___FalseString_0; // System.String System.Boolean::TrueString String_t* ___TrueString_1; public: inline static int32_t get_offset_of_FalseString_0() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___FalseString_0)); } inline String_t* get_FalseString_0() const { return ___FalseString_0; } inline String_t** get_address_of_FalseString_0() { return &___FalseString_0; } inline void set_FalseString_0(String_t* value) { ___FalseString_0 = value; Il2CppCodeGenWriteBarrier((&___FalseString_0), value); } inline static int32_t get_offset_of_TrueString_1() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___TrueString_1)); } inline String_t* get_TrueString_1() const { return ___TrueString_1; } inline String_t** get_address_of_TrueString_1() { return &___TrueString_1; } inline void set_TrueString_1(String_t* value) { ___TrueString_1 = value; Il2CppCodeGenWriteBarrier((&___TrueString_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOOLEAN_T97287965_H #ifndef UINT32_T2560061978_H #define UINT32_T2560061978_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 struct UInt32_t2560061978 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt32_t2560061978, ___m_value_2)); } inline uint32_t get_m_value_2() const { return ___m_value_2; } inline uint32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT32_T2560061978_H #ifndef DOUBLE_T594665363_H #define DOUBLE_T594665363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Double struct Double_t594665363 { public: // System.Double System.Double::m_value double ___m_value_13; public: inline static int32_t get_offset_of_m_value_13() { return static_cast(offsetof(Double_t594665363, ___m_value_13)); } inline double get_m_value_13() const { return ___m_value_13; } inline double* get_address_of_m_value_13() { return &___m_value_13; } inline void set_m_value_13(double value) { ___m_value_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOUBLE_T594665363_H #ifndef KEYEDHASHALGORITHM_T112861511_H #define KEYEDHASHALGORITHM_T112861511_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.KeyedHashAlgorithm struct KeyedHashAlgorithm_t112861511 : public HashAlgorithm_t1432317219 { public: // System.Byte[] System.Security.Cryptography.KeyedHashAlgorithm::KeyValue ByteU5BU5D_t4116647657* ___KeyValue_4; public: inline static int32_t get_offset_of_KeyValue_4() { return static_cast(offsetof(KeyedHashAlgorithm_t112861511, ___KeyValue_4)); } inline ByteU5BU5D_t4116647657* get_KeyValue_4() const { return ___KeyValue_4; } inline ByteU5BU5D_t4116647657** get_address_of_KeyValue_4() { return &___KeyValue_4; } inline void set_KeyValue_4(ByteU5BU5D_t4116647657* value) { ___KeyValue_4 = value; Il2CppCodeGenWriteBarrier((&___KeyValue_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYEDHASHALGORITHM_T112861511_H #ifndef INTPTR_T_H #define INTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPTR_T_H #ifndef INT32_T2950945753_H #define INT32_T2950945753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 struct Int32_t2950945753 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int32_t2950945753, ___m_value_2)); } inline int32_t get_m_value_2() const { return ___m_value_2; } inline int32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT32_T2950945753_H #ifndef DEFLATERPENDING_T48501436_H #define DEFLATERPENDING_T48501436_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending struct DeflaterPending_t48501436 : public PendingBuffer_t2576795670 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFLATERPENDING_T48501436_H #ifndef SCANEVENTARGS_T818138135_H #define SCANEVENTARGS_T818138135_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Core.ScanEventArgs struct ScanEventArgs_t818138135 : public EventArgs_t3591816995 { public: // System.String ICSharpCode.SharpZipLib.Core.ScanEventArgs::name_ String_t* ___name__1; // System.Boolean ICSharpCode.SharpZipLib.Core.ScanEventArgs::continueRunning_ bool ___continueRunning__2; public: inline static int32_t get_offset_of_name__1() { return static_cast(offsetof(ScanEventArgs_t818138135, ___name__1)); } inline String_t* get_name__1() const { return ___name__1; } inline String_t** get_address_of_name__1() { return &___name__1; } inline void set_name__1(String_t* value) { ___name__1 = value; Il2CppCodeGenWriteBarrier((&___name__1), value); } inline static int32_t get_offset_of_continueRunning__2() { return static_cast(offsetof(ScanEventArgs_t818138135, ___continueRunning__2)); } inline bool get_continueRunning__2() const { return ___continueRunning__2; } inline bool* get_address_of_continueRunning__2() { return &___continueRunning__2; } inline void set_continueRunning__2(bool value) { ___continueRunning__2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCANEVENTARGS_T818138135_H #ifndef INT16_T2552820387_H #define INT16_T2552820387_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int16 struct Int16_t2552820387 { public: // System.Int16 System.Int16::m_value int16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int16_t2552820387, ___m_value_2)); } inline int16_t get_m_value_2() const { return ___m_value_2; } inline int16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT16_T2552820387_H #ifndef BYTE_T1134296376_H #define BYTE_T1134296376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte struct Byte_t1134296376 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Byte_t1134296376, ___m_value_2)); } inline uint8_t get_m_value_2() const { return ___m_value_2; } inline uint8_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint8_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYTE_T1134296376_H #ifndef __STATICARRAYINITTYPESIZEU3D12_T2920967102_H #define __STATICARRAYINITTYPESIZEU3D12_T2920967102_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // {D8D87114-D26E-484C-89C4-3E915D8A58B5}/__StaticArrayInitTypeSize=12 struct __StaticArrayInitTypeSizeU3D12_t2920967102 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_t2920967102__padding[12]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D12_T2920967102_H #ifndef SYSTEMEXCEPTION_T176217640_H #define SYSTEMEXCEPTION_T176217640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SystemException struct SystemException_t176217640 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYSTEMEXCEPTION_T176217640_H #ifndef __STATICARRAYINITTYPESIZEU3D116_T2924506049_H #define __STATICARRAYINITTYPESIZEU3D116_T2924506049_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // {D8D87114-D26E-484C-89C4-3E915D8A58B5}/__StaticArrayInitTypeSize=116 struct __StaticArrayInitTypeSizeU3D116_t2924506049 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D116_t2924506049__padding[116]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D116_T2924506049_H #ifndef ENUM_T4135868527_H #define ENUM_T4135868527_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Enum struct Enum_t4135868527 : public ValueType_t3640485471 { public: public: }; struct Enum_t4135868527_StaticFields { public: // System.Char[] System.Enum::split_char CharU5BU5D_t3528271667* ___split_char_0; public: inline static int32_t get_offset_of_split_char_0() { return static_cast(offsetof(Enum_t4135868527_StaticFields, ___split_char_0)); } inline CharU5BU5D_t3528271667* get_split_char_0() const { return ___split_char_0; } inline CharU5BU5D_t3528271667** get_address_of_split_char_0() { return &___split_char_0; } inline void set_split_char_0(CharU5BU5D_t3528271667* value) { ___split_char_0 = value; Il2CppCodeGenWriteBarrier((&___split_char_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Enum struct Enum_t4135868527_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t4135868527_marshaled_com { }; #endif // ENUM_T4135868527_H #ifndef __STATICARRAYINITTYPESIZEU3D1024_T660436824_H #define __STATICARRAYINITTYPESIZEU3D1024_T660436824_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // {D8D87114-D26E-484C-89C4-3E915D8A58B5}/__StaticArrayInitTypeSize=1024 struct __StaticArrayInitTypeSizeU3D1024_t660436824 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1024_t660436824__padding[1024]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D1024_T660436824_H #ifndef UINTPTR_T_H #define UINTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UIntPtr struct UIntPtr_t { public: // System.Void* System.UIntPtr::_pointer void* ____pointer_1; public: inline static int32_t get_offset_of__pointer_1() { return static_cast(offsetof(UIntPtr_t, ____pointer_1)); } inline void* get__pointer_1() const { return ____pointer_1; } inline void** get_address_of__pointer_1() { return &____pointer_1; } inline void set__pointer_1(void* value) { ____pointer_1 = value; } }; struct UIntPtr_t_StaticFields { public: // System.UIntPtr System.UIntPtr::Zero uintptr_t ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(UIntPtr_t_StaticFields, ___Zero_0)); } inline uintptr_t get_Zero_0() const { return ___Zero_0; } inline uintptr_t* get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(uintptr_t value) { ___Zero_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINTPTR_T_H #ifndef DATA_T2225474377_H #define DATA_T2225474377_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.TextInfo/Data struct Data_t2225474377 { public: // System.Int32 System.Globalization.TextInfo/Data::ansi int32_t ___ansi_0; // System.Int32 System.Globalization.TextInfo/Data::ebcdic int32_t ___ebcdic_1; // System.Int32 System.Globalization.TextInfo/Data::mac int32_t ___mac_2; // System.Int32 System.Globalization.TextInfo/Data::oem int32_t ___oem_3; // System.Byte System.Globalization.TextInfo/Data::list_sep uint8_t ___list_sep_4; public: inline static int32_t get_offset_of_ansi_0() { return static_cast(offsetof(Data_t2225474377, ___ansi_0)); } inline int32_t get_ansi_0() const { return ___ansi_0; } inline int32_t* get_address_of_ansi_0() { return &___ansi_0; } inline void set_ansi_0(int32_t value) { ___ansi_0 = value; } inline static int32_t get_offset_of_ebcdic_1() { return static_cast(offsetof(Data_t2225474377, ___ebcdic_1)); } inline int32_t get_ebcdic_1() const { return ___ebcdic_1; } inline int32_t* get_address_of_ebcdic_1() { return &___ebcdic_1; } inline void set_ebcdic_1(int32_t value) { ___ebcdic_1 = value; } inline static int32_t get_offset_of_mac_2() { return static_cast(offsetof(Data_t2225474377, ___mac_2)); } inline int32_t get_mac_2() const { return ___mac_2; } inline int32_t* get_address_of_mac_2() { return &___mac_2; } inline void set_mac_2(int32_t value) { ___mac_2 = value; } inline static int32_t get_offset_of_oem_3() { return static_cast(offsetof(Data_t2225474377, ___oem_3)); } inline int32_t get_oem_3() const { return ___oem_3; } inline int32_t* get_address_of_oem_3() { return &___oem_3; } inline void set_oem_3(int32_t value) { ___oem_3 = value; } inline static int32_t get_offset_of_list_sep_4() { return static_cast(offsetof(Data_t2225474377, ___list_sep_4)); } inline uint8_t get_list_sep_4() const { return ___list_sep_4; } inline uint8_t* get_address_of_list_sep_4() { return &___list_sep_4; } inline void set_list_sep_4(uint8_t value) { ___list_sep_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATA_T2225474377_H #ifndef __STATICARRAYINITTYPESIZEU3D120_T2924112830_H #define __STATICARRAYINITTYPESIZEU3D120_T2924112830_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // {D8D87114-D26E-484C-89C4-3E915D8A58B5}/__StaticArrayInitTypeSize=120 struct __StaticArrayInitTypeSizeU3D120_t2924112830 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D120_t2924112830__padding[120]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D120_T2924112830_H #ifndef KEYSREQUIREDEVENTARGS_T58718538_H #define KEYSREQUIREDEVENTARGS_T58718538_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.KeysRequiredEventArgs struct KeysRequiredEventArgs_t58718538 : public EventArgs_t3591816995 { public: // System.String ICSharpCode.SharpZipLib.Zip.KeysRequiredEventArgs::fileName String_t* ___fileName_1; // System.Byte[] ICSharpCode.SharpZipLib.Zip.KeysRequiredEventArgs::key ByteU5BU5D_t4116647657* ___key_2; public: inline static int32_t get_offset_of_fileName_1() { return static_cast(offsetof(KeysRequiredEventArgs_t58718538, ___fileName_1)); } inline String_t* get_fileName_1() const { return ___fileName_1; } inline String_t** get_address_of_fileName_1() { return &___fileName_1; } inline void set_fileName_1(String_t* value) { ___fileName_1 = value; Il2CppCodeGenWriteBarrier((&___fileName_1), value); } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(KeysRequiredEventArgs_t58718538, ___key_2)); } inline ByteU5BU5D_t4116647657* get_key_2() const { return ___key_2; } inline ByteU5BU5D_t4116647657** get_address_of_key_2() { return &___key_2; } inline void set_key_2(ByteU5BU5D_t4116647657* value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((&___key_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYSREQUIREDEVENTARGS_T58718538_H #ifndef INT64_T3736567304_H #define INT64_T3736567304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int64 struct Int64_t3736567304 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int64_t3736567304, ___m_value_2)); } inline int64_t get_m_value_2() const { return ___m_value_2; } inline int64_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int64_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT64_T3736567304_H #ifndef __STATICARRAYINITTYPESIZEU3D76_T4067978178_H #define __STATICARRAYINITTYPESIZEU3D76_T4067978178_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // {D8D87114-D26E-484C-89C4-3E915D8A58B5}/__StaticArrayInitTypeSize=76 struct __StaticArrayInitTypeSizeU3D76_t4067978178 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D76_t4067978178__padding[76]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D76_T4067978178_H #ifndef UINT16_T2177724958_H #define UINT16_T2177724958_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt16 struct UInt16_t2177724958 { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt16_t2177724958, ___m_value_2)); } inline uint16_t get_m_value_2() const { return ___m_value_2; } inline uint16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT16_T2177724958_H #ifndef UINT64_T4134040092_H #define UINT64_T4134040092_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt64 struct UInt64_t4134040092 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_t4134040092, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT64_T4134040092_H #ifndef __STATICARRAYINITTYPESIZEU3D40_T1346988992_H #define __STATICARRAYINITTYPESIZEU3D40_T1346988992_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // {D8D87114-D26E-484C-89C4-3E915D8A58B5}/__StaticArrayInitTypeSize=40 struct __StaticArrayInitTypeSizeU3D40_t1346988992 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D40_t1346988992__padding[40]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D40_T1346988992_H #ifndef __STATICARRAYINITTYPESIZEU3D16_T2920967106_H #define __STATICARRAYINITTYPESIZEU3D16_T2920967106_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // {D8D87114-D26E-484C-89C4-3E915D8A58B5}/__StaticArrayInitTypeSize=16 struct __StaticArrayInitTypeSizeU3D16_t2920967106 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D16_t2920967106__padding[16]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D16_T2920967106_H #ifndef PKZIPCLASSICENCRYPTCRYPTOTRANSFORM_T2462363826_H #define PKZIPCLASSICENCRYPTCRYPTOTRANSFORM_T2462363826_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Encryption.PkzipClassicEncryptCryptoTransform struct PkzipClassicEncryptCryptoTransform_t2462363826 : public PkzipClassicCryptoBase_t1848349533 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PKZIPCLASSICENCRYPTCRYPTOTRANSFORM_T2462363826_H #ifndef SCANFAILUREEVENTARGS_T2622990035_H #define SCANFAILUREEVENTARGS_T2622990035_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs struct ScanFailureEventArgs_t2622990035 : public EventArgs_t3591816995 { public: // System.String ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs::name_ String_t* ___name__1; // System.Exception ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs::exception_ Exception_t * ___exception__2; // System.Boolean ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs::continueRunning_ bool ___continueRunning__3; public: inline static int32_t get_offset_of_name__1() { return static_cast(offsetof(ScanFailureEventArgs_t2622990035, ___name__1)); } inline String_t* get_name__1() const { return ___name__1; } inline String_t** get_address_of_name__1() { return &___name__1; } inline void set_name__1(String_t* value) { ___name__1 = value; Il2CppCodeGenWriteBarrier((&___name__1), value); } inline static int32_t get_offset_of_exception__2() { return static_cast(offsetof(ScanFailureEventArgs_t2622990035, ___exception__2)); } inline Exception_t * get_exception__2() const { return ___exception__2; } inline Exception_t ** get_address_of_exception__2() { return &___exception__2; } inline void set_exception__2(Exception_t * value) { ___exception__2 = value; Il2CppCodeGenWriteBarrier((&___exception__2), value); } inline static int32_t get_offset_of_continueRunning__3() { return static_cast(offsetof(ScanFailureEventArgs_t2622990035, ___continueRunning__3)); } inline bool get_continueRunning__3() const { return ___continueRunning__3; } inline bool* get_address_of_continueRunning__3() { return &___continueRunning__3; } inline void set_continueRunning__3(bool value) { ___continueRunning__3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCANFAILUREEVENTARGS_T2622990035_H #ifndef PKZIPCLASSICDECRYPTCRYPTOTRANSFORM_T3442094171_H #define PKZIPCLASSICDECRYPTCRYPTOTRANSFORM_T3442094171_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Encryption.PkzipClassicDecryptCryptoTransform struct PkzipClassicDecryptCryptoTransform_t3442094171 : public PkzipClassicCryptoBase_t1848349533 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PKZIPCLASSICDECRYPTCRYPTOTRANSFORM_T3442094171_H #ifndef PROGRESSEVENTARGS_T2225467666_H #define PROGRESSEVENTARGS_T2225467666_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Core.ProgressEventArgs struct ProgressEventArgs_t2225467666 : public EventArgs_t3591816995 { public: // System.String ICSharpCode.SharpZipLib.Core.ProgressEventArgs::name_ String_t* ___name__1; // System.Int64 ICSharpCode.SharpZipLib.Core.ProgressEventArgs::processed_ int64_t ___processed__2; // System.Int64 ICSharpCode.SharpZipLib.Core.ProgressEventArgs::target_ int64_t ___target__3; // System.Boolean ICSharpCode.SharpZipLib.Core.ProgressEventArgs::continueRunning_ bool ___continueRunning__4; public: inline static int32_t get_offset_of_name__1() { return static_cast(offsetof(ProgressEventArgs_t2225467666, ___name__1)); } inline String_t* get_name__1() const { return ___name__1; } inline String_t** get_address_of_name__1() { return &___name__1; } inline void set_name__1(String_t* value) { ___name__1 = value; Il2CppCodeGenWriteBarrier((&___name__1), value); } inline static int32_t get_offset_of_processed__2() { return static_cast(offsetof(ProgressEventArgs_t2225467666, ___processed__2)); } inline int64_t get_processed__2() const { return ___processed__2; } inline int64_t* get_address_of_processed__2() { return &___processed__2; } inline void set_processed__2(int64_t value) { ___processed__2 = value; } inline static int32_t get_offset_of_target__3() { return static_cast(offsetof(ProgressEventArgs_t2225467666, ___target__3)); } inline int64_t get_target__3() const { return ___target__3; } inline int64_t* get_address_of_target__3() { return &___target__3; } inline void set_target__3(int64_t value) { ___target__3 = value; } inline static int32_t get_offset_of_continueRunning__4() { return static_cast(offsetof(ProgressEventArgs_t2225467666, ___continueRunning__4)); } inline bool get_continueRunning__4() const { return ___continueRunning__4; } inline bool* get_address_of_continueRunning__4() { return &___continueRunning__4; } inline void set_continueRunning__4(bool value) { ___continueRunning__4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROGRESSEVENTARGS_T2225467666_H #ifndef RFC2898DERIVEBYTES_T546674159_H #define RFC2898DERIVEBYTES_T546674159_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.Rfc2898DeriveBytes struct Rfc2898DeriveBytes_t546674159 : public DeriveBytes_t2246965020 { public: // System.Int32 System.Security.Cryptography.Rfc2898DeriveBytes::_iteration int32_t ____iteration_0; // System.Byte[] System.Security.Cryptography.Rfc2898DeriveBytes::_salt ByteU5BU5D_t4116647657* ____salt_1; // System.Security.Cryptography.HMACSHA1 System.Security.Cryptography.Rfc2898DeriveBytes::_hmac HMACSHA1_t1952596188 * ____hmac_2; // System.Byte[] System.Security.Cryptography.Rfc2898DeriveBytes::_buffer ByteU5BU5D_t4116647657* ____buffer_3; // System.Int32 System.Security.Cryptography.Rfc2898DeriveBytes::_pos int32_t ____pos_4; // System.Int32 System.Security.Cryptography.Rfc2898DeriveBytes::_f int32_t ____f_5; public: inline static int32_t get_offset_of__iteration_0() { return static_cast(offsetof(Rfc2898DeriveBytes_t546674159, ____iteration_0)); } inline int32_t get__iteration_0() const { return ____iteration_0; } inline int32_t* get_address_of__iteration_0() { return &____iteration_0; } inline void set__iteration_0(int32_t value) { ____iteration_0 = value; } inline static int32_t get_offset_of__salt_1() { return static_cast(offsetof(Rfc2898DeriveBytes_t546674159, ____salt_1)); } inline ByteU5BU5D_t4116647657* get__salt_1() const { return ____salt_1; } inline ByteU5BU5D_t4116647657** get_address_of__salt_1() { return &____salt_1; } inline void set__salt_1(ByteU5BU5D_t4116647657* value) { ____salt_1 = value; Il2CppCodeGenWriteBarrier((&____salt_1), value); } inline static int32_t get_offset_of__hmac_2() { return static_cast(offsetof(Rfc2898DeriveBytes_t546674159, ____hmac_2)); } inline HMACSHA1_t1952596188 * get__hmac_2() const { return ____hmac_2; } inline HMACSHA1_t1952596188 ** get_address_of__hmac_2() { return &____hmac_2; } inline void set__hmac_2(HMACSHA1_t1952596188 * value) { ____hmac_2 = value; Il2CppCodeGenWriteBarrier((&____hmac_2), value); } inline static int32_t get_offset_of__buffer_3() { return static_cast(offsetof(Rfc2898DeriveBytes_t546674159, ____buffer_3)); } inline ByteU5BU5D_t4116647657* get__buffer_3() const { return ____buffer_3; } inline ByteU5BU5D_t4116647657** get_address_of__buffer_3() { return &____buffer_3; } inline void set__buffer_3(ByteU5BU5D_t4116647657* value) { ____buffer_3 = value; Il2CppCodeGenWriteBarrier((&____buffer_3), value); } inline static int32_t get_offset_of__pos_4() { return static_cast(offsetof(Rfc2898DeriveBytes_t546674159, ____pos_4)); } inline int32_t get__pos_4() const { return ____pos_4; } inline int32_t* get_address_of__pos_4() { return &____pos_4; } inline void set__pos_4(int32_t value) { ____pos_4 = value; } inline static int32_t get_offset_of__f_5() { return static_cast(offsetof(Rfc2898DeriveBytes_t546674159, ____f_5)); } inline int32_t get__f_5() const { return ____f_5; } inline int32_t* get_address_of__f_5() { return &____f_5; } inline void set__f_5(int32_t value) { ____f_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RFC2898DERIVEBYTES_T546674159_H #ifndef TIMESPAN_T881159249_H #define TIMESPAN_T881159249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TimeSpan struct TimeSpan_t881159249 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_8; public: inline static int32_t get_offset_of__ticks_8() { return static_cast(offsetof(TimeSpan_t881159249, ____ticks_8)); } inline int64_t get__ticks_8() const { return ____ticks_8; } inline int64_t* get_address_of__ticks_8() { return &____ticks_8; } inline void set__ticks_8(int64_t value) { ____ticks_8 = value; } }; struct TimeSpan_t881159249_StaticFields { public: // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t881159249 ___MaxValue_5; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t881159249 ___MinValue_6; // System.TimeSpan System.TimeSpan::Zero TimeSpan_t881159249 ___Zero_7; public: inline static int32_t get_offset_of_MaxValue_5() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MaxValue_5)); } inline TimeSpan_t881159249 get_MaxValue_5() const { return ___MaxValue_5; } inline TimeSpan_t881159249 * get_address_of_MaxValue_5() { return &___MaxValue_5; } inline void set_MaxValue_5(TimeSpan_t881159249 value) { ___MaxValue_5 = value; } inline static int32_t get_offset_of_MinValue_6() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MinValue_6)); } inline TimeSpan_t881159249 get_MinValue_6() const { return ___MinValue_6; } inline TimeSpan_t881159249 * get_address_of_MinValue_6() { return &___MinValue_6; } inline void set_MinValue_6(TimeSpan_t881159249 value) { ___MinValue_6 = value; } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___Zero_7)); } inline TimeSpan_t881159249 get_Zero_7() const { return ___Zero_7; } inline TimeSpan_t881159249 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(TimeSpan_t881159249 value) { ___Zero_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMESPAN_T881159249_H #ifndef CHAR_T3634460470_H #define CHAR_T3634460470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Char struct Char_t3634460470 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Char_t3634460470, ___m_value_2)); } inline Il2CppChar get_m_value_2() const { return ___m_value_2; } inline Il2CppChar* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(Il2CppChar value) { ___m_value_2 = value; } }; struct Char_t3634460470_StaticFields { public: // System.Byte* System.Char::category_data uint8_t* ___category_data_3; // System.Byte* System.Char::numeric_data uint8_t* ___numeric_data_4; // System.Double* System.Char::numeric_data_values double* ___numeric_data_values_5; // System.UInt16* System.Char::to_lower_data_low uint16_t* ___to_lower_data_low_6; // System.UInt16* System.Char::to_lower_data_high uint16_t* ___to_lower_data_high_7; // System.UInt16* System.Char::to_upper_data_low uint16_t* ___to_upper_data_low_8; // System.UInt16* System.Char::to_upper_data_high uint16_t* ___to_upper_data_high_9; public: inline static int32_t get_offset_of_category_data_3() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___category_data_3)); } inline uint8_t* get_category_data_3() const { return ___category_data_3; } inline uint8_t** get_address_of_category_data_3() { return &___category_data_3; } inline void set_category_data_3(uint8_t* value) { ___category_data_3 = value; } inline static int32_t get_offset_of_numeric_data_4() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_4)); } inline uint8_t* get_numeric_data_4() const { return ___numeric_data_4; } inline uint8_t** get_address_of_numeric_data_4() { return &___numeric_data_4; } inline void set_numeric_data_4(uint8_t* value) { ___numeric_data_4 = value; } inline static int32_t get_offset_of_numeric_data_values_5() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_values_5)); } inline double* get_numeric_data_values_5() const { return ___numeric_data_values_5; } inline double** get_address_of_numeric_data_values_5() { return &___numeric_data_values_5; } inline void set_numeric_data_values_5(double* value) { ___numeric_data_values_5 = value; } inline static int32_t get_offset_of_to_lower_data_low_6() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_low_6)); } inline uint16_t* get_to_lower_data_low_6() const { return ___to_lower_data_low_6; } inline uint16_t** get_address_of_to_lower_data_low_6() { return &___to_lower_data_low_6; } inline void set_to_lower_data_low_6(uint16_t* value) { ___to_lower_data_low_6 = value; } inline static int32_t get_offset_of_to_lower_data_high_7() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_high_7)); } inline uint16_t* get_to_lower_data_high_7() const { return ___to_lower_data_high_7; } inline uint16_t** get_address_of_to_lower_data_high_7() { return &___to_lower_data_high_7; } inline void set_to_lower_data_high_7(uint16_t* value) { ___to_lower_data_high_7 = value; } inline static int32_t get_offset_of_to_upper_data_low_8() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_low_8)); } inline uint16_t* get_to_upper_data_low_8() const { return ___to_upper_data_low_8; } inline uint16_t** get_address_of_to_upper_data_low_8() { return &___to_upper_data_low_8; } inline void set_to_upper_data_low_8(uint16_t* value) { ___to_upper_data_low_8 = value; } inline static int32_t get_offset_of_to_upper_data_high_9() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_high_9)); } inline uint16_t* get_to_upper_data_high_9() const { return ___to_upper_data_high_9; } inline uint16_t** get_address_of_to_upper_data_high_9() { return &___to_upper_data_high_9; } inline void set_to_upper_data_high_9(uint16_t* value) { ___to_upper_data_high_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHAR_T3634460470_H #ifndef STREAM_T1273022909_H #define STREAM_T1273022909_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Stream struct Stream_t1273022909 : public MarshalByRefObject_t2760389100 { public: public: }; struct Stream_t1273022909_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t1273022909 * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t1273022909_StaticFields, ___Null_1)); } inline Stream_t1273022909 * get_Null_1() const { return ___Null_1; } inline Stream_t1273022909 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t1273022909 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((&___Null_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAM_T1273022909_H #ifndef INFLATERINPUTSTREAM_T1176653752_H #define INFLATERINPUTSTREAM_T1176653752_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream struct InflaterInputStream_t1176653752 : public Stream_t1273022909 { public: // ICSharpCode.SharpZipLib.Zip.Compression.Inflater ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::inf Inflater_t642114133 * ___inf_2; // ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::inputBuffer InflaterInputBuffer_t2764071213 * ___inputBuffer_3; // System.IO.Stream ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::baseInputStream Stream_t1273022909 * ___baseInputStream_4; // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::isClosed bool ___isClosed_5; // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::isStreamOwner bool ___isStreamOwner_6; public: inline static int32_t get_offset_of_inf_2() { return static_cast(offsetof(InflaterInputStream_t1176653752, ___inf_2)); } inline Inflater_t642114133 * get_inf_2() const { return ___inf_2; } inline Inflater_t642114133 ** get_address_of_inf_2() { return &___inf_2; } inline void set_inf_2(Inflater_t642114133 * value) { ___inf_2 = value; Il2CppCodeGenWriteBarrier((&___inf_2), value); } inline static int32_t get_offset_of_inputBuffer_3() { return static_cast(offsetof(InflaterInputStream_t1176653752, ___inputBuffer_3)); } inline InflaterInputBuffer_t2764071213 * get_inputBuffer_3() const { return ___inputBuffer_3; } inline InflaterInputBuffer_t2764071213 ** get_address_of_inputBuffer_3() { return &___inputBuffer_3; } inline void set_inputBuffer_3(InflaterInputBuffer_t2764071213 * value) { ___inputBuffer_3 = value; Il2CppCodeGenWriteBarrier((&___inputBuffer_3), value); } inline static int32_t get_offset_of_baseInputStream_4() { return static_cast(offsetof(InflaterInputStream_t1176653752, ___baseInputStream_4)); } inline Stream_t1273022909 * get_baseInputStream_4() const { return ___baseInputStream_4; } inline Stream_t1273022909 ** get_address_of_baseInputStream_4() { return &___baseInputStream_4; } inline void set_baseInputStream_4(Stream_t1273022909 * value) { ___baseInputStream_4 = value; Il2CppCodeGenWriteBarrier((&___baseInputStream_4), value); } inline static int32_t get_offset_of_isClosed_5() { return static_cast(offsetof(InflaterInputStream_t1176653752, ___isClosed_5)); } inline bool get_isClosed_5() const { return ___isClosed_5; } inline bool* get_address_of_isClosed_5() { return &___isClosed_5; } inline void set_isClosed_5(bool value) { ___isClosed_5 = value; } inline static int32_t get_offset_of_isStreamOwner_6() { return static_cast(offsetof(InflaterInputStream_t1176653752, ___isStreamOwner_6)); } inline bool get_isStreamOwner_6() const { return ___isStreamOwner_6; } inline bool* get_address_of_isStreamOwner_6() { return &___isStreamOwner_6; } inline void set_isStreamOwner_6(bool value) { ___isStreamOwner_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INFLATERINPUTSTREAM_T1176653752_H #ifndef REGEXOPTIONS_T92845595_H #define REGEXOPTIONS_T92845595_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.RegexOptions struct RegexOptions_t92845595 { public: // System.Int32 System.Text.RegularExpressions.RegexOptions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RegexOptions_t92845595, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REGEXOPTIONS_T92845595_H #ifndef IOEXCEPTION_T4088381929_H #define IOEXCEPTION_T4088381929_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.IOException struct IOException_t4088381929 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IOEXCEPTION_T4088381929_H #ifndef DELEGATE_T1188392813_H #define DELEGATE_T1188392813_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Delegate struct Delegate_t1188392813 : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_5; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_6; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_7; // System.DelegateData System.Delegate::data DelegateData_t1677132599 * ___data_8; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t1188392813, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t1188392813, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t1188392813, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((&___m_target_2), value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t1188392813, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t1188392813, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_method_code_5() { return static_cast(offsetof(Delegate_t1188392813, ___method_code_5)); } inline intptr_t get_method_code_5() const { return ___method_code_5; } inline intptr_t* get_address_of_method_code_5() { return &___method_code_5; } inline void set_method_code_5(intptr_t value) { ___method_code_5 = value; } inline static int32_t get_offset_of_method_info_6() { return static_cast(offsetof(Delegate_t1188392813, ___method_info_6)); } inline MethodInfo_t * get_method_info_6() const { return ___method_info_6; } inline MethodInfo_t ** get_address_of_method_info_6() { return &___method_info_6; } inline void set_method_info_6(MethodInfo_t * value) { ___method_info_6 = value; Il2CppCodeGenWriteBarrier((&___method_info_6), value); } inline static int32_t get_offset_of_original_method_info_7() { return static_cast(offsetof(Delegate_t1188392813, ___original_method_info_7)); } inline MethodInfo_t * get_original_method_info_7() const { return ___original_method_info_7; } inline MethodInfo_t ** get_address_of_original_method_info_7() { return &___original_method_info_7; } inline void set_original_method_info_7(MethodInfo_t * value) { ___original_method_info_7 = value; Il2CppCodeGenWriteBarrier((&___original_method_info_7), value); } inline static int32_t get_offset_of_data_8() { return static_cast(offsetof(Delegate_t1188392813, ___data_8)); } inline DelegateData_t1677132599 * get_data_8() const { return ___data_8; } inline DelegateData_t1677132599 ** get_address_of_data_8() { return &___data_8; } inline void set_data_8(DelegateData_t1677132599 * value) { ___data_8 = value; Il2CppCodeGenWriteBarrier((&___data_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DELEGATE_T1188392813_H #ifndef USEZIP64_T2355450968_H #define USEZIP64_T2355450968_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.UseZip64 struct UseZip64_t2355450968 { public: // System.Int32 ICSharpCode.SharpZipLib.Zip.UseZip64::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(UseZip64_t2355450968, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // USEZIP64_T2355450968_H #ifndef COMPRESSIONMETHOD_T3914296270_H #define COMPRESSIONMETHOD_T3914296270_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.CompressionMethod struct CompressionMethod_t3914296270 { public: // System.Int32 ICSharpCode.SharpZipLib.Zip.CompressionMethod::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CompressionMethod_t3914296270, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPRESSIONMETHOD_T3914296270_H #ifndef FASTZIPEVENTS_T2506806086_H #define FASTZIPEVENTS_T2506806086_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.FastZipEvents struct FastZipEvents_t2506806086 : public RuntimeObject { public: // ICSharpCode.SharpZipLib.Core.ProcessDirectoryHandler ICSharpCode.SharpZipLib.Zip.FastZipEvents::ProcessDirectory ProcessDirectoryHandler_t654447416 * ___ProcessDirectory_0; // ICSharpCode.SharpZipLib.Core.ProcessFileHandler ICSharpCode.SharpZipLib.Zip.FastZipEvents::ProcessFile ProcessFileHandler_t2351317767 * ___ProcessFile_1; // ICSharpCode.SharpZipLib.Core.ProgressHandler ICSharpCode.SharpZipLib.Zip.FastZipEvents::Progress ProgressHandler_t1501555482 * ___Progress_2; // ICSharpCode.SharpZipLib.Core.CompletedFileHandler ICSharpCode.SharpZipLib.Zip.FastZipEvents::CompletedFile CompletedFileHandler_t2674014880 * ___CompletedFile_3; // ICSharpCode.SharpZipLib.Core.DirectoryFailureHandler ICSharpCode.SharpZipLib.Zip.FastZipEvents::DirectoryFailure DirectoryFailureHandler_t4214878643 * ___DirectoryFailure_4; // ICSharpCode.SharpZipLib.Core.FileFailureHandler ICSharpCode.SharpZipLib.Zip.FastZipEvents::FileFailure FileFailureHandler_t1120837788 * ___FileFailure_5; // System.TimeSpan ICSharpCode.SharpZipLib.Zip.FastZipEvents::progressInterval_ TimeSpan_t881159249 ___progressInterval__6; public: inline static int32_t get_offset_of_ProcessDirectory_0() { return static_cast(offsetof(FastZipEvents_t2506806086, ___ProcessDirectory_0)); } inline ProcessDirectoryHandler_t654447416 * get_ProcessDirectory_0() const { return ___ProcessDirectory_0; } inline ProcessDirectoryHandler_t654447416 ** get_address_of_ProcessDirectory_0() { return &___ProcessDirectory_0; } inline void set_ProcessDirectory_0(ProcessDirectoryHandler_t654447416 * value) { ___ProcessDirectory_0 = value; Il2CppCodeGenWriteBarrier((&___ProcessDirectory_0), value); } inline static int32_t get_offset_of_ProcessFile_1() { return static_cast(offsetof(FastZipEvents_t2506806086, ___ProcessFile_1)); } inline ProcessFileHandler_t2351317767 * get_ProcessFile_1() const { return ___ProcessFile_1; } inline ProcessFileHandler_t2351317767 ** get_address_of_ProcessFile_1() { return &___ProcessFile_1; } inline void set_ProcessFile_1(ProcessFileHandler_t2351317767 * value) { ___ProcessFile_1 = value; Il2CppCodeGenWriteBarrier((&___ProcessFile_1), value); } inline static int32_t get_offset_of_Progress_2() { return static_cast(offsetof(FastZipEvents_t2506806086, ___Progress_2)); } inline ProgressHandler_t1501555482 * get_Progress_2() const { return ___Progress_2; } inline ProgressHandler_t1501555482 ** get_address_of_Progress_2() { return &___Progress_2; } inline void set_Progress_2(ProgressHandler_t1501555482 * value) { ___Progress_2 = value; Il2CppCodeGenWriteBarrier((&___Progress_2), value); } inline static int32_t get_offset_of_CompletedFile_3() { return static_cast(offsetof(FastZipEvents_t2506806086, ___CompletedFile_3)); } inline CompletedFileHandler_t2674014880 * get_CompletedFile_3() const { return ___CompletedFile_3; } inline CompletedFileHandler_t2674014880 ** get_address_of_CompletedFile_3() { return &___CompletedFile_3; } inline void set_CompletedFile_3(CompletedFileHandler_t2674014880 * value) { ___CompletedFile_3 = value; Il2CppCodeGenWriteBarrier((&___CompletedFile_3), value); } inline static int32_t get_offset_of_DirectoryFailure_4() { return static_cast(offsetof(FastZipEvents_t2506806086, ___DirectoryFailure_4)); } inline DirectoryFailureHandler_t4214878643 * get_DirectoryFailure_4() const { return ___DirectoryFailure_4; } inline DirectoryFailureHandler_t4214878643 ** get_address_of_DirectoryFailure_4() { return &___DirectoryFailure_4; } inline void set_DirectoryFailure_4(DirectoryFailureHandler_t4214878643 * value) { ___DirectoryFailure_4 = value; Il2CppCodeGenWriteBarrier((&___DirectoryFailure_4), value); } inline static int32_t get_offset_of_FileFailure_5() { return static_cast(offsetof(FastZipEvents_t2506806086, ___FileFailure_5)); } inline FileFailureHandler_t1120837788 * get_FileFailure_5() const { return ___FileFailure_5; } inline FileFailureHandler_t1120837788 ** get_address_of_FileFailure_5() { return &___FileFailure_5; } inline void set_FileFailure_5(FileFailureHandler_t1120837788 * value) { ___FileFailure_5 = value; Il2CppCodeGenWriteBarrier((&___FileFailure_5), value); } inline static int32_t get_offset_of_progressInterval__6() { return static_cast(offsetof(FastZipEvents_t2506806086, ___progressInterval__6)); } inline TimeSpan_t881159249 get_progressInterval__6() const { return ___progressInterval__6; } inline TimeSpan_t881159249 * get_address_of_progressInterval__6() { return &___progressInterval__6; } inline void set_progressInterval__6(TimeSpan_t881159249 value) { ___progressInterval__6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FASTZIPEVENTS_T2506806086_H #ifndef FILEMODE_T1183438340_H #define FILEMODE_T1183438340_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileMode struct FileMode_t1183438340 { public: // System.Int32 System.IO.FileMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileMode_t1183438340, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEMODE_T1183438340_H #ifndef FILEATTRIBUTES_T3417205536_H #define FILEATTRIBUTES_T3417205536_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileAttributes struct FileAttributes_t3417205536 { public: // System.Int32 System.IO.FileAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileAttributes_t3417205536, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEATTRIBUTES_T3417205536_H #ifndef MEMORYSTREAM_T94973147_H #define MEMORYSTREAM_T94973147_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.MemoryStream struct MemoryStream_t94973147 : public Stream_t1273022909 { public: // System.Boolean System.IO.MemoryStream::canWrite bool ___canWrite_2; // System.Boolean System.IO.MemoryStream::allowGetBuffer bool ___allowGetBuffer_3; // System.Int32 System.IO.MemoryStream::capacity int32_t ___capacity_4; // System.Int32 System.IO.MemoryStream::length int32_t ___length_5; // System.Byte[] System.IO.MemoryStream::internalBuffer ByteU5BU5D_t4116647657* ___internalBuffer_6; // System.Int32 System.IO.MemoryStream::initialIndex int32_t ___initialIndex_7; // System.Boolean System.IO.MemoryStream::expandable bool ___expandable_8; // System.Boolean System.IO.MemoryStream::streamClosed bool ___streamClosed_9; // System.Int32 System.IO.MemoryStream::position int32_t ___position_10; // System.Int32 System.IO.MemoryStream::dirty_bytes int32_t ___dirty_bytes_11; public: inline static int32_t get_offset_of_canWrite_2() { return static_cast(offsetof(MemoryStream_t94973147, ___canWrite_2)); } inline bool get_canWrite_2() const { return ___canWrite_2; } inline bool* get_address_of_canWrite_2() { return &___canWrite_2; } inline void set_canWrite_2(bool value) { ___canWrite_2 = value; } inline static int32_t get_offset_of_allowGetBuffer_3() { return static_cast(offsetof(MemoryStream_t94973147, ___allowGetBuffer_3)); } inline bool get_allowGetBuffer_3() const { return ___allowGetBuffer_3; } inline bool* get_address_of_allowGetBuffer_3() { return &___allowGetBuffer_3; } inline void set_allowGetBuffer_3(bool value) { ___allowGetBuffer_3 = value; } inline static int32_t get_offset_of_capacity_4() { return static_cast(offsetof(MemoryStream_t94973147, ___capacity_4)); } inline int32_t get_capacity_4() const { return ___capacity_4; } inline int32_t* get_address_of_capacity_4() { return &___capacity_4; } inline void set_capacity_4(int32_t value) { ___capacity_4 = value; } inline static int32_t get_offset_of_length_5() { return static_cast(offsetof(MemoryStream_t94973147, ___length_5)); } inline int32_t get_length_5() const { return ___length_5; } inline int32_t* get_address_of_length_5() { return &___length_5; } inline void set_length_5(int32_t value) { ___length_5 = value; } inline static int32_t get_offset_of_internalBuffer_6() { return static_cast(offsetof(MemoryStream_t94973147, ___internalBuffer_6)); } inline ByteU5BU5D_t4116647657* get_internalBuffer_6() const { return ___internalBuffer_6; } inline ByteU5BU5D_t4116647657** get_address_of_internalBuffer_6() { return &___internalBuffer_6; } inline void set_internalBuffer_6(ByteU5BU5D_t4116647657* value) { ___internalBuffer_6 = value; Il2CppCodeGenWriteBarrier((&___internalBuffer_6), value); } inline static int32_t get_offset_of_initialIndex_7() { return static_cast(offsetof(MemoryStream_t94973147, ___initialIndex_7)); } inline int32_t get_initialIndex_7() const { return ___initialIndex_7; } inline int32_t* get_address_of_initialIndex_7() { return &___initialIndex_7; } inline void set_initialIndex_7(int32_t value) { ___initialIndex_7 = value; } inline static int32_t get_offset_of_expandable_8() { return static_cast(offsetof(MemoryStream_t94973147, ___expandable_8)); } inline bool get_expandable_8() const { return ___expandable_8; } inline bool* get_address_of_expandable_8() { return &___expandable_8; } inline void set_expandable_8(bool value) { ___expandable_8 = value; } inline static int32_t get_offset_of_streamClosed_9() { return static_cast(offsetof(MemoryStream_t94973147, ___streamClosed_9)); } inline bool get_streamClosed_9() const { return ___streamClosed_9; } inline bool* get_address_of_streamClosed_9() { return &___streamClosed_9; } inline void set_streamClosed_9(bool value) { ___streamClosed_9 = value; } inline static int32_t get_offset_of_position_10() { return static_cast(offsetof(MemoryStream_t94973147, ___position_10)); } inline int32_t get_position_10() const { return ___position_10; } inline int32_t* get_address_of_position_10() { return &___position_10; } inline void set_position_10(int32_t value) { ___position_10 = value; } inline static int32_t get_offset_of_dirty_bytes_11() { return static_cast(offsetof(MemoryStream_t94973147, ___dirty_bytes_11)); } inline int32_t get_dirty_bytes_11() const { return ___dirty_bytes_11; } inline int32_t* get_address_of_dirty_bytes_11() { return &___dirty_bytes_11; } inline void set_dirty_bytes_11(int32_t value) { ___dirty_bytes_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMORYSTREAM_T94973147_H #ifndef KNOWN_T2193685793_H #define KNOWN_T2193685793_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.ZipEntry/Known struct Known_t2193685793 { public: // System.Byte ICSharpCode.SharpZipLib.Zip.ZipEntry/Known::value__ uint8_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Known_t2193685793, ___value___1)); } inline uint8_t get_value___1() const { return ___value___1; } inline uint8_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(uint8_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KNOWN_T2193685793_H #ifndef TEXTINFO_T3810425522_H #define TEXTINFO_T3810425522_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.TextInfo struct TextInfo_t3810425522 : public RuntimeObject { public: // System.String System.Globalization.TextInfo::m_listSeparator String_t* ___m_listSeparator_0; // System.Boolean System.Globalization.TextInfo::m_isReadOnly bool ___m_isReadOnly_1; // System.String System.Globalization.TextInfo::customCultureName String_t* ___customCultureName_2; // System.Int32 System.Globalization.TextInfo::m_nDataItem int32_t ___m_nDataItem_3; // System.Boolean System.Globalization.TextInfo::m_useUserOverride bool ___m_useUserOverride_4; // System.Int32 System.Globalization.TextInfo::m_win32LangID int32_t ___m_win32LangID_5; // System.Globalization.CultureInfo System.Globalization.TextInfo::ci CultureInfo_t4157843068 * ___ci_6; // System.Boolean System.Globalization.TextInfo::handleDotI bool ___handleDotI_7; // System.Globalization.TextInfo/Data System.Globalization.TextInfo::data Data_t2225474377 ___data_8; public: inline static int32_t get_offset_of_m_listSeparator_0() { return static_cast(offsetof(TextInfo_t3810425522, ___m_listSeparator_0)); } inline String_t* get_m_listSeparator_0() const { return ___m_listSeparator_0; } inline String_t** get_address_of_m_listSeparator_0() { return &___m_listSeparator_0; } inline void set_m_listSeparator_0(String_t* value) { ___m_listSeparator_0 = value; Il2CppCodeGenWriteBarrier((&___m_listSeparator_0), value); } inline static int32_t get_offset_of_m_isReadOnly_1() { return static_cast(offsetof(TextInfo_t3810425522, ___m_isReadOnly_1)); } inline bool get_m_isReadOnly_1() const { return ___m_isReadOnly_1; } inline bool* get_address_of_m_isReadOnly_1() { return &___m_isReadOnly_1; } inline void set_m_isReadOnly_1(bool value) { ___m_isReadOnly_1 = value; } inline static int32_t get_offset_of_customCultureName_2() { return static_cast(offsetof(TextInfo_t3810425522, ___customCultureName_2)); } inline String_t* get_customCultureName_2() const { return ___customCultureName_2; } inline String_t** get_address_of_customCultureName_2() { return &___customCultureName_2; } inline void set_customCultureName_2(String_t* value) { ___customCultureName_2 = value; Il2CppCodeGenWriteBarrier((&___customCultureName_2), value); } inline static int32_t get_offset_of_m_nDataItem_3() { return static_cast(offsetof(TextInfo_t3810425522, ___m_nDataItem_3)); } inline int32_t get_m_nDataItem_3() const { return ___m_nDataItem_3; } inline int32_t* get_address_of_m_nDataItem_3() { return &___m_nDataItem_3; } inline void set_m_nDataItem_3(int32_t value) { ___m_nDataItem_3 = value; } inline static int32_t get_offset_of_m_useUserOverride_4() { return static_cast(offsetof(TextInfo_t3810425522, ___m_useUserOverride_4)); } inline bool get_m_useUserOverride_4() const { return ___m_useUserOverride_4; } inline bool* get_address_of_m_useUserOverride_4() { return &___m_useUserOverride_4; } inline void set_m_useUserOverride_4(bool value) { ___m_useUserOverride_4 = value; } inline static int32_t get_offset_of_m_win32LangID_5() { return static_cast(offsetof(TextInfo_t3810425522, ___m_win32LangID_5)); } inline int32_t get_m_win32LangID_5() const { return ___m_win32LangID_5; } inline int32_t* get_address_of_m_win32LangID_5() { return &___m_win32LangID_5; } inline void set_m_win32LangID_5(int32_t value) { ___m_win32LangID_5 = value; } inline static int32_t get_offset_of_ci_6() { return static_cast(offsetof(TextInfo_t3810425522, ___ci_6)); } inline CultureInfo_t4157843068 * get_ci_6() const { return ___ci_6; } inline CultureInfo_t4157843068 ** get_address_of_ci_6() { return &___ci_6; } inline void set_ci_6(CultureInfo_t4157843068 * value) { ___ci_6 = value; Il2CppCodeGenWriteBarrier((&___ci_6), value); } inline static int32_t get_offset_of_handleDotI_7() { return static_cast(offsetof(TextInfo_t3810425522, ___handleDotI_7)); } inline bool get_handleDotI_7() const { return ___handleDotI_7; } inline bool* get_address_of_handleDotI_7() { return &___handleDotI_7; } inline void set_handleDotI_7(bool value) { ___handleDotI_7 = value; } inline static int32_t get_offset_of_data_8() { return static_cast(offsetof(TextInfo_t3810425522, ___data_8)); } inline Data_t2225474377 get_data_8() const { return ___data_8; } inline Data_t2225474377 * get_address_of_data_8() { return &___data_8; } inline void set_data_8(Data_t2225474377 value) { ___data_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTINFO_T3810425522_H #ifndef PARTIALINPUTSTREAM_T2202686741_H #define PARTIALINPUTSTREAM_T2202686741_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.ZipFile/PartialInputStream struct PartialInputStream_t2202686741 : public Stream_t1273022909 { public: // ICSharpCode.SharpZipLib.Zip.ZipFile ICSharpCode.SharpZipLib.Zip.ZipFile/PartialInputStream::zipFile_ ZipFile_t1258023761 * ___zipFile__2; // System.IO.Stream ICSharpCode.SharpZipLib.Zip.ZipFile/PartialInputStream::baseStream_ Stream_t1273022909 * ___baseStream__3; // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile/PartialInputStream::start_ int64_t ___start__4; // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile/PartialInputStream::length_ int64_t ___length__5; // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile/PartialInputStream::readPos_ int64_t ___readPos__6; // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile/PartialInputStream::end_ int64_t ___end__7; public: inline static int32_t get_offset_of_zipFile__2() { return static_cast(offsetof(PartialInputStream_t2202686741, ___zipFile__2)); } inline ZipFile_t1258023761 * get_zipFile__2() const { return ___zipFile__2; } inline ZipFile_t1258023761 ** get_address_of_zipFile__2() { return &___zipFile__2; } inline void set_zipFile__2(ZipFile_t1258023761 * value) { ___zipFile__2 = value; Il2CppCodeGenWriteBarrier((&___zipFile__2), value); } inline static int32_t get_offset_of_baseStream__3() { return static_cast(offsetof(PartialInputStream_t2202686741, ___baseStream__3)); } inline Stream_t1273022909 * get_baseStream__3() const { return ___baseStream__3; } inline Stream_t1273022909 ** get_address_of_baseStream__3() { return &___baseStream__3; } inline void set_baseStream__3(Stream_t1273022909 * value) { ___baseStream__3 = value; Il2CppCodeGenWriteBarrier((&___baseStream__3), value); } inline static int32_t get_offset_of_start__4() { return static_cast(offsetof(PartialInputStream_t2202686741, ___start__4)); } inline int64_t get_start__4() const { return ___start__4; } inline int64_t* get_address_of_start__4() { return &___start__4; } inline void set_start__4(int64_t value) { ___start__4 = value; } inline static int32_t get_offset_of_length__5() { return static_cast(offsetof(PartialInputStream_t2202686741, ___length__5)); } inline int64_t get_length__5() const { return ___length__5; } inline int64_t* get_address_of_length__5() { return &___length__5; } inline void set_length__5(int64_t value) { ___length__5 = value; } inline static int32_t get_offset_of_readPos__6() { return static_cast(offsetof(PartialInputStream_t2202686741, ___readPos__6)); } inline int64_t get_readPos__6() const { return ___readPos__6; } inline int64_t* get_address_of_readPos__6() { return &___readPos__6; } inline void set_readPos__6(int64_t value) { ___readPos__6 = value; } inline static int32_t get_offset_of_end__7() { return static_cast(offsetof(PartialInputStream_t2202686741, ___end__7)); } inline int64_t get_end__7() const { return ___end__7; } inline int64_t* get_address_of_end__7() { return &___end__7; } inline void set_end__7(int64_t value) { ___end__7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARTIALINPUTSTREAM_T2202686741_H #ifndef HEADERTEST_T1209579873_H #define HEADERTEST_T1209579873_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.ZipFile/HeaderTest struct HeaderTest_t1209579873 { public: // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipFile/HeaderTest::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(HeaderTest_t1209579873, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HEADERTEST_T1209579873_H #ifndef ZIPHELPERSTREAM_T633245716_H #define ZIPHELPERSTREAM_T633245716_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.ZipHelperStream struct ZipHelperStream_t633245716 : public Stream_t1273022909 { public: // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipHelperStream::isOwner_ bool ___isOwner__2; // System.IO.Stream ICSharpCode.SharpZipLib.Zip.ZipHelperStream::stream_ Stream_t1273022909 * ___stream__3; public: inline static int32_t get_offset_of_isOwner__2() { return static_cast(offsetof(ZipHelperStream_t633245716, ___isOwner__2)); } inline bool get_isOwner__2() const { return ___isOwner__2; } inline bool* get_address_of_isOwner__2() { return &___isOwner__2; } inline void set_isOwner__2(bool value) { ___isOwner__2 = value; } inline static int32_t get_offset_of_stream__3() { return static_cast(offsetof(ZipHelperStream_t633245716, ___stream__3)); } inline Stream_t1273022909 * get_stream__3() const { return ___stream__3; } inline Stream_t1273022909 ** get_address_of_stream__3() { return &___stream__3; } inline void set_stream__3(Stream_t1273022909 * value) { ___stream__3 = value; Il2CppCodeGenWriteBarrier((&___stream__3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ZIPHELPERSTREAM_T633245716_H #ifndef INVALIDOPERATIONEXCEPTION_T56020091_H #define INVALIDOPERATIONEXCEPTION_T56020091_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.InvalidOperationException struct InvalidOperationException_t56020091 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVALIDOPERATIONEXCEPTION_T56020091_H #ifndef FILESHARE_T3553318550_H #define FILESHARE_T3553318550_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileShare struct FileShare_t3553318550 { public: // System.Int32 System.IO.FileShare::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileShare_t3553318550, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILESHARE_T3553318550_H #ifndef FILEACCESS_T1659085276_H #define FILEACCESS_T1659085276_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileAccess struct FileAccess_t1659085276 { public: // System.Int32 System.IO.FileAccess::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileAccess_t1659085276, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEACCESS_T1659085276_H #ifndef NOTSUPPORTEDEXCEPTION_T1314879016_H #define NOTSUPPORTEDEXCEPTION_T1314879016_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotSupportedException struct NotSupportedException_t1314879016 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTSUPPORTEDEXCEPTION_T1314879016_H #ifndef CRYPTOSTREAMMODE_T3639658227_H #define CRYPTOSTREAMMODE_T3639658227_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.CryptoStreamMode struct CryptoStreamMode_t3639658227 { public: // System.Int32 System.Security.Cryptography.CryptoStreamMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CryptoStreamMode_t3639658227, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRYPTOSTREAMMODE_T3639658227_H #ifndef HMAC_T2621101144_H #define HMAC_T2621101144_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.HMAC struct HMAC_t2621101144 : public KeyedHashAlgorithm_t112861511 { public: // System.Boolean System.Security.Cryptography.HMAC::_disposed bool ____disposed_5; // System.String System.Security.Cryptography.HMAC::_hashName String_t* ____hashName_6; // System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.HMAC::_algo HashAlgorithm_t1432317219 * ____algo_7; // Mono.Security.Cryptography.BlockProcessor System.Security.Cryptography.HMAC::_block BlockProcessor_t1851031225 * ____block_8; // System.Int32 System.Security.Cryptography.HMAC::_blockSizeValue int32_t ____blockSizeValue_9; public: inline static int32_t get_offset_of__disposed_5() { return static_cast(offsetof(HMAC_t2621101144, ____disposed_5)); } inline bool get__disposed_5() const { return ____disposed_5; } inline bool* get_address_of__disposed_5() { return &____disposed_5; } inline void set__disposed_5(bool value) { ____disposed_5 = value; } inline static int32_t get_offset_of__hashName_6() { return static_cast(offsetof(HMAC_t2621101144, ____hashName_6)); } inline String_t* get__hashName_6() const { return ____hashName_6; } inline String_t** get_address_of__hashName_6() { return &____hashName_6; } inline void set__hashName_6(String_t* value) { ____hashName_6 = value; Il2CppCodeGenWriteBarrier((&____hashName_6), value); } inline static int32_t get_offset_of__algo_7() { return static_cast(offsetof(HMAC_t2621101144, ____algo_7)); } inline HashAlgorithm_t1432317219 * get__algo_7() const { return ____algo_7; } inline HashAlgorithm_t1432317219 ** get_address_of__algo_7() { return &____algo_7; } inline void set__algo_7(HashAlgorithm_t1432317219 * value) { ____algo_7 = value; Il2CppCodeGenWriteBarrier((&____algo_7), value); } inline static int32_t get_offset_of__block_8() { return static_cast(offsetof(HMAC_t2621101144, ____block_8)); } inline BlockProcessor_t1851031225 * get__block_8() const { return ____block_8; } inline BlockProcessor_t1851031225 ** get_address_of__block_8() { return &____block_8; } inline void set__block_8(BlockProcessor_t1851031225 * value) { ____block_8 = value; Il2CppCodeGenWriteBarrier((&____block_8), value); } inline static int32_t get_offset_of__blockSizeValue_9() { return static_cast(offsetof(HMAC_t2621101144, ____blockSizeValue_9)); } inline int32_t get__blockSizeValue_9() const { return ____blockSizeValue_9; } inline int32_t* get_address_of__blockSizeValue_9() { return &____blockSizeValue_9; } inline void set__blockSizeValue_9(int32_t value) { ____blockSizeValue_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HMAC_T2621101144_H #ifndef STREAMINGCONTEXTSTATES_T3580100459_H #define STREAMINGCONTEXTSTATES_T3580100459_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_t3580100459 { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StreamingContextStates_t3580100459, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMINGCONTEXTSTATES_T3580100459_H #ifndef NOTIMPLEMENTEDEXCEPTION_T3489357830_H #define NOTIMPLEMENTEDEXCEPTION_T3489357830_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotImplementedException struct NotImplementedException_t3489357830 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTIMPLEMENTEDEXCEPTION_T3489357830_H #ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_T1626905078_H #define U3CPRIVATEIMPLEMENTATIONDETAILSU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_T1626905078_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // {D8D87114-D26E-484C-89C4-3E915D8A58B5} struct U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078_StaticFields { public: // {D8D87114-D26E-484C-89C4-3E915D8A58B5}/__StaticArrayInitTypeSize=1024 {D8D87114-D26E-484C-89C4-3E915D8A58B5}::$$method0x60004df-1 __StaticArrayInitTypeSizeU3D1024_t660436824 ___U24U24method0x60004dfU2D1_0; // {D8D87114-D26E-484C-89C4-3E915D8A58B5}/__StaticArrayInitTypeSize=12 {D8D87114-D26E-484C-89C4-3E915D8A58B5}::$$method0x60004e4-1 __StaticArrayInitTypeSizeU3D12_t2920967102 ___U24U24method0x60004e4U2D1_1; // {D8D87114-D26E-484C-89C4-3E915D8A58B5}/__StaticArrayInitTypeSize=12 {D8D87114-D26E-484C-89C4-3E915D8A58B5}::$$method0x60004e4-2 __StaticArrayInitTypeSizeU3D12_t2920967102 ___U24U24method0x60004e4U2D2_2; // {D8D87114-D26E-484C-89C4-3E915D8A58B5}/__StaticArrayInitTypeSize=76 {D8D87114-D26E-484C-89C4-3E915D8A58B5}::$$method0x60004e4-3 __StaticArrayInitTypeSizeU3D76_t4067978178 ___U24U24method0x60004e4U2D3_3; // {D8D87114-D26E-484C-89C4-3E915D8A58B5}/__StaticArrayInitTypeSize=76 {D8D87114-D26E-484C-89C4-3E915D8A58B5}::$$method0x6000325-1 __StaticArrayInitTypeSizeU3D76_t4067978178 ___U24U24method0x6000325U2D1_4; // {D8D87114-D26E-484C-89C4-3E915D8A58B5}/__StaticArrayInitTypeSize=16 {D8D87114-D26E-484C-89C4-3E915D8A58B5}::$$method0x6000325-2 __StaticArrayInitTypeSizeU3D16_t2920967106 ___U24U24method0x6000325U2D2_5; // {D8D87114-D26E-484C-89C4-3E915D8A58B5}/__StaticArrayInitTypeSize=40 {D8D87114-D26E-484C-89C4-3E915D8A58B5}::$$method0x60004e5-1 __StaticArrayInitTypeSizeU3D40_t1346988992 ___U24U24method0x60004e5U2D1_6; // {D8D87114-D26E-484C-89C4-3E915D8A58B5}/__StaticArrayInitTypeSize=40 {D8D87114-D26E-484C-89C4-3E915D8A58B5}::$$method0x60004e5-2 __StaticArrayInitTypeSizeU3D40_t1346988992 ___U24U24method0x60004e5U2D2_7; // {D8D87114-D26E-484C-89C4-3E915D8A58B5}/__StaticArrayInitTypeSize=40 {D8D87114-D26E-484C-89C4-3E915D8A58B5}::$$method0x60004e5-3 __StaticArrayInitTypeSizeU3D40_t1346988992 ___U24U24method0x60004e5U2D3_8; // {D8D87114-D26E-484C-89C4-3E915D8A58B5}/__StaticArrayInitTypeSize=40 {D8D87114-D26E-484C-89C4-3E915D8A58B5}::$$method0x60004e5-4 __StaticArrayInitTypeSizeU3D40_t1346988992 ___U24U24method0x60004e5U2D4_9; // {D8D87114-D26E-484C-89C4-3E915D8A58B5}/__StaticArrayInitTypeSize=40 {D8D87114-D26E-484C-89C4-3E915D8A58B5}::$$method0x60004e5-5 __StaticArrayInitTypeSizeU3D40_t1346988992 ___U24U24method0x60004e5U2D5_10; // {D8D87114-D26E-484C-89C4-3E915D8A58B5}/__StaticArrayInitTypeSize=116 {D8D87114-D26E-484C-89C4-3E915D8A58B5}::$$method0x60004e6-1 __StaticArrayInitTypeSizeU3D116_t2924506049 ___U24U24method0x60004e6U2D1_11; // {D8D87114-D26E-484C-89C4-3E915D8A58B5}/__StaticArrayInitTypeSize=116 {D8D87114-D26E-484C-89C4-3E915D8A58B5}::$$method0x60004e6-2 __StaticArrayInitTypeSizeU3D116_t2924506049 ___U24U24method0x60004e6U2D2_12; // {D8D87114-D26E-484C-89C4-3E915D8A58B5}/__StaticArrayInitTypeSize=120 {D8D87114-D26E-484C-89C4-3E915D8A58B5}::$$method0x60004e6-3 __StaticArrayInitTypeSizeU3D120_t2924112830 ___U24U24method0x60004e6U2D3_13; // {D8D87114-D26E-484C-89C4-3E915D8A58B5}/__StaticArrayInitTypeSize=120 {D8D87114-D26E-484C-89C4-3E915D8A58B5}::$$method0x60004e6-4 __StaticArrayInitTypeSizeU3D120_t2924112830 ___U24U24method0x60004e6U2D4_14; // {D8D87114-D26E-484C-89C4-3E915D8A58B5}/__StaticArrayInitTypeSize=12 {D8D87114-D26E-484C-89C4-3E915D8A58B5}::$$method0x6000430-1 __StaticArrayInitTypeSizeU3D12_t2920967102 ___U24U24method0x6000430U2D1_15; public: inline static int32_t get_offset_of_U24U24method0x60004dfU2D1_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078_StaticFields, ___U24U24method0x60004dfU2D1_0)); } inline __StaticArrayInitTypeSizeU3D1024_t660436824 get_U24U24method0x60004dfU2D1_0() const { return ___U24U24method0x60004dfU2D1_0; } inline __StaticArrayInitTypeSizeU3D1024_t660436824 * get_address_of_U24U24method0x60004dfU2D1_0() { return &___U24U24method0x60004dfU2D1_0; } inline void set_U24U24method0x60004dfU2D1_0(__StaticArrayInitTypeSizeU3D1024_t660436824 value) { ___U24U24method0x60004dfU2D1_0 = value; } inline static int32_t get_offset_of_U24U24method0x60004e4U2D1_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078_StaticFields, ___U24U24method0x60004e4U2D1_1)); } inline __StaticArrayInitTypeSizeU3D12_t2920967102 get_U24U24method0x60004e4U2D1_1() const { return ___U24U24method0x60004e4U2D1_1; } inline __StaticArrayInitTypeSizeU3D12_t2920967102 * get_address_of_U24U24method0x60004e4U2D1_1() { return &___U24U24method0x60004e4U2D1_1; } inline void set_U24U24method0x60004e4U2D1_1(__StaticArrayInitTypeSizeU3D12_t2920967102 value) { ___U24U24method0x60004e4U2D1_1 = value; } inline static int32_t get_offset_of_U24U24method0x60004e4U2D2_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078_StaticFields, ___U24U24method0x60004e4U2D2_2)); } inline __StaticArrayInitTypeSizeU3D12_t2920967102 get_U24U24method0x60004e4U2D2_2() const { return ___U24U24method0x60004e4U2D2_2; } inline __StaticArrayInitTypeSizeU3D12_t2920967102 * get_address_of_U24U24method0x60004e4U2D2_2() { return &___U24U24method0x60004e4U2D2_2; } inline void set_U24U24method0x60004e4U2D2_2(__StaticArrayInitTypeSizeU3D12_t2920967102 value) { ___U24U24method0x60004e4U2D2_2 = value; } inline static int32_t get_offset_of_U24U24method0x60004e4U2D3_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078_StaticFields, ___U24U24method0x60004e4U2D3_3)); } inline __StaticArrayInitTypeSizeU3D76_t4067978178 get_U24U24method0x60004e4U2D3_3() const { return ___U24U24method0x60004e4U2D3_3; } inline __StaticArrayInitTypeSizeU3D76_t4067978178 * get_address_of_U24U24method0x60004e4U2D3_3() { return &___U24U24method0x60004e4U2D3_3; } inline void set_U24U24method0x60004e4U2D3_3(__StaticArrayInitTypeSizeU3D76_t4067978178 value) { ___U24U24method0x60004e4U2D3_3 = value; } inline static int32_t get_offset_of_U24U24method0x6000325U2D1_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078_StaticFields, ___U24U24method0x6000325U2D1_4)); } inline __StaticArrayInitTypeSizeU3D76_t4067978178 get_U24U24method0x6000325U2D1_4() const { return ___U24U24method0x6000325U2D1_4; } inline __StaticArrayInitTypeSizeU3D76_t4067978178 * get_address_of_U24U24method0x6000325U2D1_4() { return &___U24U24method0x6000325U2D1_4; } inline void set_U24U24method0x6000325U2D1_4(__StaticArrayInitTypeSizeU3D76_t4067978178 value) { ___U24U24method0x6000325U2D1_4 = value; } inline static int32_t get_offset_of_U24U24method0x6000325U2D2_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078_StaticFields, ___U24U24method0x6000325U2D2_5)); } inline __StaticArrayInitTypeSizeU3D16_t2920967106 get_U24U24method0x6000325U2D2_5() const { return ___U24U24method0x6000325U2D2_5; } inline __StaticArrayInitTypeSizeU3D16_t2920967106 * get_address_of_U24U24method0x6000325U2D2_5() { return &___U24U24method0x6000325U2D2_5; } inline void set_U24U24method0x6000325U2D2_5(__StaticArrayInitTypeSizeU3D16_t2920967106 value) { ___U24U24method0x6000325U2D2_5 = value; } inline static int32_t get_offset_of_U24U24method0x60004e5U2D1_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078_StaticFields, ___U24U24method0x60004e5U2D1_6)); } inline __StaticArrayInitTypeSizeU3D40_t1346988992 get_U24U24method0x60004e5U2D1_6() const { return ___U24U24method0x60004e5U2D1_6; } inline __StaticArrayInitTypeSizeU3D40_t1346988992 * get_address_of_U24U24method0x60004e5U2D1_6() { return &___U24U24method0x60004e5U2D1_6; } inline void set_U24U24method0x60004e5U2D1_6(__StaticArrayInitTypeSizeU3D40_t1346988992 value) { ___U24U24method0x60004e5U2D1_6 = value; } inline static int32_t get_offset_of_U24U24method0x60004e5U2D2_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078_StaticFields, ___U24U24method0x60004e5U2D2_7)); } inline __StaticArrayInitTypeSizeU3D40_t1346988992 get_U24U24method0x60004e5U2D2_7() const { return ___U24U24method0x60004e5U2D2_7; } inline __StaticArrayInitTypeSizeU3D40_t1346988992 * get_address_of_U24U24method0x60004e5U2D2_7() { return &___U24U24method0x60004e5U2D2_7; } inline void set_U24U24method0x60004e5U2D2_7(__StaticArrayInitTypeSizeU3D40_t1346988992 value) { ___U24U24method0x60004e5U2D2_7 = value; } inline static int32_t get_offset_of_U24U24method0x60004e5U2D3_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078_StaticFields, ___U24U24method0x60004e5U2D3_8)); } inline __StaticArrayInitTypeSizeU3D40_t1346988992 get_U24U24method0x60004e5U2D3_8() const { return ___U24U24method0x60004e5U2D3_8; } inline __StaticArrayInitTypeSizeU3D40_t1346988992 * get_address_of_U24U24method0x60004e5U2D3_8() { return &___U24U24method0x60004e5U2D3_8; } inline void set_U24U24method0x60004e5U2D3_8(__StaticArrayInitTypeSizeU3D40_t1346988992 value) { ___U24U24method0x60004e5U2D3_8 = value; } inline static int32_t get_offset_of_U24U24method0x60004e5U2D4_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078_StaticFields, ___U24U24method0x60004e5U2D4_9)); } inline __StaticArrayInitTypeSizeU3D40_t1346988992 get_U24U24method0x60004e5U2D4_9() const { return ___U24U24method0x60004e5U2D4_9; } inline __StaticArrayInitTypeSizeU3D40_t1346988992 * get_address_of_U24U24method0x60004e5U2D4_9() { return &___U24U24method0x60004e5U2D4_9; } inline void set_U24U24method0x60004e5U2D4_9(__StaticArrayInitTypeSizeU3D40_t1346988992 value) { ___U24U24method0x60004e5U2D4_9 = value; } inline static int32_t get_offset_of_U24U24method0x60004e5U2D5_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078_StaticFields, ___U24U24method0x60004e5U2D5_10)); } inline __StaticArrayInitTypeSizeU3D40_t1346988992 get_U24U24method0x60004e5U2D5_10() const { return ___U24U24method0x60004e5U2D5_10; } inline __StaticArrayInitTypeSizeU3D40_t1346988992 * get_address_of_U24U24method0x60004e5U2D5_10() { return &___U24U24method0x60004e5U2D5_10; } inline void set_U24U24method0x60004e5U2D5_10(__StaticArrayInitTypeSizeU3D40_t1346988992 value) { ___U24U24method0x60004e5U2D5_10 = value; } inline static int32_t get_offset_of_U24U24method0x60004e6U2D1_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078_StaticFields, ___U24U24method0x60004e6U2D1_11)); } inline __StaticArrayInitTypeSizeU3D116_t2924506049 get_U24U24method0x60004e6U2D1_11() const { return ___U24U24method0x60004e6U2D1_11; } inline __StaticArrayInitTypeSizeU3D116_t2924506049 * get_address_of_U24U24method0x60004e6U2D1_11() { return &___U24U24method0x60004e6U2D1_11; } inline void set_U24U24method0x60004e6U2D1_11(__StaticArrayInitTypeSizeU3D116_t2924506049 value) { ___U24U24method0x60004e6U2D1_11 = value; } inline static int32_t get_offset_of_U24U24method0x60004e6U2D2_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078_StaticFields, ___U24U24method0x60004e6U2D2_12)); } inline __StaticArrayInitTypeSizeU3D116_t2924506049 get_U24U24method0x60004e6U2D2_12() const { return ___U24U24method0x60004e6U2D2_12; } inline __StaticArrayInitTypeSizeU3D116_t2924506049 * get_address_of_U24U24method0x60004e6U2D2_12() { return &___U24U24method0x60004e6U2D2_12; } inline void set_U24U24method0x60004e6U2D2_12(__StaticArrayInitTypeSizeU3D116_t2924506049 value) { ___U24U24method0x60004e6U2D2_12 = value; } inline static int32_t get_offset_of_U24U24method0x60004e6U2D3_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078_StaticFields, ___U24U24method0x60004e6U2D3_13)); } inline __StaticArrayInitTypeSizeU3D120_t2924112830 get_U24U24method0x60004e6U2D3_13() const { return ___U24U24method0x60004e6U2D3_13; } inline __StaticArrayInitTypeSizeU3D120_t2924112830 * get_address_of_U24U24method0x60004e6U2D3_13() { return &___U24U24method0x60004e6U2D3_13; } inline void set_U24U24method0x60004e6U2D3_13(__StaticArrayInitTypeSizeU3D120_t2924112830 value) { ___U24U24method0x60004e6U2D3_13 = value; } inline static int32_t get_offset_of_U24U24method0x60004e6U2D4_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078_StaticFields, ___U24U24method0x60004e6U2D4_14)); } inline __StaticArrayInitTypeSizeU3D120_t2924112830 get_U24U24method0x60004e6U2D4_14() const { return ___U24U24method0x60004e6U2D4_14; } inline __StaticArrayInitTypeSizeU3D120_t2924112830 * get_address_of_U24U24method0x60004e6U2D4_14() { return &___U24U24method0x60004e6U2D4_14; } inline void set_U24U24method0x60004e6U2D4_14(__StaticArrayInitTypeSizeU3D120_t2924112830 value) { ___U24U24method0x60004e6U2D4_14 = value; } inline static int32_t get_offset_of_U24U24method0x6000430U2D1_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078_StaticFields, ___U24U24method0x6000430U2D1_15)); } inline __StaticArrayInitTypeSizeU3D12_t2920967102 get_U24U24method0x6000430U2D1_15() const { return ___U24U24method0x6000430U2D1_15; } inline __StaticArrayInitTypeSizeU3D12_t2920967102 * get_address_of_U24U24method0x6000430U2D1_15() { return &___U24U24method0x6000430U2D1_15; } inline void set_U24U24method0x6000430U2D1_15(__StaticArrayInitTypeSizeU3D12_t2920967102 value) { ___U24U24method0x6000430U2D1_15 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_T1626905078_H #ifndef DEFLATESTRATEGY_T1809637001_H #define DEFLATESTRATEGY_T1809637001_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.Compression.DeflateStrategy struct DeflateStrategy_t1809637001 { public: // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.DeflateStrategy::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DeflateStrategy_t1809637001, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFLATESTRATEGY_T1809637001_H #ifndef THREADSTATE_T2533302383_H #define THREADSTATE_T2533302383_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.ThreadState struct ThreadState_t2533302383 { public: // System.Int32 System.Threading.ThreadState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ThreadState_t2533302383, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREADSTATE_T2533302383_H #ifndef RUNTIMETYPEHANDLE_T3027515415_H #define RUNTIMETYPEHANDLE_T3027515415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeTypeHandle struct RuntimeTypeHandle_t3027515415 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_t3027515415, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMETYPEHANDLE_T3027515415_H #ifndef DIRECTORYEVENTARGS_T3041330506_H #define DIRECTORYEVENTARGS_T3041330506_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Core.DirectoryEventArgs struct DirectoryEventArgs_t3041330506 : public ScanEventArgs_t818138135 { public: // System.Boolean ICSharpCode.SharpZipLib.Core.DirectoryEventArgs::hasMatchingFiles_ bool ___hasMatchingFiles__3; public: inline static int32_t get_offset_of_hasMatchingFiles__3() { return static_cast(offsetof(DirectoryEventArgs_t3041330506, ___hasMatchingFiles__3)); } inline bool get_hasMatchingFiles__3() const { return ___hasMatchingFiles__3; } inline bool* get_address_of_hasMatchingFiles__3() { return &___hasMatchingFiles__3; } inline void set_hasMatchingFiles__3(bool value) { ___hasMatchingFiles__3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DIRECTORYEVENTARGS_T3041330506_H #ifndef SHARPZIPBASEEXCEPTION_T425598722_H #define SHARPZIPBASEEXCEPTION_T425598722_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.SharpZipBaseException struct SharpZipBaseException_t425598722 : public ApplicationException_t2339761290 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHARPZIPBASEEXCEPTION_T425598722_H #ifndef CIPHERMODE_T84635067_H #define CIPHERMODE_T84635067_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.CipherMode struct CipherMode_t84635067 { public: // System.Int32 System.Security.Cryptography.CipherMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CipherMode_t84635067, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CIPHERMODE_T84635067_H #ifndef RUNTIMEFIELDHANDLE_T1871169219_H #define RUNTIMEFIELDHANDLE_T1871169219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeFieldHandle struct RuntimeFieldHandle_t1871169219 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t1871169219, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEFIELDHANDLE_T1871169219_H #ifndef SEEKORIGIN_T1441174344_H #define SEEKORIGIN_T1441174344_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.SeekOrigin struct SeekOrigin_t1441174344 { public: // System.Int32 System.IO.SeekOrigin::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SeekOrigin_t1441174344, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SEEKORIGIN_T1441174344_H #ifndef CRYPTOGRAPHICEXCEPTION_T248831461_H #define CRYPTOGRAPHICEXCEPTION_T248831461_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.CryptographicException struct CryptographicException_t248831461 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRYPTOGRAPHICEXCEPTION_T248831461_H #ifndef RNGCRYPTOSERVICEPROVIDER_T3397414743_H #define RNGCRYPTOSERVICEPROVIDER_T3397414743_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RNGCryptoServiceProvider struct RNGCryptoServiceProvider_t3397414743 : public RandomNumberGenerator_t386037858 { public: // System.IntPtr System.Security.Cryptography.RNGCryptoServiceProvider::_handle intptr_t ____handle_1; public: inline static int32_t get_offset_of__handle_1() { return static_cast(offsetof(RNGCryptoServiceProvider_t3397414743, ____handle_1)); } inline intptr_t get__handle_1() const { return ____handle_1; } inline intptr_t* get_address_of__handle_1() { return &____handle_1; } inline void set__handle_1(intptr_t value) { ____handle_1 = value; } }; struct RNGCryptoServiceProvider_t3397414743_StaticFields { public: // System.Object System.Security.Cryptography.RNGCryptoServiceProvider::_lock RuntimeObject * ____lock_0; public: inline static int32_t get_offset_of__lock_0() { return static_cast(offsetof(RNGCryptoServiceProvider_t3397414743_StaticFields, ____lock_0)); } inline RuntimeObject * get__lock_0() const { return ____lock_0; } inline RuntimeObject ** get_address_of__lock_0() { return &____lock_0; } inline void set__lock_0(RuntimeObject * value) { ____lock_0 = value; Il2CppCodeGenWriteBarrier((&____lock_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RNGCRYPTOSERVICEPROVIDER_T3397414743_H #ifndef TIMESETTING_T53975058_H #define TIMESETTING_T53975058_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.ZipEntryFactory/TimeSetting struct TimeSetting_t53975058 { public: // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntryFactory/TimeSetting::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TimeSetting_t53975058, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMESETTING_T53975058_H #ifndef BINDINGFLAGS_T2721792723_H #define BINDINGFLAGS_T2721792723_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.BindingFlags struct BindingFlags_t2721792723 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BindingFlags_t2721792723, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDINGFLAGS_T2721792723_H #ifndef DEFLATEROUTPUTSTREAM_T939764091_H #define DEFLATEROUTPUTSTREAM_T939764091_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream struct DeflaterOutputStream_t939764091 : public Stream_t1273022909 { public: // System.String ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::password String_t* ___password_2; // System.Security.Cryptography.ICryptoTransform ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::cryptoTransform_ RuntimeObject* ___cryptoTransform__3; // System.Byte[] ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::AESAuthCode ByteU5BU5D_t4116647657* ___AESAuthCode_4; // System.Byte[] ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::buffer_ ByteU5BU5D_t4116647657* ___buffer__5; // ICSharpCode.SharpZipLib.Zip.Compression.Deflater ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::deflater_ Deflater_t668001208 * ___deflater__6; // System.IO.Stream ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::baseOutputStream_ Stream_t1273022909 * ___baseOutputStream__7; // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::isClosed_ bool ___isClosed__8; // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::isStreamOwner_ bool ___isStreamOwner__9; public: inline static int32_t get_offset_of_password_2() { return static_cast(offsetof(DeflaterOutputStream_t939764091, ___password_2)); } inline String_t* get_password_2() const { return ___password_2; } inline String_t** get_address_of_password_2() { return &___password_2; } inline void set_password_2(String_t* value) { ___password_2 = value; Il2CppCodeGenWriteBarrier((&___password_2), value); } inline static int32_t get_offset_of_cryptoTransform__3() { return static_cast(offsetof(DeflaterOutputStream_t939764091, ___cryptoTransform__3)); } inline RuntimeObject* get_cryptoTransform__3() const { return ___cryptoTransform__3; } inline RuntimeObject** get_address_of_cryptoTransform__3() { return &___cryptoTransform__3; } inline void set_cryptoTransform__3(RuntimeObject* value) { ___cryptoTransform__3 = value; Il2CppCodeGenWriteBarrier((&___cryptoTransform__3), value); } inline static int32_t get_offset_of_AESAuthCode_4() { return static_cast(offsetof(DeflaterOutputStream_t939764091, ___AESAuthCode_4)); } inline ByteU5BU5D_t4116647657* get_AESAuthCode_4() const { return ___AESAuthCode_4; } inline ByteU5BU5D_t4116647657** get_address_of_AESAuthCode_4() { return &___AESAuthCode_4; } inline void set_AESAuthCode_4(ByteU5BU5D_t4116647657* value) { ___AESAuthCode_4 = value; Il2CppCodeGenWriteBarrier((&___AESAuthCode_4), value); } inline static int32_t get_offset_of_buffer__5() { return static_cast(offsetof(DeflaterOutputStream_t939764091, ___buffer__5)); } inline ByteU5BU5D_t4116647657* get_buffer__5() const { return ___buffer__5; } inline ByteU5BU5D_t4116647657** get_address_of_buffer__5() { return &___buffer__5; } inline void set_buffer__5(ByteU5BU5D_t4116647657* value) { ___buffer__5 = value; Il2CppCodeGenWriteBarrier((&___buffer__5), value); } inline static int32_t get_offset_of_deflater__6() { return static_cast(offsetof(DeflaterOutputStream_t939764091, ___deflater__6)); } inline Deflater_t668001208 * get_deflater__6() const { return ___deflater__6; } inline Deflater_t668001208 ** get_address_of_deflater__6() { return &___deflater__6; } inline void set_deflater__6(Deflater_t668001208 * value) { ___deflater__6 = value; Il2CppCodeGenWriteBarrier((&___deflater__6), value); } inline static int32_t get_offset_of_baseOutputStream__7() { return static_cast(offsetof(DeflaterOutputStream_t939764091, ___baseOutputStream__7)); } inline Stream_t1273022909 * get_baseOutputStream__7() const { return ___baseOutputStream__7; } inline Stream_t1273022909 ** get_address_of_baseOutputStream__7() { return &___baseOutputStream__7; } inline void set_baseOutputStream__7(Stream_t1273022909 * value) { ___baseOutputStream__7 = value; Il2CppCodeGenWriteBarrier((&___baseOutputStream__7), value); } inline static int32_t get_offset_of_isClosed__8() { return static_cast(offsetof(DeflaterOutputStream_t939764091, ___isClosed__8)); } inline bool get_isClosed__8() const { return ___isClosed__8; } inline bool* get_address_of_isClosed__8() { return &___isClosed__8; } inline void set_isClosed__8(bool value) { ___isClosed__8 = value; } inline static int32_t get_offset_of_isStreamOwner__9() { return static_cast(offsetof(DeflaterOutputStream_t939764091, ___isStreamOwner__9)); } inline bool get_isStreamOwner__9() const { return ___isStreamOwner__9; } inline bool* get_address_of_isStreamOwner__9() { return &___isStreamOwner__9; } inline void set_isStreamOwner__9(bool value) { ___isStreamOwner__9 = value; } }; struct DeflaterOutputStream_t939764091_StaticFields { public: // System.Security.Cryptography.RNGCryptoServiceProvider ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::_aesRnd RNGCryptoServiceProvider_t3397414743 * ____aesRnd_10; public: inline static int32_t get_offset_of__aesRnd_10() { return static_cast(offsetof(DeflaterOutputStream_t939764091_StaticFields, ____aesRnd_10)); } inline RNGCryptoServiceProvider_t3397414743 * get__aesRnd_10() const { return ____aesRnd_10; } inline RNGCryptoServiceProvider_t3397414743 ** get_address_of__aesRnd_10() { return &____aesRnd_10; } inline void set__aesRnd_10(RNGCryptoServiceProvider_t3397414743 * value) { ____aesRnd_10 = value; Il2CppCodeGenWriteBarrier((&____aesRnd_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFLATEROUTPUTSTREAM_T939764091_H #ifndef PADDINGMODE_T2546806710_H #define PADDINGMODE_T2546806710_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.PaddingMode struct PaddingMode_t2546806710 { public: // System.Int32 System.Security.Cryptography.PaddingMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PaddingMode_t2546806710, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PADDINGMODE_T2546806710_H #ifndef ARGUMENTEXCEPTION_T132251570_H #define ARGUMENTEXCEPTION_T132251570_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentException struct ArgumentException_t132251570 : public SystemException_t176217640 { public: // System.String System.ArgumentException::param_name String_t* ___param_name_12; public: inline static int32_t get_offset_of_param_name_12() { return static_cast(offsetof(ArgumentException_t132251570, ___param_name_12)); } inline String_t* get_param_name_12() const { return ___param_name_12; } inline String_t** get_address_of_param_name_12() { return &___param_name_12; } inline void set_param_name_12(String_t* value) { ___param_name_12 = value; Il2CppCodeGenWriteBarrier((&___param_name_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTEXCEPTION_T132251570_H #ifndef DATETIMEKIND_T3468814247_H #define DATETIMEKIND_T3468814247_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTimeKind struct DateTimeKind_t3468814247 { public: // System.Int32 System.DateTimeKind::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateTimeKind_t3468814247, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMEKIND_T3468814247_H #ifndef MONOIOSTAT_T592533987_H #define MONOIOSTAT_T592533987_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.MonoIOStat struct MonoIOStat_t592533987 { public: // System.String System.IO.MonoIOStat::Name String_t* ___Name_0; // System.IO.FileAttributes System.IO.MonoIOStat::Attributes int32_t ___Attributes_1; // System.Int64 System.IO.MonoIOStat::Length int64_t ___Length_2; // System.Int64 System.IO.MonoIOStat::CreationTime int64_t ___CreationTime_3; // System.Int64 System.IO.MonoIOStat::LastAccessTime int64_t ___LastAccessTime_4; // System.Int64 System.IO.MonoIOStat::LastWriteTime int64_t ___LastWriteTime_5; public: inline static int32_t get_offset_of_Name_0() { return static_cast(offsetof(MonoIOStat_t592533987, ___Name_0)); } inline String_t* get_Name_0() const { return ___Name_0; } inline String_t** get_address_of_Name_0() { return &___Name_0; } inline void set_Name_0(String_t* value) { ___Name_0 = value; Il2CppCodeGenWriteBarrier((&___Name_0), value); } inline static int32_t get_offset_of_Attributes_1() { return static_cast(offsetof(MonoIOStat_t592533987, ___Attributes_1)); } inline int32_t get_Attributes_1() const { return ___Attributes_1; } inline int32_t* get_address_of_Attributes_1() { return &___Attributes_1; } inline void set_Attributes_1(int32_t value) { ___Attributes_1 = value; } inline static int32_t get_offset_of_Length_2() { return static_cast(offsetof(MonoIOStat_t592533987, ___Length_2)); } inline int64_t get_Length_2() const { return ___Length_2; } inline int64_t* get_address_of_Length_2() { return &___Length_2; } inline void set_Length_2(int64_t value) { ___Length_2 = value; } inline static int32_t get_offset_of_CreationTime_3() { return static_cast(offsetof(MonoIOStat_t592533987, ___CreationTime_3)); } inline int64_t get_CreationTime_3() const { return ___CreationTime_3; } inline int64_t* get_address_of_CreationTime_3() { return &___CreationTime_3; } inline void set_CreationTime_3(int64_t value) { ___CreationTime_3 = value; } inline static int32_t get_offset_of_LastAccessTime_4() { return static_cast(offsetof(MonoIOStat_t592533987, ___LastAccessTime_4)); } inline int64_t get_LastAccessTime_4() const { return ___LastAccessTime_4; } inline int64_t* get_address_of_LastAccessTime_4() { return &___LastAccessTime_4; } inline void set_LastAccessTime_4(int64_t value) { ___LastAccessTime_4 = value; } inline static int32_t get_offset_of_LastWriteTime_5() { return static_cast(offsetof(MonoIOStat_t592533987, ___LastWriteTime_5)); } inline int64_t get_LastWriteTime_5() const { return ___LastWriteTime_5; } inline int64_t* get_address_of_LastWriteTime_5() { return &___LastWriteTime_5; } inline void set_LastWriteTime_5(int64_t value) { ___LastWriteTime_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.IO.MonoIOStat struct MonoIOStat_t592533987_marshaled_pinvoke { char* ___Name_0; int32_t ___Attributes_1; int64_t ___Length_2; int64_t ___CreationTime_3; int64_t ___LastAccessTime_4; int64_t ___LastWriteTime_5; }; // Native definition for COM marshalling of System.IO.MonoIOStat struct MonoIOStat_t592533987_marshaled_com { Il2CppChar* ___Name_0; int32_t ___Attributes_1; int64_t ___Length_2; int64_t ___CreationTime_3; int64_t ___LastAccessTime_4; int64_t ___LastWriteTime_5; }; #endif // MONOIOSTAT_T592533987_H #ifndef REGEX_T3657309853_H #define REGEX_T3657309853_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Regex struct Regex_t3657309853 : public RuntimeObject { public: // System.Text.RegularExpressions.IMachineFactory System.Text.RegularExpressions.Regex::machineFactory RuntimeObject* ___machineFactory_2; // System.Collections.IDictionary System.Text.RegularExpressions.Regex::mapping RuntimeObject* ___mapping_3; // System.Int32 System.Text.RegularExpressions.Regex::group_count int32_t ___group_count_4; // System.Int32 System.Text.RegularExpressions.Regex::gap int32_t ___gap_5; // System.String[] System.Text.RegularExpressions.Regex::group_names StringU5BU5D_t1281789340* ___group_names_6; // System.Int32[] System.Text.RegularExpressions.Regex::group_numbers Int32U5BU5D_t385246372* ___group_numbers_7; // System.String System.Text.RegularExpressions.Regex::pattern String_t* ___pattern_8; // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions int32_t ___roptions_9; public: inline static int32_t get_offset_of_machineFactory_2() { return static_cast(offsetof(Regex_t3657309853, ___machineFactory_2)); } inline RuntimeObject* get_machineFactory_2() const { return ___machineFactory_2; } inline RuntimeObject** get_address_of_machineFactory_2() { return &___machineFactory_2; } inline void set_machineFactory_2(RuntimeObject* value) { ___machineFactory_2 = value; Il2CppCodeGenWriteBarrier((&___machineFactory_2), value); } inline static int32_t get_offset_of_mapping_3() { return static_cast(offsetof(Regex_t3657309853, ___mapping_3)); } inline RuntimeObject* get_mapping_3() const { return ___mapping_3; } inline RuntimeObject** get_address_of_mapping_3() { return &___mapping_3; } inline void set_mapping_3(RuntimeObject* value) { ___mapping_3 = value; Il2CppCodeGenWriteBarrier((&___mapping_3), value); } inline static int32_t get_offset_of_group_count_4() { return static_cast(offsetof(Regex_t3657309853, ___group_count_4)); } inline int32_t get_group_count_4() const { return ___group_count_4; } inline int32_t* get_address_of_group_count_4() { return &___group_count_4; } inline void set_group_count_4(int32_t value) { ___group_count_4 = value; } inline static int32_t get_offset_of_gap_5() { return static_cast(offsetof(Regex_t3657309853, ___gap_5)); } inline int32_t get_gap_5() const { return ___gap_5; } inline int32_t* get_address_of_gap_5() { return &___gap_5; } inline void set_gap_5(int32_t value) { ___gap_5 = value; } inline static int32_t get_offset_of_group_names_6() { return static_cast(offsetof(Regex_t3657309853, ___group_names_6)); } inline StringU5BU5D_t1281789340* get_group_names_6() const { return ___group_names_6; } inline StringU5BU5D_t1281789340** get_address_of_group_names_6() { return &___group_names_6; } inline void set_group_names_6(StringU5BU5D_t1281789340* value) { ___group_names_6 = value; Il2CppCodeGenWriteBarrier((&___group_names_6), value); } inline static int32_t get_offset_of_group_numbers_7() { return static_cast(offsetof(Regex_t3657309853, ___group_numbers_7)); } inline Int32U5BU5D_t385246372* get_group_numbers_7() const { return ___group_numbers_7; } inline Int32U5BU5D_t385246372** get_address_of_group_numbers_7() { return &___group_numbers_7; } inline void set_group_numbers_7(Int32U5BU5D_t385246372* value) { ___group_numbers_7 = value; Il2CppCodeGenWriteBarrier((&___group_numbers_7), value); } inline static int32_t get_offset_of_pattern_8() { return static_cast(offsetof(Regex_t3657309853, ___pattern_8)); } inline String_t* get_pattern_8() const { return ___pattern_8; } inline String_t** get_address_of_pattern_8() { return &___pattern_8; } inline void set_pattern_8(String_t* value) { ___pattern_8 = value; Il2CppCodeGenWriteBarrier((&___pattern_8), value); } inline static int32_t get_offset_of_roptions_9() { return static_cast(offsetof(Regex_t3657309853, ___roptions_9)); } inline int32_t get_roptions_9() const { return ___roptions_9; } inline int32_t* get_address_of_roptions_9() { return &___roptions_9; } inline void set_roptions_9(int32_t value) { ___roptions_9 = value; } }; struct Regex_t3657309853_StaticFields { public: // System.Text.RegularExpressions.FactoryCache System.Text.RegularExpressions.Regex::cache FactoryCache_t2327118887 * ___cache_0; // System.Boolean System.Text.RegularExpressions.Regex::old_rx bool ___old_rx_1; public: inline static int32_t get_offset_of_cache_0() { return static_cast(offsetof(Regex_t3657309853_StaticFields, ___cache_0)); } inline FactoryCache_t2327118887 * get_cache_0() const { return ___cache_0; } inline FactoryCache_t2327118887 ** get_address_of_cache_0() { return &___cache_0; } inline void set_cache_0(FactoryCache_t2327118887 * value) { ___cache_0 = value; Il2CppCodeGenWriteBarrier((&___cache_0), value); } inline static int32_t get_offset_of_old_rx_1() { return static_cast(offsetof(Regex_t3657309853_StaticFields, ___old_rx_1)); } inline bool get_old_rx_1() const { return ___old_rx_1; } inline bool* get_address_of_old_rx_1() { return &___old_rx_1; } inline void set_old_rx_1(bool value) { ___old_rx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REGEX_T3657309853_H #ifndef ZIPFILE_T1258023761_H #define ZIPFILE_T1258023761_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.ZipFile struct ZipFile_t1258023761 : public RuntimeObject { public: // ICSharpCode.SharpZipLib.Zip.ZipFile/KeysRequiredEventHandler ICSharpCode.SharpZipLib.Zip.ZipFile::KeysRequired KeysRequiredEventHandler_t4251835903 * ___KeysRequired_0; // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile::isDisposed_ bool ___isDisposed__1; // System.String ICSharpCode.SharpZipLib.Zip.ZipFile::comment_ String_t* ___comment__2; // System.String ICSharpCode.SharpZipLib.Zip.ZipFile::rawPassword_ String_t* ___rawPassword__3; // System.IO.Stream ICSharpCode.SharpZipLib.Zip.ZipFile::baseStream_ Stream_t1273022909 * ___baseStream__4; // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile::isStreamOwner bool ___isStreamOwner_5; // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile::offsetOfFirstEntry int64_t ___offsetOfFirstEntry_6; // ICSharpCode.SharpZipLib.Zip.ZipEntry[] ICSharpCode.SharpZipLib.Zip.ZipFile::entries_ ZipEntryU5BU5D_t2637723858* ___entries__7; // System.Byte[] ICSharpCode.SharpZipLib.Zip.ZipFile::key ByteU5BU5D_t4116647657* ___key_8; // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile::isNewArchive_ bool ___isNewArchive__9; // ICSharpCode.SharpZipLib.Zip.UseZip64 ICSharpCode.SharpZipLib.Zip.ZipFile::useZip64_ int32_t ___useZip64__10; // System.Collections.ArrayList ICSharpCode.SharpZipLib.Zip.ZipFile::updates_ ArrayList_t2718874744 * ___updates__11; // System.Collections.Hashtable ICSharpCode.SharpZipLib.Zip.ZipFile::updateIndex_ Hashtable_t1853889766 * ___updateIndex__12; // ICSharpCode.SharpZipLib.Zip.IArchiveStorage ICSharpCode.SharpZipLib.Zip.ZipFile::archiveStorage_ RuntimeObject* ___archiveStorage__13; // ICSharpCode.SharpZipLib.Zip.IDynamicDataSource ICSharpCode.SharpZipLib.Zip.ZipFile::updateDataSource_ RuntimeObject* ___updateDataSource__14; // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipFile::bufferSize_ int32_t ___bufferSize__15; // ICSharpCode.SharpZipLib.Zip.IEntryFactory ICSharpCode.SharpZipLib.Zip.ZipFile::updateEntryFactory_ RuntimeObject* ___updateEntryFactory__16; public: inline static int32_t get_offset_of_KeysRequired_0() { return static_cast(offsetof(ZipFile_t1258023761, ___KeysRequired_0)); } inline KeysRequiredEventHandler_t4251835903 * get_KeysRequired_0() const { return ___KeysRequired_0; } inline KeysRequiredEventHandler_t4251835903 ** get_address_of_KeysRequired_0() { return &___KeysRequired_0; } inline void set_KeysRequired_0(KeysRequiredEventHandler_t4251835903 * value) { ___KeysRequired_0 = value; Il2CppCodeGenWriteBarrier((&___KeysRequired_0), value); } inline static int32_t get_offset_of_isDisposed__1() { return static_cast(offsetof(ZipFile_t1258023761, ___isDisposed__1)); } inline bool get_isDisposed__1() const { return ___isDisposed__1; } inline bool* get_address_of_isDisposed__1() { return &___isDisposed__1; } inline void set_isDisposed__1(bool value) { ___isDisposed__1 = value; } inline static int32_t get_offset_of_comment__2() { return static_cast(offsetof(ZipFile_t1258023761, ___comment__2)); } inline String_t* get_comment__2() const { return ___comment__2; } inline String_t** get_address_of_comment__2() { return &___comment__2; } inline void set_comment__2(String_t* value) { ___comment__2 = value; Il2CppCodeGenWriteBarrier((&___comment__2), value); } inline static int32_t get_offset_of_rawPassword__3() { return static_cast(offsetof(ZipFile_t1258023761, ___rawPassword__3)); } inline String_t* get_rawPassword__3() const { return ___rawPassword__3; } inline String_t** get_address_of_rawPassword__3() { return &___rawPassword__3; } inline void set_rawPassword__3(String_t* value) { ___rawPassword__3 = value; Il2CppCodeGenWriteBarrier((&___rawPassword__3), value); } inline static int32_t get_offset_of_baseStream__4() { return static_cast(offsetof(ZipFile_t1258023761, ___baseStream__4)); } inline Stream_t1273022909 * get_baseStream__4() const { return ___baseStream__4; } inline Stream_t1273022909 ** get_address_of_baseStream__4() { return &___baseStream__4; } inline void set_baseStream__4(Stream_t1273022909 * value) { ___baseStream__4 = value; Il2CppCodeGenWriteBarrier((&___baseStream__4), value); } inline static int32_t get_offset_of_isStreamOwner_5() { return static_cast(offsetof(ZipFile_t1258023761, ___isStreamOwner_5)); } inline bool get_isStreamOwner_5() const { return ___isStreamOwner_5; } inline bool* get_address_of_isStreamOwner_5() { return &___isStreamOwner_5; } inline void set_isStreamOwner_5(bool value) { ___isStreamOwner_5 = value; } inline static int32_t get_offset_of_offsetOfFirstEntry_6() { return static_cast(offsetof(ZipFile_t1258023761, ___offsetOfFirstEntry_6)); } inline int64_t get_offsetOfFirstEntry_6() const { return ___offsetOfFirstEntry_6; } inline int64_t* get_address_of_offsetOfFirstEntry_6() { return &___offsetOfFirstEntry_6; } inline void set_offsetOfFirstEntry_6(int64_t value) { ___offsetOfFirstEntry_6 = value; } inline static int32_t get_offset_of_entries__7() { return static_cast(offsetof(ZipFile_t1258023761, ___entries__7)); } inline ZipEntryU5BU5D_t2637723858* get_entries__7() const { return ___entries__7; } inline ZipEntryU5BU5D_t2637723858** get_address_of_entries__7() { return &___entries__7; } inline void set_entries__7(ZipEntryU5BU5D_t2637723858* value) { ___entries__7 = value; Il2CppCodeGenWriteBarrier((&___entries__7), value); } inline static int32_t get_offset_of_key_8() { return static_cast(offsetof(ZipFile_t1258023761, ___key_8)); } inline ByteU5BU5D_t4116647657* get_key_8() const { return ___key_8; } inline ByteU5BU5D_t4116647657** get_address_of_key_8() { return &___key_8; } inline void set_key_8(ByteU5BU5D_t4116647657* value) { ___key_8 = value; Il2CppCodeGenWriteBarrier((&___key_8), value); } inline static int32_t get_offset_of_isNewArchive__9() { return static_cast(offsetof(ZipFile_t1258023761, ___isNewArchive__9)); } inline bool get_isNewArchive__9() const { return ___isNewArchive__9; } inline bool* get_address_of_isNewArchive__9() { return &___isNewArchive__9; } inline void set_isNewArchive__9(bool value) { ___isNewArchive__9 = value; } inline static int32_t get_offset_of_useZip64__10() { return static_cast(offsetof(ZipFile_t1258023761, ___useZip64__10)); } inline int32_t get_useZip64__10() const { return ___useZip64__10; } inline int32_t* get_address_of_useZip64__10() { return &___useZip64__10; } inline void set_useZip64__10(int32_t value) { ___useZip64__10 = value; } inline static int32_t get_offset_of_updates__11() { return static_cast(offsetof(ZipFile_t1258023761, ___updates__11)); } inline ArrayList_t2718874744 * get_updates__11() const { return ___updates__11; } inline ArrayList_t2718874744 ** get_address_of_updates__11() { return &___updates__11; } inline void set_updates__11(ArrayList_t2718874744 * value) { ___updates__11 = value; Il2CppCodeGenWriteBarrier((&___updates__11), value); } inline static int32_t get_offset_of_updateIndex__12() { return static_cast(offsetof(ZipFile_t1258023761, ___updateIndex__12)); } inline Hashtable_t1853889766 * get_updateIndex__12() const { return ___updateIndex__12; } inline Hashtable_t1853889766 ** get_address_of_updateIndex__12() { return &___updateIndex__12; } inline void set_updateIndex__12(Hashtable_t1853889766 * value) { ___updateIndex__12 = value; Il2CppCodeGenWriteBarrier((&___updateIndex__12), value); } inline static int32_t get_offset_of_archiveStorage__13() { return static_cast(offsetof(ZipFile_t1258023761, ___archiveStorage__13)); } inline RuntimeObject* get_archiveStorage__13() const { return ___archiveStorage__13; } inline RuntimeObject** get_address_of_archiveStorage__13() { return &___archiveStorage__13; } inline void set_archiveStorage__13(RuntimeObject* value) { ___archiveStorage__13 = value; Il2CppCodeGenWriteBarrier((&___archiveStorage__13), value); } inline static int32_t get_offset_of_updateDataSource__14() { return static_cast(offsetof(ZipFile_t1258023761, ___updateDataSource__14)); } inline RuntimeObject* get_updateDataSource__14() const { return ___updateDataSource__14; } inline RuntimeObject** get_address_of_updateDataSource__14() { return &___updateDataSource__14; } inline void set_updateDataSource__14(RuntimeObject* value) { ___updateDataSource__14 = value; Il2CppCodeGenWriteBarrier((&___updateDataSource__14), value); } inline static int32_t get_offset_of_bufferSize__15() { return static_cast(offsetof(ZipFile_t1258023761, ___bufferSize__15)); } inline int32_t get_bufferSize__15() const { return ___bufferSize__15; } inline int32_t* get_address_of_bufferSize__15() { return &___bufferSize__15; } inline void set_bufferSize__15(int32_t value) { ___bufferSize__15 = value; } inline static int32_t get_offset_of_updateEntryFactory__16() { return static_cast(offsetof(ZipFile_t1258023761, ___updateEntryFactory__16)); } inline RuntimeObject* get_updateEntryFactory__16() const { return ___updateEntryFactory__16; } inline RuntimeObject** get_address_of_updateEntryFactory__16() { return &___updateEntryFactory__16; } inline void set_updateEntryFactory__16(RuntimeObject* value) { ___updateEntryFactory__16 = value; Il2CppCodeGenWriteBarrier((&___updateEntryFactory__16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ZIPFILE_T1258023761_H #ifndef MULTICASTDELEGATE_T_H #define MULTICASTDELEGATE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t1188392813 { public: // System.MulticastDelegate System.MulticastDelegate::prev MulticastDelegate_t * ___prev_9; // System.MulticastDelegate System.MulticastDelegate::kpm_next MulticastDelegate_t * ___kpm_next_10; public: inline static int32_t get_offset_of_prev_9() { return static_cast(offsetof(MulticastDelegate_t, ___prev_9)); } inline MulticastDelegate_t * get_prev_9() const { return ___prev_9; } inline MulticastDelegate_t ** get_address_of_prev_9() { return &___prev_9; } inline void set_prev_9(MulticastDelegate_t * value) { ___prev_9 = value; Il2CppCodeGenWriteBarrier((&___prev_9), value); } inline static int32_t get_offset_of_kpm_next_10() { return static_cast(offsetof(MulticastDelegate_t, ___kpm_next_10)); } inline MulticastDelegate_t * get_kpm_next_10() const { return ___kpm_next_10; } inline MulticastDelegate_t ** get_address_of_kpm_next_10() { return &___kpm_next_10; } inline void set_kpm_next_10(MulticastDelegate_t * value) { ___kpm_next_10 = value; Il2CppCodeGenWriteBarrier((&___kpm_next_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MULTICASTDELEGATE_T_H #ifndef PATHTOOLONGEXCEPTION_T2919094560_H #define PATHTOOLONGEXCEPTION_T2919094560_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.PathTooLongException struct PathTooLongException_t2919094560 : public IOException_t4088381929 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PATHTOOLONGEXCEPTION_T2919094560_H #ifndef TYPE_T_H #define TYPE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t3027515415 ____impl_1; public: inline static int32_t get_offset_of__impl_1() { return static_cast(offsetof(Type_t, ____impl_1)); } inline RuntimeTypeHandle_t3027515415 get__impl_1() const { return ____impl_1; } inline RuntimeTypeHandle_t3027515415 * get_address_of__impl_1() { return &____impl_1; } inline void set__impl_1(RuntimeTypeHandle_t3027515415 value) { ____impl_1 = value; } }; struct Type_t_StaticFields { public: // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_2; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t3940880105* ___EmptyTypes_3; // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t426314064 * ___FilterAttribute_4; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t426314064 * ___FilterName_5; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t426314064 * ___FilterNameIgnoreCase_6; // System.Object System.Type::Missing RuntimeObject * ___Missing_7; public: inline static int32_t get_offset_of_Delimiter_2() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_2)); } inline Il2CppChar get_Delimiter_2() const { return ___Delimiter_2; } inline Il2CppChar* get_address_of_Delimiter_2() { return &___Delimiter_2; } inline void set_Delimiter_2(Il2CppChar value) { ___Delimiter_2 = value; } inline static int32_t get_offset_of_EmptyTypes_3() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_3)); } inline TypeU5BU5D_t3940880105* get_EmptyTypes_3() const { return ___EmptyTypes_3; } inline TypeU5BU5D_t3940880105** get_address_of_EmptyTypes_3() { return &___EmptyTypes_3; } inline void set_EmptyTypes_3(TypeU5BU5D_t3940880105* value) { ___EmptyTypes_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyTypes_3), value); } inline static int32_t get_offset_of_FilterAttribute_4() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_4)); } inline MemberFilter_t426314064 * get_FilterAttribute_4() const { return ___FilterAttribute_4; } inline MemberFilter_t426314064 ** get_address_of_FilterAttribute_4() { return &___FilterAttribute_4; } inline void set_FilterAttribute_4(MemberFilter_t426314064 * value) { ___FilterAttribute_4 = value; Il2CppCodeGenWriteBarrier((&___FilterAttribute_4), value); } inline static int32_t get_offset_of_FilterName_5() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_5)); } inline MemberFilter_t426314064 * get_FilterName_5() const { return ___FilterName_5; } inline MemberFilter_t426314064 ** get_address_of_FilterName_5() { return &___FilterName_5; } inline void set_FilterName_5(MemberFilter_t426314064 * value) { ___FilterName_5 = value; Il2CppCodeGenWriteBarrier((&___FilterName_5), value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_6() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_6)); } inline MemberFilter_t426314064 * get_FilterNameIgnoreCase_6() const { return ___FilterNameIgnoreCase_6; } inline MemberFilter_t426314064 ** get_address_of_FilterNameIgnoreCase_6() { return &___FilterNameIgnoreCase_6; } inline void set_FilterNameIgnoreCase_6(MemberFilter_t426314064 * value) { ___FilterNameIgnoreCase_6 = value; Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_6), value); } inline static int32_t get_offset_of_Missing_7() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_7)); } inline RuntimeObject * get_Missing_7() const { return ___Missing_7; } inline RuntimeObject ** get_address_of_Missing_7() { return &___Missing_7; } inline void set_Missing_7(RuntimeObject * value) { ___Missing_7 = value; Il2CppCodeGenWriteBarrier((&___Missing_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T_H #ifndef OBJECTDISPOSEDEXCEPTION_T21392786_H #define OBJECTDISPOSEDEXCEPTION_T21392786_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ObjectDisposedException struct ObjectDisposedException_t21392786 : public InvalidOperationException_t56020091 { public: // System.String System.ObjectDisposedException::obj_name String_t* ___obj_name_12; // System.String System.ObjectDisposedException::msg String_t* ___msg_13; public: inline static int32_t get_offset_of_obj_name_12() { return static_cast(offsetof(ObjectDisposedException_t21392786, ___obj_name_12)); } inline String_t* get_obj_name_12() const { return ___obj_name_12; } inline String_t** get_address_of_obj_name_12() { return &___obj_name_12; } inline void set_obj_name_12(String_t* value) { ___obj_name_12 = value; Il2CppCodeGenWriteBarrier((&___obj_name_12), value); } inline static int32_t get_offset_of_msg_13() { return static_cast(offsetof(ObjectDisposedException_t21392786, ___msg_13)); } inline String_t* get_msg_13() const { return ___msg_13; } inline String_t** get_address_of_msg_13() { return &___msg_13; } inline void set_msg_13(String_t* value) { ___msg_13 = value; Il2CppCodeGenWriteBarrier((&___msg_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTDISPOSEDEXCEPTION_T21392786_H #ifndef ZIPOUTPUTSTREAM_T3000418837_H #define ZIPOUTPUTSTREAM_T3000418837_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.ZipOutputStream struct ZipOutputStream_t3000418837 : public DeflaterOutputStream_t939764091 { public: // System.Collections.ArrayList ICSharpCode.SharpZipLib.Zip.ZipOutputStream::entries ArrayList_t2718874744 * ___entries_11; // ICSharpCode.SharpZipLib.Checksums.Crc32 ICSharpCode.SharpZipLib.Zip.ZipOutputStream::crc Crc32_t4094429278 * ___crc_12; // ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.ZipOutputStream::curEntry ZipEntry_t658048195 * ___curEntry_13; // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipOutputStream::defaultCompressionLevel int32_t ___defaultCompressionLevel_14; // ICSharpCode.SharpZipLib.Zip.CompressionMethod ICSharpCode.SharpZipLib.Zip.ZipOutputStream::curMethod int32_t ___curMethod_15; // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipOutputStream::size int64_t ___size_16; // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipOutputStream::offset int64_t ___offset_17; // System.Byte[] ICSharpCode.SharpZipLib.Zip.ZipOutputStream::zipComment ByteU5BU5D_t4116647657* ___zipComment_18; // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipOutputStream::patchEntryHeader bool ___patchEntryHeader_19; // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipOutputStream::crcPatchPos int64_t ___crcPatchPos_20; // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipOutputStream::sizePatchPos int64_t ___sizePatchPos_21; // ICSharpCode.SharpZipLib.Zip.UseZip64 ICSharpCode.SharpZipLib.Zip.ZipOutputStream::useZip64_ int32_t ___useZip64__22; public: inline static int32_t get_offset_of_entries_11() { return static_cast(offsetof(ZipOutputStream_t3000418837, ___entries_11)); } inline ArrayList_t2718874744 * get_entries_11() const { return ___entries_11; } inline ArrayList_t2718874744 ** get_address_of_entries_11() { return &___entries_11; } inline void set_entries_11(ArrayList_t2718874744 * value) { ___entries_11 = value; Il2CppCodeGenWriteBarrier((&___entries_11), value); } inline static int32_t get_offset_of_crc_12() { return static_cast(offsetof(ZipOutputStream_t3000418837, ___crc_12)); } inline Crc32_t4094429278 * get_crc_12() const { return ___crc_12; } inline Crc32_t4094429278 ** get_address_of_crc_12() { return &___crc_12; } inline void set_crc_12(Crc32_t4094429278 * value) { ___crc_12 = value; Il2CppCodeGenWriteBarrier((&___crc_12), value); } inline static int32_t get_offset_of_curEntry_13() { return static_cast(offsetof(ZipOutputStream_t3000418837, ___curEntry_13)); } inline ZipEntry_t658048195 * get_curEntry_13() const { return ___curEntry_13; } inline ZipEntry_t658048195 ** get_address_of_curEntry_13() { return &___curEntry_13; } inline void set_curEntry_13(ZipEntry_t658048195 * value) { ___curEntry_13 = value; Il2CppCodeGenWriteBarrier((&___curEntry_13), value); } inline static int32_t get_offset_of_defaultCompressionLevel_14() { return static_cast(offsetof(ZipOutputStream_t3000418837, ___defaultCompressionLevel_14)); } inline int32_t get_defaultCompressionLevel_14() const { return ___defaultCompressionLevel_14; } inline int32_t* get_address_of_defaultCompressionLevel_14() { return &___defaultCompressionLevel_14; } inline void set_defaultCompressionLevel_14(int32_t value) { ___defaultCompressionLevel_14 = value; } inline static int32_t get_offset_of_curMethod_15() { return static_cast(offsetof(ZipOutputStream_t3000418837, ___curMethod_15)); } inline int32_t get_curMethod_15() const { return ___curMethod_15; } inline int32_t* get_address_of_curMethod_15() { return &___curMethod_15; } inline void set_curMethod_15(int32_t value) { ___curMethod_15 = value; } inline static int32_t get_offset_of_size_16() { return static_cast(offsetof(ZipOutputStream_t3000418837, ___size_16)); } inline int64_t get_size_16() const { return ___size_16; } inline int64_t* get_address_of_size_16() { return &___size_16; } inline void set_size_16(int64_t value) { ___size_16 = value; } inline static int32_t get_offset_of_offset_17() { return static_cast(offsetof(ZipOutputStream_t3000418837, ___offset_17)); } inline int64_t get_offset_17() const { return ___offset_17; } inline int64_t* get_address_of_offset_17() { return &___offset_17; } inline void set_offset_17(int64_t value) { ___offset_17 = value; } inline static int32_t get_offset_of_zipComment_18() { return static_cast(offsetof(ZipOutputStream_t3000418837, ___zipComment_18)); } inline ByteU5BU5D_t4116647657* get_zipComment_18() const { return ___zipComment_18; } inline ByteU5BU5D_t4116647657** get_address_of_zipComment_18() { return &___zipComment_18; } inline void set_zipComment_18(ByteU5BU5D_t4116647657* value) { ___zipComment_18 = value; Il2CppCodeGenWriteBarrier((&___zipComment_18), value); } inline static int32_t get_offset_of_patchEntryHeader_19() { return static_cast(offsetof(ZipOutputStream_t3000418837, ___patchEntryHeader_19)); } inline bool get_patchEntryHeader_19() const { return ___patchEntryHeader_19; } inline bool* get_address_of_patchEntryHeader_19() { return &___patchEntryHeader_19; } inline void set_patchEntryHeader_19(bool value) { ___patchEntryHeader_19 = value; } inline static int32_t get_offset_of_crcPatchPos_20() { return static_cast(offsetof(ZipOutputStream_t3000418837, ___crcPatchPos_20)); } inline int64_t get_crcPatchPos_20() const { return ___crcPatchPos_20; } inline int64_t* get_address_of_crcPatchPos_20() { return &___crcPatchPos_20; } inline void set_crcPatchPos_20(int64_t value) { ___crcPatchPos_20 = value; } inline static int32_t get_offset_of_sizePatchPos_21() { return static_cast(offsetof(ZipOutputStream_t3000418837, ___sizePatchPos_21)); } inline int64_t get_sizePatchPos_21() const { return ___sizePatchPos_21; } inline int64_t* get_address_of_sizePatchPos_21() { return &___sizePatchPos_21; } inline void set_sizePatchPos_21(int64_t value) { ___sizePatchPos_21 = value; } inline static int32_t get_offset_of_useZip64__22() { return static_cast(offsetof(ZipOutputStream_t3000418837, ___useZip64__22)); } inline int32_t get_useZip64__22() const { return ___useZip64__22; } inline int32_t* get_address_of_useZip64__22() { return &___useZip64__22; } inline void set_useZip64__22(int32_t value) { ___useZip64__22 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ZIPOUTPUTSTREAM_T3000418837_H #ifndef FILESTREAM_T4292183065_H #define FILESTREAM_T4292183065_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileStream struct FileStream_t4292183065 : public Stream_t1273022909 { public: // System.IO.FileAccess System.IO.FileStream::access int32_t ___access_2; // System.Boolean System.IO.FileStream::owner bool ___owner_3; // System.Boolean System.IO.FileStream::async bool ___async_4; // System.Boolean System.IO.FileStream::canseek bool ___canseek_5; // System.Int64 System.IO.FileStream::append_startpos int64_t ___append_startpos_6; // System.Boolean System.IO.FileStream::anonymous bool ___anonymous_7; // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_t4116647657* ___buf_8; // System.Int32 System.IO.FileStream::buf_size int32_t ___buf_size_9; // System.Int32 System.IO.FileStream::buf_length int32_t ___buf_length_10; // System.Int32 System.IO.FileStream::buf_offset int32_t ___buf_offset_11; // System.Boolean System.IO.FileStream::buf_dirty bool ___buf_dirty_12; // System.Int64 System.IO.FileStream::buf_start int64_t ___buf_start_13; // System.String System.IO.FileStream::name String_t* ___name_14; // System.IntPtr System.IO.FileStream::handle intptr_t ___handle_15; public: inline static int32_t get_offset_of_access_2() { return static_cast(offsetof(FileStream_t4292183065, ___access_2)); } inline int32_t get_access_2() const { return ___access_2; } inline int32_t* get_address_of_access_2() { return &___access_2; } inline void set_access_2(int32_t value) { ___access_2 = value; } inline static int32_t get_offset_of_owner_3() { return static_cast(offsetof(FileStream_t4292183065, ___owner_3)); } inline bool get_owner_3() const { return ___owner_3; } inline bool* get_address_of_owner_3() { return &___owner_3; } inline void set_owner_3(bool value) { ___owner_3 = value; } inline static int32_t get_offset_of_async_4() { return static_cast(offsetof(FileStream_t4292183065, ___async_4)); } inline bool get_async_4() const { return ___async_4; } inline bool* get_address_of_async_4() { return &___async_4; } inline void set_async_4(bool value) { ___async_4 = value; } inline static int32_t get_offset_of_canseek_5() { return static_cast(offsetof(FileStream_t4292183065, ___canseek_5)); } inline bool get_canseek_5() const { return ___canseek_5; } inline bool* get_address_of_canseek_5() { return &___canseek_5; } inline void set_canseek_5(bool value) { ___canseek_5 = value; } inline static int32_t get_offset_of_append_startpos_6() { return static_cast(offsetof(FileStream_t4292183065, ___append_startpos_6)); } inline int64_t get_append_startpos_6() const { return ___append_startpos_6; } inline int64_t* get_address_of_append_startpos_6() { return &___append_startpos_6; } inline void set_append_startpos_6(int64_t value) { ___append_startpos_6 = value; } inline static int32_t get_offset_of_anonymous_7() { return static_cast(offsetof(FileStream_t4292183065, ___anonymous_7)); } inline bool get_anonymous_7() const { return ___anonymous_7; } inline bool* get_address_of_anonymous_7() { return &___anonymous_7; } inline void set_anonymous_7(bool value) { ___anonymous_7 = value; } inline static int32_t get_offset_of_buf_8() { return static_cast(offsetof(FileStream_t4292183065, ___buf_8)); } inline ByteU5BU5D_t4116647657* get_buf_8() const { return ___buf_8; } inline ByteU5BU5D_t4116647657** get_address_of_buf_8() { return &___buf_8; } inline void set_buf_8(ByteU5BU5D_t4116647657* value) { ___buf_8 = value; Il2CppCodeGenWriteBarrier((&___buf_8), value); } inline static int32_t get_offset_of_buf_size_9() { return static_cast(offsetof(FileStream_t4292183065, ___buf_size_9)); } inline int32_t get_buf_size_9() const { return ___buf_size_9; } inline int32_t* get_address_of_buf_size_9() { return &___buf_size_9; } inline void set_buf_size_9(int32_t value) { ___buf_size_9 = value; } inline static int32_t get_offset_of_buf_length_10() { return static_cast(offsetof(FileStream_t4292183065, ___buf_length_10)); } inline int32_t get_buf_length_10() const { return ___buf_length_10; } inline int32_t* get_address_of_buf_length_10() { return &___buf_length_10; } inline void set_buf_length_10(int32_t value) { ___buf_length_10 = value; } inline static int32_t get_offset_of_buf_offset_11() { return static_cast(offsetof(FileStream_t4292183065, ___buf_offset_11)); } inline int32_t get_buf_offset_11() const { return ___buf_offset_11; } inline int32_t* get_address_of_buf_offset_11() { return &___buf_offset_11; } inline void set_buf_offset_11(int32_t value) { ___buf_offset_11 = value; } inline static int32_t get_offset_of_buf_dirty_12() { return static_cast(offsetof(FileStream_t4292183065, ___buf_dirty_12)); } inline bool get_buf_dirty_12() const { return ___buf_dirty_12; } inline bool* get_address_of_buf_dirty_12() { return &___buf_dirty_12; } inline void set_buf_dirty_12(bool value) { ___buf_dirty_12 = value; } inline static int32_t get_offset_of_buf_start_13() { return static_cast(offsetof(FileStream_t4292183065, ___buf_start_13)); } inline int64_t get_buf_start_13() const { return ___buf_start_13; } inline int64_t* get_address_of_buf_start_13() { return &___buf_start_13; } inline void set_buf_start_13(int64_t value) { ___buf_start_13 = value; } inline static int32_t get_offset_of_name_14() { return static_cast(offsetof(FileStream_t4292183065, ___name_14)); } inline String_t* get_name_14() const { return ___name_14; } inline String_t** get_address_of_name_14() { return &___name_14; } inline void set_name_14(String_t* value) { ___name_14 = value; Il2CppCodeGenWriteBarrier((&___name_14), value); } inline static int32_t get_offset_of_handle_15() { return static_cast(offsetof(FileStream_t4292183065, ___handle_15)); } inline intptr_t get_handle_15() const { return ___handle_15; } inline intptr_t* get_address_of_handle_15() { return &___handle_15; } inline void set_handle_15(intptr_t value) { ___handle_15 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILESTREAM_T4292183065_H #ifndef FASTZIP_T1787039230_H #define FASTZIP_T1787039230_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.FastZip struct FastZip_t1787039230 : public RuntimeObject { public: // System.Boolean ICSharpCode.SharpZipLib.Zip.FastZip::continueRunning_ bool ___continueRunning__0; // System.Byte[] ICSharpCode.SharpZipLib.Zip.FastZip::buffer_ ByteU5BU5D_t4116647657* ___buffer__1; // ICSharpCode.SharpZipLib.Zip.ZipOutputStream ICSharpCode.SharpZipLib.Zip.FastZip::outputStream_ ZipOutputStream_t3000418837 * ___outputStream__2; // System.String ICSharpCode.SharpZipLib.Zip.FastZip::sourceDirectory_ String_t* ___sourceDirectory__3; // System.Boolean ICSharpCode.SharpZipLib.Zip.FastZip::createEmptyDirectories_ bool ___createEmptyDirectories__4; // ICSharpCode.SharpZipLib.Zip.FastZipEvents ICSharpCode.SharpZipLib.Zip.FastZip::events_ FastZipEvents_t2506806086 * ___events__5; // ICSharpCode.SharpZipLib.Zip.IEntryFactory ICSharpCode.SharpZipLib.Zip.FastZip::entryFactory_ RuntimeObject* ___entryFactory__6; // ICSharpCode.SharpZipLib.Zip.UseZip64 ICSharpCode.SharpZipLib.Zip.FastZip::useZip64_ int32_t ___useZip64__7; // System.String ICSharpCode.SharpZipLib.Zip.FastZip::password_ String_t* ___password__8; public: inline static int32_t get_offset_of_continueRunning__0() { return static_cast(offsetof(FastZip_t1787039230, ___continueRunning__0)); } inline bool get_continueRunning__0() const { return ___continueRunning__0; } inline bool* get_address_of_continueRunning__0() { return &___continueRunning__0; } inline void set_continueRunning__0(bool value) { ___continueRunning__0 = value; } inline static int32_t get_offset_of_buffer__1() { return static_cast(offsetof(FastZip_t1787039230, ___buffer__1)); } inline ByteU5BU5D_t4116647657* get_buffer__1() const { return ___buffer__1; } inline ByteU5BU5D_t4116647657** get_address_of_buffer__1() { return &___buffer__1; } inline void set_buffer__1(ByteU5BU5D_t4116647657* value) { ___buffer__1 = value; Il2CppCodeGenWriteBarrier((&___buffer__1), value); } inline static int32_t get_offset_of_outputStream__2() { return static_cast(offsetof(FastZip_t1787039230, ___outputStream__2)); } inline ZipOutputStream_t3000418837 * get_outputStream__2() const { return ___outputStream__2; } inline ZipOutputStream_t3000418837 ** get_address_of_outputStream__2() { return &___outputStream__2; } inline void set_outputStream__2(ZipOutputStream_t3000418837 * value) { ___outputStream__2 = value; Il2CppCodeGenWriteBarrier((&___outputStream__2), value); } inline static int32_t get_offset_of_sourceDirectory__3() { return static_cast(offsetof(FastZip_t1787039230, ___sourceDirectory__3)); } inline String_t* get_sourceDirectory__3() const { return ___sourceDirectory__3; } inline String_t** get_address_of_sourceDirectory__3() { return &___sourceDirectory__3; } inline void set_sourceDirectory__3(String_t* value) { ___sourceDirectory__3 = value; Il2CppCodeGenWriteBarrier((&___sourceDirectory__3), value); } inline static int32_t get_offset_of_createEmptyDirectories__4() { return static_cast(offsetof(FastZip_t1787039230, ___createEmptyDirectories__4)); } inline bool get_createEmptyDirectories__4() const { return ___createEmptyDirectories__4; } inline bool* get_address_of_createEmptyDirectories__4() { return &___createEmptyDirectories__4; } inline void set_createEmptyDirectories__4(bool value) { ___createEmptyDirectories__4 = value; } inline static int32_t get_offset_of_events__5() { return static_cast(offsetof(FastZip_t1787039230, ___events__5)); } inline FastZipEvents_t2506806086 * get_events__5() const { return ___events__5; } inline FastZipEvents_t2506806086 ** get_address_of_events__5() { return &___events__5; } inline void set_events__5(FastZipEvents_t2506806086 * value) { ___events__5 = value; Il2CppCodeGenWriteBarrier((&___events__5), value); } inline static int32_t get_offset_of_entryFactory__6() { return static_cast(offsetof(FastZip_t1787039230, ___entryFactory__6)); } inline RuntimeObject* get_entryFactory__6() const { return ___entryFactory__6; } inline RuntimeObject** get_address_of_entryFactory__6() { return &___entryFactory__6; } inline void set_entryFactory__6(RuntimeObject* value) { ___entryFactory__6 = value; Il2CppCodeGenWriteBarrier((&___entryFactory__6), value); } inline static int32_t get_offset_of_useZip64__7() { return static_cast(offsetof(FastZip_t1787039230, ___useZip64__7)); } inline int32_t get_useZip64__7() const { return ___useZip64__7; } inline int32_t* get_address_of_useZip64__7() { return &___useZip64__7; } inline void set_useZip64__7(int32_t value) { ___useZip64__7 = value; } inline static int32_t get_offset_of_password__8() { return static_cast(offsetof(FastZip_t1787039230, ___password__8)); } inline String_t* get_password__8() const { return ___password__8; } inline String_t** get_address_of_password__8() { return &___password__8; } inline void set_password__8(String_t* value) { ___password__8 = value; Il2CppCodeGenWriteBarrier((&___password__8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FASTZIP_T1787039230_H #ifndef ZIPEXCEPTION_T3735454771_H #define ZIPEXCEPTION_T3735454771_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.ZipException struct ZipException_t3735454771 : public SharpZipBaseException_t425598722 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ZIPEXCEPTION_T3735454771_H #ifndef ZIPENTRY_T658048195_H #define ZIPENTRY_T658048195_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.ZipEntry struct ZipEntry_t658048195 : public RuntimeObject { public: // ICSharpCode.SharpZipLib.Zip.ZipEntry/Known ICSharpCode.SharpZipLib.Zip.ZipEntry::known uint8_t ___known_0; // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntry::externalFileAttributes int32_t ___externalFileAttributes_1; // System.UInt16 ICSharpCode.SharpZipLib.Zip.ZipEntry::versionMadeBy uint16_t ___versionMadeBy_2; // System.String ICSharpCode.SharpZipLib.Zip.ZipEntry::name String_t* ___name_3; // System.UInt64 ICSharpCode.SharpZipLib.Zip.ZipEntry::size uint64_t ___size_4; // System.UInt64 ICSharpCode.SharpZipLib.Zip.ZipEntry::compressedSize uint64_t ___compressedSize_5; // System.UInt16 ICSharpCode.SharpZipLib.Zip.ZipEntry::versionToExtract uint16_t ___versionToExtract_6; // System.UInt32 ICSharpCode.SharpZipLib.Zip.ZipEntry::crc uint32_t ___crc_7; // System.UInt32 ICSharpCode.SharpZipLib.Zip.ZipEntry::dosTime uint32_t ___dosTime_8; // ICSharpCode.SharpZipLib.Zip.CompressionMethod ICSharpCode.SharpZipLib.Zip.ZipEntry::method int32_t ___method_9; // System.Byte[] ICSharpCode.SharpZipLib.Zip.ZipEntry::extra ByteU5BU5D_t4116647657* ___extra_10; // System.String ICSharpCode.SharpZipLib.Zip.ZipEntry::comment String_t* ___comment_11; // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntry::flags int32_t ___flags_12; // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipEntry::zipFileIndex int64_t ___zipFileIndex_13; // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipEntry::offset int64_t ___offset_14; // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::forceZip64_ bool ___forceZip64__15; // System.Byte ICSharpCode.SharpZipLib.Zip.ZipEntry::cryptoCheckValue_ uint8_t ___cryptoCheckValue__16; // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntry::_aesVer int32_t ____aesVer_17; // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntry::_aesEncryptionStrength int32_t ____aesEncryptionStrength_18; public: inline static int32_t get_offset_of_known_0() { return static_cast(offsetof(ZipEntry_t658048195, ___known_0)); } inline uint8_t get_known_0() const { return ___known_0; } inline uint8_t* get_address_of_known_0() { return &___known_0; } inline void set_known_0(uint8_t value) { ___known_0 = value; } inline static int32_t get_offset_of_externalFileAttributes_1() { return static_cast(offsetof(ZipEntry_t658048195, ___externalFileAttributes_1)); } inline int32_t get_externalFileAttributes_1() const { return ___externalFileAttributes_1; } inline int32_t* get_address_of_externalFileAttributes_1() { return &___externalFileAttributes_1; } inline void set_externalFileAttributes_1(int32_t value) { ___externalFileAttributes_1 = value; } inline static int32_t get_offset_of_versionMadeBy_2() { return static_cast(offsetof(ZipEntry_t658048195, ___versionMadeBy_2)); } inline uint16_t get_versionMadeBy_2() const { return ___versionMadeBy_2; } inline uint16_t* get_address_of_versionMadeBy_2() { return &___versionMadeBy_2; } inline void set_versionMadeBy_2(uint16_t value) { ___versionMadeBy_2 = value; } inline static int32_t get_offset_of_name_3() { return static_cast(offsetof(ZipEntry_t658048195, ___name_3)); } inline String_t* get_name_3() const { return ___name_3; } inline String_t** get_address_of_name_3() { return &___name_3; } inline void set_name_3(String_t* value) { ___name_3 = value; Il2CppCodeGenWriteBarrier((&___name_3), value); } inline static int32_t get_offset_of_size_4() { return static_cast(offsetof(ZipEntry_t658048195, ___size_4)); } inline uint64_t get_size_4() const { return ___size_4; } inline uint64_t* get_address_of_size_4() { return &___size_4; } inline void set_size_4(uint64_t value) { ___size_4 = value; } inline static int32_t get_offset_of_compressedSize_5() { return static_cast(offsetof(ZipEntry_t658048195, ___compressedSize_5)); } inline uint64_t get_compressedSize_5() const { return ___compressedSize_5; } inline uint64_t* get_address_of_compressedSize_5() { return &___compressedSize_5; } inline void set_compressedSize_5(uint64_t value) { ___compressedSize_5 = value; } inline static int32_t get_offset_of_versionToExtract_6() { return static_cast(offsetof(ZipEntry_t658048195, ___versionToExtract_6)); } inline uint16_t get_versionToExtract_6() const { return ___versionToExtract_6; } inline uint16_t* get_address_of_versionToExtract_6() { return &___versionToExtract_6; } inline void set_versionToExtract_6(uint16_t value) { ___versionToExtract_6 = value; } inline static int32_t get_offset_of_crc_7() { return static_cast(offsetof(ZipEntry_t658048195, ___crc_7)); } inline uint32_t get_crc_7() const { return ___crc_7; } inline uint32_t* get_address_of_crc_7() { return &___crc_7; } inline void set_crc_7(uint32_t value) { ___crc_7 = value; } inline static int32_t get_offset_of_dosTime_8() { return static_cast(offsetof(ZipEntry_t658048195, ___dosTime_8)); } inline uint32_t get_dosTime_8() const { return ___dosTime_8; } inline uint32_t* get_address_of_dosTime_8() { return &___dosTime_8; } inline void set_dosTime_8(uint32_t value) { ___dosTime_8 = value; } inline static int32_t get_offset_of_method_9() { return static_cast(offsetof(ZipEntry_t658048195, ___method_9)); } inline int32_t get_method_9() const { return ___method_9; } inline int32_t* get_address_of_method_9() { return &___method_9; } inline void set_method_9(int32_t value) { ___method_9 = value; } inline static int32_t get_offset_of_extra_10() { return static_cast(offsetof(ZipEntry_t658048195, ___extra_10)); } inline ByteU5BU5D_t4116647657* get_extra_10() const { return ___extra_10; } inline ByteU5BU5D_t4116647657** get_address_of_extra_10() { return &___extra_10; } inline void set_extra_10(ByteU5BU5D_t4116647657* value) { ___extra_10 = value; Il2CppCodeGenWriteBarrier((&___extra_10), value); } inline static int32_t get_offset_of_comment_11() { return static_cast(offsetof(ZipEntry_t658048195, ___comment_11)); } inline String_t* get_comment_11() const { return ___comment_11; } inline String_t** get_address_of_comment_11() { return &___comment_11; } inline void set_comment_11(String_t* value) { ___comment_11 = value; Il2CppCodeGenWriteBarrier((&___comment_11), value); } inline static int32_t get_offset_of_flags_12() { return static_cast(offsetof(ZipEntry_t658048195, ___flags_12)); } inline int32_t get_flags_12() const { return ___flags_12; } inline int32_t* get_address_of_flags_12() { return &___flags_12; } inline void set_flags_12(int32_t value) { ___flags_12 = value; } inline static int32_t get_offset_of_zipFileIndex_13() { return static_cast(offsetof(ZipEntry_t658048195, ___zipFileIndex_13)); } inline int64_t get_zipFileIndex_13() const { return ___zipFileIndex_13; } inline int64_t* get_address_of_zipFileIndex_13() { return &___zipFileIndex_13; } inline void set_zipFileIndex_13(int64_t value) { ___zipFileIndex_13 = value; } inline static int32_t get_offset_of_offset_14() { return static_cast(offsetof(ZipEntry_t658048195, ___offset_14)); } inline int64_t get_offset_14() const { return ___offset_14; } inline int64_t* get_address_of_offset_14() { return &___offset_14; } inline void set_offset_14(int64_t value) { ___offset_14 = value; } inline static int32_t get_offset_of_forceZip64__15() { return static_cast(offsetof(ZipEntry_t658048195, ___forceZip64__15)); } inline bool get_forceZip64__15() const { return ___forceZip64__15; } inline bool* get_address_of_forceZip64__15() { return &___forceZip64__15; } inline void set_forceZip64__15(bool value) { ___forceZip64__15 = value; } inline static int32_t get_offset_of_cryptoCheckValue__16() { return static_cast(offsetof(ZipEntry_t658048195, ___cryptoCheckValue__16)); } inline uint8_t get_cryptoCheckValue__16() const { return ___cryptoCheckValue__16; } inline uint8_t* get_address_of_cryptoCheckValue__16() { return &___cryptoCheckValue__16; } inline void set_cryptoCheckValue__16(uint8_t value) { ___cryptoCheckValue__16 = value; } inline static int32_t get_offset_of__aesVer_17() { return static_cast(offsetof(ZipEntry_t658048195, ____aesVer_17)); } inline int32_t get__aesVer_17() const { return ____aesVer_17; } inline int32_t* get_address_of__aesVer_17() { return &____aesVer_17; } inline void set__aesVer_17(int32_t value) { ____aesVer_17 = value; } inline static int32_t get_offset_of__aesEncryptionStrength_18() { return static_cast(offsetof(ZipEntry_t658048195, ____aesEncryptionStrength_18)); } inline int32_t get__aesEncryptionStrength_18() const { return ____aesEncryptionStrength_18; } inline int32_t* get_address_of__aesEncryptionStrength_18() { return &____aesEncryptionStrength_18; } inline void set__aesEncryptionStrength_18(int32_t value) { ____aesEncryptionStrength_18 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ZIPENTRY_T658048195_H #ifndef ARGUMENTNULLEXCEPTION_T1615371798_H #define ARGUMENTNULLEXCEPTION_T1615371798_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentNullException struct ArgumentNullException_t1615371798 : public ArgumentException_t132251570 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTNULLEXCEPTION_T1615371798_H #ifndef ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #define ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997 : public ArgumentException_t132251570 { public: // System.Object System.ArgumentOutOfRangeException::actual_value RuntimeObject * ___actual_value_13; public: inline static int32_t get_offset_of_actual_value_13() { return static_cast(offsetof(ArgumentOutOfRangeException_t777629997, ___actual_value_13)); } inline RuntimeObject * get_actual_value_13() const { return ___actual_value_13; } inline RuntimeObject ** get_address_of_actual_value_13() { return &___actual_value_13; } inline void set_actual_value_13(RuntimeObject * value) { ___actual_value_13 = value; Il2CppCodeGenWriteBarrier((&___actual_value_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #ifndef CRYPTOSTREAM_T2702504504_H #define CRYPTOSTREAM_T2702504504_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.CryptoStream struct CryptoStream_t2702504504 : public Stream_t1273022909 { public: // System.IO.Stream System.Security.Cryptography.CryptoStream::_stream Stream_t1273022909 * ____stream_2; // System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.CryptoStream::_transform RuntimeObject* ____transform_3; // System.Security.Cryptography.CryptoStreamMode System.Security.Cryptography.CryptoStream::_mode int32_t ____mode_4; // System.Byte[] System.Security.Cryptography.CryptoStream::_currentBlock ByteU5BU5D_t4116647657* ____currentBlock_5; // System.Boolean System.Security.Cryptography.CryptoStream::_disposed bool ____disposed_6; // System.Boolean System.Security.Cryptography.CryptoStream::_flushedFinalBlock bool ____flushedFinalBlock_7; // System.Int32 System.Security.Cryptography.CryptoStream::_partialCount int32_t ____partialCount_8; // System.Boolean System.Security.Cryptography.CryptoStream::_endOfStream bool ____endOfStream_9; // System.Byte[] System.Security.Cryptography.CryptoStream::_waitingBlock ByteU5BU5D_t4116647657* ____waitingBlock_10; // System.Int32 System.Security.Cryptography.CryptoStream::_waitingCount int32_t ____waitingCount_11; // System.Byte[] System.Security.Cryptography.CryptoStream::_transformedBlock ByteU5BU5D_t4116647657* ____transformedBlock_12; // System.Int32 System.Security.Cryptography.CryptoStream::_transformedPos int32_t ____transformedPos_13; // System.Int32 System.Security.Cryptography.CryptoStream::_transformedCount int32_t ____transformedCount_14; // System.Byte[] System.Security.Cryptography.CryptoStream::_workingBlock ByteU5BU5D_t4116647657* ____workingBlock_15; // System.Int32 System.Security.Cryptography.CryptoStream::_workingCount int32_t ____workingCount_16; public: inline static int32_t get_offset_of__stream_2() { return static_cast(offsetof(CryptoStream_t2702504504, ____stream_2)); } inline Stream_t1273022909 * get__stream_2() const { return ____stream_2; } inline Stream_t1273022909 ** get_address_of__stream_2() { return &____stream_2; } inline void set__stream_2(Stream_t1273022909 * value) { ____stream_2 = value; Il2CppCodeGenWriteBarrier((&____stream_2), value); } inline static int32_t get_offset_of__transform_3() { return static_cast(offsetof(CryptoStream_t2702504504, ____transform_3)); } inline RuntimeObject* get__transform_3() const { return ____transform_3; } inline RuntimeObject** get_address_of__transform_3() { return &____transform_3; } inline void set__transform_3(RuntimeObject* value) { ____transform_3 = value; Il2CppCodeGenWriteBarrier((&____transform_3), value); } inline static int32_t get_offset_of__mode_4() { return static_cast(offsetof(CryptoStream_t2702504504, ____mode_4)); } inline int32_t get__mode_4() const { return ____mode_4; } inline int32_t* get_address_of__mode_4() { return &____mode_4; } inline void set__mode_4(int32_t value) { ____mode_4 = value; } inline static int32_t get_offset_of__currentBlock_5() { return static_cast(offsetof(CryptoStream_t2702504504, ____currentBlock_5)); } inline ByteU5BU5D_t4116647657* get__currentBlock_5() const { return ____currentBlock_5; } inline ByteU5BU5D_t4116647657** get_address_of__currentBlock_5() { return &____currentBlock_5; } inline void set__currentBlock_5(ByteU5BU5D_t4116647657* value) { ____currentBlock_5 = value; Il2CppCodeGenWriteBarrier((&____currentBlock_5), value); } inline static int32_t get_offset_of__disposed_6() { return static_cast(offsetof(CryptoStream_t2702504504, ____disposed_6)); } inline bool get__disposed_6() const { return ____disposed_6; } inline bool* get_address_of__disposed_6() { return &____disposed_6; } inline void set__disposed_6(bool value) { ____disposed_6 = value; } inline static int32_t get_offset_of__flushedFinalBlock_7() { return static_cast(offsetof(CryptoStream_t2702504504, ____flushedFinalBlock_7)); } inline bool get__flushedFinalBlock_7() const { return ____flushedFinalBlock_7; } inline bool* get_address_of__flushedFinalBlock_7() { return &____flushedFinalBlock_7; } inline void set__flushedFinalBlock_7(bool value) { ____flushedFinalBlock_7 = value; } inline static int32_t get_offset_of__partialCount_8() { return static_cast(offsetof(CryptoStream_t2702504504, ____partialCount_8)); } inline int32_t get__partialCount_8() const { return ____partialCount_8; } inline int32_t* get_address_of__partialCount_8() { return &____partialCount_8; } inline void set__partialCount_8(int32_t value) { ____partialCount_8 = value; } inline static int32_t get_offset_of__endOfStream_9() { return static_cast(offsetof(CryptoStream_t2702504504, ____endOfStream_9)); } inline bool get__endOfStream_9() const { return ____endOfStream_9; } inline bool* get_address_of__endOfStream_9() { return &____endOfStream_9; } inline void set__endOfStream_9(bool value) { ____endOfStream_9 = value; } inline static int32_t get_offset_of__waitingBlock_10() { return static_cast(offsetof(CryptoStream_t2702504504, ____waitingBlock_10)); } inline ByteU5BU5D_t4116647657* get__waitingBlock_10() const { return ____waitingBlock_10; } inline ByteU5BU5D_t4116647657** get_address_of__waitingBlock_10() { return &____waitingBlock_10; } inline void set__waitingBlock_10(ByteU5BU5D_t4116647657* value) { ____waitingBlock_10 = value; Il2CppCodeGenWriteBarrier((&____waitingBlock_10), value); } inline static int32_t get_offset_of__waitingCount_11() { return static_cast(offsetof(CryptoStream_t2702504504, ____waitingCount_11)); } inline int32_t get__waitingCount_11() const { return ____waitingCount_11; } inline int32_t* get_address_of__waitingCount_11() { return &____waitingCount_11; } inline void set__waitingCount_11(int32_t value) { ____waitingCount_11 = value; } inline static int32_t get_offset_of__transformedBlock_12() { return static_cast(offsetof(CryptoStream_t2702504504, ____transformedBlock_12)); } inline ByteU5BU5D_t4116647657* get__transformedBlock_12() const { return ____transformedBlock_12; } inline ByteU5BU5D_t4116647657** get_address_of__transformedBlock_12() { return &____transformedBlock_12; } inline void set__transformedBlock_12(ByteU5BU5D_t4116647657* value) { ____transformedBlock_12 = value; Il2CppCodeGenWriteBarrier((&____transformedBlock_12), value); } inline static int32_t get_offset_of__transformedPos_13() { return static_cast(offsetof(CryptoStream_t2702504504, ____transformedPos_13)); } inline int32_t get__transformedPos_13() const { return ____transformedPos_13; } inline int32_t* get_address_of__transformedPos_13() { return &____transformedPos_13; } inline void set__transformedPos_13(int32_t value) { ____transformedPos_13 = value; } inline static int32_t get_offset_of__transformedCount_14() { return static_cast(offsetof(CryptoStream_t2702504504, ____transformedCount_14)); } inline int32_t get__transformedCount_14() const { return ____transformedCount_14; } inline int32_t* get_address_of__transformedCount_14() { return &____transformedCount_14; } inline void set__transformedCount_14(int32_t value) { ____transformedCount_14 = value; } inline static int32_t get_offset_of__workingBlock_15() { return static_cast(offsetof(CryptoStream_t2702504504, ____workingBlock_15)); } inline ByteU5BU5D_t4116647657* get__workingBlock_15() const { return ____workingBlock_15; } inline ByteU5BU5D_t4116647657** get_address_of__workingBlock_15() { return &____workingBlock_15; } inline void set__workingBlock_15(ByteU5BU5D_t4116647657* value) { ____workingBlock_15 = value; Il2CppCodeGenWriteBarrier((&____workingBlock_15), value); } inline static int32_t get_offset_of__workingCount_16() { return static_cast(offsetof(CryptoStream_t2702504504, ____workingCount_16)); } inline int32_t get__workingCount_16() const { return ____workingCount_16; } inline int32_t* get_address_of__workingCount_16() { return &____workingCount_16; } inline void set__workingCount_16(int32_t value) { ____workingCount_16 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRYPTOSTREAM_T2702504504_H #ifndef DEFLATERENGINE_T3149066675_H #define DEFLATERENGINE_T3149066675_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine struct DeflaterEngine_t3149066675 : public DeflaterConstants_t2939957086 { public: // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::ins_h int32_t ___ins_h_6; // System.Int16[] ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::head Int16U5BU5D_t3686840178* ___head_7; // System.Int16[] ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::prev Int16U5BU5D_t3686840178* ___prev_8; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::matchStart int32_t ___matchStart_9; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::matchLen int32_t ___matchLen_10; // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::prevAvailable bool ___prevAvailable_11; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::blockStart int32_t ___blockStart_12; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::strstart int32_t ___strstart_13; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::lookahead int32_t ___lookahead_14; // System.Byte[] ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::window ByteU5BU5D_t4116647657* ___window_15; // ICSharpCode.SharpZipLib.Zip.Compression.DeflateStrategy ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::strategy int32_t ___strategy_16; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::max_chain int32_t ___max_chain_17; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::max_lazy int32_t ___max_lazy_18; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::niceLength int32_t ___niceLength_19; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::goodLength int32_t ___goodLength_20; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::compressionFunction int32_t ___compressionFunction_21; // System.Byte[] ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::inputBuf ByteU5BU5D_t4116647657* ___inputBuf_22; // System.Int64 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::totalIn int64_t ___totalIn_23; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::inputOff int32_t ___inputOff_24; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::inputEnd int32_t ___inputEnd_25; // ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::pending DeflaterPending_t48501436 * ___pending_26; // ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::huffman DeflaterHuffman_t1589715067 * ___huffman_27; // ICSharpCode.SharpZipLib.Checksums.Adler32 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::adler Adler32_t2099134918 * ___adler_28; public: inline static int32_t get_offset_of_ins_h_6() { return static_cast(offsetof(DeflaterEngine_t3149066675, ___ins_h_6)); } inline int32_t get_ins_h_6() const { return ___ins_h_6; } inline int32_t* get_address_of_ins_h_6() { return &___ins_h_6; } inline void set_ins_h_6(int32_t value) { ___ins_h_6 = value; } inline static int32_t get_offset_of_head_7() { return static_cast(offsetof(DeflaterEngine_t3149066675, ___head_7)); } inline Int16U5BU5D_t3686840178* get_head_7() const { return ___head_7; } inline Int16U5BU5D_t3686840178** get_address_of_head_7() { return &___head_7; } inline void set_head_7(Int16U5BU5D_t3686840178* value) { ___head_7 = value; Il2CppCodeGenWriteBarrier((&___head_7), value); } inline static int32_t get_offset_of_prev_8() { return static_cast(offsetof(DeflaterEngine_t3149066675, ___prev_8)); } inline Int16U5BU5D_t3686840178* get_prev_8() const { return ___prev_8; } inline Int16U5BU5D_t3686840178** get_address_of_prev_8() { return &___prev_8; } inline void set_prev_8(Int16U5BU5D_t3686840178* value) { ___prev_8 = value; Il2CppCodeGenWriteBarrier((&___prev_8), value); } inline static int32_t get_offset_of_matchStart_9() { return static_cast(offsetof(DeflaterEngine_t3149066675, ___matchStart_9)); } inline int32_t get_matchStart_9() const { return ___matchStart_9; } inline int32_t* get_address_of_matchStart_9() { return &___matchStart_9; } inline void set_matchStart_9(int32_t value) { ___matchStart_9 = value; } inline static int32_t get_offset_of_matchLen_10() { return static_cast(offsetof(DeflaterEngine_t3149066675, ___matchLen_10)); } inline int32_t get_matchLen_10() const { return ___matchLen_10; } inline int32_t* get_address_of_matchLen_10() { return &___matchLen_10; } inline void set_matchLen_10(int32_t value) { ___matchLen_10 = value; } inline static int32_t get_offset_of_prevAvailable_11() { return static_cast(offsetof(DeflaterEngine_t3149066675, ___prevAvailable_11)); } inline bool get_prevAvailable_11() const { return ___prevAvailable_11; } inline bool* get_address_of_prevAvailable_11() { return &___prevAvailable_11; } inline void set_prevAvailable_11(bool value) { ___prevAvailable_11 = value; } inline static int32_t get_offset_of_blockStart_12() { return static_cast(offsetof(DeflaterEngine_t3149066675, ___blockStart_12)); } inline int32_t get_blockStart_12() const { return ___blockStart_12; } inline int32_t* get_address_of_blockStart_12() { return &___blockStart_12; } inline void set_blockStart_12(int32_t value) { ___blockStart_12 = value; } inline static int32_t get_offset_of_strstart_13() { return static_cast(offsetof(DeflaterEngine_t3149066675, ___strstart_13)); } inline int32_t get_strstart_13() const { return ___strstart_13; } inline int32_t* get_address_of_strstart_13() { return &___strstart_13; } inline void set_strstart_13(int32_t value) { ___strstart_13 = value; } inline static int32_t get_offset_of_lookahead_14() { return static_cast(offsetof(DeflaterEngine_t3149066675, ___lookahead_14)); } inline int32_t get_lookahead_14() const { return ___lookahead_14; } inline int32_t* get_address_of_lookahead_14() { return &___lookahead_14; } inline void set_lookahead_14(int32_t value) { ___lookahead_14 = value; } inline static int32_t get_offset_of_window_15() { return static_cast(offsetof(DeflaterEngine_t3149066675, ___window_15)); } inline ByteU5BU5D_t4116647657* get_window_15() const { return ___window_15; } inline ByteU5BU5D_t4116647657** get_address_of_window_15() { return &___window_15; } inline void set_window_15(ByteU5BU5D_t4116647657* value) { ___window_15 = value; Il2CppCodeGenWriteBarrier((&___window_15), value); } inline static int32_t get_offset_of_strategy_16() { return static_cast(offsetof(DeflaterEngine_t3149066675, ___strategy_16)); } inline int32_t get_strategy_16() const { return ___strategy_16; } inline int32_t* get_address_of_strategy_16() { return &___strategy_16; } inline void set_strategy_16(int32_t value) { ___strategy_16 = value; } inline static int32_t get_offset_of_max_chain_17() { return static_cast(offsetof(DeflaterEngine_t3149066675, ___max_chain_17)); } inline int32_t get_max_chain_17() const { return ___max_chain_17; } inline int32_t* get_address_of_max_chain_17() { return &___max_chain_17; } inline void set_max_chain_17(int32_t value) { ___max_chain_17 = value; } inline static int32_t get_offset_of_max_lazy_18() { return static_cast(offsetof(DeflaterEngine_t3149066675, ___max_lazy_18)); } inline int32_t get_max_lazy_18() const { return ___max_lazy_18; } inline int32_t* get_address_of_max_lazy_18() { return &___max_lazy_18; } inline void set_max_lazy_18(int32_t value) { ___max_lazy_18 = value; } inline static int32_t get_offset_of_niceLength_19() { return static_cast(offsetof(DeflaterEngine_t3149066675, ___niceLength_19)); } inline int32_t get_niceLength_19() const { return ___niceLength_19; } inline int32_t* get_address_of_niceLength_19() { return &___niceLength_19; } inline void set_niceLength_19(int32_t value) { ___niceLength_19 = value; } inline static int32_t get_offset_of_goodLength_20() { return static_cast(offsetof(DeflaterEngine_t3149066675, ___goodLength_20)); } inline int32_t get_goodLength_20() const { return ___goodLength_20; } inline int32_t* get_address_of_goodLength_20() { return &___goodLength_20; } inline void set_goodLength_20(int32_t value) { ___goodLength_20 = value; } inline static int32_t get_offset_of_compressionFunction_21() { return static_cast(offsetof(DeflaterEngine_t3149066675, ___compressionFunction_21)); } inline int32_t get_compressionFunction_21() const { return ___compressionFunction_21; } inline int32_t* get_address_of_compressionFunction_21() { return &___compressionFunction_21; } inline void set_compressionFunction_21(int32_t value) { ___compressionFunction_21 = value; } inline static int32_t get_offset_of_inputBuf_22() { return static_cast(offsetof(DeflaterEngine_t3149066675, ___inputBuf_22)); } inline ByteU5BU5D_t4116647657* get_inputBuf_22() const { return ___inputBuf_22; } inline ByteU5BU5D_t4116647657** get_address_of_inputBuf_22() { return &___inputBuf_22; } inline void set_inputBuf_22(ByteU5BU5D_t4116647657* value) { ___inputBuf_22 = value; Il2CppCodeGenWriteBarrier((&___inputBuf_22), value); } inline static int32_t get_offset_of_totalIn_23() { return static_cast(offsetof(DeflaterEngine_t3149066675, ___totalIn_23)); } inline int64_t get_totalIn_23() const { return ___totalIn_23; } inline int64_t* get_address_of_totalIn_23() { return &___totalIn_23; } inline void set_totalIn_23(int64_t value) { ___totalIn_23 = value; } inline static int32_t get_offset_of_inputOff_24() { return static_cast(offsetof(DeflaterEngine_t3149066675, ___inputOff_24)); } inline int32_t get_inputOff_24() const { return ___inputOff_24; } inline int32_t* get_address_of_inputOff_24() { return &___inputOff_24; } inline void set_inputOff_24(int32_t value) { ___inputOff_24 = value; } inline static int32_t get_offset_of_inputEnd_25() { return static_cast(offsetof(DeflaterEngine_t3149066675, ___inputEnd_25)); } inline int32_t get_inputEnd_25() const { return ___inputEnd_25; } inline int32_t* get_address_of_inputEnd_25() { return &___inputEnd_25; } inline void set_inputEnd_25(int32_t value) { ___inputEnd_25 = value; } inline static int32_t get_offset_of_pending_26() { return static_cast(offsetof(DeflaterEngine_t3149066675, ___pending_26)); } inline DeflaterPending_t48501436 * get_pending_26() const { return ___pending_26; } inline DeflaterPending_t48501436 ** get_address_of_pending_26() { return &___pending_26; } inline void set_pending_26(DeflaterPending_t48501436 * value) { ___pending_26 = value; Il2CppCodeGenWriteBarrier((&___pending_26), value); } inline static int32_t get_offset_of_huffman_27() { return static_cast(offsetof(DeflaterEngine_t3149066675, ___huffman_27)); } inline DeflaterHuffman_t1589715067 * get_huffman_27() const { return ___huffman_27; } inline DeflaterHuffman_t1589715067 ** get_address_of_huffman_27() { return &___huffman_27; } inline void set_huffman_27(DeflaterHuffman_t1589715067 * value) { ___huffman_27 = value; Il2CppCodeGenWriteBarrier((&___huffman_27), value); } inline static int32_t get_offset_of_adler_28() { return static_cast(offsetof(DeflaterEngine_t3149066675, ___adler_28)); } inline Adler32_t2099134918 * get_adler_28() const { return ___adler_28; } inline Adler32_t2099134918 ** get_address_of_adler_28() { return &___adler_28; } inline void set_adler_28(Adler32_t2099134918 * value) { ___adler_28 = value; Il2CppCodeGenWriteBarrier((&___adler_28), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFLATERENGINE_T3149066675_H #ifndef STREAMINGCONTEXT_T3711869237_H #define STREAMINGCONTEXT_T3711869237_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237 { public: // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::state int32_t ___state_0; // System.Object System.Runtime.Serialization.StreamingContext::additional RuntimeObject * ___additional_1; public: inline static int32_t get_offset_of_state_0() { return static_cast(offsetof(StreamingContext_t3711869237, ___state_0)); } inline int32_t get_state_0() const { return ___state_0; } inline int32_t* get_address_of_state_0() { return &___state_0; } inline void set_state_0(int32_t value) { ___state_0 = value; } inline static int32_t get_offset_of_additional_1() { return static_cast(offsetof(StreamingContext_t3711869237, ___additional_1)); } inline RuntimeObject * get_additional_1() const { return ___additional_1; } inline RuntimeObject ** get_address_of_additional_1() { return &___additional_1; } inline void set_additional_1(RuntimeObject * value) { ___additional_1 = value; Il2CppCodeGenWriteBarrier((&___additional_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237_marshaled_pinvoke { int32_t ___state_0; Il2CppIUnknown* ___additional_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237_marshaled_com { int32_t ___state_0; Il2CppIUnknown* ___additional_1; }; #endif // STREAMINGCONTEXT_T3711869237_H #ifndef HMACSHA1_T1952596188_H #define HMACSHA1_T1952596188_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.HMACSHA1 struct HMACSHA1_t1952596188 : public HMAC_t2621101144 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HMACSHA1_T1952596188_H #ifndef SYMMETRICALGORITHM_T4254223087_H #define SYMMETRICALGORITHM_T4254223087_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SymmetricAlgorithm struct SymmetricAlgorithm_t4254223087 : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.SymmetricAlgorithm::BlockSizeValue int32_t ___BlockSizeValue_0; // System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::IVValue ByteU5BU5D_t4116647657* ___IVValue_1; // System.Int32 System.Security.Cryptography.SymmetricAlgorithm::KeySizeValue int32_t ___KeySizeValue_2; // System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::KeyValue ByteU5BU5D_t4116647657* ___KeyValue_3; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::LegalBlockSizesValue KeySizesU5BU5D_t722666473* ___LegalBlockSizesValue_4; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::LegalKeySizesValue KeySizesU5BU5D_t722666473* ___LegalKeySizesValue_5; // System.Int32 System.Security.Cryptography.SymmetricAlgorithm::FeedbackSizeValue int32_t ___FeedbackSizeValue_6; // System.Security.Cryptography.CipherMode System.Security.Cryptography.SymmetricAlgorithm::ModeValue int32_t ___ModeValue_7; // System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::PaddingValue int32_t ___PaddingValue_8; // System.Boolean System.Security.Cryptography.SymmetricAlgorithm::m_disposed bool ___m_disposed_9; public: inline static int32_t get_offset_of_BlockSizeValue_0() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___BlockSizeValue_0)); } inline int32_t get_BlockSizeValue_0() const { return ___BlockSizeValue_0; } inline int32_t* get_address_of_BlockSizeValue_0() { return &___BlockSizeValue_0; } inline void set_BlockSizeValue_0(int32_t value) { ___BlockSizeValue_0 = value; } inline static int32_t get_offset_of_IVValue_1() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___IVValue_1)); } inline ByteU5BU5D_t4116647657* get_IVValue_1() const { return ___IVValue_1; } inline ByteU5BU5D_t4116647657** get_address_of_IVValue_1() { return &___IVValue_1; } inline void set_IVValue_1(ByteU5BU5D_t4116647657* value) { ___IVValue_1 = value; Il2CppCodeGenWriteBarrier((&___IVValue_1), value); } inline static int32_t get_offset_of_KeySizeValue_2() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___KeySizeValue_2)); } inline int32_t get_KeySizeValue_2() const { return ___KeySizeValue_2; } inline int32_t* get_address_of_KeySizeValue_2() { return &___KeySizeValue_2; } inline void set_KeySizeValue_2(int32_t value) { ___KeySizeValue_2 = value; } inline static int32_t get_offset_of_KeyValue_3() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___KeyValue_3)); } inline ByteU5BU5D_t4116647657* get_KeyValue_3() const { return ___KeyValue_3; } inline ByteU5BU5D_t4116647657** get_address_of_KeyValue_3() { return &___KeyValue_3; } inline void set_KeyValue_3(ByteU5BU5D_t4116647657* value) { ___KeyValue_3 = value; Il2CppCodeGenWriteBarrier((&___KeyValue_3), value); } inline static int32_t get_offset_of_LegalBlockSizesValue_4() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___LegalBlockSizesValue_4)); } inline KeySizesU5BU5D_t722666473* get_LegalBlockSizesValue_4() const { return ___LegalBlockSizesValue_4; } inline KeySizesU5BU5D_t722666473** get_address_of_LegalBlockSizesValue_4() { return &___LegalBlockSizesValue_4; } inline void set_LegalBlockSizesValue_4(KeySizesU5BU5D_t722666473* value) { ___LegalBlockSizesValue_4 = value; Il2CppCodeGenWriteBarrier((&___LegalBlockSizesValue_4), value); } inline static int32_t get_offset_of_LegalKeySizesValue_5() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___LegalKeySizesValue_5)); } inline KeySizesU5BU5D_t722666473* get_LegalKeySizesValue_5() const { return ___LegalKeySizesValue_5; } inline KeySizesU5BU5D_t722666473** get_address_of_LegalKeySizesValue_5() { return &___LegalKeySizesValue_5; } inline void set_LegalKeySizesValue_5(KeySizesU5BU5D_t722666473* value) { ___LegalKeySizesValue_5 = value; Il2CppCodeGenWriteBarrier((&___LegalKeySizesValue_5), value); } inline static int32_t get_offset_of_FeedbackSizeValue_6() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___FeedbackSizeValue_6)); } inline int32_t get_FeedbackSizeValue_6() const { return ___FeedbackSizeValue_6; } inline int32_t* get_address_of_FeedbackSizeValue_6() { return &___FeedbackSizeValue_6; } inline void set_FeedbackSizeValue_6(int32_t value) { ___FeedbackSizeValue_6 = value; } inline static int32_t get_offset_of_ModeValue_7() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___ModeValue_7)); } inline int32_t get_ModeValue_7() const { return ___ModeValue_7; } inline int32_t* get_address_of_ModeValue_7() { return &___ModeValue_7; } inline void set_ModeValue_7(int32_t value) { ___ModeValue_7 = value; } inline static int32_t get_offset_of_PaddingValue_8() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___PaddingValue_8)); } inline int32_t get_PaddingValue_8() const { return ___PaddingValue_8; } inline int32_t* get_address_of_PaddingValue_8() { return &___PaddingValue_8; } inline void set_PaddingValue_8(int32_t value) { ___PaddingValue_8 = value; } inline static int32_t get_offset_of_m_disposed_9() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___m_disposed_9)); } inline bool get_m_disposed_9() const { return ___m_disposed_9; } inline bool* get_address_of_m_disposed_9() { return &___m_disposed_9; } inline void set_m_disposed_9(bool value) { ___m_disposed_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYMMETRICALGORITHM_T4254223087_H #ifndef ENDOFSTREAMEXCEPTION_T2015613008_H #define ENDOFSTREAMEXCEPTION_T2015613008_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.EndOfStreamException struct EndOfStreamException_t2015613008 : public IOException_t4088381929 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENDOFSTREAMEXCEPTION_T2015613008_H #ifndef THREAD_T2300836069_H #define THREAD_T2300836069_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.Thread struct Thread_t2300836069 : public CriticalFinalizerObject_t701527852 { public: // System.Int32 System.Threading.Thread::lock_thread_id int32_t ___lock_thread_id_0; // System.IntPtr System.Threading.Thread::system_thread_handle intptr_t ___system_thread_handle_1; // System.Object System.Threading.Thread::cached_culture_info RuntimeObject * ___cached_culture_info_2; // System.IntPtr System.Threading.Thread::unused0 intptr_t ___unused0_3; // System.Boolean System.Threading.Thread::threadpool_thread bool ___threadpool_thread_4; // System.IntPtr System.Threading.Thread::name intptr_t ___name_5; // System.Int32 System.Threading.Thread::name_len int32_t ___name_len_6; // System.Threading.ThreadState System.Threading.Thread::state int32_t ___state_7; // System.Object System.Threading.Thread::abort_exc RuntimeObject * ___abort_exc_8; // System.Int32 System.Threading.Thread::abort_state_handle int32_t ___abort_state_handle_9; // System.Int64 System.Threading.Thread::thread_id int64_t ___thread_id_10; // System.IntPtr System.Threading.Thread::start_notify intptr_t ___start_notify_11; // System.IntPtr System.Threading.Thread::stack_ptr intptr_t ___stack_ptr_12; // System.UIntPtr System.Threading.Thread::static_data uintptr_t ___static_data_13; // System.IntPtr System.Threading.Thread::jit_data intptr_t ___jit_data_14; // System.IntPtr System.Threading.Thread::lock_data intptr_t ___lock_data_15; // System.Object System.Threading.Thread::current_appcontext RuntimeObject * ___current_appcontext_16; // System.Int32 System.Threading.Thread::stack_size int32_t ___stack_size_17; // System.Object System.Threading.Thread::start_obj RuntimeObject * ___start_obj_18; // System.IntPtr System.Threading.Thread::appdomain_refs intptr_t ___appdomain_refs_19; // System.Int32 System.Threading.Thread::interruption_requested int32_t ___interruption_requested_20; // System.IntPtr System.Threading.Thread::suspend_event intptr_t ___suspend_event_21; // System.IntPtr System.Threading.Thread::suspended_event intptr_t ___suspended_event_22; // System.IntPtr System.Threading.Thread::resume_event intptr_t ___resume_event_23; // System.IntPtr System.Threading.Thread::synch_cs intptr_t ___synch_cs_24; // System.IntPtr System.Threading.Thread::serialized_culture_info intptr_t ___serialized_culture_info_25; // System.Int32 System.Threading.Thread::serialized_culture_info_len int32_t ___serialized_culture_info_len_26; // System.IntPtr System.Threading.Thread::serialized_ui_culture_info intptr_t ___serialized_ui_culture_info_27; // System.Int32 System.Threading.Thread::serialized_ui_culture_info_len int32_t ___serialized_ui_culture_info_len_28; // System.Boolean System.Threading.Thread::thread_dump_requested bool ___thread_dump_requested_29; // System.IntPtr System.Threading.Thread::end_stack intptr_t ___end_stack_30; // System.Boolean System.Threading.Thread::thread_interrupt_requested bool ___thread_interrupt_requested_31; // System.Byte System.Threading.Thread::apartment_state uint8_t ___apartment_state_32; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Thread::critical_region_level int32_t ___critical_region_level_33; // System.Int32 System.Threading.Thread::small_id int32_t ___small_id_34; // System.IntPtr System.Threading.Thread::manage_callback intptr_t ___manage_callback_35; // System.Object System.Threading.Thread::pending_exception RuntimeObject * ___pending_exception_36; // System.Threading.ExecutionContext System.Threading.Thread::ec_to_set ExecutionContext_t1748372627 * ___ec_to_set_37; // System.IntPtr System.Threading.Thread::interrupt_on_stop intptr_t ___interrupt_on_stop_38; // System.IntPtr System.Threading.Thread::unused3 intptr_t ___unused3_39; // System.IntPtr System.Threading.Thread::unused4 intptr_t ___unused4_40; // System.IntPtr System.Threading.Thread::unused5 intptr_t ___unused5_41; // System.IntPtr System.Threading.Thread::unused6 intptr_t ___unused6_42; // System.MulticastDelegate System.Threading.Thread::threadstart MulticastDelegate_t * ___threadstart_45; // System.Int32 System.Threading.Thread::managed_id int32_t ___managed_id_46; // System.Security.Principal.IPrincipal System.Threading.Thread::_principal RuntimeObject* ____principal_47; // System.Boolean System.Threading.Thread::in_currentculture bool ___in_currentculture_50; public: inline static int32_t get_offset_of_lock_thread_id_0() { return static_cast(offsetof(Thread_t2300836069, ___lock_thread_id_0)); } inline int32_t get_lock_thread_id_0() const { return ___lock_thread_id_0; } inline int32_t* get_address_of_lock_thread_id_0() { return &___lock_thread_id_0; } inline void set_lock_thread_id_0(int32_t value) { ___lock_thread_id_0 = value; } inline static int32_t get_offset_of_system_thread_handle_1() { return static_cast(offsetof(Thread_t2300836069, ___system_thread_handle_1)); } inline intptr_t get_system_thread_handle_1() const { return ___system_thread_handle_1; } inline intptr_t* get_address_of_system_thread_handle_1() { return &___system_thread_handle_1; } inline void set_system_thread_handle_1(intptr_t value) { ___system_thread_handle_1 = value; } inline static int32_t get_offset_of_cached_culture_info_2() { return static_cast(offsetof(Thread_t2300836069, ___cached_culture_info_2)); } inline RuntimeObject * get_cached_culture_info_2() const { return ___cached_culture_info_2; } inline RuntimeObject ** get_address_of_cached_culture_info_2() { return &___cached_culture_info_2; } inline void set_cached_culture_info_2(RuntimeObject * value) { ___cached_culture_info_2 = value; Il2CppCodeGenWriteBarrier((&___cached_culture_info_2), value); } inline static int32_t get_offset_of_unused0_3() { return static_cast(offsetof(Thread_t2300836069, ___unused0_3)); } inline intptr_t get_unused0_3() const { return ___unused0_3; } inline intptr_t* get_address_of_unused0_3() { return &___unused0_3; } inline void set_unused0_3(intptr_t value) { ___unused0_3 = value; } inline static int32_t get_offset_of_threadpool_thread_4() { return static_cast(offsetof(Thread_t2300836069, ___threadpool_thread_4)); } inline bool get_threadpool_thread_4() const { return ___threadpool_thread_4; } inline bool* get_address_of_threadpool_thread_4() { return &___threadpool_thread_4; } inline void set_threadpool_thread_4(bool value) { ___threadpool_thread_4 = value; } inline static int32_t get_offset_of_name_5() { return static_cast(offsetof(Thread_t2300836069, ___name_5)); } inline intptr_t get_name_5() const { return ___name_5; } inline intptr_t* get_address_of_name_5() { return &___name_5; } inline void set_name_5(intptr_t value) { ___name_5 = value; } inline static int32_t get_offset_of_name_len_6() { return static_cast(offsetof(Thread_t2300836069, ___name_len_6)); } inline int32_t get_name_len_6() const { return ___name_len_6; } inline int32_t* get_address_of_name_len_6() { return &___name_len_6; } inline void set_name_len_6(int32_t value) { ___name_len_6 = value; } inline static int32_t get_offset_of_state_7() { return static_cast(offsetof(Thread_t2300836069, ___state_7)); } inline int32_t get_state_7() const { return ___state_7; } inline int32_t* get_address_of_state_7() { return &___state_7; } inline void set_state_7(int32_t value) { ___state_7 = value; } inline static int32_t get_offset_of_abort_exc_8() { return static_cast(offsetof(Thread_t2300836069, ___abort_exc_8)); } inline RuntimeObject * get_abort_exc_8() const { return ___abort_exc_8; } inline RuntimeObject ** get_address_of_abort_exc_8() { return &___abort_exc_8; } inline void set_abort_exc_8(RuntimeObject * value) { ___abort_exc_8 = value; Il2CppCodeGenWriteBarrier((&___abort_exc_8), value); } inline static int32_t get_offset_of_abort_state_handle_9() { return static_cast(offsetof(Thread_t2300836069, ___abort_state_handle_9)); } inline int32_t get_abort_state_handle_9() const { return ___abort_state_handle_9; } inline int32_t* get_address_of_abort_state_handle_9() { return &___abort_state_handle_9; } inline void set_abort_state_handle_9(int32_t value) { ___abort_state_handle_9 = value; } inline static int32_t get_offset_of_thread_id_10() { return static_cast(offsetof(Thread_t2300836069, ___thread_id_10)); } inline int64_t get_thread_id_10() const { return ___thread_id_10; } inline int64_t* get_address_of_thread_id_10() { return &___thread_id_10; } inline void set_thread_id_10(int64_t value) { ___thread_id_10 = value; } inline static int32_t get_offset_of_start_notify_11() { return static_cast(offsetof(Thread_t2300836069, ___start_notify_11)); } inline intptr_t get_start_notify_11() const { return ___start_notify_11; } inline intptr_t* get_address_of_start_notify_11() { return &___start_notify_11; } inline void set_start_notify_11(intptr_t value) { ___start_notify_11 = value; } inline static int32_t get_offset_of_stack_ptr_12() { return static_cast(offsetof(Thread_t2300836069, ___stack_ptr_12)); } inline intptr_t get_stack_ptr_12() const { return ___stack_ptr_12; } inline intptr_t* get_address_of_stack_ptr_12() { return &___stack_ptr_12; } inline void set_stack_ptr_12(intptr_t value) { ___stack_ptr_12 = value; } inline static int32_t get_offset_of_static_data_13() { return static_cast(offsetof(Thread_t2300836069, ___static_data_13)); } inline uintptr_t get_static_data_13() const { return ___static_data_13; } inline uintptr_t* get_address_of_static_data_13() { return &___static_data_13; } inline void set_static_data_13(uintptr_t value) { ___static_data_13 = value; } inline static int32_t get_offset_of_jit_data_14() { return static_cast(offsetof(Thread_t2300836069, ___jit_data_14)); } inline intptr_t get_jit_data_14() const { return ___jit_data_14; } inline intptr_t* get_address_of_jit_data_14() { return &___jit_data_14; } inline void set_jit_data_14(intptr_t value) { ___jit_data_14 = value; } inline static int32_t get_offset_of_lock_data_15() { return static_cast(offsetof(Thread_t2300836069, ___lock_data_15)); } inline intptr_t get_lock_data_15() const { return ___lock_data_15; } inline intptr_t* get_address_of_lock_data_15() { return &___lock_data_15; } inline void set_lock_data_15(intptr_t value) { ___lock_data_15 = value; } inline static int32_t get_offset_of_current_appcontext_16() { return static_cast(offsetof(Thread_t2300836069, ___current_appcontext_16)); } inline RuntimeObject * get_current_appcontext_16() const { return ___current_appcontext_16; } inline RuntimeObject ** get_address_of_current_appcontext_16() { return &___current_appcontext_16; } inline void set_current_appcontext_16(RuntimeObject * value) { ___current_appcontext_16 = value; Il2CppCodeGenWriteBarrier((&___current_appcontext_16), value); } inline static int32_t get_offset_of_stack_size_17() { return static_cast(offsetof(Thread_t2300836069, ___stack_size_17)); } inline int32_t get_stack_size_17() const { return ___stack_size_17; } inline int32_t* get_address_of_stack_size_17() { return &___stack_size_17; } inline void set_stack_size_17(int32_t value) { ___stack_size_17 = value; } inline static int32_t get_offset_of_start_obj_18() { return static_cast(offsetof(Thread_t2300836069, ___start_obj_18)); } inline RuntimeObject * get_start_obj_18() const { return ___start_obj_18; } inline RuntimeObject ** get_address_of_start_obj_18() { return &___start_obj_18; } inline void set_start_obj_18(RuntimeObject * value) { ___start_obj_18 = value; Il2CppCodeGenWriteBarrier((&___start_obj_18), value); } inline static int32_t get_offset_of_appdomain_refs_19() { return static_cast(offsetof(Thread_t2300836069, ___appdomain_refs_19)); } inline intptr_t get_appdomain_refs_19() const { return ___appdomain_refs_19; } inline intptr_t* get_address_of_appdomain_refs_19() { return &___appdomain_refs_19; } inline void set_appdomain_refs_19(intptr_t value) { ___appdomain_refs_19 = value; } inline static int32_t get_offset_of_interruption_requested_20() { return static_cast(offsetof(Thread_t2300836069, ___interruption_requested_20)); } inline int32_t get_interruption_requested_20() const { return ___interruption_requested_20; } inline int32_t* get_address_of_interruption_requested_20() { return &___interruption_requested_20; } inline void set_interruption_requested_20(int32_t value) { ___interruption_requested_20 = value; } inline static int32_t get_offset_of_suspend_event_21() { return static_cast(offsetof(Thread_t2300836069, ___suspend_event_21)); } inline intptr_t get_suspend_event_21() const { return ___suspend_event_21; } inline intptr_t* get_address_of_suspend_event_21() { return &___suspend_event_21; } inline void set_suspend_event_21(intptr_t value) { ___suspend_event_21 = value; } inline static int32_t get_offset_of_suspended_event_22() { return static_cast(offsetof(Thread_t2300836069, ___suspended_event_22)); } inline intptr_t get_suspended_event_22() const { return ___suspended_event_22; } inline intptr_t* get_address_of_suspended_event_22() { return &___suspended_event_22; } inline void set_suspended_event_22(intptr_t value) { ___suspended_event_22 = value; } inline static int32_t get_offset_of_resume_event_23() { return static_cast(offsetof(Thread_t2300836069, ___resume_event_23)); } inline intptr_t get_resume_event_23() const { return ___resume_event_23; } inline intptr_t* get_address_of_resume_event_23() { return &___resume_event_23; } inline void set_resume_event_23(intptr_t value) { ___resume_event_23 = value; } inline static int32_t get_offset_of_synch_cs_24() { return static_cast(offsetof(Thread_t2300836069, ___synch_cs_24)); } inline intptr_t get_synch_cs_24() const { return ___synch_cs_24; } inline intptr_t* get_address_of_synch_cs_24() { return &___synch_cs_24; } inline void set_synch_cs_24(intptr_t value) { ___synch_cs_24 = value; } inline static int32_t get_offset_of_serialized_culture_info_25() { return static_cast(offsetof(Thread_t2300836069, ___serialized_culture_info_25)); } inline intptr_t get_serialized_culture_info_25() const { return ___serialized_culture_info_25; } inline intptr_t* get_address_of_serialized_culture_info_25() { return &___serialized_culture_info_25; } inline void set_serialized_culture_info_25(intptr_t value) { ___serialized_culture_info_25 = value; } inline static int32_t get_offset_of_serialized_culture_info_len_26() { return static_cast(offsetof(Thread_t2300836069, ___serialized_culture_info_len_26)); } inline int32_t get_serialized_culture_info_len_26() const { return ___serialized_culture_info_len_26; } inline int32_t* get_address_of_serialized_culture_info_len_26() { return &___serialized_culture_info_len_26; } inline void set_serialized_culture_info_len_26(int32_t value) { ___serialized_culture_info_len_26 = value; } inline static int32_t get_offset_of_serialized_ui_culture_info_27() { return static_cast(offsetof(Thread_t2300836069, ___serialized_ui_culture_info_27)); } inline intptr_t get_serialized_ui_culture_info_27() const { return ___serialized_ui_culture_info_27; } inline intptr_t* get_address_of_serialized_ui_culture_info_27() { return &___serialized_ui_culture_info_27; } inline void set_serialized_ui_culture_info_27(intptr_t value) { ___serialized_ui_culture_info_27 = value; } inline static int32_t get_offset_of_serialized_ui_culture_info_len_28() { return static_cast(offsetof(Thread_t2300836069, ___serialized_ui_culture_info_len_28)); } inline int32_t get_serialized_ui_culture_info_len_28() const { return ___serialized_ui_culture_info_len_28; } inline int32_t* get_address_of_serialized_ui_culture_info_len_28() { return &___serialized_ui_culture_info_len_28; } inline void set_serialized_ui_culture_info_len_28(int32_t value) { ___serialized_ui_culture_info_len_28 = value; } inline static int32_t get_offset_of_thread_dump_requested_29() { return static_cast(offsetof(Thread_t2300836069, ___thread_dump_requested_29)); } inline bool get_thread_dump_requested_29() const { return ___thread_dump_requested_29; } inline bool* get_address_of_thread_dump_requested_29() { return &___thread_dump_requested_29; } inline void set_thread_dump_requested_29(bool value) { ___thread_dump_requested_29 = value; } inline static int32_t get_offset_of_end_stack_30() { return static_cast(offsetof(Thread_t2300836069, ___end_stack_30)); } inline intptr_t get_end_stack_30() const { return ___end_stack_30; } inline intptr_t* get_address_of_end_stack_30() { return &___end_stack_30; } inline void set_end_stack_30(intptr_t value) { ___end_stack_30 = value; } inline static int32_t get_offset_of_thread_interrupt_requested_31() { return static_cast(offsetof(Thread_t2300836069, ___thread_interrupt_requested_31)); } inline bool get_thread_interrupt_requested_31() const { return ___thread_interrupt_requested_31; } inline bool* get_address_of_thread_interrupt_requested_31() { return &___thread_interrupt_requested_31; } inline void set_thread_interrupt_requested_31(bool value) { ___thread_interrupt_requested_31 = value; } inline static int32_t get_offset_of_apartment_state_32() { return static_cast(offsetof(Thread_t2300836069, ___apartment_state_32)); } inline uint8_t get_apartment_state_32() const { return ___apartment_state_32; } inline uint8_t* get_address_of_apartment_state_32() { return &___apartment_state_32; } inline void set_apartment_state_32(uint8_t value) { ___apartment_state_32 = value; } inline static int32_t get_offset_of_critical_region_level_33() { return static_cast(offsetof(Thread_t2300836069, ___critical_region_level_33)); } inline int32_t get_critical_region_level_33() const { return ___critical_region_level_33; } inline int32_t* get_address_of_critical_region_level_33() { return &___critical_region_level_33; } inline void set_critical_region_level_33(int32_t value) { ___critical_region_level_33 = value; } inline static int32_t get_offset_of_small_id_34() { return static_cast(offsetof(Thread_t2300836069, ___small_id_34)); } inline int32_t get_small_id_34() const { return ___small_id_34; } inline int32_t* get_address_of_small_id_34() { return &___small_id_34; } inline void set_small_id_34(int32_t value) { ___small_id_34 = value; } inline static int32_t get_offset_of_manage_callback_35() { return static_cast(offsetof(Thread_t2300836069, ___manage_callback_35)); } inline intptr_t get_manage_callback_35() const { return ___manage_callback_35; } inline intptr_t* get_address_of_manage_callback_35() { return &___manage_callback_35; } inline void set_manage_callback_35(intptr_t value) { ___manage_callback_35 = value; } inline static int32_t get_offset_of_pending_exception_36() { return static_cast(offsetof(Thread_t2300836069, ___pending_exception_36)); } inline RuntimeObject * get_pending_exception_36() const { return ___pending_exception_36; } inline RuntimeObject ** get_address_of_pending_exception_36() { return &___pending_exception_36; } inline void set_pending_exception_36(RuntimeObject * value) { ___pending_exception_36 = value; Il2CppCodeGenWriteBarrier((&___pending_exception_36), value); } inline static int32_t get_offset_of_ec_to_set_37() { return static_cast(offsetof(Thread_t2300836069, ___ec_to_set_37)); } inline ExecutionContext_t1748372627 * get_ec_to_set_37() const { return ___ec_to_set_37; } inline ExecutionContext_t1748372627 ** get_address_of_ec_to_set_37() { return &___ec_to_set_37; } inline void set_ec_to_set_37(ExecutionContext_t1748372627 * value) { ___ec_to_set_37 = value; Il2CppCodeGenWriteBarrier((&___ec_to_set_37), value); } inline static int32_t get_offset_of_interrupt_on_stop_38() { return static_cast(offsetof(Thread_t2300836069, ___interrupt_on_stop_38)); } inline intptr_t get_interrupt_on_stop_38() const { return ___interrupt_on_stop_38; } inline intptr_t* get_address_of_interrupt_on_stop_38() { return &___interrupt_on_stop_38; } inline void set_interrupt_on_stop_38(intptr_t value) { ___interrupt_on_stop_38 = value; } inline static int32_t get_offset_of_unused3_39() { return static_cast(offsetof(Thread_t2300836069, ___unused3_39)); } inline intptr_t get_unused3_39() const { return ___unused3_39; } inline intptr_t* get_address_of_unused3_39() { return &___unused3_39; } inline void set_unused3_39(intptr_t value) { ___unused3_39 = value; } inline static int32_t get_offset_of_unused4_40() { return static_cast(offsetof(Thread_t2300836069, ___unused4_40)); } inline intptr_t get_unused4_40() const { return ___unused4_40; } inline intptr_t* get_address_of_unused4_40() { return &___unused4_40; } inline void set_unused4_40(intptr_t value) { ___unused4_40 = value; } inline static int32_t get_offset_of_unused5_41() { return static_cast(offsetof(Thread_t2300836069, ___unused5_41)); } inline intptr_t get_unused5_41() const { return ___unused5_41; } inline intptr_t* get_address_of_unused5_41() { return &___unused5_41; } inline void set_unused5_41(intptr_t value) { ___unused5_41 = value; } inline static int32_t get_offset_of_unused6_42() { return static_cast(offsetof(Thread_t2300836069, ___unused6_42)); } inline intptr_t get_unused6_42() const { return ___unused6_42; } inline intptr_t* get_address_of_unused6_42() { return &___unused6_42; } inline void set_unused6_42(intptr_t value) { ___unused6_42 = value; } inline static int32_t get_offset_of_threadstart_45() { return static_cast(offsetof(Thread_t2300836069, ___threadstart_45)); } inline MulticastDelegate_t * get_threadstart_45() const { return ___threadstart_45; } inline MulticastDelegate_t ** get_address_of_threadstart_45() { return &___threadstart_45; } inline void set_threadstart_45(MulticastDelegate_t * value) { ___threadstart_45 = value; Il2CppCodeGenWriteBarrier((&___threadstart_45), value); } inline static int32_t get_offset_of_managed_id_46() { return static_cast(offsetof(Thread_t2300836069, ___managed_id_46)); } inline int32_t get_managed_id_46() const { return ___managed_id_46; } inline int32_t* get_address_of_managed_id_46() { return &___managed_id_46; } inline void set_managed_id_46(int32_t value) { ___managed_id_46 = value; } inline static int32_t get_offset_of__principal_47() { return static_cast(offsetof(Thread_t2300836069, ____principal_47)); } inline RuntimeObject* get__principal_47() const { return ____principal_47; } inline RuntimeObject** get_address_of__principal_47() { return &____principal_47; } inline void set__principal_47(RuntimeObject* value) { ____principal_47 = value; Il2CppCodeGenWriteBarrier((&____principal_47), value); } inline static int32_t get_offset_of_in_currentculture_50() { return static_cast(offsetof(Thread_t2300836069, ___in_currentculture_50)); } inline bool get_in_currentculture_50() const { return ___in_currentculture_50; } inline bool* get_address_of_in_currentculture_50() { return &___in_currentculture_50; } inline void set_in_currentculture_50(bool value) { ___in_currentculture_50 = value; } }; struct Thread_t2300836069_StaticFields { public: // System.Collections.Hashtable System.Threading.Thread::datastorehash Hashtable_t1853889766 * ___datastorehash_48; // System.Object System.Threading.Thread::datastore_lock RuntimeObject * ___datastore_lock_49; // System.Object System.Threading.Thread::culture_lock RuntimeObject * ___culture_lock_51; public: inline static int32_t get_offset_of_datastorehash_48() { return static_cast(offsetof(Thread_t2300836069_StaticFields, ___datastorehash_48)); } inline Hashtable_t1853889766 * get_datastorehash_48() const { return ___datastorehash_48; } inline Hashtable_t1853889766 ** get_address_of_datastorehash_48() { return &___datastorehash_48; } inline void set_datastorehash_48(Hashtable_t1853889766 * value) { ___datastorehash_48 = value; Il2CppCodeGenWriteBarrier((&___datastorehash_48), value); } inline static int32_t get_offset_of_datastore_lock_49() { return static_cast(offsetof(Thread_t2300836069_StaticFields, ___datastore_lock_49)); } inline RuntimeObject * get_datastore_lock_49() const { return ___datastore_lock_49; } inline RuntimeObject ** get_address_of_datastore_lock_49() { return &___datastore_lock_49; } inline void set_datastore_lock_49(RuntimeObject * value) { ___datastore_lock_49 = value; Il2CppCodeGenWriteBarrier((&___datastore_lock_49), value); } inline static int32_t get_offset_of_culture_lock_51() { return static_cast(offsetof(Thread_t2300836069_StaticFields, ___culture_lock_51)); } inline RuntimeObject * get_culture_lock_51() const { return ___culture_lock_51; } inline RuntimeObject ** get_address_of_culture_lock_51() { return &___culture_lock_51; } inline void set_culture_lock_51(RuntimeObject * value) { ___culture_lock_51 = value; Il2CppCodeGenWriteBarrier((&___culture_lock_51), value); } }; struct Thread_t2300836069_ThreadStaticFields { public: // System.Object[] System.Threading.Thread::local_slots ObjectU5BU5D_t2843939325* ___local_slots_43; // System.Threading.ExecutionContext System.Threading.Thread::_ec ExecutionContext_t1748372627 * ____ec_44; public: inline static int32_t get_offset_of_local_slots_43() { return static_cast(offsetof(Thread_t2300836069_ThreadStaticFields, ___local_slots_43)); } inline ObjectU5BU5D_t2843939325* get_local_slots_43() const { return ___local_slots_43; } inline ObjectU5BU5D_t2843939325** get_address_of_local_slots_43() { return &___local_slots_43; } inline void set_local_slots_43(ObjectU5BU5D_t2843939325* value) { ___local_slots_43 = value; Il2CppCodeGenWriteBarrier((&___local_slots_43), value); } inline static int32_t get_offset_of__ec_44() { return static_cast(offsetof(Thread_t2300836069_ThreadStaticFields, ____ec_44)); } inline ExecutionContext_t1748372627 * get__ec_44() const { return ____ec_44; } inline ExecutionContext_t1748372627 ** get_address_of__ec_44() { return &____ec_44; } inline void set__ec_44(ExecutionContext_t1748372627 * value) { ____ec_44 = value; Il2CppCodeGenWriteBarrier((&____ec_44), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREAD_T2300836069_H #ifndef DATETIME_T3738529785_H #define DATETIME_T3738529785_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTime struct DateTime_t3738529785 { public: // System.TimeSpan System.DateTime::ticks TimeSpan_t881159249 ___ticks_10; // System.DateTimeKind System.DateTime::kind int32_t ___kind_11; public: inline static int32_t get_offset_of_ticks_10() { return static_cast(offsetof(DateTime_t3738529785, ___ticks_10)); } inline TimeSpan_t881159249 get_ticks_10() const { return ___ticks_10; } inline TimeSpan_t881159249 * get_address_of_ticks_10() { return &___ticks_10; } inline void set_ticks_10(TimeSpan_t881159249 value) { ___ticks_10 = value; } inline static int32_t get_offset_of_kind_11() { return static_cast(offsetof(DateTime_t3738529785, ___kind_11)); } inline int32_t get_kind_11() const { return ___kind_11; } inline int32_t* get_address_of_kind_11() { return &___kind_11; } inline void set_kind_11(int32_t value) { ___kind_11 = value; } }; struct DateTime_t3738529785_StaticFields { public: // System.DateTime System.DateTime::MaxValue DateTime_t3738529785 ___MaxValue_12; // System.DateTime System.DateTime::MinValue DateTime_t3738529785 ___MinValue_13; // System.String[] System.DateTime::ParseTimeFormats StringU5BU5D_t1281789340* ___ParseTimeFormats_14; // System.String[] System.DateTime::ParseYearDayMonthFormats StringU5BU5D_t1281789340* ___ParseYearDayMonthFormats_15; // System.String[] System.DateTime::ParseYearMonthDayFormats StringU5BU5D_t1281789340* ___ParseYearMonthDayFormats_16; // System.String[] System.DateTime::ParseDayMonthYearFormats StringU5BU5D_t1281789340* ___ParseDayMonthYearFormats_17; // System.String[] System.DateTime::ParseMonthDayYearFormats StringU5BU5D_t1281789340* ___ParseMonthDayYearFormats_18; // System.String[] System.DateTime::MonthDayShortFormats StringU5BU5D_t1281789340* ___MonthDayShortFormats_19; // System.String[] System.DateTime::DayMonthShortFormats StringU5BU5D_t1281789340* ___DayMonthShortFormats_20; // System.Int32[] System.DateTime::daysmonth Int32U5BU5D_t385246372* ___daysmonth_21; // System.Int32[] System.DateTime::daysmonthleap Int32U5BU5D_t385246372* ___daysmonthleap_22; // System.Object System.DateTime::to_local_time_span_object RuntimeObject * ___to_local_time_span_object_23; // System.Int64 System.DateTime::last_now int64_t ___last_now_24; public: inline static int32_t get_offset_of_MaxValue_12() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MaxValue_12)); } inline DateTime_t3738529785 get_MaxValue_12() const { return ___MaxValue_12; } inline DateTime_t3738529785 * get_address_of_MaxValue_12() { return &___MaxValue_12; } inline void set_MaxValue_12(DateTime_t3738529785 value) { ___MaxValue_12 = value; } inline static int32_t get_offset_of_MinValue_13() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MinValue_13)); } inline DateTime_t3738529785 get_MinValue_13() const { return ___MinValue_13; } inline DateTime_t3738529785 * get_address_of_MinValue_13() { return &___MinValue_13; } inline void set_MinValue_13(DateTime_t3738529785 value) { ___MinValue_13 = value; } inline static int32_t get_offset_of_ParseTimeFormats_14() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseTimeFormats_14)); } inline StringU5BU5D_t1281789340* get_ParseTimeFormats_14() const { return ___ParseTimeFormats_14; } inline StringU5BU5D_t1281789340** get_address_of_ParseTimeFormats_14() { return &___ParseTimeFormats_14; } inline void set_ParseTimeFormats_14(StringU5BU5D_t1281789340* value) { ___ParseTimeFormats_14 = value; Il2CppCodeGenWriteBarrier((&___ParseTimeFormats_14), value); } inline static int32_t get_offset_of_ParseYearDayMonthFormats_15() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearDayMonthFormats_15)); } inline StringU5BU5D_t1281789340* get_ParseYearDayMonthFormats_15() const { return ___ParseYearDayMonthFormats_15; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearDayMonthFormats_15() { return &___ParseYearDayMonthFormats_15; } inline void set_ParseYearDayMonthFormats_15(StringU5BU5D_t1281789340* value) { ___ParseYearDayMonthFormats_15 = value; Il2CppCodeGenWriteBarrier((&___ParseYearDayMonthFormats_15), value); } inline static int32_t get_offset_of_ParseYearMonthDayFormats_16() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearMonthDayFormats_16)); } inline StringU5BU5D_t1281789340* get_ParseYearMonthDayFormats_16() const { return ___ParseYearMonthDayFormats_16; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearMonthDayFormats_16() { return &___ParseYearMonthDayFormats_16; } inline void set_ParseYearMonthDayFormats_16(StringU5BU5D_t1281789340* value) { ___ParseYearMonthDayFormats_16 = value; Il2CppCodeGenWriteBarrier((&___ParseYearMonthDayFormats_16), value); } inline static int32_t get_offset_of_ParseDayMonthYearFormats_17() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseDayMonthYearFormats_17)); } inline StringU5BU5D_t1281789340* get_ParseDayMonthYearFormats_17() const { return ___ParseDayMonthYearFormats_17; } inline StringU5BU5D_t1281789340** get_address_of_ParseDayMonthYearFormats_17() { return &___ParseDayMonthYearFormats_17; } inline void set_ParseDayMonthYearFormats_17(StringU5BU5D_t1281789340* value) { ___ParseDayMonthYearFormats_17 = value; Il2CppCodeGenWriteBarrier((&___ParseDayMonthYearFormats_17), value); } inline static int32_t get_offset_of_ParseMonthDayYearFormats_18() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseMonthDayYearFormats_18)); } inline StringU5BU5D_t1281789340* get_ParseMonthDayYearFormats_18() const { return ___ParseMonthDayYearFormats_18; } inline StringU5BU5D_t1281789340** get_address_of_ParseMonthDayYearFormats_18() { return &___ParseMonthDayYearFormats_18; } inline void set_ParseMonthDayYearFormats_18(StringU5BU5D_t1281789340* value) { ___ParseMonthDayYearFormats_18 = value; Il2CppCodeGenWriteBarrier((&___ParseMonthDayYearFormats_18), value); } inline static int32_t get_offset_of_MonthDayShortFormats_19() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MonthDayShortFormats_19)); } inline StringU5BU5D_t1281789340* get_MonthDayShortFormats_19() const { return ___MonthDayShortFormats_19; } inline StringU5BU5D_t1281789340** get_address_of_MonthDayShortFormats_19() { return &___MonthDayShortFormats_19; } inline void set_MonthDayShortFormats_19(StringU5BU5D_t1281789340* value) { ___MonthDayShortFormats_19 = value; Il2CppCodeGenWriteBarrier((&___MonthDayShortFormats_19), value); } inline static int32_t get_offset_of_DayMonthShortFormats_20() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___DayMonthShortFormats_20)); } inline StringU5BU5D_t1281789340* get_DayMonthShortFormats_20() const { return ___DayMonthShortFormats_20; } inline StringU5BU5D_t1281789340** get_address_of_DayMonthShortFormats_20() { return &___DayMonthShortFormats_20; } inline void set_DayMonthShortFormats_20(StringU5BU5D_t1281789340* value) { ___DayMonthShortFormats_20 = value; Il2CppCodeGenWriteBarrier((&___DayMonthShortFormats_20), value); } inline static int32_t get_offset_of_daysmonth_21() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonth_21)); } inline Int32U5BU5D_t385246372* get_daysmonth_21() const { return ___daysmonth_21; } inline Int32U5BU5D_t385246372** get_address_of_daysmonth_21() { return &___daysmonth_21; } inline void set_daysmonth_21(Int32U5BU5D_t385246372* value) { ___daysmonth_21 = value; Il2CppCodeGenWriteBarrier((&___daysmonth_21), value); } inline static int32_t get_offset_of_daysmonthleap_22() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonthleap_22)); } inline Int32U5BU5D_t385246372* get_daysmonthleap_22() const { return ___daysmonthleap_22; } inline Int32U5BU5D_t385246372** get_address_of_daysmonthleap_22() { return &___daysmonthleap_22; } inline void set_daysmonthleap_22(Int32U5BU5D_t385246372* value) { ___daysmonthleap_22 = value; Il2CppCodeGenWriteBarrier((&___daysmonthleap_22), value); } inline static int32_t get_offset_of_to_local_time_span_object_23() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___to_local_time_span_object_23)); } inline RuntimeObject * get_to_local_time_span_object_23() const { return ___to_local_time_span_object_23; } inline RuntimeObject ** get_address_of_to_local_time_span_object_23() { return &___to_local_time_span_object_23; } inline void set_to_local_time_span_object_23(RuntimeObject * value) { ___to_local_time_span_object_23 = value; Il2CppCodeGenWriteBarrier((&___to_local_time_span_object_23), value); } inline static int32_t get_offset_of_last_now_24() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___last_now_24)); } inline int64_t get_last_now_24() const { return ___last_now_24; } inline int64_t* get_address_of_last_now_24() { return &___last_now_24; } inline void set_last_now_24(int64_t value) { ___last_now_24 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIME_T3738529785_H #ifndef PROCESSFILEHANDLER_T2351317767_H #define PROCESSFILEHANDLER_T2351317767_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Core.ProcessFileHandler struct ProcessFileHandler_t2351317767 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROCESSFILEHANDLER_T2351317767_H #ifndef COMPLETEDFILEHANDLER_T2674014880_H #define COMPLETEDFILEHANDLER_T2674014880_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Core.CompletedFileHandler struct CompletedFileHandler_t2674014880 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPLETEDFILEHANDLER_T2674014880_H #ifndef RIJNDAEL_T2986313634_H #define RIJNDAEL_T2986313634_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.Rijndael struct Rijndael_t2986313634 : public SymmetricAlgorithm_t4254223087 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RIJNDAEL_T2986313634_H #ifndef ASYNCCALLBACK_T3962456242_H #define ASYNCCALLBACK_T3962456242_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AsyncCallback struct AsyncCallback_t3962456242 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYNCCALLBACK_T3962456242_H #ifndef FILESYSTEMINFO_T3745885336_H #define FILESYSTEMINFO_T3745885336_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileSystemInfo struct FileSystemInfo_t3745885336 : public MarshalByRefObject_t2760389100 { public: // System.String System.IO.FileSystemInfo::FullPath String_t* ___FullPath_1; // System.String System.IO.FileSystemInfo::OriginalPath String_t* ___OriginalPath_2; // System.IO.MonoIOStat System.IO.FileSystemInfo::stat MonoIOStat_t592533987 ___stat_3; // System.Boolean System.IO.FileSystemInfo::valid bool ___valid_4; public: inline static int32_t get_offset_of_FullPath_1() { return static_cast(offsetof(FileSystemInfo_t3745885336, ___FullPath_1)); } inline String_t* get_FullPath_1() const { return ___FullPath_1; } inline String_t** get_address_of_FullPath_1() { return &___FullPath_1; } inline void set_FullPath_1(String_t* value) { ___FullPath_1 = value; Il2CppCodeGenWriteBarrier((&___FullPath_1), value); } inline static int32_t get_offset_of_OriginalPath_2() { return static_cast(offsetof(FileSystemInfo_t3745885336, ___OriginalPath_2)); } inline String_t* get_OriginalPath_2() const { return ___OriginalPath_2; } inline String_t** get_address_of_OriginalPath_2() { return &___OriginalPath_2; } inline void set_OriginalPath_2(String_t* value) { ___OriginalPath_2 = value; Il2CppCodeGenWriteBarrier((&___OriginalPath_2), value); } inline static int32_t get_offset_of_stat_3() { return static_cast(offsetof(FileSystemInfo_t3745885336, ___stat_3)); } inline MonoIOStat_t592533987 get_stat_3() const { return ___stat_3; } inline MonoIOStat_t592533987 * get_address_of_stat_3() { return &___stat_3; } inline void set_stat_3(MonoIOStat_t592533987 value) { ___stat_3 = value; } inline static int32_t get_offset_of_valid_4() { return static_cast(offsetof(FileSystemInfo_t3745885336, ___valid_4)); } inline bool get_valid_4() const { return ___valid_4; } inline bool* get_address_of_valid_4() { return &___valid_4; } inline void set_valid_4(bool value) { ___valid_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILESYSTEMINFO_T3745885336_H #ifndef KEYSREQUIREDEVENTHANDLER_T4251835903_H #define KEYSREQUIREDEVENTHANDLER_T4251835903_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.ZipFile/KeysRequiredEventHandler struct KeysRequiredEventHandler_t4251835903 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYSREQUIREDEVENTHANDLER_T4251835903_H #ifndef PROCESSDIRECTORYHANDLER_T654447416_H #define PROCESSDIRECTORYHANDLER_T654447416_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Core.ProcessDirectoryHandler struct ProcessDirectoryHandler_t654447416 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROCESSDIRECTORYHANDLER_T654447416_H #ifndef PKZIPCLASSIC_T3871723075_H #define PKZIPCLASSIC_T3871723075_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Encryption.PkzipClassic struct PkzipClassic_t3871723075 : public SymmetricAlgorithm_t4254223087 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PKZIPCLASSIC_T3871723075_H #ifndef ZIPENTRYFACTORY_T2384201453_H #define ZIPENTRYFACTORY_T2384201453_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.ZipEntryFactory struct ZipEntryFactory_t2384201453 : public RuntimeObject { public: // ICSharpCode.SharpZipLib.Core.INameTransform ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::nameTransform_ RuntimeObject* ___nameTransform__0; // System.DateTime ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::fixedDateTime_ DateTime_t3738529785 ___fixedDateTime__1; // ICSharpCode.SharpZipLib.Zip.ZipEntryFactory/TimeSetting ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::timeSetting_ int32_t ___timeSetting__2; // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::isUnicodeText_ bool ___isUnicodeText__3; // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::getAttributes_ int32_t ___getAttributes__4; // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::setAttributes_ int32_t ___setAttributes__5; public: inline static int32_t get_offset_of_nameTransform__0() { return static_cast(offsetof(ZipEntryFactory_t2384201453, ___nameTransform__0)); } inline RuntimeObject* get_nameTransform__0() const { return ___nameTransform__0; } inline RuntimeObject** get_address_of_nameTransform__0() { return &___nameTransform__0; } inline void set_nameTransform__0(RuntimeObject* value) { ___nameTransform__0 = value; Il2CppCodeGenWriteBarrier((&___nameTransform__0), value); } inline static int32_t get_offset_of_fixedDateTime__1() { return static_cast(offsetof(ZipEntryFactory_t2384201453, ___fixedDateTime__1)); } inline DateTime_t3738529785 get_fixedDateTime__1() const { return ___fixedDateTime__1; } inline DateTime_t3738529785 * get_address_of_fixedDateTime__1() { return &___fixedDateTime__1; } inline void set_fixedDateTime__1(DateTime_t3738529785 value) { ___fixedDateTime__1 = value; } inline static int32_t get_offset_of_timeSetting__2() { return static_cast(offsetof(ZipEntryFactory_t2384201453, ___timeSetting__2)); } inline int32_t get_timeSetting__2() const { return ___timeSetting__2; } inline int32_t* get_address_of_timeSetting__2() { return &___timeSetting__2; } inline void set_timeSetting__2(int32_t value) { ___timeSetting__2 = value; } inline static int32_t get_offset_of_isUnicodeText__3() { return static_cast(offsetof(ZipEntryFactory_t2384201453, ___isUnicodeText__3)); } inline bool get_isUnicodeText__3() const { return ___isUnicodeText__3; } inline bool* get_address_of_isUnicodeText__3() { return &___isUnicodeText__3; } inline void set_isUnicodeText__3(bool value) { ___isUnicodeText__3 = value; } inline static int32_t get_offset_of_getAttributes__4() { return static_cast(offsetof(ZipEntryFactory_t2384201453, ___getAttributes__4)); } inline int32_t get_getAttributes__4() const { return ___getAttributes__4; } inline int32_t* get_address_of_getAttributes__4() { return &___getAttributes__4; } inline void set_getAttributes__4(int32_t value) { ___getAttributes__4 = value; } inline static int32_t get_offset_of_setAttributes__5() { return static_cast(offsetof(ZipEntryFactory_t2384201453, ___setAttributes__5)); } inline int32_t get_setAttributes__5() const { return ___setAttributes__5; } inline int32_t* get_address_of_setAttributes__5() { return &___setAttributes__5; } inline void set_setAttributes__5(int32_t value) { ___setAttributes__5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ZIPENTRYFACTORY_T2384201453_H #ifndef PROGRESSHANDLER_T1501555482_H #define PROGRESSHANDLER_T1501555482_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Core.ProgressHandler struct ProgressHandler_t1501555482 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROGRESSHANDLER_T1501555482_H #ifndef ZIPAESSTREAM_T2668453910_H #define ZIPAESSTREAM_T2668453910_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Encryption.ZipAESStream struct ZipAESStream_t2668453910 : public CryptoStream_t2702504504 { public: // System.IO.Stream ICSharpCode.SharpZipLib.Encryption.ZipAESStream::_stream Stream_t1273022909 * ____stream_17; // ICSharpCode.SharpZipLib.Encryption.ZipAESTransform ICSharpCode.SharpZipLib.Encryption.ZipAESStream::_transform ZipAESTransform_t2332021196 * ____transform_18; // System.Byte[] ICSharpCode.SharpZipLib.Encryption.ZipAESStream::_slideBuffer ByteU5BU5D_t4116647657* ____slideBuffer_19; // System.Int32 ICSharpCode.SharpZipLib.Encryption.ZipAESStream::_slideBufStartPos int32_t ____slideBufStartPos_20; // System.Int32 ICSharpCode.SharpZipLib.Encryption.ZipAESStream::_slideBufFreePos int32_t ____slideBufFreePos_21; // System.Int32 ICSharpCode.SharpZipLib.Encryption.ZipAESStream::_blockAndAuth int32_t ____blockAndAuth_22; public: inline static int32_t get_offset_of__stream_17() { return static_cast(offsetof(ZipAESStream_t2668453910, ____stream_17)); } inline Stream_t1273022909 * get__stream_17() const { return ____stream_17; } inline Stream_t1273022909 ** get_address_of__stream_17() { return &____stream_17; } inline void set__stream_17(Stream_t1273022909 * value) { ____stream_17 = value; Il2CppCodeGenWriteBarrier((&____stream_17), value); } inline static int32_t get_offset_of__transform_18() { return static_cast(offsetof(ZipAESStream_t2668453910, ____transform_18)); } inline ZipAESTransform_t2332021196 * get__transform_18() const { return ____transform_18; } inline ZipAESTransform_t2332021196 ** get_address_of__transform_18() { return &____transform_18; } inline void set__transform_18(ZipAESTransform_t2332021196 * value) { ____transform_18 = value; Il2CppCodeGenWriteBarrier((&____transform_18), value); } inline static int32_t get_offset_of__slideBuffer_19() { return static_cast(offsetof(ZipAESStream_t2668453910, ____slideBuffer_19)); } inline ByteU5BU5D_t4116647657* get__slideBuffer_19() const { return ____slideBuffer_19; } inline ByteU5BU5D_t4116647657** get_address_of__slideBuffer_19() { return &____slideBuffer_19; } inline void set__slideBuffer_19(ByteU5BU5D_t4116647657* value) { ____slideBuffer_19 = value; Il2CppCodeGenWriteBarrier((&____slideBuffer_19), value); } inline static int32_t get_offset_of__slideBufStartPos_20() { return static_cast(offsetof(ZipAESStream_t2668453910, ____slideBufStartPos_20)); } inline int32_t get__slideBufStartPos_20() const { return ____slideBufStartPos_20; } inline int32_t* get_address_of__slideBufStartPos_20() { return &____slideBufStartPos_20; } inline void set__slideBufStartPos_20(int32_t value) { ____slideBufStartPos_20 = value; } inline static int32_t get_offset_of__slideBufFreePos_21() { return static_cast(offsetof(ZipAESStream_t2668453910, ____slideBufFreePos_21)); } inline int32_t get__slideBufFreePos_21() const { return ____slideBufFreePos_21; } inline int32_t* get_address_of__slideBufFreePos_21() { return &____slideBufFreePos_21; } inline void set__slideBufFreePos_21(int32_t value) { ____slideBufFreePos_21 = value; } inline static int32_t get_offset_of__blockAndAuth_22() { return static_cast(offsetof(ZipAESStream_t2668453910, ____blockAndAuth_22)); } inline int32_t get__blockAndAuth_22() const { return ____blockAndAuth_22; } inline int32_t* get_address_of__blockAndAuth_22() { return &____blockAndAuth_22; } inline void set__blockAndAuth_22(int32_t value) { ____blockAndAuth_22 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ZIPAESSTREAM_T2668453910_H #ifndef FILEFAILUREHANDLER_T1120837788_H #define FILEFAILUREHANDLER_T1120837788_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Core.FileFailureHandler struct FileFailureHandler_t1120837788 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEFAILUREHANDLER_T1120837788_H #ifndef DIRECTORYFAILUREHANDLER_T4214878643_H #define DIRECTORYFAILUREHANDLER_T4214878643_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Core.DirectoryFailureHandler struct DirectoryFailureHandler_t4214878643 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DIRECTORYFAILUREHANDLER_T4214878643_H #ifndef DIRECTORYINFO_T35957480_H #define DIRECTORYINFO_T35957480_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.DirectoryInfo struct DirectoryInfo_t35957480 : public FileSystemInfo_t3745885336 { public: // System.String System.IO.DirectoryInfo::current String_t* ___current_5; // System.String System.IO.DirectoryInfo::parent String_t* ___parent_6; public: inline static int32_t get_offset_of_current_5() { return static_cast(offsetof(DirectoryInfo_t35957480, ___current_5)); } inline String_t* get_current_5() const { return ___current_5; } inline String_t** get_address_of_current_5() { return &___current_5; } inline void set_current_5(String_t* value) { ___current_5 = value; Il2CppCodeGenWriteBarrier((&___current_5), value); } inline static int32_t get_offset_of_parent_6() { return static_cast(offsetof(DirectoryInfo_t35957480, ___parent_6)); } inline String_t* get_parent_6() const { return ___parent_6; } inline String_t** get_address_of_parent_6() { return &___parent_6; } inline void set_parent_6(String_t* value) { ___parent_6 = value; Il2CppCodeGenWriteBarrier((&___parent_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DIRECTORYINFO_T35957480_H #ifndef RIJNDAELMANAGED_T3586970409_H #define RIJNDAELMANAGED_T3586970409_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RijndaelManaged struct RijndaelManaged_t3586970409 : public Rijndael_t2986313634 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RIJNDAELMANAGED_T3586970409_H #ifndef PKZIPCLASSICMANAGED_T3913554169_H #define PKZIPCLASSICMANAGED_T3913554169_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Encryption.PkzipClassicManaged struct PkzipClassicManaged_t3913554169 : public PkzipClassic_t3871723075 { public: // System.Byte[] ICSharpCode.SharpZipLib.Encryption.PkzipClassicManaged::key_ ByteU5BU5D_t4116647657* ___key__10; public: inline static int32_t get_offset_of_key__10() { return static_cast(offsetof(PkzipClassicManaged_t3913554169, ___key__10)); } inline ByteU5BU5D_t4116647657* get_key__10() const { return ___key__10; } inline ByteU5BU5D_t4116647657** get_address_of_key__10() { return &___key__10; } inline void set_key__10(ByteU5BU5D_t4116647657* value) { ___key__10 = value; Il2CppCodeGenWriteBarrier((&___key__10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PKZIPCLASSICMANAGED_T3913554169_H #ifndef FILEINFO_T1169991790_H #define FILEINFO_T1169991790_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileInfo struct FileInfo_t1169991790 : public FileSystemInfo_t3745885336 { public: // System.Boolean System.IO.FileInfo::exists bool ___exists_5; public: inline static int32_t get_offset_of_exists_5() { return static_cast(offsetof(FileInfo_t1169991790, ___exists_5)); } inline bool get_exists_5() const { return ___exists_5; } inline bool* get_address_of_exists_5() { return &___exists_5; } inline void set_exists_5(bool value) { ___exists_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEINFO_T1169991790_H // System.Byte[] struct ByteU5BU5D_t4116647657 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.UInt32[] struct UInt32U5BU5D_t2770800703 : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // System.String[] struct StringU5BU5D_t1281789340 : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Char[] struct CharU5BU5D_t3528271667 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.Security.Cryptography.KeySizes[] struct KeySizesU5BU5D_t722666473 : public RuntimeArray { public: ALIGN_FIELD (8) KeySizes_t85027896 * m_Items[1]; public: inline KeySizes_t85027896 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline KeySizes_t85027896 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, KeySizes_t85027896 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline KeySizes_t85027896 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline KeySizes_t85027896 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, KeySizes_t85027896 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Object[] struct ObjectU5BU5D_t2843939325 : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Int32[] struct Int32U5BU5D_t385246372 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Int16[] struct Int16U5BU5D_t3686840178 : public RuntimeArray { public: ALIGN_FIELD (8) int16_t m_Items[1]; public: inline int16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int16_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int16_t value) { m_Items[index] = value; } }; // ICSharpCode.SharpZipLib.Zip.ZipEntry[] struct ZipEntryU5BU5D_t2637723858 : public RuntimeArray { public: ALIGN_FIELD (8) ZipEntry_t658048195 * m_Items[1]; public: inline ZipEntry_t658048195 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ZipEntry_t658048195 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ZipEntry_t658048195 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline ZipEntry_t658048195 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ZipEntry_t658048195 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ZipEntry_t658048195 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Int32 System.Array::IndexOf(!!0[],!!0) extern "C" IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisChar_t3634460470_m3183276761_gshared (RuntimeObject * __this /* static, unused */, CharU5BU5D_t3528271667* p0, Il2CppChar p1, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Checksums.Adler32::Reset() extern "C" IL2CPP_METHOD_ATTR void Adler32_Reset_m2430665187 (Adler32_t2099134918 * __this, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m1170824041 (ArgumentNullException_t1615371798 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m282481429 (ArgumentOutOfRangeException_t777629997 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m3628145864 (ArgumentOutOfRangeException_t777629997 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) extern "C" IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m3117905507 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, RuntimeFieldHandle_t1871169219 p1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Core.CompletedFileHandler::Invoke(System.Object,ICSharpCode.SharpZipLib.Core.ScanEventArgs) extern "C" IL2CPP_METHOD_ATTR void CompletedFileHandler_Invoke_m3519430509 (CompletedFileHandler_t2674014880 * __this, RuntimeObject * ___sender0, ScanEventArgs_t818138135 * ___e1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Core.ScanEventArgs::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ScanEventArgs__ctor_m1487966403 (ScanEventArgs_t818138135 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Core.DirectoryFailureHandler::Invoke(System.Object,ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs) extern "C" IL2CPP_METHOD_ATTR void DirectoryFailureHandler_Invoke_m5880852 (DirectoryFailureHandler_t4214878643 * __this, RuntimeObject * ___sender0, ScanFailureEventArgs_t2622990035 * ___e1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Core.FileFailureHandler::Invoke(System.Object,ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs) extern "C" IL2CPP_METHOD_ATTR void FileFailureHandler_Invoke_m644241140 (FileFailureHandler_t1120837788 * __this, RuntimeObject * ___sender0, ScanFailureEventArgs_t2622990035 * ___e1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Core.PathFilter::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void PathFilter__ctor_m550747179 (PathFilter_t3464276275 * __this, String_t* ___filter0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void ScanFailureEventArgs__ctor_m1384429163 (ScanFailureEventArgs_t2622990035 * __this, String_t* ___name0, Exception_t * ___e1, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs::get_ContinueRunning() extern "C" IL2CPP_METHOD_ATTR bool ScanFailureEventArgs_get_ContinueRunning_m1846720921 (ScanFailureEventArgs_t2622990035 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Core.ProcessFileHandler::Invoke(System.Object,ICSharpCode.SharpZipLib.Core.ScanEventArgs) extern "C" IL2CPP_METHOD_ATTR void ProcessFileHandler_Invoke_m360592956 (ProcessFileHandler_t2351317767 * __this, RuntimeObject * ___sender0, ScanEventArgs_t818138135 * ___e1, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Core.ScanEventArgs::get_ContinueRunning() extern "C" IL2CPP_METHOD_ATTR bool ScanEventArgs_get_ContinueRunning_m487911567 (ScanEventArgs_t818138135 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Core.DirectoryEventArgs::.ctor(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DirectoryEventArgs__ctor_m3989215332 (DirectoryEventArgs_t3041330506 * __this, String_t* ___name0, bool ___hasMatchingFiles1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Core.ProcessDirectoryHandler::Invoke(System.Object,ICSharpCode.SharpZipLib.Core.DirectoryEventArgs) extern "C" IL2CPP_METHOD_ATTR void ProcessDirectoryHandler_Invoke_m482027604 (ProcessDirectoryHandler_t654447416 * __this, RuntimeObject * ___sender0, DirectoryEventArgs_t3041330506 * ___e1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Core.FileSystemScanner::ScanDir(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FileSystemScanner_ScanDir_m207057148 (FileSystemScanner_t3838119381 * __this, String_t* ___directory0, bool ___recurse1, const RuntimeMethod* method); // System.String[] System.IO.Directory::GetFiles(System.String) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* Directory_GetFiles_m932257245 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Core.FileSystemScanner::OnProcessDirectory(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FileSystemScanner_OnProcessDirectory_m1243153955 (FileSystemScanner_t3838119381 * __this, String_t* ___directory0, bool ___hasMatchingFiles1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Core.FileSystemScanner::OnProcessFile(System.String) extern "C" IL2CPP_METHOD_ATTR void FileSystemScanner_OnProcessFile_m4052125406 (FileSystemScanner_t3838119381 * __this, String_t* ___file0, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Core.FileSystemScanner::OnFileFailure(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR bool FileSystemScanner_OnFileFailure_m2928647750 (FileSystemScanner_t3838119381 * __this, String_t* ___file0, Exception_t * ___e1, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Core.FileSystemScanner::OnDirectoryFailure(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR bool FileSystemScanner_OnDirectoryFailure_m1294618169 (FileSystemScanner_t3838119381 * __this, String_t* ___directory0, Exception_t * ___e1, const RuntimeMethod* method); // System.String[] System.IO.Directory::GetDirectories(System.String) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* Directory_GetDirectories_m1966820948 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m4254721275 (ArrayList_t2718874744 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Core.NameFilter::Compile() extern "C" IL2CPP_METHOD_ATTR void NameFilter_Compile_m2288961235 (NameFilter_t3473123208 * __this, const RuntimeMethod* method); // System.Int32 System.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_m3847582255 (String_t* __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m3121283359 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m2986988803 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1216717135 (ArgumentException_t132251570 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0) #define Array_IndexOf_TisChar_t3634460470_m3183276761(__this /* static, unused */, p0, p1, method) (( int32_t (*) (RuntimeObject * /* static, unused */, CharU5BU5D_t3528271667*, Il2CppChar, const RuntimeMethod*))Array_IndexOf_TisChar_t3634460470_m3183276761_gshared)(__this /* static, unused */, p0, p1, method) // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m2383614642 (StringBuilder_t * __this, Il2CppChar p0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::set_Length(System.Int32) extern "C" IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m1410065908 (StringBuilder_t * __this, int32_t p0, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m1620074514 (RuntimeObject * __this /* static, unused */, RuntimeTypeHandle_t3027515415 p0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String) extern "C" IL2CPP_METHOD_ATTR bool Regex_IsMatch_m3802225320 (Regex_t3657309853 * __this, String_t* p0, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Core.NameFilter::IsIncluded(System.String) extern "C" IL2CPP_METHOD_ATTR bool NameFilter_IsIncluded_m2050923192 (NameFilter_t3473123208 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Core.NameFilter::IsExcluded(System.String) extern "C" IL2CPP_METHOD_ATTR bool NameFilter_IsExcluded_m2648376990 (NameFilter_t3473123208 * __this, String_t* ___name0, const RuntimeMethod* method); // System.String[] ICSharpCode.SharpZipLib.Core.NameFilter::SplitQuoted(System.String) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* NameFilter_SplitQuoted_m1108084752 (RuntimeObject * __this /* static, unused */, String_t* ___original0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m1610150815 (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Regex::.ctor(System.String,System.Text.RegularExpressions.RegexOptions) extern "C" IL2CPP_METHOD_ATTR void Regex__ctor_m1728442805 (Regex_t3657309853 * __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Core.NameFilter::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void NameFilter__ctor_m1442638191 (NameFilter_t3473123208 * __this, String_t* ___filter0, const RuntimeMethod* method); // System.String System.IO.Path::GetFullPath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_GetFullPath_m4142135635 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Core.NameFilter::IsMatch(System.String) extern "C" IL2CPP_METHOD_ATTR bool NameFilter_IsMatch_m1940121088 (NameFilter_t3473123208 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.EventArgs::.ctor() extern "C" IL2CPP_METHOD_ATTR void EventArgs__ctor_m32674013 (EventArgs_t3591816995 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Core.ProgressHandler::Invoke(System.Object,ICSharpCode.SharpZipLib.Core.ProgressEventArgs) extern "C" IL2CPP_METHOD_ATTR void ProgressHandler_Invoke_m2520782756 (ProgressHandler_t1501555482 * __this, RuntimeObject * ___sender0, ProgressEventArgs_t2225467666 * ___e1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Core.StreamUtils::ReadFully(System.IO.Stream,System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StreamUtils_ReadFully_m2266781614 (RuntimeObject * __this /* static, unused */, Stream_t1273022909 * ___stream0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___offset2, int32_t ___count3, const RuntimeMethod* method); // System.Void System.IO.EndOfStreamException::.ctor() extern "C" IL2CPP_METHOD_ATTR void EndOfStreamException__ctor_m2202021005 (EndOfStreamException_t2015613008 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Core.StreamUtils::Copy(System.IO.Stream,System.IO.Stream,System.Byte[],ICSharpCode.SharpZipLib.Core.ProgressHandler,System.TimeSpan,System.Object,System.String,System.Int64) extern "C" IL2CPP_METHOD_ATTR void StreamUtils_Copy_m2323930169 (RuntimeObject * __this /* static, unused */, Stream_t1273022909 * ___source0, Stream_t1273022909 * ___destination1, ByteU5BU5D_t4116647657* ___buffer2, ProgressHandler_t1501555482 * ___progressHandler3, TimeSpan_t881159249 ___updateInterval4, RuntimeObject * ___sender5, String_t* ___name6, int64_t ___fixedTarget7, const RuntimeMethod* method); // System.DateTime System.DateTime::get_Now() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_get_Now_m1277138875 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Core.ProgressEventArgs::.ctor(System.String,System.Int64,System.Int64) extern "C" IL2CPP_METHOD_ATTR void ProgressEventArgs__ctor_m2115774562 (ProgressEventArgs_t2225467666 * __this, String_t* ___name0, int64_t ___processed1, int64_t ___target2, const RuntimeMethod* method); // System.TimeSpan System.DateTime::op_Subtraction(System.DateTime,System.DateTime) extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 DateTime_op_Subtraction_m3579235380 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 p0, DateTime_t3738529785 p1, const RuntimeMethod* method); // System.Boolean System.TimeSpan::op_GreaterThan(System.TimeSpan,System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR bool TimeSpan_op_GreaterThan_m734703194 (RuntimeObject * __this /* static, unused */, TimeSpan_t881159249 p0, TimeSpan_t881159249 p1, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Core.ProgressEventArgs::get_ContinueRunning() extern "C" IL2CPP_METHOD_ATTR bool ProgressEventArgs_get_ContinueRunning_m2954008749 (ProgressEventArgs_t2225467666 * __this, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m2848979100 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.String System.String::Remove(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Remove_m562998446 (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.UInt32 ICSharpCode.SharpZipLib.Checksums.Crc32::ComputeCrc32(System.UInt32,System.Byte) extern "C" IL2CPP_METHOD_ATTR uint32_t Crc32_ComputeCrc32_m3219477660 (RuntimeObject * __this /* static, unused */, uint32_t ___oldCrc0, uint8_t ___value1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SymmetricAlgorithm::.ctor() extern "C" IL2CPP_METHOD_ATTR void SymmetricAlgorithm__ctor_m467277132 (SymmetricAlgorithm_t4254223087 * __this, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m237278729 (InvalidOperationException_t56020091 * __this, String_t* p0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Encryption.PkzipClassicCryptoBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void PkzipClassicCryptoBase__ctor_m2524885440 (PkzipClassicCryptoBase_t1848349533 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Encryption.PkzipClassicCryptoBase::SetKeys(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void PkzipClassicCryptoBase_SetKeys_m280244338 (PkzipClassicCryptoBase_t1848349533 * __this, ByteU5BU5D_t4116647657* ___keyData0, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Encryption.PkzipClassicDecryptCryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t PkzipClassicDecryptCryptoTransform_TransformBlock_m1353054549 (PkzipClassicDecryptCryptoTransform_t3442094171 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_t4116647657* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method); // System.Byte ICSharpCode.SharpZipLib.Encryption.PkzipClassicCryptoBase::TransformByte() extern "C" IL2CPP_METHOD_ATTR uint8_t PkzipClassicCryptoBase_TransformByte_m1622558770 (PkzipClassicCryptoBase_t1848349533 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Encryption.PkzipClassicCryptoBase::UpdateKeys(System.Byte) extern "C" IL2CPP_METHOD_ATTR void PkzipClassicCryptoBase_UpdateKeys_m923064106 (PkzipClassicCryptoBase_t1848349533 * __this, uint8_t ___ch0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Encryption.PkzipClassicCryptoBase::Reset() extern "C" IL2CPP_METHOD_ATTR void PkzipClassicCryptoBase_Reset_m3728371256 (PkzipClassicCryptoBase_t1848349533 * __this, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Encryption.PkzipClassicEncryptCryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t PkzipClassicEncryptCryptoTransform_TransformBlock_m2705229653 (PkzipClassicEncryptCryptoTransform_t2462363826 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_t4116647657* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void CryptographicException__ctor_m503735289 (CryptographicException_t248831461 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.KeySizes::.ctor(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void KeySizes__ctor_m3113946058 (KeySizes_t85027896 * __this, int32_t p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Object System.Array::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_m2672907798 (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.Random::.ctor() extern "C" IL2CPP_METHOD_ATTR void Random__ctor_m4122933043 (Random_t108471755 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Encryption.PkzipClassicEncryptCryptoTransform::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void PkzipClassicEncryptCryptoTransform__ctor_m1123008635 (PkzipClassicEncryptCryptoTransform_t2462363826 * __this, ByteU5BU5D_t4116647657* ___keyBlock0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Encryption.PkzipClassicDecryptCryptoTransform::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void PkzipClassicDecryptCryptoTransform__ctor_m1845395083 (PkzipClassicDecryptCryptoTransform_t3442094171 * __this, ByteU5BU5D_t4116647657* ___keyBlock0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Encryption.PkzipClassic::.ctor() extern "C" IL2CPP_METHOD_ATTR void PkzipClassic__ctor_m1043877915 (PkzipClassic_t3871723075 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptoStream::.ctor(System.IO.Stream,System.Security.Cryptography.ICryptoTransform,System.Security.Cryptography.CryptoStreamMode) extern "C" IL2CPP_METHOD_ATTR void CryptoStream__ctor_m2579441618 (CryptoStream_t2702504504 * __this, Stream_t1273022909 * p0, RuntimeObject* p1, int32_t p2, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m1152696503 (Exception_t * __this, String_t* p0, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ZipAESTransform_TransformBlock_m4045562308 (ZipAESTransform_t2332021196 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_t4116647657* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method); // System.Byte[] ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::GetAuthCode() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ZipAESTransform_GetAuthCode_m660379928 (ZipAESTransform_t2332021196 * __this, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m3058704252 (NotImplementedException_t3489357830 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m1715369213 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.String System.String::Concat(System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2971454694 (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* p0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.Rfc2898DeriveBytes::.ctor(System.String,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void Rfc2898DeriveBytes__ctor_m971603234 (Rfc2898DeriveBytes_t546674159 * __this, String_t* p0, ByteU5BU5D_t4116647657* p1, int32_t p2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RijndaelManaged::.ctor() extern "C" IL2CPP_METHOD_ATTR void RijndaelManaged__ctor_m1562735454 (RijndaelManaged_t3586970409 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.HMACSHA1::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void HMACSHA1__ctor_m446190279 (HMACSHA1_t1952596188 * __this, ByteU5BU5D_t4116647657* p0, const RuntimeMethod* method); // System.Int32 System.Security.Cryptography.HashAlgorithm::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t HashAlgorithm_TransformBlock_m4006041779 (HashAlgorithm_t1432317219 * __this, ByteU5BU5D_t4116647657* p0, int32_t p1, int32_t p2, ByteU5BU5D_t4116647657* p3, int32_t p4, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.HashAlgorithm::TransformFinalBlock(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* HashAlgorithm_TransformFinalBlock_m3005451348 (HashAlgorithm_t1432317219 * __this, ByteU5BU5D_t4116647657* p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m3095902440 (NotImplementedException_t3489357830 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.ApplicationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ApplicationException__ctor_m1689533002 (ApplicationException_t2339761290 * __this, SerializationInfo_t950877179 * p0, StreamingContext_t3711869237 p1, const RuntimeMethod* method); // System.Void System.ApplicationException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ApplicationException__ctor_m2557611022 (ApplicationException_t2339761290 * __this, const RuntimeMethod* method); // System.Void System.ApplicationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ApplicationException__ctor_m2517758450 (ApplicationException_t2339761290 * __this, String_t* p0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending::.ctor() extern "C" IL2CPP_METHOD_ATTR void DeflaterPending__ctor_m1229865493 (DeflaterPending_t48501436 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::.ctor(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending) extern "C" IL2CPP_METHOD_ATTR void DeflaterEngine__ctor_m2611501752 (DeflaterEngine_t3149066675 * __this, DeflaterPending_t48501436 * ___pending0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Deflater::SetStrategy(ICSharpCode.SharpZipLib.Zip.Compression.DeflateStrategy) extern "C" IL2CPP_METHOD_ATTR void Deflater_SetStrategy_m780194712 (Deflater_t668001208 * __this, int32_t ___strategy0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Deflater::SetLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Deflater_SetLevel_m618561834 (Deflater_t668001208 * __this, int32_t ___level0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Deflater::Reset() extern "C" IL2CPP_METHOD_ATTR void Deflater_Reset_m3379861611 (Deflater_t668001208 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer::Reset() extern "C" IL2CPP_METHOD_ATTR void PendingBuffer_Reset_m1975510537 (PendingBuffer_t2576795670 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::Reset() extern "C" IL2CPP_METHOD_ATTR void DeflaterEngine_Reset_m650387548 (DeflaterEngine_t3149066675 * __this, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer::get_IsFlushed() extern "C" IL2CPP_METHOD_ATTR bool PendingBuffer_get_IsFlushed_m527131793 (PendingBuffer_t2576795670 * __this, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::NeedsInput() extern "C" IL2CPP_METHOD_ATTR bool DeflaterEngine_NeedsInput_m1311731114 (DeflaterEngine_t3149066675 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::SetInput(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DeflaterEngine_SetInput_m4241306382 (DeflaterEngine_t3149066675 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::SetLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DeflaterEngine_SetLevel_m1816914546 (DeflaterEngine_t3149066675 * __this, int32_t ___level0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::set_Strategy(ICSharpCode.SharpZipLib.Zip.Compression.DeflateStrategy) extern "C" IL2CPP_METHOD_ATTR void DeflaterEngine_set_Strategy_m3631972151 (DeflaterEngine_t3149066675 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer::WriteShortMSB(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PendingBuffer_WriteShortMSB_m260660490 (PendingBuffer_t2576795670 * __this, int32_t ___s0, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::get_Adler() extern "C" IL2CPP_METHOD_ATTR int32_t DeflaterEngine_get_Adler_m772074776 (DeflaterEngine_t3149066675 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::ResetAdler() extern "C" IL2CPP_METHOD_ATTR void DeflaterEngine_ResetAdler_m3100722672 (DeflaterEngine_t3149066675 * __this, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer::Flush(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t PendingBuffer_Flush_m1565929663 (PendingBuffer_t2576795670 * __this, ByteU5BU5D_t4116647657* ___output0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::Deflate(System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool DeflaterEngine_Deflate_m2178602780 (DeflaterEngine_t3149066675 * __this, bool ___flush0, bool ___finish1, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer::get_BitCount() extern "C" IL2CPP_METHOD_ATTR int32_t PendingBuffer_get_BitCount_m3348180460 (PendingBuffer_t2576795670 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer::WriteBits(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void PendingBuffer_WriteBits_m3074478632 (PendingBuffer_t2576795670 * __this, int32_t ___b0, int32_t ___count1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer::AlignToByte() extern "C" IL2CPP_METHOD_ATTR void PendingBuffer_AlignToByte_m3826169122 (PendingBuffer_t2576795670 * __this, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Math_Min_m3468062251 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterConstants::.ctor() extern "C" IL2CPP_METHOD_ATTR void DeflaterConstants__ctor_m2559218004 (DeflaterConstants_t2939957086 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::.ctor(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending) extern "C" IL2CPP_METHOD_ATTR void DeflaterHuffman__ctor_m3637791435 (DeflaterHuffman_t1589715067 * __this, DeflaterPending_t48501436 * ___pending0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Checksums.Adler32::.ctor() extern "C" IL2CPP_METHOD_ATTR void Adler32__ctor_m2241892059 (Adler32_t2099134918 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::FillWindow() extern "C" IL2CPP_METHOD_ATTR void DeflaterEngine_FillWindow_m736036944 (DeflaterEngine_t3149066675 * __this, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::DeflateStored(System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool DeflaterEngine_DeflateStored_m794437503 (DeflaterEngine_t3149066675 * __this, bool ___flush0, bool ___finish1, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::DeflateFast(System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool DeflaterEngine_DeflateFast_m1626955279 (DeflaterEngine_t3149066675 * __this, bool ___flush0, bool ___finish1, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::DeflateSlow(System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool DeflaterEngine_DeflateSlow_m3537591804 (DeflaterEngine_t3149066675 * __this, bool ___flush0, bool ___finish1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::Reset() extern "C" IL2CPP_METHOD_ATTR void DeflaterHuffman_Reset_m4245981392 (DeflaterHuffman_t1589715067 * __this, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Checksums.Adler32::get_Value() extern "C" IL2CPP_METHOD_ATTR int64_t Adler32_get_Value_m3641394811 (Adler32_t2099134918 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::FlushStoredBlock(System.Byte[],System.Int32,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DeflaterHuffman_FlushStoredBlock_m3702068477 (DeflaterHuffman_t1589715067 * __this, ByteU5BU5D_t4116647657* ___stored0, int32_t ___storedOffset1, int32_t ___storedLength2, bool ___lastBlock3, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::UpdateHash() extern "C" IL2CPP_METHOD_ATTR void DeflaterEngine_UpdateHash_m4072690416 (DeflaterEngine_t3149066675 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::FlushBlock(System.Byte[],System.Int32,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DeflaterHuffman_FlushBlock_m536049297 (DeflaterHuffman_t1589715067 * __this, ByteU5BU5D_t4116647657* ___stored0, int32_t ___storedOffset1, int32_t ___storedLength2, bool ___lastBlock3, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::TallyLit(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool DeflaterHuffman_TallyLit_m3864547415 (DeflaterHuffman_t1589715067 * __this, int32_t ___literal0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::SlideWindow() extern "C" IL2CPP_METHOD_ATTR void DeflaterEngine_SlideWindow_m124243844 (DeflaterEngine_t3149066675 * __this, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m344457298 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, int32_t p1, RuntimeArray * p2, int32_t p3, int32_t p4, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Checksums.Adler32::Update(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Adler32_Update_m442522116 (Adler32_t2099134918 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Int32 System.Math::Max(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Math_Max_m1873195862 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::InsertString() extern "C" IL2CPP_METHOD_ATTR int32_t DeflaterEngine_InsertString_m650014813 (DeflaterEngine_t3149066675 * __this, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::FindLongestMatch(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool DeflaterEngine_FindLongestMatch_m540474038 (DeflaterEngine_t3149066675 * __this, int32_t ___curMatch0, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::TallyDist(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool DeflaterHuffman_TallyDist_m1225668619 (DeflaterHuffman_t1589715067 * __this, int32_t ___distance0, int32_t ___length1, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::IsFull() extern "C" IL2CPP_METHOD_ATTR bool DeflaterHuffman_IsFull_m1277412023 (DeflaterHuffman_t1589715067 * __this, const RuntimeMethod* method); // System.Int16 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::BitReverse(System.Int32) extern "C" IL2CPP_METHOD_ATTR int16_t DeflaterHuffman_BitReverse_m326924032 (RuntimeObject * __this /* static, unused */, int32_t ___toReverse0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree::.ctor(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Tree__ctor_m1251530229 (Tree_t2492525012 * __this, DeflaterHuffman_t1589715067 * ___dh0, int32_t ___elems1, int32_t ___minCodes2, int32_t ___maxLength3, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree::Reset() extern "C" IL2CPP_METHOD_ATTR void Tree_Reset_m1425124431 (Tree_t2492525012 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree::BuildCodes() extern "C" IL2CPP_METHOD_ATTR void Tree_BuildCodes_m2122200569 (Tree_t2492525012 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree::WriteTree(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree) extern "C" IL2CPP_METHOD_ATTR void Tree_WriteTree_m3404512198 (Tree_t2492525012 * __this, Tree_t2492525012 * ___blTree0, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::Lcode(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DeflaterHuffman_Lcode_m1798007058 (RuntimeObject * __this /* static, unused */, int32_t ___length0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree::WriteSymbol(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Tree_WriteSymbol_m3304827367 (Tree_t2492525012 * __this, int32_t ___code0, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::Dcode(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DeflaterHuffman_Dcode_m117563802 (RuntimeObject * __this /* static, unused */, int32_t ___distance0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer::WriteShort(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PendingBuffer_WriteShort_m972619178 (PendingBuffer_t2576795670 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer::WriteBlock(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void PendingBuffer_WriteBlock_m3514884055 (PendingBuffer_t2576795670 * __this, ByteU5BU5D_t4116647657* ___block0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree::BuildTree() extern "C" IL2CPP_METHOD_ATTR void Tree_BuildTree_m1723086957 (Tree_t2492525012 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree::CalcBLFreq(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree) extern "C" IL2CPP_METHOD_ATTR void Tree_CalcBLFreq_m2431951835 (Tree_t2492525012 * __this, Tree_t2492525012 * ___blTree0, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree::GetEncodedLength() extern "C" IL2CPP_METHOD_ATTR int32_t Tree_GetEncodedLength_m2322074256 (Tree_t2492525012 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree::SetStaticCodes(System.Int16[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Tree_SetStaticCodes_m2774659413 (Tree_t2492525012 * __this, Int16U5BU5D_t3686840178* ___staticCodes0, ByteU5BU5D_t4116647657* ___staticLengths1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::CompressBlock() extern "C" IL2CPP_METHOD_ATTR void DeflaterHuffman_CompressBlock_m3240130406 (DeflaterHuffman_t1589715067 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::SendAllTrees(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DeflaterHuffman_SendAllTrees_m96010679 (DeflaterHuffman_t1589715067 * __this, int32_t ___blTreeCodes0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.SharpZipBaseException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void SharpZipBaseException__ctor_m1401850726 (SharpZipBaseException_t425598722 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree::BuildLength(System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void Tree_BuildLength_m668667380 (Tree_t2492525012 * __this, Int32U5BU5D_t385246372* ___childs0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PendingBuffer__ctor_m3011652348 (PendingBuffer_t2576795670 * __this, int32_t ___bufferSize0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator::.ctor() extern "C" IL2CPP_METHOD_ATTR void StreamManipulator__ctor_m2372561268 (StreamManipulator_t4201143916 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.OutputWindow::.ctor() extern "C" IL2CPP_METHOD_ATTR void OutputWindow__ctor_m1913224818 (OutputWindow_t874853933 * __this, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator::PeekBits(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t StreamManipulator_PeekBits_m2553471295 (StreamManipulator_t4201143916 * __this, int32_t ___bitCount0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator::DropBits(System.Int32) extern "C" IL2CPP_METHOD_ATTR void StreamManipulator_DropBits_m1693553859 (StreamManipulator_t4201143916 * __this, int32_t ___bitCount0, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.OutputWindow::GetFreeSpace() extern "C" IL2CPP_METHOD_ATTR int32_t OutputWindow_GetFreeSpace_m2629307236 (OutputWindow_t874853933 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.OutputWindow::Write(System.Int32) extern "C" IL2CPP_METHOD_ATTR void OutputWindow_Write_m332371620 (OutputWindow_t874853933 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree::GetSymbol(ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator) extern "C" IL2CPP_METHOD_ATTR int32_t InflaterHuffmanTree_GetSymbol_m3897528651 (InflaterHuffmanTree_t1978394600 * __this, StreamManipulator_t4201143916 * ___input0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.OutputWindow::Repeat(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OutputWindow_Repeat_m158028266 (OutputWindow_t874853933 * __this, int32_t ___length0, int32_t ___distance1, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Inflater::DecodeHeader() extern "C" IL2CPP_METHOD_ATTR bool Inflater_DecodeHeader_m1731661553 (Inflater_t642114133 * __this, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Inflater::DecodeDict() extern "C" IL2CPP_METHOD_ATTR bool Inflater_DecodeDict_m1575327708 (Inflater_t642114133 * __this, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Inflater::DecodeChksum() extern "C" IL2CPP_METHOD_ATTR bool Inflater_DecodeChksum_m2430535272 (Inflater_t642114133 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator::SkipToByteBoundary() extern "C" IL2CPP_METHOD_ATTR void StreamManipulator_SkipToByteBoundary_m3707071242 (StreamManipulator_t4201143916 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.InflaterDynHeader::.ctor() extern "C" IL2CPP_METHOD_ATTR void InflaterDynHeader__ctor_m463490704 (InflaterDynHeader_t616422011 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m904156431 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.OutputWindow::CopyStored(ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t OutputWindow_CopyStored_m1693377646 (OutputWindow_t874853933 * __this, StreamManipulator_t4201143916 * ___input0, int32_t ___length1, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator::get_IsNeedingInput() extern "C" IL2CPP_METHOD_ATTR bool StreamManipulator_get_IsNeedingInput_m1625735930 (StreamManipulator_t4201143916 * __this, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.InflaterDynHeader::Decode(ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator) extern "C" IL2CPP_METHOD_ATTR bool InflaterDynHeader_Decode_m871481747 (InflaterDynHeader_t616422011 * __this, StreamManipulator_t4201143916 * ___input0, const RuntimeMethod* method); // ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree ICSharpCode.SharpZipLib.Zip.Compression.InflaterDynHeader::BuildLitLenTree() extern "C" IL2CPP_METHOD_ATTR InflaterHuffmanTree_t1978394600 * InflaterDynHeader_BuildLitLenTree_m3622878012 (InflaterDynHeader_t616422011 * __this, const RuntimeMethod* method); // ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree ICSharpCode.SharpZipLib.Zip.Compression.InflaterDynHeader::BuildDistTree() extern "C" IL2CPP_METHOD_ATTR InflaterHuffmanTree_t1978394600 * InflaterDynHeader_BuildDistTree_m3774348405 (InflaterDynHeader_t616422011 * __this, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Inflater::DecodeHuffman() extern "C" IL2CPP_METHOD_ATTR bool Inflater_DecodeHuffman_m786986393 (Inflater_t642114133 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator::SetInput(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StreamManipulator_SetInput_m3010619367 (StreamManipulator_t4201143916 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1312628991 (ArgumentException_t132251570 * __this, String_t* p0, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Inflater::get_IsFinished() extern "C" IL2CPP_METHOD_ATTR bool Inflater_get_IsFinished_m858557162 (Inflater_t642114133 * __this, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Inflater::Decode() extern "C" IL2CPP_METHOD_ATTR bool Inflater_Decode_m2065242669 (Inflater_t642114133 * __this, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.OutputWindow::CopyOutput(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t OutputWindow_CopyOutput_m373926556 (OutputWindow_t874853933 * __this, ByteU5BU5D_t4116647657* ___output0, int32_t ___offset1, int32_t ___len2, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.OutputWindow::GetAvailable() extern "C" IL2CPP_METHOD_ATTR int32_t OutputWindow_GetAvailable_m993691459 (OutputWindow_t874853933 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void InflaterHuffmanTree__ctor_m3772397066 (InflaterHuffmanTree_t1978394600 * __this, ByteU5BU5D_t4116647657* ___codeLengths0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.SharpZipBaseException::.ctor() extern "C" IL2CPP_METHOD_ATTR void SharpZipBaseException__ctor_m1158914753 (SharpZipBaseException_t425598722 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree::BuildTree(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void InflaterHuffmanTree_BuildTree_m3248113822 (InflaterHuffmanTree_t1978394600 * __this, ByteU5BU5D_t4116647657* ___codeLengths0, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator::get_AvailableBits() extern "C" IL2CPP_METHOD_ATTR int32_t StreamManipulator_get_AvailableBits_m500977071 (StreamManipulator_t4201143916 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::.ctor(System.IO.Stream,ICSharpCode.SharpZipLib.Zip.Compression.Deflater,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DeflaterOutputStream__ctor_m2414365586 (DeflaterOutputStream_t939764091 * __this, Stream_t1273022909 * ___baseOutputStream0, Deflater_t668001208 * ___deflater1, int32_t ___bufferSize2, const RuntimeMethod* method); // System.Void System.IO.Stream::.ctor() extern "C" IL2CPP_METHOD_ATTR void Stream__ctor_m3881936881 (Stream_t1273022909 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Deflater::Finish() extern "C" IL2CPP_METHOD_ATTR void Deflater_Finish_m964626088 (Deflater_t668001208 * __this, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Deflater::Deflate(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Deflater_Deflate_m239238058 (Deflater_t668001208 * __this, ByteU5BU5D_t4116647657* ___output0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::EncryptBlock(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DeflaterOutputStream_EncryptBlock_m1867193525 (DeflaterOutputStream_t939764091 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Deflater::get_IsFinished() extern "C" IL2CPP_METHOD_ATTR bool Deflater_get_IsFinished_m1381937450 (Deflater_t668001208 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Encryption.PkzipClassicManaged::.ctor() extern "C" IL2CPP_METHOD_ATTR void PkzipClassicManaged__ctor_m190897554 (PkzipClassicManaged_t3913554169 * __this, const RuntimeMethod* method); // System.Byte[] ICSharpCode.SharpZipLib.Zip.ZipConstants::ConvertToArray(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ZipConstants_ConvertToArray_m3646116393 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method); // System.Byte[] ICSharpCode.SharpZipLib.Encryption.PkzipClassic::GenerateKeys(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PkzipClassic_GenerateKeys_m185072513 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___seed0, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_AESSaltLen() extern "C" IL2CPP_METHOD_ATTR int32_t ZipEntry_get_AESSaltLen_m2993681847 (ZipEntry_t658048195 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RNGCryptoServiceProvider::.ctor() extern "C" IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider__ctor_m2355451105 (RNGCryptoServiceProvider_t3397414743 * __this, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_AESKeySize() extern "C" IL2CPP_METHOD_ATTR int32_t ZipEntry_get_AESKeySize_m4165772656 (ZipEntry_t658048195 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::.ctor(System.String,System.Byte[],System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ZipAESTransform__ctor_m1048999669 (ZipAESTransform_t2332021196 * __this, String_t* ___key0, ByteU5BU5D_t4116647657* ___saltBytes1, int32_t ___blockSize2, bool ___writeMode3, const RuntimeMethod* method); // System.Byte[] ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::get_PwdVerifier() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ZipAESTransform_get_PwdVerifier_m3002398398 (ZipAESTransform_t2332021196 * __this, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Deflater::get_IsNeedingInput() extern "C" IL2CPP_METHOD_ATTR bool Deflater_get_IsNeedingInput_m922845085 (Deflater_t668001208 * __this, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2494070935 (NotSupportedException_t1314879016 * __this, String_t* p0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Deflater::Flush() extern "C" IL2CPP_METHOD_ATTR void Deflater_Flush_m187466029 (Deflater_t668001208 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::Deflate() extern "C" IL2CPP_METHOD_ATTR void DeflaterOutputStream_Deflate_m1330874439 (DeflaterOutputStream_t939764091 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::GetAuthCodeIfAES() extern "C" IL2CPP_METHOD_ATTR void DeflaterOutputStream_GetAuthCodeIfAES_m3007246207 (DeflaterOutputStream_t939764091 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Deflater::SetInput(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Deflater_SetInput_m4154944449 (Deflater_t668001208 * __this, ByteU5BU5D_t4116647657* ___input0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Inflater::SetInput(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Inflater_SetInput_m757987900 (Inflater_t642114133 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::.ctor(System.IO.Stream,ICSharpCode.SharpZipLib.Zip.Compression.Inflater,System.Int32) extern "C" IL2CPP_METHOD_ATTR void InflaterInputStream__ctor_m2206595103 (InflaterInputStream_t1176653752 * __this, Stream_t1273022909 * ___baseInputStream0, Inflater_t642114133 * ___inflater1, int32_t ___bufferSize2, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::.ctor(System.IO.Stream,System.Int32) extern "C" IL2CPP_METHOD_ATTR void InflaterInputBuffer__ctor_m882338964 (InflaterInputBuffer_t2764071213 * __this, Stream_t1273022909 * ___stream0, int32_t ___bufferSize1, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::get_Available() extern "C" IL2CPP_METHOD_ATTR int32_t InflaterInputBuffer_get_Available_m837557579 (InflaterInputBuffer_t2764071213 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::Fill() extern "C" IL2CPP_METHOD_ATTR void InflaterInputBuffer_Fill_m3619215250 (InflaterInputBuffer_t2764071213 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::SetInflaterInput(ICSharpCode.SharpZipLib.Zip.Compression.Inflater) extern "C" IL2CPP_METHOD_ATTR void InflaterInputBuffer_SetInflaterInput_m1750991174 (InflaterInputBuffer_t2764071213 * __this, Inflater_t642114133 * ___inflater0, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::get_RawLength() extern "C" IL2CPP_METHOD_ATTR int32_t InflaterInputBuffer_get_RawLength_m1067616230 (InflaterInputBuffer_t2764071213 * __this, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Inflater::get_IsNeedingDictionary() extern "C" IL2CPP_METHOD_ATTR bool Inflater_get_IsNeedingDictionary_m3002080188 (Inflater_t642114133 * __this, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Inflater::Inflate(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Inflater_Inflate_m323314314 (Inflater_t642114133 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Inflater::get_IsNeedingInput() extern "C" IL2CPP_METHOD_ATTR bool Inflater_get_IsNeedingInput_m2130844183 (Inflater_t642114133 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::Fill() extern "C" IL2CPP_METHOD_ATTR void InflaterInputStream_Fill_m1708130574 (InflaterInputStream_t1176653752 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ZipException__ctor_m3019046444 (ZipException_t3735454771 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.OutputWindow::SlowRepeat(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OutputWindow_SlowRepeat_m4293963834 (OutputWindow_t874853933 * __this, int32_t ___repStart0, int32_t ___length1, int32_t ___distance2, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator::get_AvailableBytes() extern "C" IL2CPP_METHOD_ATTR int32_t StreamManipulator_get_AvailableBytes_m925460644 (StreamManipulator_t4201143916 * __this, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator::CopyBytes(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t StreamManipulator_CopyBytes_m402698830 (StreamManipulator_t4201143916 * __this, ByteU5BU5D_t4116647657* ___output0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor() extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m2734335978 (InvalidOperationException_t56020091 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::.ctor() extern "C" IL2CPP_METHOD_ATTR void ZipEntryFactory__ctor_m1476761994 (ZipEntryFactory_t2384201453 * __this, const RuntimeMethod* method); // System.IO.FileStream System.IO.File::Create(System.String) extern "C" IL2CPP_METHOD_ATTR FileStream_t4292183065 * File_Create_m2207667142 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.FastZip::CreateZip(System.IO.Stream,System.String,System.Boolean,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void FastZip_CreateZip_m1626101846 (FastZip_t1787039230 * __this, Stream_t1273022909 * ___outputStream0, String_t* ___sourceDirectory1, bool ___recurse2, String_t* ___fileFilter3, String_t* ___directoryFilter4, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipNameTransform::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ZipNameTransform__ctor_m2570965265 (ZipNameTransform_t466430031 * __this, String_t* ___trimPrefix0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.FastZip::set_NameTransform(ICSharpCode.SharpZipLib.Core.INameTransform) extern "C" IL2CPP_METHOD_ATTR void FastZip_set_NameTransform_m960847565 (FastZip_t1787039230 * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::.ctor(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void ZipOutputStream__ctor_m1678865875 (ZipOutputStream_t3000418837 * __this, Stream_t1273022909 * ___baseOutputStream0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::set_Password(System.String) extern "C" IL2CPP_METHOD_ATTR void DeflaterOutputStream_set_Password_m2615591555 (DeflaterOutputStream_t939764091 * __this, String_t* ___value0, const RuntimeMethod* method); // ICSharpCode.SharpZipLib.Zip.UseZip64 ICSharpCode.SharpZipLib.Zip.FastZip::get_UseZip64() extern "C" IL2CPP_METHOD_ATTR int32_t FastZip_get_UseZip64_m2487633873 (FastZip_t1787039230 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::set_UseZip64(ICSharpCode.SharpZipLib.Zip.UseZip64) extern "C" IL2CPP_METHOD_ATTR void ZipOutputStream_set_UseZip64_m3315433457 (ZipOutputStream_t3000418837 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Core.FileSystemScanner::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void FileSystemScanner__ctor_m1457415513 (FileSystemScanner_t3838119381 * __this, String_t* ___fileFilter0, String_t* ___directoryFilter1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Core.ProcessFileHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ProcessFileHandler__ctor_m3972968250 (ProcessFileHandler_t2351317767 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_Combine_m1859655160 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * p0, Delegate_t1188392813 * p1, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.FastZip::get_CreateEmptyDirectories() extern "C" IL2CPP_METHOD_ATTR bool FastZip_get_CreateEmptyDirectories_m767998316 (FastZip_t1787039230 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Core.ProcessDirectoryHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ProcessDirectoryHandler__ctor_m3636594480 (ProcessDirectoryHandler_t654447416 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Core.FileSystemScanner::Scan(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FileSystemScanner_Scan_m3176144588 (FileSystemScanner_t3838119381 * __this, String_t* ___directory0, bool ___recurse1, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Core.DirectoryEventArgs::get_HasMatchingFiles() extern "C" IL2CPP_METHOD_ATTR bool DirectoryEventArgs_get_HasMatchingFiles_m3115172609 (DirectoryEventArgs_t3041330506 * __this, const RuntimeMethod* method); // System.String ICSharpCode.SharpZipLib.Core.ScanEventArgs::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* ScanEventArgs_get_Name_m936622383 (ScanEventArgs_t818138135 * __this, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.FastZipEvents::OnProcessDirectory(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool FastZipEvents_OnProcessDirectory_m1718727664 (FastZipEvents_t2506806086 * __this, String_t* ___directory0, bool ___hasMatchingFiles1, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Inequality_m215368492 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::PutNextEntry(ICSharpCode.SharpZipLib.Zip.ZipEntry) extern "C" IL2CPP_METHOD_ATTR void ZipOutputStream_PutNextEntry_m1566852600 (ZipOutputStream_t3000418837 * __this, ZipEntry_t658048195 * ___entry0, const RuntimeMethod* method); // System.IO.FileStream System.IO.File::Open(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) extern "C" IL2CPP_METHOD_ATTR FileStream_t4292183065 * File_Open_m3218582222 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, int32_t p2, int32_t p3, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.FastZip::AddFileContents(System.String,System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void FastZip_AddFileContents_m1663736002 (FastZip_t1787039230 * __this, String_t* ___name0, Stream_t1273022909 * ___stream1, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.FastZipEvents::OnFileFailure(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR bool FastZipEvents_OnFileFailure_m860076715 (FastZipEvents_t2506806086 * __this, String_t* ___file0, Exception_t * ___e1, const RuntimeMethod* method); // System.TimeSpan ICSharpCode.SharpZipLib.Zip.FastZipEvents::get_ProgressInterval() extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 FastZipEvents_get_ProgressInterval_m2894141252 (FastZipEvents_t2506806086 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Core.StreamUtils::Copy(System.IO.Stream,System.IO.Stream,System.Byte[],ICSharpCode.SharpZipLib.Core.ProgressHandler,System.TimeSpan,System.Object,System.String) extern "C" IL2CPP_METHOD_ATTR void StreamUtils_Copy_m2247772606 (RuntimeObject * __this /* static, unused */, Stream_t1273022909 * ___source0, Stream_t1273022909 * ___destination1, ByteU5BU5D_t4116647657* ___buffer2, ProgressHandler_t1501555482 * ___progressHandler3, TimeSpan_t881159249 ___updateInterval4, RuntimeObject * ___sender5, String_t* ___name6, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Core.StreamUtils::Copy(System.IO.Stream,System.IO.Stream,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void StreamUtils_Copy_m433623798 (RuntimeObject * __this /* static, unused */, Stream_t1273022909 * ___source0, Stream_t1273022909 * ___destination1, ByteU5BU5D_t4116647657* ___buffer2, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.FastZipEvents::OnCompletedFile(System.String) extern "C" IL2CPP_METHOD_ATTR bool FastZipEvents_OnCompletedFile_m2681482792 (FastZipEvents_t2506806086 * __this, String_t* ___file0, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::FromSeconds(System.Double) extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 TimeSpan_FromSeconds_m4219356874 (RuntimeObject * __this /* static, unused */, double p0, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipConstants::get_DefaultCodePage() extern "C" IL2CPP_METHOD_ATTR int32_t ZipConstants_get_DefaultCodePage_m3180803576 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::GetEncoding(System.Int32) extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_GetEncoding_m2801244948 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.String ICSharpCode.SharpZipLib.Zip.ZipConstants::ConvertToString(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* ZipConstants_ConvertToString_m468073786 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___data0, int32_t ___count1, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_UTF8_m1008486739 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Threading.Thread System.Threading.Thread::get_CurrentThread() extern "C" IL2CPP_METHOD_ATTR Thread_t2300836069 * Thread_get_CurrentThread_m4142136012 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Threading.Thread::get_CurrentCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * Thread_get_CurrentCulture_m349116646 (Thread_t2300836069 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::.ctor(System.String,System.Int32,System.Int32,ICSharpCode.SharpZipLib.Zip.CompressionMethod) extern "C" IL2CPP_METHOD_ATTR void ZipEntry__ctor_m2423241429 (ZipEntry_t658048195 * __this, String_t* ___name0, int32_t ___versionRequiredToExtract1, int32_t ___madeByInfo2, int32_t ___method3, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_DateTime(System.DateTime) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_set_DateTime_m949192526 (ZipEntry_t658048195 * __this, DateTime_t3738529785 ___value0, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_HostSystem() extern "C" IL2CPP_METHOD_ATTR int32_t ZipEntry_get_HostSystem_m2526560766 (ZipEntry_t658048195 * __this, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_ExternalFileAttributes() extern "C" IL2CPP_METHOD_ATTR int32_t ZipEntry_get_ExternalFileAttributes_m202599059 (ZipEntry_t658048195 * __this, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::get_CentralHeaderRequiresZip64() extern "C" IL2CPP_METHOD_ATTR bool ZipEntry_get_CentralHeaderRequiresZip64_m3702739162 (ZipEntry_t658048195 * __this, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::get_IsDirectory() extern "C" IL2CPP_METHOD_ATTR bool ZipEntry_get_IsDirectory_m396075616 (ZipEntry_t658048195 * __this, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::get_IsCrypted() extern "C" IL2CPP_METHOD_ATTR bool ZipEntry_get_IsCrypted_m788933468 (ZipEntry_t658048195 * __this, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::HasDosAttributes(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ZipEntry_HasDosAttributes_m1172271789 (ZipEntry_t658048195 * __this, int32_t ___attributes0, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::get_LocalHeaderRequiresZip64() extern "C" IL2CPP_METHOD_ATTR bool ZipEntry_get_LocalHeaderRequiresZip64_m967660022 (ZipEntry_t658048195 * __this, const RuntimeMethod* method); // System.Int32 System.DateTime::get_Year() extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Year_m1184003812 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.Int32 System.DateTime::get_Month() extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Month_m1566006993 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.Int32 System.DateTime::get_Day() extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Day_m1623500273 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.Int32 System.DateTime::get_Hour() extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Hour_m4153505178 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.Int32 System.DateTime::get_Minute() extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Minute_m87527789 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.Int32 System.DateTime::get_Second() extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Second_m2686182256 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_DosTime(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_set_DosTime_m1657010038 (ZipEntry_t658048195 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::IsCompressionMethodSupported(ICSharpCode.SharpZipLib.Zip.CompressionMethod) extern "C" IL2CPP_METHOD_ATTR bool ZipEntry_IsCompressionMethodSupported_m557734138 (RuntimeObject * __this /* static, unused */, int32_t ___method0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ZipExtraData__ctor_m806670012 (ZipExtraData_t3545003289 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipExtraData::Find(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ZipExtraData_Find_m1693986585 (ZipExtraData_t3545003289 * __this, int32_t ___headerID0, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::get_ValueLength() extern "C" IL2CPP_METHOD_ATTR int32_t ZipExtraData_get_ValueLength_m1844821788 (ZipExtraData_t3545003289 * __this, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipExtraData::ReadLong() extern "C" IL2CPP_METHOD_ATTR int64_t ZipExtraData_ReadLong_m1884965075 (ZipExtraData_t3545003289 * __this, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::ReadInt() extern "C" IL2CPP_METHOD_ATTR int32_t ZipExtraData_ReadInt_m1439615567 (ZipExtraData_t3545003289 * __this, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::ReadShort() extern "C" IL2CPP_METHOD_ATTR int32_t ZipExtraData_ReadShort_m3804022556 (ZipExtraData_t3545003289 * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::FromFileTime(System.Int64) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_FromFileTime_m47770515 (RuntimeObject * __this /* static, unused */, int64_t p0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::Skip(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ZipExtraData_Skip_m3543377846 (ZipExtraData_t3545003289 * __this, int32_t ___amount0, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::get_UnreadCount() extern "C" IL2CPP_METHOD_ATTR int32_t ZipExtraData_get_UnreadCount_m424776681 (ZipExtraData_t3545003289 * __this, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::ReadByte() extern "C" IL2CPP_METHOD_ATTR int32_t ZipExtraData_ReadByte_m2486552161 (ZipExtraData_t3545003289 * __this, const RuntimeMethod* method); // System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m3895589019 (DateTime_t3738529785 * __this, int32_t p0, int32_t p1, int32_t p2, int32_t p3, int32_t p4, int32_t p5, const RuntimeMethod* method); // System.DateTime System.DateTime::ToUniversalTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_ToUniversalTime_m1945318289 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.Void System.TimeSpan::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void TimeSpan__ctor_m2047388489 (TimeSpan_t881159249 * __this, int32_t p0, int32_t p1, int32_t p2, int32_t p3, int32_t p4, const RuntimeMethod* method); // System.DateTime System.DateTime::op_Addition(System.DateTime,System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_op_Addition_m1857121695 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 p0, TimeSpan_t881159249 p1, const RuntimeMethod* method); // System.DateTime System.DateTime::ToLocalTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_ToLocalTime_m3134475597 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::ProcessAESExtraData(ICSharpCode.SharpZipLib.Zip.ZipExtraData) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_ProcessAESExtraData_m2238732364 (ZipEntry_t658048195 * __this, ZipExtraData_t3545003289 * ___extraData0, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_Flags() extern "C" IL2CPP_METHOD_ATTR int32_t ZipEntry_get_Flags_m4217420756 (ZipEntry_t658048195 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_Flags(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_set_Flags_m1085594863 (ZipEntry_t658048195 * __this, int32_t ___value0, const RuntimeMethod* method); // ICSharpCode.SharpZipLib.Zip.CompressionMethod ICSharpCode.SharpZipLib.Zip.ZipEntry::get_CompressionMethod() extern "C" IL2CPP_METHOD_ATTR int32_t ZipEntry_get_CompressionMethod_m938942238 (ZipEntry_t658048195 * __this, const RuntimeMethod* method); // System.Object System.Object::MemberwiseClone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Object_MemberwiseClone_m1474068832 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipNameTransform::.ctor() extern "C" IL2CPP_METHOD_ATTR void ZipNameTransform__ctor_m3999084287 (ZipNameTransform_t466430031 * __this, const RuntimeMethod* method); // ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::MakeFileEntry(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ZipEntry_t658048195 * ZipEntryFactory_MakeFileEntry_m3579670948 (ZipEntryFactory_t2384201453 * __this, String_t* ___fileName0, bool ___useFileSystem1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ZipEntry__ctor_m1437400046 (ZipEntry_t658048195 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_IsUnicodeText(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_set_IsUnicodeText_m3874571827 (ZipEntry_t658048195 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.IO.FileInfo::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void FileInfo__ctor_m3289795077 (FileInfo_t1169991790 * __this, String_t* p0, const RuntimeMethod* method); // System.DateTime System.IO.FileSystemInfo::get_CreationTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 FileSystemInfo_get_CreationTime_m3644550429 (FileSystemInfo_t3745885336 * __this, const RuntimeMethod* method); // System.DateTime System.IO.FileSystemInfo::get_CreationTimeUtc() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 FileSystemInfo_get_CreationTimeUtc_m2985402610 (FileSystemInfo_t3745885336 * __this, const RuntimeMethod* method); // System.DateTime System.IO.FileSystemInfo::get_LastAccessTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 FileSystemInfo_get_LastAccessTime_m2947231438 (FileSystemInfo_t3745885336 * __this, const RuntimeMethod* method); // System.DateTime System.IO.FileSystemInfo::get_LastAccessTimeUtc() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 FileSystemInfo_get_LastAccessTimeUtc_m3493456900 (FileSystemInfo_t3745885336 * __this, const RuntimeMethod* method); // System.DateTime System.IO.FileSystemInfo::get_LastWriteTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 FileSystemInfo_get_LastWriteTime_m1574089390 (FileSystemInfo_t3745885336 * __this, const RuntimeMethod* method); // System.DateTime System.IO.FileSystemInfo::get_LastWriteTimeUtc() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 FileSystemInfo_get_LastWriteTimeUtc_m3231859333 (FileSystemInfo_t3745885336 * __this, const RuntimeMethod* method); // System.Int64 System.IO.FileInfo::get_Length() extern "C" IL2CPP_METHOD_ATTR int64_t FileInfo_get_Length_m1421843225 (FileInfo_t1169991790 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_Size(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_set_Size_m2456682509 (ZipEntry_t658048195 * __this, int64_t ___value0, const RuntimeMethod* method); // System.IO.FileAttributes System.IO.FileSystemInfo::get_Attributes() extern "C" IL2CPP_METHOD_ATTR int32_t FileSystemInfo_get_Attributes_m3376634478 (FileSystemInfo_t3745885336 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_ExternalFileAttributes(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_set_ExternalFileAttributes_m3233834930 (ZipEntry_t658048195 * __this, int32_t ___value0, const RuntimeMethod* method); // ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::MakeDirectoryEntry(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ZipEntry_t658048195 * ZipEntryFactory_MakeDirectoryEntry_m3391239011 (ZipEntryFactory_t2384201453 * __this, String_t* ___directoryName0, bool ___useFileSystem1, const RuntimeMethod* method); // System.Void System.IO.DirectoryInfo::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void DirectoryInfo__ctor_m1000259829 (DirectoryInfo_t35957480 * __this, String_t* p0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.SharpZipBaseException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void SharpZipBaseException__ctor_m2331388633 (SharpZipBaseException_t425598722 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t ZipExtraData_get_Length_m3981765642 (ZipExtraData_t3545003289 * __this, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::ReadShortInternal() extern "C" IL2CPP_METHOD_ATTR int32_t ZipExtraData_ReadShortInternal_m1433505443 (ZipExtraData_t3545003289 * __this, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipExtraData::Delete(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ZipExtraData_Delete_m1786966142 (ZipExtraData_t3545003289 * __this, int32_t ___headerID0, const RuntimeMethod* method); // System.Void System.Array::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_CopyTo_m225704097 (RuntimeArray * __this, RuntimeArray * p0, int32_t p1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::SetShort(System.Int32&,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ZipExtraData_SetShort_m4083769854 (ZipExtraData_t3545003289 * __this, int32_t* ___index0, int32_t ___source1, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor() extern "C" IL2CPP_METHOD_ATTR void MemoryStream__ctor_m2678285228 (MemoryStream_t94973147 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::AddEntry(System.Int32,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ZipExtraData_AddEntry_m1447410624 (ZipExtraData_t3545003289 * __this, int32_t ___headerID0, ByteU5BU5D_t4116647657* ___fieldData1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::AddLeShort(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ZipExtraData_AddLeShort_m2681819167 (ZipExtraData_t3545003289 * __this, int32_t ___toAdd0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::AddLeInt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ZipExtraData_AddLeInt_m751589201 (ZipExtraData_t3545003289 * __this, int32_t ___toAdd0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::ReadCheck(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ZipExtraData_ReadCheck_m3277444843 (ZipExtraData_t3545003289 * __this, int32_t ___length0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.KeysRequiredEventArgs::.ctor(System.String,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void KeysRequiredEventArgs__ctor_m554988461 (KeysRequiredEventArgs_t58718538 * __this, String_t* ___name0, ByteU5BU5D_t4116647657* ___keyValue1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile/KeysRequiredEventHandler::Invoke(System.Object,ICSharpCode.SharpZipLib.Zip.KeysRequiredEventArgs) extern "C" IL2CPP_METHOD_ATTR void KeysRequiredEventHandler_Invoke_m3303644722 (KeysRequiredEventHandler_t4251835903 * __this, RuntimeObject * ___sender0, KeysRequiredEventArgs_t58718538 * ___e1, const RuntimeMethod* method); // System.Byte[] ICSharpCode.SharpZipLib.Zip.KeysRequiredEventArgs::get_Key() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* KeysRequiredEventArgs_get_Key_m3469650539 (KeysRequiredEventArgs_t58718538 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::ReadEntries() extern "C" IL2CPP_METHOD_ATTR void ZipFile_ReadEntries_m1947646707 (ZipFile_t1258023761 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::DisposeInternal(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ZipFile_DisposeInternal_m182779477 (ZipFile_t1258023761 * __this, bool ___disposing0, const RuntimeMethod* method); // System.Void System.Object::Finalize() extern "C" IL2CPP_METHOD_ATTR void Object_Finalize_m3076187857 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.GC::SuppressFinalize(System.Object) extern "C" IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m1177400158 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::get_IsFile() extern "C" IL2CPP_METHOD_ATTR bool ZipEntry_get_IsFile_m1955188421 (ZipEntry_t658048195 * __this, const RuntimeMethod* method); // System.Void System.ObjectDisposedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m3603759869 (ObjectDisposedException_t21392786 * __this, String_t* p0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile/ZipEntryEnumerator::.ctor(ICSharpCode.SharpZipLib.Zip.ZipEntry[]) extern "C" IL2CPP_METHOD_ATTR void ZipEntryEnumerator__ctor_m537793484 (ZipEntryEnumerator_t320967600 * __this, ZipEntryU5BU5D_t2637723858* ___entries0, const RuntimeMethod* method); // System.String ICSharpCode.SharpZipLib.Zip.ZipEntry::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* ZipEntry_get_Name_m1624543186 (ZipEntry_t658048195 * __this, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_get_InvariantCulture_m3532445182 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String,System.Boolean,System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m1293271421 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, bool p2, CultureInfo_t4157843068 * p3, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_ZipFileIndex() extern "C" IL2CPP_METHOD_ATTR int64_t ZipEntry_get_ZipFileIndex_m1843196149 (ZipEntry_t658048195 * __this, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipFile::FindEntry(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t ZipFile_FindEntry_m2264054840 (ZipFile_t1258023761 * __this, String_t* ___name0, bool ___ignoreCase1, const RuntimeMethod* method); // System.IO.Stream ICSharpCode.SharpZipLib.Zip.ZipFile::GetInputStream(System.Int64) extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * ZipFile_GetInputStream_m1696397201 (ZipFile_t1258023761 * __this, int64_t ___entryIndex0, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile::LocateEntry(ICSharpCode.SharpZipLib.Zip.ZipEntry) extern "C" IL2CPP_METHOD_ATTR int64_t ZipFile_LocateEntry_m665436414 (ZipFile_t1258023761 * __this, ZipEntry_t658048195 * ___entry0, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_CompressedSize() extern "C" IL2CPP_METHOD_ATTR int64_t ZipEntry_get_CompressedSize_m640242384 (ZipEntry_t658048195 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile/PartialInputStream::.ctor(ICSharpCode.SharpZipLib.Zip.ZipFile,System.Int64,System.Int64) extern "C" IL2CPP_METHOD_ATTR void PartialInputStream__ctor_m1574793412 (PartialInputStream_t2202686741 * __this, ZipFile_t1258023761 * ___zipFile0, int64_t ___start1, int64_t ___length2, const RuntimeMethod* method); // System.IO.Stream ICSharpCode.SharpZipLib.Zip.ZipFile::CreateAndInitDecryptionStream(System.IO.Stream,ICSharpCode.SharpZipLib.Zip.ZipEntry) extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * ZipFile_CreateAndInitDecryptionStream_m1073764801 (ZipFile_t1258023761 * __this, Stream_t1273022909 * ___baseStream0, ZipEntry_t658048195 * ___entry1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Inflater::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Inflater__ctor_m4226561825 (Inflater_t642114133 * __this, bool ___noHeader0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::.ctor(System.IO.Stream,ICSharpCode.SharpZipLib.Zip.Compression.Inflater) extern "C" IL2CPP_METHOD_ATTR void InflaterInputStream__ctor_m884266379 (InflaterInputStream_t1176653752 * __this, Stream_t1273022909 * ___baseInputStream0, Inflater_t642114133 * ___inf1, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Enter_m2249409497 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_Offset() extern "C" IL2CPP_METHOD_ATTR int64_t ZipEntry_get_Offset_m559943012 (ZipEntry_t658048195 * __this, const RuntimeMethod* method); // System.UInt32 ICSharpCode.SharpZipLib.Zip.ZipFile::ReadLEUint() extern "C" IL2CPP_METHOD_ATTR uint32_t ZipFile_ReadLEUint_m2700324481 (ZipFile_t1258023761 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2844511972 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.UInt16 ICSharpCode.SharpZipLib.Zip.ZipFile::ReadLEUshort() extern "C" IL2CPP_METHOD_ATTR uint16_t ZipFile_ReadLEUshort_m1492530742 (ZipFile_t1258023761 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Core.StreamUtils::ReadFully(System.IO.Stream,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void StreamUtils_ReadFully_m2431329410 (RuntimeObject * __this /* static, unused */, Stream_t1273022909 * ___stream0, ByteU5BU5D_t4116647657* ___buffer1, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_Size() extern "C" IL2CPP_METHOD_ATTR int64_t ZipEntry_get_Size_m1225803338 (ZipEntry_t658048195 * __this, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::IsCompressionMethodSupported() extern "C" IL2CPP_METHOD_ATTR bool ZipEntry_IsCompressionMethodSupported_m838744797 (ZipEntry_t658048195 * __this, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_Version() extern "C" IL2CPP_METHOD_ATTR int32_t ZipEntry_get_Version_m1288817988 (ZipEntry_t658048195 * __this, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_Crc() extern "C" IL2CPP_METHOD_ATTR int64_t ZipEntry_get_Crc_m3921682317 (ZipEntry_t658048195 * __this, const RuntimeMethod* method); // System.String ICSharpCode.SharpZipLib.Zip.ZipConstants::ConvertToStringExt(System.Int32,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR String_t* ZipConstants_ConvertToStringExt_m3553020783 (RuntimeObject * __this /* static, unused */, int32_t ___flags0, ByteU5BU5D_t4116647657* ___data1, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipNameTransform::IsValidName(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool ZipNameTransform_IsValidName_m1490092671 (RuntimeObject * __this /* static, unused */, String_t* ___name0, bool ___relaxed1, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2556382932 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Exit_m3585316909 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::Close() extern "C" IL2CPP_METHOD_ATTR void ZipFile_Close_m645550148 (ZipFile_t1258023761 * __this, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile::get_IsStreamOwner() extern "C" IL2CPP_METHOD_ATTR bool ZipFile_get_IsStreamOwner_m3712030767 (ZipFile_t1258023761 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::PostUpdateCleanup() extern "C" IL2CPP_METHOD_ATTR void ZipFile_PostUpdateCleanup_m2254698640 (ZipFile_t1258023761 * __this, const RuntimeMethod* method); // System.Void System.IO.EndOfStreamException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void EndOfStreamException__ctor_m2720774049 (EndOfStreamException_t2015613008 * __this, String_t* p0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::.ctor(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void ZipHelperStream__ctor_m1271816823 (ZipHelperStream_t633245716 * __this, Stream_t1273022909 * ___stream0, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipHelperStream::LocateBlockWithSignature(System.Int32,System.Int64,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int64_t ZipHelperStream_LocateBlockWithSignature_m562779598 (ZipHelperStream_t633245716 * __this, int32_t ___signature0, int64_t ___endLocation1, int32_t ___minimumBlockSize2, int32_t ___maximumVariableData3, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile::LocateBlockWithSignature(System.Int32,System.Int64,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int64_t ZipFile_LocateBlockWithSignature_m2336230134 (ZipFile_t1258023761 * __this, int32_t ___signature0, int64_t ___endLocation1, int32_t ___minimumBlockSize2, int32_t ___maximumVariableData3, const RuntimeMethod* method); // System.String ICSharpCode.SharpZipLib.Zip.ZipConstants::ConvertToString(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR String_t* ZipConstants_ConvertToString_m2143323509 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method); // System.UInt64 ICSharpCode.SharpZipLib.Zip.ZipFile::ReadLEUlong() extern "C" IL2CPP_METHOD_ATTR uint64_t ZipFile_ReadLEUlong_m250227529 (ZipFile_t1258023761 * __this, const RuntimeMethod* method); // System.String ICSharpCode.SharpZipLib.Zip.ZipConstants::ConvertToStringExt(System.Int32,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* ZipConstants_ConvertToStringExt_m2653330595 (RuntimeObject * __this /* static, unused */, int32_t ___flags0, ByteU5BU5D_t4116647657* ___data1, int32_t ___count2, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_Crc(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_set_Crc_m2604579826 (ZipEntry_t658048195 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_CompressedSize(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_set_CompressedSize_m2622823131 (ZipEntry_t658048195 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_ZipFileIndex(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_set_ZipFileIndex_m2944588297 (ZipEntry_t658048195 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_Offset(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_set_Offset_m2355753822 (ZipEntry_t658048195 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_CryptoCheckValue(System.Byte) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_set_CryptoCheckValue_m2793055366 (ZipEntry_t658048195 * __this, uint8_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_ExtraData(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_set_ExtraData_m219422600 (ZipEntry_t658048195 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::ProcessExtraData(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_ProcessExtraData_m2421587542 (ZipEntry_t658048195 * __this, bool ___localHeader0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_Comment(System.String) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_set_Comment_m617564734 (ZipEntry_t658048195 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile::TestLocalHeader(ICSharpCode.SharpZipLib.Zip.ZipEntry,ICSharpCode.SharpZipLib.Zip.ZipFile/HeaderTest) extern "C" IL2CPP_METHOD_ATTR int64_t ZipFile_TestLocalHeader_m1435141347 (ZipFile_t1258023761 * __this, ZipEntry_t658048195 * ___entry0, int32_t ___tests1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::OnKeysRequired(System.String) extern "C" IL2CPP_METHOD_ATTR void ZipFile_OnKeysRequired_m1110237521 (ZipFile_t1258023761 * __this, String_t* ___fileName0, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile::get_HaveKeys() extern "C" IL2CPP_METHOD_ATTR bool ZipFile_get_HaveKeys_m523324951 (ZipFile_t1258023761 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::CheckClassicPassword(System.Security.Cryptography.CryptoStream,ICSharpCode.SharpZipLib.Zip.ZipEntry) extern "C" IL2CPP_METHOD_ATTR void ZipFile_CheckClassicPassword_m1026300735 (RuntimeObject * __this /* static, unused */, CryptoStream_t2702504504 * ___classicCryptoStream0, ZipEntry_t658048195 * ___entry1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Encryption.ZipAESStream::.ctor(System.IO.Stream,ICSharpCode.SharpZipLib.Encryption.ZipAESTransform,System.Security.Cryptography.CryptoStreamMode) extern "C" IL2CPP_METHOD_ATTR void ZipAESStream__ctor_m2173930800 (ZipAESStream_t2668453910 * __this, Stream_t1273022909 * ___stream0, ZipAESTransform_t2332021196 * ___transform1, int32_t ___mode2, const RuntimeMethod* method); // System.Byte ICSharpCode.SharpZipLib.Zip.ZipEntry::get_CryptoCheckValue() extern "C" IL2CPP_METHOD_ATTR uint8_t ZipEntry_get_CryptoCheckValue_m237103266 (ZipEntry_t658048195 * __this, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2730133172 (NotSupportedException_t1314879016 * __this, const RuntimeMethod* method); // System.Void System.IO.IOException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void IOException__ctor_m3662782713 (IOException_t4088381929 * __this, String_t* p0, const RuntimeMethod* method); // System.Int64 System.Math::Max(System.Int64,System.Int64) extern "C" IL2CPP_METHOD_ATTR int64_t Math_Max_m3392967427 (RuntimeObject * __this /* static, unused */, int64_t p0, int64_t p1, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipHelperStream::ReadLEInt() extern "C" IL2CPP_METHOD_ATTR int32_t ZipHelperStream_ReadLEInt_m2957032730 (ZipHelperStream_t633245716 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::WriteLEInt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ZipHelperStream_WriteLEInt_m1679840047 (ZipHelperStream_t633245716 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::WriteLELong(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ZipHelperStream_WriteLELong_m2263907233 (ZipHelperStream_t633245716 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::WriteLEShort(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ZipHelperStream_WriteLEShort_m849262889 (ZipHelperStream_t633245716 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::WriteZip64EndOfCentralDirectory(System.Int64,System.Int64,System.Int64) extern "C" IL2CPP_METHOD_ATTR void ZipHelperStream_WriteZip64EndOfCentralDirectory_m218972444 (ZipHelperStream_t633245716 * __this, int64_t ___noOfEntries0, int64_t ___sizeEntries1, int64_t ___centralDirOffset2, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::WriteLEUshort(System.UInt16) extern "C" IL2CPP_METHOD_ATTR void ZipHelperStream_WriteLEUshort_m173697058 (ZipHelperStream_t633245716 * __this, uint16_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::WriteLEUint(System.UInt32) extern "C" IL2CPP_METHOD_ATTR void ZipHelperStream_WriteLEUint_m467032468 (ZipHelperStream_t633245716 * __this, uint32_t ___value0, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipHelperStream::ReadLEShort() extern "C" IL2CPP_METHOD_ATTR int32_t ZipHelperStream_ReadLEShort_m3425283050 (ZipHelperStream_t633245716 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipNameTransform::set_TrimPrefix(System.String) extern "C" IL2CPP_METHOD_ATTR void ZipNameTransform_set_TrimPrefix_m4146092323 (ZipNameTransform_t466430031 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Char[] System.IO.Path::GetInvalidPathChars() extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t3528271667* Path_GetInvalidPathChars_m3959874485 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String ICSharpCode.SharpZipLib.Zip.ZipNameTransform::TransformFile(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* ZipNameTransform_TransformFile_m1223738851 (ZipNameTransform_t466430031 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Boolean System.String::EndsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_EndsWith_m1901926500 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3937257545 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.String System.String::ToLower() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLower_m2029374922 (String_t* __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m1977622757 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.String System.String::Replace(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m1273907647 (String_t* __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.String ICSharpCode.SharpZipLib.Core.WindowsPathUtils::DropPathRoot(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* WindowsPathUtils_DropPathRoot_m1231663244 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.String ICSharpCode.SharpZipLib.Zip.ZipNameTransform::MakeValidName(System.String,System.Char) extern "C" IL2CPP_METHOD_ATTR String_t* ZipNameTransform_MakeValidName_m3781529833 (RuntimeObject * __this /* static, unused */, String_t* ___name0, Il2CppChar ___replacement1, const RuntimeMethod* method); // System.Int32 System.String::IndexOfAny(System.Char[]) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m4159774896 (String_t* __this, CharU5BU5D_t3528271667* p0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m2989139009 (StringBuilder_t * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::set_Chars(System.Int32,System.Char) extern "C" IL2CPP_METHOD_ATTR void StringBuilder_set_Chars_m3548656617 (StringBuilder_t * __this, int32_t p0, Il2CppChar p1, const RuntimeMethod* method); // System.Int32 System.String::IndexOfAny(System.Char[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m2323029521 (String_t* __this, CharU5BU5D_t3528271667* p0, int32_t p1, const RuntimeMethod* method); // System.Void System.IO.PathTooLongException::.ctor() extern "C" IL2CPP_METHOD_ATTR void PathTooLongException__ctor_m3265957480 (PathTooLongException_t2919094560 * __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m363431711 (String_t* __this, Il2CppChar p0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Checksums.Crc32::.ctor() extern "C" IL2CPP_METHOD_ATTR void Crc32__ctor_m2079760016 (Crc32_t4094429278 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Deflater::.ctor(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Deflater__ctor_m1087963896 (Deflater_t668001208 * __this, int32_t ___level0, bool ___noZlibHeaderOrFooter1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::.ctor(System.IO.Stream,ICSharpCode.SharpZipLib.Zip.Compression.Deflater) extern "C" IL2CPP_METHOD_ATTR void DeflaterOutputStream__ctor_m3141860280 (DeflaterOutputStream_t939764091 * __this, Stream_t1273022909 * ___baseOutputStream0, Deflater_t668001208 * ___deflater1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::WriteLeShort(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ZipOutputStream_WriteLeShort_m2340829945 (ZipOutputStream_t3000418837 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::WriteLeInt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ZipOutputStream_WriteLeInt_m996044123 (ZipOutputStream_t3000418837 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::CloseEntry() extern "C" IL2CPP_METHOD_ATTR void ZipOutputStream_CloseEntry_m2166457093 (ZipOutputStream_t3000418837 * __this, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::get_HasCrc() extern "C" IL2CPP_METHOD_ATTR bool ZipEntry_get_HasCrc_m2147486463 (ZipEntry_t658048195 * __this, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::get_CanPatchEntries() extern "C" IL2CPP_METHOD_ATTR bool DeflaterOutputStream_get_CanPatchEntries_m1166527064 (DeflaterOutputStream_t939764091 * __this, const RuntimeMethod* method); // System.String ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::get_Password() extern "C" IL2CPP_METHOD_ATTR String_t* DeflaterOutputStream_get_Password_m578360469 (DeflaterOutputStream_t939764091 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_IsCrypted(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_set_IsCrypted_m1098109532 (ZipEntry_t658048195 * __this, bool ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_CompressionMethod(ICSharpCode.SharpZipLib.Zip.CompressionMethod) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_set_CompressionMethod_m1443243498 (ZipEntry_t658048195 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::ForceZip64() extern "C" IL2CPP_METHOD_ATTR void ZipEntry_ForceZip64_m2331233421 (ZipEntry_t658048195 * __this, const RuntimeMethod* method); // ICSharpCode.SharpZipLib.Zip.CompressionMethod ICSharpCode.SharpZipLib.Zip.ZipEntry::get_CompressionMethodForHeader() extern "C" IL2CPP_METHOD_ATTR int32_t ZipEntry_get_CompressionMethodForHeader_m3536868895 (ZipEntry_t658048195 * __this, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_DosTime() extern "C" IL2CPP_METHOD_ATTR int64_t ZipEntry_get_DosTime_m4000555640 (ZipEntry_t658048195 * __this, const RuntimeMethod* method); // System.Byte[] ICSharpCode.SharpZipLib.Zip.ZipConstants::ConvertToArray(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ZipConstants_ConvertToArray_m1846057569 (RuntimeObject * __this /* static, unused */, int32_t ___flags0, String_t* ___str1, const RuntimeMethod* method); // System.Byte[] ICSharpCode.SharpZipLib.Zip.ZipEntry::get_ExtraData() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ZipEntry_get_ExtraData_m4043853911 (ZipEntry_t658048195 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::StartNewEntry() extern "C" IL2CPP_METHOD_ATTR void ZipExtraData_StartNewEntry_m940288835 (ZipExtraData_t3545003289 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::AddLeLong(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ZipExtraData_AddLeLong_m2903902788 (ZipExtraData_t3545003289 * __this, int64_t ___toAdd0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::AddNewEntry(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ZipExtraData_AddNewEntry_m2918706673 (ZipExtraData_t3545003289 * __this, int32_t ___headerID0, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::get_CurrentReadIndex() extern "C" IL2CPP_METHOD_ATTR int32_t ZipExtraData_get_CurrentReadIndex_m1273167548 (ZipExtraData_t3545003289 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::AddExtraDataAES(ICSharpCode.SharpZipLib.Zip.ZipEntry,ICSharpCode.SharpZipLib.Zip.ZipExtraData) extern "C" IL2CPP_METHOD_ATTR void ZipOutputStream_AddExtraDataAES_m4011999387 (RuntimeObject * __this /* static, unused */, ZipEntry_t658048195 * ___entry0, ZipExtraData_t3545003289 * ___extraData1, const RuntimeMethod* method); // System.Byte[] ICSharpCode.SharpZipLib.Zip.ZipExtraData::GetEntryData() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ZipExtraData_GetEntryData_m3346744850 (ZipExtraData_t3545003289 * __this, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_AESOverheadSize() extern "C" IL2CPP_METHOD_ATTR int32_t ZipEntry_get_AESOverheadSize_m3033215473 (ZipEntry_t658048195 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Checksums.Crc32::Reset() extern "C" IL2CPP_METHOD_ATTR void Crc32_Reset_m3905662592 (Crc32_t4094429278 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::WriteAESHeader(ICSharpCode.SharpZipLib.Zip.ZipEntry) extern "C" IL2CPP_METHOD_ATTR void ZipOutputStream_WriteAESHeader_m3362420549 (ZipOutputStream_t3000418837 * __this, ZipEntry_t658048195 * ___entry0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::WriteEncryptionHeader(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ZipOutputStream_WriteEncryptionHeader_m1011910068 (ZipOutputStream_t3000418837 * __this, int64_t ___crcValue0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::Finish() extern "C" IL2CPP_METHOD_ATTR void DeflaterOutputStream_Finish_m1821647523 (DeflaterOutputStream_t939764091 * __this, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.Compression.Deflater::get_TotalOut() extern "C" IL2CPP_METHOD_ATTR int64_t Deflater_get_TotalOut_m3741399413 (Deflater_t668001208 * __this, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Checksums.Crc32::get_Value() extern "C" IL2CPP_METHOD_ATTR int64_t Crc32_get_Value_m2125972758 (Crc32_t4094429278 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::WriteLeLong(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ZipOutputStream_WriteLeLong_m2952041041 (ZipOutputStream_t3000418837 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::InitializePassword(System.String) extern "C" IL2CPP_METHOD_ATTR void DeflaterOutputStream_InitializePassword_m1335862541 (DeflaterOutputStream_t939764091 * __this, String_t* ___password0, const RuntimeMethod* method); // System.Byte ICSharpCode.SharpZipLib.Zip.ZipEntry::get_AESEncryptionStrength() extern "C" IL2CPP_METHOD_ATTR uint8_t ZipEntry_get_AESEncryptionStrength_m3211524277 (ZipEntry_t658048195 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::AddData(System.Byte) extern "C" IL2CPP_METHOD_ATTR void ZipExtraData_AddData_m3430307780 (ZipExtraData_t3545003289 * __this, uint8_t ___data0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::InitializeAESPassword(ICSharpCode.SharpZipLib.Zip.ZipEntry,System.String,System.Byte[]&,System.Byte[]&) extern "C" IL2CPP_METHOD_ATTR void DeflaterOutputStream_InitializeAESPassword_m1927450009 (DeflaterOutputStream_t939764091 * __this, ZipEntry_t658048195 * ___entry0, String_t* ___rawPassword1, ByteU5BU5D_t4116647657** ___salt2, ByteU5BU5D_t4116647657** ___pwdVerifier3, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Checksums.Crc32::Update(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Crc32_Update_m4042769000 (Crc32_t4094429278 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::Write(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DeflaterOutputStream_Write_m4091735855 (DeflaterOutputStream_t939764091 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::CopyAndEncrypt(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ZipOutputStream_CopyAndEncrypt_m3046324003 (ZipOutputStream_t3000418837 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::IsZip64Forced() extern "C" IL2CPP_METHOD_ATTR bool ZipEntry_IsZip64Forced_m447069621 (ZipEntry_t658048195 * __this, const RuntimeMethod* method); // System.String ICSharpCode.SharpZipLib.Zip.ZipEntry::get_Comment() extern "C" IL2CPP_METHOD_ATTR String_t* ZipEntry_get_Comment_m19598141 (ZipEntry_t658048195 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::WriteEndOfCentralDirectory(System.Int64,System.Int64,System.Int64,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ZipHelperStream_WriteEndOfCentralDirectory_m568948924 (ZipHelperStream_t633245716 * __this, int64_t ___noOfEntries0, int64_t ___sizeEntries1, int64_t ___startOfCentralDirectory2, ByteU5BU5D_t4116647657* ___comment3, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int64 ICSharpCode.SharpZipLib.Checksums.Adler32::get_Value() extern "C" IL2CPP_METHOD_ATTR int64_t Adler32_get_Value_m3641394811 (Adler32_t2099134918 * __this, const RuntimeMethod* method) { { uint32_t L_0 = __this->get_checksum_0(); return (((int64_t)((uint64_t)L_0))); } } // System.Void ICSharpCode.SharpZipLib.Checksums.Adler32::.ctor() extern "C" IL2CPP_METHOD_ATTR void Adler32__ctor_m2241892059 (Adler32_t2099134918 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Adler32_Reset_m2430665187(__this, /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Checksums.Adler32::Reset() extern "C" IL2CPP_METHOD_ATTR void Adler32_Reset_m2430665187 (Adler32_t2099134918 * __this, const RuntimeMethod* method) { { __this->set_checksum_0(1); return; } } // System.Void ICSharpCode.SharpZipLib.Checksums.Adler32::Update(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Adler32_Update_m442522116 (Adler32_t2099134918 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Adler32_Update_m442522116_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; int32_t V_2 = 0; { ByteU5BU5D_t4116647657* L_0 = ___buffer0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Adler32_Update_m442522116_RuntimeMethod_var); } IL_000e: { int32_t L_2 = ___offset1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0022; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral1082126080, _stringLiteral2164899684, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Adler32_Update_m442522116_RuntimeMethod_var); } IL_0022: { int32_t L_4 = ___count2; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0036; } } { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_5, _stringLiteral2002595880, _stringLiteral2164899684, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Adler32_Update_m442522116_RuntimeMethod_var); } IL_0036: { int32_t L_6 = ___offset1; ByteU5BU5D_t4116647657* L_7 = ___buffer0; NullCheck(L_7); if ((((int32_t)L_6) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))))) { goto IL_004c; } } { ArgumentOutOfRangeException_t777629997 * L_8 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_8, _stringLiteral1082126080, _stringLiteral2697297278, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,Adler32_Update_m442522116_RuntimeMethod_var); } IL_004c: { int32_t L_9 = ___offset1; int32_t L_10 = ___count2; ByteU5BU5D_t4116647657* L_11 = ___buffer0; NullCheck(L_11); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))))) { goto IL_0064; } } { ArgumentOutOfRangeException_t777629997 * L_12 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_12, _stringLiteral2002595880, _stringLiteral3095072417, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,Adler32_Update_m442522116_RuntimeMethod_var); } IL_0064: { uint32_t L_13 = __this->get_checksum_0(); V_0 = ((int32_t)((int32_t)L_13&(int32_t)((int32_t)65535))); uint32_t L_14 = __this->get_checksum_0(); V_1 = ((int32_t)((uint32_t)L_14>>((int32_t)16))); goto IL_00bd; } IL_007d: { V_2 = ((int32_t)3800); int32_t L_15 = V_2; int32_t L_16 = ___count2; if ((((int32_t)L_15) <= ((int32_t)L_16))) { goto IL_0089; } } { int32_t L_17 = ___count2; V_2 = L_17; } IL_0089: { int32_t L_18 = ___count2; int32_t L_19 = V_2; ___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19)); goto IL_00a5; } IL_0090: { uint32_t L_20 = V_0; ByteU5BU5D_t4116647657* L_21 = ___buffer0; int32_t L_22 = ___offset1; int32_t L_23 = L_22; ___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); NullCheck(L_21); int32_t L_24 = L_23; uint8_t L_25 = (L_21)->GetAt(static_cast(L_24)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)((int32_t)((int32_t)L_25&(int32_t)((int32_t)255))))); uint32_t L_26 = V_1; uint32_t L_27 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_27)); } IL_00a5: { int32_t L_28 = V_2; int32_t L_29 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1)); V_2 = L_29; if ((((int32_t)L_29) >= ((int32_t)0))) { goto IL_0090; } } { uint32_t L_30 = V_0; V_0 = ((int32_t)((uint32_t)(int32_t)L_30%(uint32_t)(int32_t)((int32_t)65521))); uint32_t L_31 = V_1; V_1 = ((int32_t)((uint32_t)(int32_t)L_31%(uint32_t)(int32_t)((int32_t)65521))); } IL_00bd: { int32_t L_32 = ___count2; if ((((int32_t)L_32) > ((int32_t)0))) { goto IL_007d; } } { uint32_t L_33 = V_1; uint32_t L_34 = V_0; __this->set_checksum_0(((int32_t)((int32_t)((int32_t)((int32_t)L_33<<(int32_t)((int32_t)16)))|(int32_t)L_34))); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 ICSharpCode.SharpZipLib.Checksums.Crc32::ComputeCrc32(System.UInt32,System.Byte) extern "C" IL2CPP_METHOD_ATTR uint32_t Crc32_ComputeCrc32_m3219477660 (RuntimeObject * __this /* static, unused */, uint32_t ___oldCrc0, uint8_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Crc32_ComputeCrc32_m3219477660_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Crc32_t4094429278_il2cpp_TypeInfo_var); UInt32U5BU5D_t2770800703* L_0 = ((Crc32_t4094429278_StaticFields*)il2cpp_codegen_static_fields_for(Crc32_t4094429278_il2cpp_TypeInfo_var))->get_CrcTable_0(); uint32_t L_1 = ___oldCrc0; uint8_t L_2 = ___value1; NullCheck(L_0); uintptr_t L_3 = (((uintptr_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1^(int32_t)L_2))&(int32_t)((int32_t)255))))); uint32_t L_4 = (L_0)->GetAt(static_cast(L_3)); uint32_t L_5 = ___oldCrc0; return ((int32_t)((int32_t)L_4^(int32_t)((int32_t)((uint32_t)L_5>>8)))); } } // System.Int64 ICSharpCode.SharpZipLib.Checksums.Crc32::get_Value() extern "C" IL2CPP_METHOD_ATTR int64_t Crc32_get_Value_m2125972758 (Crc32_t4094429278 * __this, const RuntimeMethod* method) { { uint32_t L_0 = __this->get_crc_1(); return (((int64_t)((uint64_t)L_0))); } } // System.Void ICSharpCode.SharpZipLib.Checksums.Crc32::Reset() extern "C" IL2CPP_METHOD_ATTR void Crc32_Reset_m3905662592 (Crc32_t4094429278 * __this, const RuntimeMethod* method) { { __this->set_crc_1(0); return; } } // System.Void ICSharpCode.SharpZipLib.Checksums.Crc32::Update(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Crc32_Update_m4042769000 (Crc32_t4094429278 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Crc32_Update_m4042769000_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___buffer0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Crc32_Update_m4042769000_RuntimeMethod_var); } IL_000e: { int32_t L_2 = ___count2; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0022; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral2002595880, _stringLiteral1870120717, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Crc32_Update_m4042769000_RuntimeMethod_var); } IL_0022: { int32_t L_4 = ___offset1; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_002e; } } { int32_t L_5 = ___offset1; int32_t L_6 = ___count2; ByteU5BU5D_t4116647657* L_7 = ___buffer0; NullCheck(L_7); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))))) { goto IL_0039; } } IL_002e: { ArgumentOutOfRangeException_t777629997 * L_8 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_8, _stringLiteral1082126080, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,Crc32_Update_m4042769000_RuntimeMethod_var); } IL_0039: { uint32_t L_9 = __this->get_crc_1(); __this->set_crc_1(((int32_t)((int32_t)L_9^(int32_t)(-1)))); goto IL_0074; } IL_0049: { IL2CPP_RUNTIME_CLASS_INIT(Crc32_t4094429278_il2cpp_TypeInfo_var); UInt32U5BU5D_t2770800703* L_10 = ((Crc32_t4094429278_StaticFields*)il2cpp_codegen_static_fields_for(Crc32_t4094429278_il2cpp_TypeInfo_var))->get_CrcTable_0(); uint32_t L_11 = __this->get_crc_1(); ByteU5BU5D_t4116647657* L_12 = ___buffer0; int32_t L_13 = ___offset1; int32_t L_14 = L_13; ___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); NullCheck(L_12); int32_t L_15 = L_14; uint8_t L_16 = (L_12)->GetAt(static_cast(L_15)); NullCheck(L_10); uintptr_t L_17 = (((uintptr_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11^(int32_t)L_16))&(int32_t)((int32_t)255))))); uint32_t L_18 = (L_10)->GetAt(static_cast(L_17)); uint32_t L_19 = __this->get_crc_1(); __this->set_crc_1(((int32_t)((int32_t)L_18^(int32_t)((int32_t)((uint32_t)L_19>>8))))); } IL_0074: { int32_t L_20 = ___count2; int32_t L_21 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1)); ___count2 = L_21; if ((((int32_t)L_21) >= ((int32_t)0))) { goto IL_0049; } } { uint32_t L_22 = __this->get_crc_1(); __this->set_crc_1(((int32_t)((int32_t)L_22^(int32_t)(-1)))); return; } } // System.Void ICSharpCode.SharpZipLib.Checksums.Crc32::.ctor() extern "C" IL2CPP_METHOD_ATTR void Crc32__ctor_m2079760016 (Crc32_t4094429278 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Checksums.Crc32::.cctor() extern "C" IL2CPP_METHOD_ATTR void Crc32__cctor_m3484300728 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Crc32__cctor_m3484300728_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UInt32U5BU5D_t2770800703* L_0 = ((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256))); RuntimeFieldHandle_t1871169219 L_1 = { reinterpret_cast (U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078____U24U24method0x60004dfU2D1_0_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, /*hidden argument*/NULL); ((Crc32_t4094429278_StaticFields*)il2cpp_codegen_static_fields_for(Crc32_t4094429278_il2cpp_TypeInfo_var))->set_CrcTable_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Core.CompletedFileHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void CompletedFileHandler__ctor_m443498577 (CompletedFileHandler_t2674014880 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void ICSharpCode.SharpZipLib.Core.CompletedFileHandler::Invoke(System.Object,ICSharpCode.SharpZipLib.Core.ScanEventArgs) extern "C" IL2CPP_METHOD_ATTR void CompletedFileHandler_Invoke_m3519430509 (CompletedFileHandler_t2674014880 * __this, RuntimeObject * ___sender0, ScanEventArgs_t818138135 * ___e1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { CompletedFileHandler_Invoke_m3519430509((CompletedFileHandler_t2674014880 *)__this->get_prev_9(), ___sender0, ___e1, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, ScanEventArgs_t818138135 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___sender0, ___e1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, ScanEventArgs_t818138135 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___sender0, ___e1, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RuntimeObject *, ScanEventArgs_t818138135 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); else GenericVirtActionInvoker2< RuntimeObject *, ScanEventArgs_t818138135 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, ScanEventArgs_t818138135 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1); else VirtActionInvoker2< RuntimeObject *, ScanEventArgs_t818138135 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, ScanEventArgs_t818138135 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< ScanEventArgs_t818138135 * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtActionInvoker1< ScanEventArgs_t818138135 * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< ScanEventArgs_t818138135 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtActionInvoker1< ScanEventArgs_t818138135 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, ScanEventArgs_t818138135 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } } } } // System.IAsyncResult ICSharpCode.SharpZipLib.Core.CompletedFileHandler::BeginInvoke(System.Object,ICSharpCode.SharpZipLib.Core.ScanEventArgs,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CompletedFileHandler_BeginInvoke_m579391748 (CompletedFileHandler_t2674014880 * __this, RuntimeObject * ___sender0, ScanEventArgs_t818138135 * ___e1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___sender0; __d_args[1] = ___e1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void ICSharpCode.SharpZipLib.Core.CompletedFileHandler::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void CompletedFileHandler_EndInvoke_m1671771344 (CompletedFileHandler_t2674014880 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Core.DirectoryEventArgs::.ctor(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DirectoryEventArgs__ctor_m3989215332 (DirectoryEventArgs_t3041330506 * __this, String_t* ___name0, bool ___hasMatchingFiles1, const RuntimeMethod* method) { { String_t* L_0 = ___name0; ScanEventArgs__ctor_m1487966403(__this, L_0, /*hidden argument*/NULL); bool L_1 = ___hasMatchingFiles1; __this->set_hasMatchingFiles__3(L_1); return; } } // System.Boolean ICSharpCode.SharpZipLib.Core.DirectoryEventArgs::get_HasMatchingFiles() extern "C" IL2CPP_METHOD_ATTR bool DirectoryEventArgs_get_HasMatchingFiles_m3115172609 (DirectoryEventArgs_t3041330506 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_hasMatchingFiles__3(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Core.DirectoryFailureHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DirectoryFailureHandler__ctor_m2021966523 (DirectoryFailureHandler_t4214878643 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void ICSharpCode.SharpZipLib.Core.DirectoryFailureHandler::Invoke(System.Object,ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs) extern "C" IL2CPP_METHOD_ATTR void DirectoryFailureHandler_Invoke_m5880852 (DirectoryFailureHandler_t4214878643 * __this, RuntimeObject * ___sender0, ScanFailureEventArgs_t2622990035 * ___e1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { DirectoryFailureHandler_Invoke_m5880852((DirectoryFailureHandler_t4214878643 *)__this->get_prev_9(), ___sender0, ___e1, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, ScanFailureEventArgs_t2622990035 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___sender0, ___e1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, ScanFailureEventArgs_t2622990035 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___sender0, ___e1, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RuntimeObject *, ScanFailureEventArgs_t2622990035 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); else GenericVirtActionInvoker2< RuntimeObject *, ScanFailureEventArgs_t2622990035 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, ScanFailureEventArgs_t2622990035 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1); else VirtActionInvoker2< RuntimeObject *, ScanFailureEventArgs_t2622990035 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, ScanFailureEventArgs_t2622990035 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< ScanFailureEventArgs_t2622990035 * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtActionInvoker1< ScanFailureEventArgs_t2622990035 * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< ScanFailureEventArgs_t2622990035 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtActionInvoker1< ScanFailureEventArgs_t2622990035 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, ScanFailureEventArgs_t2622990035 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } } } } // System.IAsyncResult ICSharpCode.SharpZipLib.Core.DirectoryFailureHandler::BeginInvoke(System.Object,ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DirectoryFailureHandler_BeginInvoke_m2239977988 (DirectoryFailureHandler_t4214878643 * __this, RuntimeObject * ___sender0, ScanFailureEventArgs_t2622990035 * ___e1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___sender0; __d_args[1] = ___e1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void ICSharpCode.SharpZipLib.Core.DirectoryFailureHandler::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void DirectoryFailureHandler_EndInvoke_m567549366 (DirectoryFailureHandler_t4214878643 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Core.FileFailureHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void FileFailureHandler__ctor_m2529649123 (FileFailureHandler_t1120837788 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void ICSharpCode.SharpZipLib.Core.FileFailureHandler::Invoke(System.Object,ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs) extern "C" IL2CPP_METHOD_ATTR void FileFailureHandler_Invoke_m644241140 (FileFailureHandler_t1120837788 * __this, RuntimeObject * ___sender0, ScanFailureEventArgs_t2622990035 * ___e1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { FileFailureHandler_Invoke_m644241140((FileFailureHandler_t1120837788 *)__this->get_prev_9(), ___sender0, ___e1, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, ScanFailureEventArgs_t2622990035 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___sender0, ___e1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, ScanFailureEventArgs_t2622990035 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___sender0, ___e1, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RuntimeObject *, ScanFailureEventArgs_t2622990035 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); else GenericVirtActionInvoker2< RuntimeObject *, ScanFailureEventArgs_t2622990035 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, ScanFailureEventArgs_t2622990035 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1); else VirtActionInvoker2< RuntimeObject *, ScanFailureEventArgs_t2622990035 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, ScanFailureEventArgs_t2622990035 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< ScanFailureEventArgs_t2622990035 * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtActionInvoker1< ScanFailureEventArgs_t2622990035 * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< ScanFailureEventArgs_t2622990035 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtActionInvoker1< ScanFailureEventArgs_t2622990035 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, ScanFailureEventArgs_t2622990035 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } } } } // System.IAsyncResult ICSharpCode.SharpZipLib.Core.FileFailureHandler::BeginInvoke(System.Object,ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FileFailureHandler_BeginInvoke_m3960171960 (FileFailureHandler_t1120837788 * __this, RuntimeObject * ___sender0, ScanFailureEventArgs_t2622990035 * ___e1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___sender0; __d_args[1] = ___e1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void ICSharpCode.SharpZipLib.Core.FileFailureHandler::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void FileFailureHandler_EndInvoke_m3759389118 (FileFailureHandler_t1120837788 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Core.FileSystemScanner::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void FileSystemScanner__ctor_m1457415513 (FileSystemScanner_t3838119381 * __this, String_t* ___fileFilter0, String_t* ___directoryFilter1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileSystemScanner__ctor_m1457415513_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___fileFilter0; PathFilter_t3464276275 * L_1 = (PathFilter_t3464276275 *)il2cpp_codegen_object_new(PathFilter_t3464276275_il2cpp_TypeInfo_var); PathFilter__ctor_m550747179(L_1, L_0, /*hidden argument*/NULL); __this->set_fileFilter__4(L_1); String_t* L_2 = ___directoryFilter1; PathFilter_t3464276275 * L_3 = (PathFilter_t3464276275 *)il2cpp_codegen_object_new(PathFilter_t3464276275_il2cpp_TypeInfo_var); PathFilter__ctor_m550747179(L_3, L_2, /*hidden argument*/NULL); __this->set_directoryFilter__5(L_3); return; } } // System.Boolean ICSharpCode.SharpZipLib.Core.FileSystemScanner::OnDirectoryFailure(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR bool FileSystemScanner_OnDirectoryFailure_m1294618169 (FileSystemScanner_t3838119381 * __this, String_t* ___directory0, Exception_t * ___e1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileSystemScanner_OnDirectoryFailure_m1294618169_MetadataUsageId); s_Il2CppMethodInitialized = true; } DirectoryFailureHandler_t4214878643 * V_0 = NULL; bool V_1 = false; ScanFailureEventArgs_t2622990035 * V_2 = NULL; { DirectoryFailureHandler_t4214878643 * L_0 = __this->get_DirectoryFailure_2(); V_0 = L_0; DirectoryFailureHandler_t4214878643 * L_1 = V_0; V_1 = (bool)((((int32_t)((((RuntimeObject*)(DirectoryFailureHandler_t4214878643 *)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_2 = V_1; if (!L_2) { goto IL_002e; } } { String_t* L_3 = ___directory0; Exception_t * L_4 = ___e1; ScanFailureEventArgs_t2622990035 * L_5 = (ScanFailureEventArgs_t2622990035 *)il2cpp_codegen_object_new(ScanFailureEventArgs_t2622990035_il2cpp_TypeInfo_var); ScanFailureEventArgs__ctor_m1384429163(L_5, L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; DirectoryFailureHandler_t4214878643 * L_6 = V_0; ScanFailureEventArgs_t2622990035 * L_7 = V_2; NullCheck(L_6); DirectoryFailureHandler_Invoke_m5880852(L_6, __this, L_7, /*hidden argument*/NULL); ScanFailureEventArgs_t2622990035 * L_8 = V_2; NullCheck(L_8); bool L_9 = ScanFailureEventArgs_get_ContinueRunning_m1846720921(L_8, /*hidden argument*/NULL); __this->set_alive__6(L_9); } IL_002e: { bool L_10 = V_1; return L_10; } } // System.Boolean ICSharpCode.SharpZipLib.Core.FileSystemScanner::OnFileFailure(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR bool FileSystemScanner_OnFileFailure_m2928647750 (FileSystemScanner_t3838119381 * __this, String_t* ___file0, Exception_t * ___e1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileSystemScanner_OnFileFailure_m2928647750_MetadataUsageId); s_Il2CppMethodInitialized = true; } FileFailureHandler_t1120837788 * V_0 = NULL; bool V_1 = false; ScanFailureEventArgs_t2622990035 * V_2 = NULL; { FileFailureHandler_t1120837788 * L_0 = __this->get_FileFailure_3(); V_0 = L_0; FileFailureHandler_t1120837788 * L_1 = V_0; V_1 = (bool)((((int32_t)((((RuntimeObject*)(FileFailureHandler_t1120837788 *)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_2 = V_1; if (!L_2) { goto IL_0033; } } { String_t* L_3 = ___file0; Exception_t * L_4 = ___e1; ScanFailureEventArgs_t2622990035 * L_5 = (ScanFailureEventArgs_t2622990035 *)il2cpp_codegen_object_new(ScanFailureEventArgs_t2622990035_il2cpp_TypeInfo_var); ScanFailureEventArgs__ctor_m1384429163(L_5, L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; FileFailureHandler_t1120837788 * L_6 = __this->get_FileFailure_3(); ScanFailureEventArgs_t2622990035 * L_7 = V_2; NullCheck(L_6); FileFailureHandler_Invoke_m644241140(L_6, __this, L_7, /*hidden argument*/NULL); ScanFailureEventArgs_t2622990035 * L_8 = V_2; NullCheck(L_8); bool L_9 = ScanFailureEventArgs_get_ContinueRunning_m1846720921(L_8, /*hidden argument*/NULL); __this->set_alive__6(L_9); } IL_0033: { bool L_10 = V_1; return L_10; } } // System.Void ICSharpCode.SharpZipLib.Core.FileSystemScanner::OnProcessFile(System.String) extern "C" IL2CPP_METHOD_ATTR void FileSystemScanner_OnProcessFile_m4052125406 (FileSystemScanner_t3838119381 * __this, String_t* ___file0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileSystemScanner_OnProcessFile_m4052125406_MetadataUsageId); s_Il2CppMethodInitialized = true; } ProcessFileHandler_t2351317767 * V_0 = NULL; ScanEventArgs_t818138135 * V_1 = NULL; { ProcessFileHandler_t2351317767 * L_0 = __this->get_ProcessFile_1(); V_0 = L_0; ProcessFileHandler_t2351317767 * L_1 = V_0; if (!L_1) { goto IL_0025; } } { String_t* L_2 = ___file0; ScanEventArgs_t818138135 * L_3 = (ScanEventArgs_t818138135 *)il2cpp_codegen_object_new(ScanEventArgs_t818138135_il2cpp_TypeInfo_var); ScanEventArgs__ctor_m1487966403(L_3, L_2, /*hidden argument*/NULL); V_1 = L_3; ProcessFileHandler_t2351317767 * L_4 = V_0; ScanEventArgs_t818138135 * L_5 = V_1; NullCheck(L_4); ProcessFileHandler_Invoke_m360592956(L_4, __this, L_5, /*hidden argument*/NULL); ScanEventArgs_t818138135 * L_6 = V_1; NullCheck(L_6); bool L_7 = ScanEventArgs_get_ContinueRunning_m487911567(L_6, /*hidden argument*/NULL); __this->set_alive__6(L_7); } IL_0025: { return; } } // System.Void ICSharpCode.SharpZipLib.Core.FileSystemScanner::OnProcessDirectory(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FileSystemScanner_OnProcessDirectory_m1243153955 (FileSystemScanner_t3838119381 * __this, String_t* ___directory0, bool ___hasMatchingFiles1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileSystemScanner_OnProcessDirectory_m1243153955_MetadataUsageId); s_Il2CppMethodInitialized = true; } ProcessDirectoryHandler_t654447416 * V_0 = NULL; DirectoryEventArgs_t3041330506 * V_1 = NULL; { ProcessDirectoryHandler_t654447416 * L_0 = __this->get_ProcessDirectory_0(); V_0 = L_0; ProcessDirectoryHandler_t654447416 * L_1 = V_0; if (!L_1) { goto IL_0026; } } { String_t* L_2 = ___directory0; bool L_3 = ___hasMatchingFiles1; DirectoryEventArgs_t3041330506 * L_4 = (DirectoryEventArgs_t3041330506 *)il2cpp_codegen_object_new(DirectoryEventArgs_t3041330506_il2cpp_TypeInfo_var); DirectoryEventArgs__ctor_m3989215332(L_4, L_2, L_3, /*hidden argument*/NULL); V_1 = L_4; ProcessDirectoryHandler_t654447416 * L_5 = V_0; DirectoryEventArgs_t3041330506 * L_6 = V_1; NullCheck(L_5); ProcessDirectoryHandler_Invoke_m482027604(L_5, __this, L_6, /*hidden argument*/NULL); DirectoryEventArgs_t3041330506 * L_7 = V_1; NullCheck(L_7); bool L_8 = ScanEventArgs_get_ContinueRunning_m487911567(L_7, /*hidden argument*/NULL); __this->set_alive__6(L_8); } IL_0026: { return; } } // System.Void ICSharpCode.SharpZipLib.Core.FileSystemScanner::Scan(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FileSystemScanner_Scan_m3176144588 (FileSystemScanner_t3838119381 * __this, String_t* ___directory0, bool ___recurse1, const RuntimeMethod* method) { { __this->set_alive__6((bool)1); String_t* L_0 = ___directory0; bool L_1 = ___recurse1; FileSystemScanner_ScanDir_m207057148(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Core.FileSystemScanner::ScanDir(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FileSystemScanner_ScanDir_m207057148 (FileSystemScanner_t3838119381 * __this, String_t* ___directory0, bool ___recurse1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileSystemScanner_ScanDir_m207057148_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; String_t* V_3 = NULL; Exception_t * V_4 = NULL; Exception_t * V_5 = NULL; StringU5BU5D_t1281789340* V_6 = NULL; String_t* V_7 = NULL; Exception_t * V_8 = NULL; StringU5BU5D_t1281789340* V_9 = NULL; int32_t V_10 = 0; StringU5BU5D_t1281789340* V_11 = NULL; int32_t V_12 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { String_t* L_0 = ___directory0; StringU5BU5D_t1281789340* L_1 = Directory_GetFiles_m932257245(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; V_1 = (bool)0; V_2 = 0; goto IL_0029; } IL_000d: { RuntimeObject* L_2 = __this->get_fileFilter__4(); StringU5BU5D_t1281789340* L_3 = V_0; int32_t L_4 = V_2; NullCheck(L_3); int32_t L_5 = L_4; String_t* L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck(L_2); bool L_7 = InterfaceFuncInvoker1< bool, String_t* >::Invoke(0 /* System.Boolean ICSharpCode.SharpZipLib.Core.IScanFilter::IsMatch(System.String) */, IScanFilter_t951592190_il2cpp_TypeInfo_var, L_2, L_6); if (L_7) { goto IL_0023; } } IL_001d: { StringU5BU5D_t1281789340* L_8 = V_0; int32_t L_9 = V_2; NullCheck(L_8); ArrayElementTypeCheck (L_8, NULL); (L_8)->SetAt(static_cast(L_9), (String_t*)NULL); goto IL_0025; } IL_0023: { V_1 = (bool)1; } IL_0025: { int32_t L_10 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0029: { int32_t L_11 = V_2; StringU5BU5D_t1281789340* L_12 = V_0; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))))))) { goto IL_000d; } } IL_002f: { String_t* L_13 = ___directory0; bool L_14 = V_1; FileSystemScanner_OnProcessDirectory_m1243153955(__this, L_13, L_14, /*hidden argument*/NULL); bool L_15 = __this->get_alive__6(); if (!L_15) { goto IL_0085; } } IL_003f: { bool L_16 = V_1; if (!L_16) { goto IL_0085; } } IL_0042: { StringU5BU5D_t1281789340* L_17 = V_0; V_9 = L_17; V_10 = 0; goto IL_007d; } IL_004a: { StringU5BU5D_t1281789340* L_18 = V_9; int32_t L_19 = V_10; NullCheck(L_18); int32_t L_20 = L_19; String_t* L_21 = (L_18)->GetAt(static_cast(L_20)); V_3 = L_21; } IL_0050: try { // begin try (depth: 2) { String_t* L_22 = V_3; if (!L_22) { goto IL_0064; } } IL_0053: { String_t* L_23 = V_3; FileSystemScanner_OnProcessFile_m4052125406(__this, L_23, /*hidden argument*/NULL); bool L_24 = __this->get_alive__6(); if (L_24) { goto IL_0064; } } IL_0062: { goto IL_0085; } IL_0064: { goto IL_0077; } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0066; throw e; } CATCH_0066: { // begin catch(System.Exception) { V_4 = ((Exception_t *)__exception_local); String_t* L_25 = V_3; Exception_t * L_26 = V_4; bool L_27 = FileSystemScanner_OnFileFailure_m2928647750(__this, L_25, L_26, /*hidden argument*/NULL); if (L_27) { goto IL_0075; } } IL_0073: { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_0075: { goto IL_0077; } } // end catch (depth: 2) IL_0077: { int32_t L_28 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_007d: { int32_t L_29 = V_10; StringU5BU5D_t1281789340* L_30 = V_9; NullCheck(L_30); if ((((int32_t)L_29) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_30)->max_length))))))) { goto IL_004a; } } IL_0085: { goto IL_0098; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0087; throw e; } CATCH_0087: { // begin catch(System.Exception) { V_5 = ((Exception_t *)__exception_local); String_t* L_31 = ___directory0; Exception_t * L_32 = V_5; bool L_33 = FileSystemScanner_OnDirectoryFailure_m1294618169(__this, L_31, L_32, /*hidden argument*/NULL); if (L_33) { goto IL_0096; } } IL_0094: { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_0096: { goto IL_0098; } } // end catch (depth: 1) IL_0098: { bool L_34 = __this->get_alive__6(); if (!L_34) { goto IL_0104; } } { bool L_35 = ___recurse1; if (!L_35) { goto IL_0104; } } IL_00a3: try { // begin try (depth: 1) { String_t* L_36 = ___directory0; StringU5BU5D_t1281789340* L_37 = Directory_GetDirectories_m1966820948(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); V_6 = L_37; StringU5BU5D_t1281789340* L_38 = V_6; V_11 = L_38; V_12 = 0; goto IL_00e9; } IL_00b4: { StringU5BU5D_t1281789340* L_39 = V_11; int32_t L_40 = V_12; NullCheck(L_39); int32_t L_41 = L_40; String_t* L_42 = (L_39)->GetAt(static_cast(L_41)); V_7 = L_42; RuntimeObject* L_43 = __this->get_directoryFilter__5(); if (!L_43) { goto IL_00d2; } } IL_00c3: { RuntimeObject* L_44 = __this->get_directoryFilter__5(); String_t* L_45 = V_7; NullCheck(L_44); bool L_46 = InterfaceFuncInvoker1< bool, String_t* >::Invoke(0 /* System.Boolean ICSharpCode.SharpZipLib.Core.IScanFilter::IsMatch(System.String) */, IScanFilter_t951592190_il2cpp_TypeInfo_var, L_44, L_45); if (!L_46) { goto IL_00e3; } } IL_00d2: { String_t* L_47 = V_7; FileSystemScanner_ScanDir_m207057148(__this, L_47, (bool)1, /*hidden argument*/NULL); bool L_48 = __this->get_alive__6(); if (!L_48) { goto IL_00f1; } } IL_00e3: { int32_t L_49 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_00e9: { int32_t L_50 = V_12; StringU5BU5D_t1281789340* L_51 = V_11; NullCheck(L_51); if ((((int32_t)L_50) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_51)->max_length))))))) { goto IL_00b4; } } IL_00f1: { goto IL_0104; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00f3; throw e; } CATCH_00f3: { // begin catch(System.Exception) { V_8 = ((Exception_t *)__exception_local); String_t* L_52 = ___directory0; Exception_t * L_53 = V_8; bool L_54 = FileSystemScanner_OnDirectoryFailure_m1294618169(__this, L_52, L_53, /*hidden argument*/NULL); if (L_54) { goto IL_0102; } } IL_0100: { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_0102: { goto IL_0104; } } // end catch (depth: 1) IL_0104: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Core.NameFilter::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void NameFilter__ctor_m1442638191 (NameFilter_t3473123208 * __this, String_t* ___filter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameFilter__ctor_m1442638191_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___filter0; __this->set_filter__0(L_0); ArrayList_t2718874744 * L_1 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_1, /*hidden argument*/NULL); __this->set_inclusions__1(L_1); ArrayList_t2718874744 * L_2 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_2, /*hidden argument*/NULL); __this->set_exclusions__2(L_2); NameFilter_Compile_m2288961235(__this, /*hidden argument*/NULL); return; } } // System.String[] ICSharpCode.SharpZipLib.Core.NameFilter::SplitQuoted(System.String) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* NameFilter_SplitQuoted_m1108084752 (RuntimeObject * __this /* static, unused */, String_t* ___original0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameFilter_SplitQuoted_m1108084752_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; CharU5BU5D_t3528271667* V_1 = NULL; ArrayList_t2718874744 * V_2 = NULL; int32_t V_3 = 0; StringBuilder_t * V_4 = NULL; CharU5BU5D_t3528271667* V_5 = NULL; { V_0 = ((int32_t)92); V_5 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); CharU5BU5D_t3528271667* L_0 = V_5; NullCheck(L_0); (L_0)->SetAt(static_cast(0), (Il2CppChar)((int32_t)59)); CharU5BU5D_t3528271667* L_1 = V_5; V_1 = L_1; ArrayList_t2718874744 * L_2 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_2, /*hidden argument*/NULL); V_2 = L_2; String_t* L_3 = ___original0; if (!L_3) { goto IL_00ee; } } { String_t* L_4 = ___original0; NullCheck(L_4); int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_00ee; } } { V_3 = (-1); StringBuilder_t * L_6 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_6, /*hidden argument*/NULL); V_4 = L_6; goto IL_00e2; } IL_003a: { int32_t L_7 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); int32_t L_8 = V_3; String_t* L_9 = ___original0; NullCheck(L_9); int32_t L_10 = String_get_Length_m3847582255(L_9, /*hidden argument*/NULL); if ((((int32_t)L_8) < ((int32_t)L_10))) { goto IL_005a; } } { ArrayList_t2718874744 * L_11 = V_2; StringBuilder_t * L_12 = V_4; NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_12); NullCheck(L_11); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_11, L_13); goto IL_00e2; } IL_005a: { String_t* L_14 = ___original0; int32_t L_15 = V_3; NullCheck(L_14); Il2CppChar L_16 = String_get_Chars_m2986988803(L_14, L_15, /*hidden argument*/NULL); Il2CppChar L_17 = V_0; if ((!(((uint32_t)L_16) == ((uint32_t)L_17)))) { goto IL_00ab; } } { int32_t L_18 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); int32_t L_19 = V_3; String_t* L_20 = ___original0; NullCheck(L_20); int32_t L_21 = String_get_Length_m3847582255(L_20, /*hidden argument*/NULL); if ((((int32_t)L_19) < ((int32_t)L_21))) { goto IL_0081; } } { ArgumentException_t132251570 * L_22 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_22, _stringLiteral2328271630, _stringLiteral693037872, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22,NameFilter_SplitQuoted_m1108084752_RuntimeMethod_var); } IL_0081: { CharU5BU5D_t3528271667* L_23 = V_1; String_t* L_24 = ___original0; int32_t L_25 = V_3; NullCheck(L_24); Il2CppChar L_26 = String_get_Chars_m2986988803(L_24, L_25, /*hidden argument*/NULL); int32_t L_27 = Array_IndexOf_TisChar_t3634460470_m3183276761(NULL /*static, unused*/, L_23, L_26, /*hidden argument*/Array_IndexOf_TisChar_t3634460470_m3183276761_RuntimeMethod_var); if ((((int32_t)L_27) >= ((int32_t)0))) { goto IL_009a; } } { StringBuilder_t * L_28 = V_4; Il2CppChar L_29 = V_0; NullCheck(L_28); StringBuilder_Append_m2383614642(L_28, L_29, /*hidden argument*/NULL); } IL_009a: { StringBuilder_t * L_30 = V_4; String_t* L_31 = ___original0; int32_t L_32 = V_3; NullCheck(L_31); Il2CppChar L_33 = String_get_Chars_m2986988803(L_31, L_32, /*hidden argument*/NULL); NullCheck(L_30); StringBuilder_Append_m2383614642(L_30, L_33, /*hidden argument*/NULL); goto IL_00e2; } IL_00ab: { CharU5BU5D_t3528271667* L_34 = V_1; String_t* L_35 = ___original0; int32_t L_36 = V_3; NullCheck(L_35); Il2CppChar L_37 = String_get_Chars_m2986988803(L_35, L_36, /*hidden argument*/NULL); int32_t L_38 = Array_IndexOf_TisChar_t3634460470_m3183276761(NULL /*static, unused*/, L_34, L_37, /*hidden argument*/Array_IndexOf_TisChar_t3634460470_m3183276761_RuntimeMethod_var); if ((((int32_t)L_38) < ((int32_t)0))) { goto IL_00d3; } } { ArrayList_t2718874744 * L_39 = V_2; StringBuilder_t * L_40 = V_4; NullCheck(L_40); String_t* L_41 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_40); NullCheck(L_39); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_39, L_41); StringBuilder_t * L_42 = V_4; NullCheck(L_42); StringBuilder_set_Length_m1410065908(L_42, 0, /*hidden argument*/NULL); goto IL_00e2; } IL_00d3: { StringBuilder_t * L_43 = V_4; String_t* L_44 = ___original0; int32_t L_45 = V_3; NullCheck(L_44); Il2CppChar L_46 = String_get_Chars_m2986988803(L_44, L_45, /*hidden argument*/NULL); NullCheck(L_43); StringBuilder_Append_m2383614642(L_43, L_46, /*hidden argument*/NULL); } IL_00e2: { int32_t L_47 = V_3; String_t* L_48 = ___original0; NullCheck(L_48); int32_t L_49 = String_get_Length_m3847582255(L_48, /*hidden argument*/NULL); if ((((int32_t)L_47) < ((int32_t)L_49))) { goto IL_003a; } } IL_00ee: { ArrayList_t2718874744 * L_50 = V_2; RuntimeTypeHandle_t3027515415 L_51 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_52 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_51, /*hidden argument*/NULL); NullCheck(L_50); RuntimeArray * L_53 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_50, L_52); return ((StringU5BU5D_t1281789340*)Castclass((RuntimeObject*)L_53, StringU5BU5D_t1281789340_il2cpp_TypeInfo_var)); } } // System.String ICSharpCode.SharpZipLib.Core.NameFilter::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* NameFilter_ToString_m3251488509 (NameFilter_t3473123208 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_filter__0(); return L_0; } } // System.Boolean ICSharpCode.SharpZipLib.Core.NameFilter::IsIncluded(System.String) extern "C" IL2CPP_METHOD_ATTR bool NameFilter_IsIncluded_m2050923192 (NameFilter_t3473123208 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameFilter_IsIncluded_m2050923192_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Regex_t3657309853 * V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = (bool)0; ArrayList_t2718874744 * L_0 = __this->get_inclusions__1(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); if (L_1) { goto IL_0013; } } { V_0 = (bool)1; goto IL_0055; } IL_0013: { ArrayList_t2718874744 * L_2 = __this->get_inclusions__1(); NullCheck(L_2); RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_2); V_2 = L_3; } IL_001f: try { // begin try (depth: 1) { goto IL_003a; } IL_0021: { RuntimeObject* L_4 = V_2; NullCheck(L_4); RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_4); V_1 = ((Regex_t3657309853 *)CastclassClass((RuntimeObject*)L_5, Regex_t3657309853_il2cpp_TypeInfo_var)); Regex_t3657309853 * L_6 = V_1; String_t* L_7 = ___name0; NullCheck(L_6); bool L_8 = Regex_IsMatch_m3802225320(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_003a; } } IL_0036: { V_0 = (bool)1; goto IL_0042; } IL_003a: { RuntimeObject* L_9 = V_2; NullCheck(L_9); bool L_10 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_9); if (L_10) { goto IL_0021; } } IL_0042: { IL2CPP_LEAVE(0x55, FINALLY_0044); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0044; } FINALLY_0044: { // begin finally (depth: 1) { RuntimeObject* L_11 = V_2; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_11, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_12 = V_3; if (!L_12) { goto IL_0054; } } IL_004e: { RuntimeObject* L_13 = V_3; NullCheck(L_13); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_13); } IL_0054: { IL2CPP_END_FINALLY(68) } } // end finally (depth: 1) IL2CPP_CLEANUP(68) { IL2CPP_JUMP_TBL(0x55, IL_0055) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0055: { bool L_14 = V_0; return L_14; } } // System.Boolean ICSharpCode.SharpZipLib.Core.NameFilter::IsExcluded(System.String) extern "C" IL2CPP_METHOD_ATTR bool NameFilter_IsExcluded_m2648376990 (NameFilter_t3473123208 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameFilter_IsExcluded_m2648376990_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Regex_t3657309853 * V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = (bool)0; ArrayList_t2718874744 * L_0 = __this->get_exclusions__2(); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); V_2 = L_1; } IL_000e: try { // begin try (depth: 1) { goto IL_0029; } IL_0010: { RuntimeObject* L_2 = V_2; NullCheck(L_2); RuntimeObject * L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_2); V_1 = ((Regex_t3657309853 *)CastclassClass((RuntimeObject*)L_3, Regex_t3657309853_il2cpp_TypeInfo_var)); Regex_t3657309853 * L_4 = V_1; String_t* L_5 = ___name0; NullCheck(L_4); bool L_6 = Regex_IsMatch_m3802225320(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0029; } } IL_0025: { V_0 = (bool)1; goto IL_0031; } IL_0029: { RuntimeObject* L_7 = V_2; NullCheck(L_7); bool L_8 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_7); if (L_8) { goto IL_0010; } } IL_0031: { IL2CPP_LEAVE(0x44, FINALLY_0033); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0033; } FINALLY_0033: { // begin finally (depth: 1) { RuntimeObject* L_9 = V_2; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_10 = V_3; if (!L_10) { goto IL_0043; } } IL_003d: { RuntimeObject* L_11 = V_3; NullCheck(L_11); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_11); } IL_0043: { IL2CPP_END_FINALLY(51) } } // end finally (depth: 1) IL2CPP_CLEANUP(51) { IL2CPP_JUMP_TBL(0x44, IL_0044) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0044: { bool L_12 = V_0; return L_12; } } // System.Boolean ICSharpCode.SharpZipLib.Core.NameFilter::IsMatch(System.String) extern "C" IL2CPP_METHOD_ATTR bool NameFilter_IsMatch_m1940121088 (NameFilter_t3473123208 * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; bool L_1 = NameFilter_IsIncluded_m2050923192(__this, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { String_t* L_2 = ___name0; bool L_3 = NameFilter_IsExcluded_m2648376990(__this, L_2, /*hidden argument*/NULL); return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); } IL_0014: { return (bool)0; } } // System.Void ICSharpCode.SharpZipLib.Core.NameFilter::Compile() extern "C" IL2CPP_METHOD_ATTR void NameFilter_Compile_m2288961235 (NameFilter_t3473123208 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameFilter_Compile_m2288961235_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; int32_t V_1 = 0; bool V_2 = false; String_t* V_3 = NULL; { String_t* L_0 = __this->get_filter__0(); if (L_0) { goto IL_0009; } } { return; } IL_0009: { String_t* L_1 = __this->get_filter__0(); StringU5BU5D_t1281789340* L_2 = NameFilter_SplitQuoted_m1108084752(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = L_2; V_1 = 0; goto IL_00be; } IL_001c: { StringU5BU5D_t1281789340* L_3 = V_0; int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; String_t* L_6 = (L_3)->GetAt(static_cast(L_5)); if (!L_6) { goto IL_00ba; } } { StringU5BU5D_t1281789340* L_7 = V_0; int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = L_8; String_t* L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck(L_10); int32_t L_11 = String_get_Length_m3847582255(L_10, /*hidden argument*/NULL); if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_00ba; } } { StringU5BU5D_t1281789340* L_12 = V_0; int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = L_13; String_t* L_15 = (L_12)->GetAt(static_cast(L_14)); NullCheck(L_15); Il2CppChar L_16 = String_get_Chars_m2986988803(L_15, 0, /*hidden argument*/NULL); V_2 = (bool)((((int32_t)((((int32_t)L_16) == ((int32_t)((int32_t)45)))? 1 : 0)) == ((int32_t)0))? 1 : 0); StringU5BU5D_t1281789340* L_17 = V_0; int32_t L_18 = V_1; NullCheck(L_17); int32_t L_19 = L_18; String_t* L_20 = (L_17)->GetAt(static_cast(L_19)); NullCheck(L_20); Il2CppChar L_21 = String_get_Chars_m2986988803(L_20, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)43))))) { goto IL_0066; } } { StringU5BU5D_t1281789340* L_22 = V_0; int32_t L_23 = V_1; NullCheck(L_22); int32_t L_24 = L_23; String_t* L_25 = (L_22)->GetAt(static_cast(L_24)); StringU5BU5D_t1281789340* L_26 = V_0; int32_t L_27 = V_1; NullCheck(L_26); int32_t L_28 = L_27; String_t* L_29 = (L_26)->GetAt(static_cast(L_28)); NullCheck(L_29); int32_t L_30 = String_get_Length_m3847582255(L_29, /*hidden argument*/NULL); NullCheck(L_25); String_t* L_31 = String_Substring_m1610150815(L_25, 1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1)), /*hidden argument*/NULL); V_3 = L_31; goto IL_008d; } IL_0066: { StringU5BU5D_t1281789340* L_32 = V_0; int32_t L_33 = V_1; NullCheck(L_32); int32_t L_34 = L_33; String_t* L_35 = (L_32)->GetAt(static_cast(L_34)); NullCheck(L_35); Il2CppChar L_36 = String_get_Chars_m2986988803(L_35, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)45))))) { goto IL_0089; } } { StringU5BU5D_t1281789340* L_37 = V_0; int32_t L_38 = V_1; NullCheck(L_37); int32_t L_39 = L_38; String_t* L_40 = (L_37)->GetAt(static_cast(L_39)); StringU5BU5D_t1281789340* L_41 = V_0; int32_t L_42 = V_1; NullCheck(L_41); int32_t L_43 = L_42; String_t* L_44 = (L_41)->GetAt(static_cast(L_43)); NullCheck(L_44); int32_t L_45 = String_get_Length_m3847582255(L_44, /*hidden argument*/NULL); NullCheck(L_40); String_t* L_46 = String_Substring_m1610150815(L_40, 1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)1)), /*hidden argument*/NULL); V_3 = L_46; goto IL_008d; } IL_0089: { StringU5BU5D_t1281789340* L_47 = V_0; int32_t L_48 = V_1; NullCheck(L_47); int32_t L_49 = L_48; String_t* L_50 = (L_47)->GetAt(static_cast(L_49)); V_3 = L_50; } IL_008d: { bool L_51 = V_2; if (!L_51) { goto IL_00a6; } } { ArrayList_t2718874744 * L_52 = __this->get_inclusions__1(); String_t* L_53 = V_3; Regex_t3657309853 * L_54 = (Regex_t3657309853 *)il2cpp_codegen_object_new(Regex_t3657309853_il2cpp_TypeInfo_var); Regex__ctor_m1728442805(L_54, L_53, ((int32_t)25), /*hidden argument*/NULL); NullCheck(L_52); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_52, L_54); goto IL_00ba; } IL_00a6: { ArrayList_t2718874744 * L_55 = __this->get_exclusions__2(); String_t* L_56 = V_3; Regex_t3657309853 * L_57 = (Regex_t3657309853 *)il2cpp_codegen_object_new(Regex_t3657309853_il2cpp_TypeInfo_var); Regex__ctor_m1728442805(L_57, L_56, ((int32_t)25), /*hidden argument*/NULL); NullCheck(L_55); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_55, L_57); } IL_00ba: { int32_t L_58 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); } IL_00be: { int32_t L_59 = V_1; StringU5BU5D_t1281789340* L_60 = V_0; NullCheck(L_60); if ((((int32_t)L_59) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_60)->max_length))))))) { goto IL_001c; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Core.PathFilter::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void PathFilter__ctor_m550747179 (PathFilter_t3464276275 * __this, String_t* ___filter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PathFilter__ctor_m550747179_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___filter0; NameFilter_t3473123208 * L_1 = (NameFilter_t3473123208 *)il2cpp_codegen_object_new(NameFilter_t3473123208_il2cpp_TypeInfo_var); NameFilter__ctor_m1442638191(L_1, L_0, /*hidden argument*/NULL); __this->set_nameFilter__0(L_1); return; } } // System.Boolean ICSharpCode.SharpZipLib.Core.PathFilter::IsMatch(System.String) extern "C" IL2CPP_METHOD_ATTR bool PathFilter_IsMatch_m1901815309 (PathFilter_t3464276275 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PathFilter_IsMatch_m1901815309_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; String_t* V_1 = NULL; String_t* G_B4_0 = NULL; { V_0 = (bool)0; String_t* L_0 = ___name0; if (!L_0) { goto IL_0029; } } { String_t* L_1 = ___name0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) > ((int32_t)0))) { goto IL_0015; } } { G_B4_0 = _stringLiteral757602046; goto IL_001b; } IL_0015: { String_t* L_3 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_4 = Path_GetFullPath_m4142135635(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); G_B4_0 = L_4; } IL_001b: { V_1 = G_B4_0; NameFilter_t3473123208 * L_5 = __this->get_nameFilter__0(); String_t* L_6 = V_1; NullCheck(L_5); bool L_7 = NameFilter_IsMatch_m1940121088(L_5, L_6, /*hidden argument*/NULL); V_0 = L_7; } IL_0029: { bool L_8 = V_0; return L_8; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Core.ProcessDirectoryHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ProcessDirectoryHandler__ctor_m3636594480 (ProcessDirectoryHandler_t654447416 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void ICSharpCode.SharpZipLib.Core.ProcessDirectoryHandler::Invoke(System.Object,ICSharpCode.SharpZipLib.Core.DirectoryEventArgs) extern "C" IL2CPP_METHOD_ATTR void ProcessDirectoryHandler_Invoke_m482027604 (ProcessDirectoryHandler_t654447416 * __this, RuntimeObject * ___sender0, DirectoryEventArgs_t3041330506 * ___e1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { ProcessDirectoryHandler_Invoke_m482027604((ProcessDirectoryHandler_t654447416 *)__this->get_prev_9(), ___sender0, ___e1, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, DirectoryEventArgs_t3041330506 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___sender0, ___e1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, DirectoryEventArgs_t3041330506 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___sender0, ___e1, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RuntimeObject *, DirectoryEventArgs_t3041330506 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); else GenericVirtActionInvoker2< RuntimeObject *, DirectoryEventArgs_t3041330506 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, DirectoryEventArgs_t3041330506 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1); else VirtActionInvoker2< RuntimeObject *, DirectoryEventArgs_t3041330506 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, DirectoryEventArgs_t3041330506 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< DirectoryEventArgs_t3041330506 * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtActionInvoker1< DirectoryEventArgs_t3041330506 * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< DirectoryEventArgs_t3041330506 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtActionInvoker1< DirectoryEventArgs_t3041330506 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, DirectoryEventArgs_t3041330506 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } } } } // System.IAsyncResult ICSharpCode.SharpZipLib.Core.ProcessDirectoryHandler::BeginInvoke(System.Object,ICSharpCode.SharpZipLib.Core.DirectoryEventArgs,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ProcessDirectoryHandler_BeginInvoke_m3428313367 (ProcessDirectoryHandler_t654447416 * __this, RuntimeObject * ___sender0, DirectoryEventArgs_t3041330506 * ___e1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___sender0; __d_args[1] = ___e1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void ICSharpCode.SharpZipLib.Core.ProcessDirectoryHandler::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void ProcessDirectoryHandler_EndInvoke_m2422285924 (ProcessDirectoryHandler_t654447416 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Core.ProcessFileHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ProcessFileHandler__ctor_m3972968250 (ProcessFileHandler_t2351317767 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void ICSharpCode.SharpZipLib.Core.ProcessFileHandler::Invoke(System.Object,ICSharpCode.SharpZipLib.Core.ScanEventArgs) extern "C" IL2CPP_METHOD_ATTR void ProcessFileHandler_Invoke_m360592956 (ProcessFileHandler_t2351317767 * __this, RuntimeObject * ___sender0, ScanEventArgs_t818138135 * ___e1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { ProcessFileHandler_Invoke_m360592956((ProcessFileHandler_t2351317767 *)__this->get_prev_9(), ___sender0, ___e1, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, ScanEventArgs_t818138135 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___sender0, ___e1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, ScanEventArgs_t818138135 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___sender0, ___e1, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RuntimeObject *, ScanEventArgs_t818138135 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); else GenericVirtActionInvoker2< RuntimeObject *, ScanEventArgs_t818138135 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, ScanEventArgs_t818138135 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1); else VirtActionInvoker2< RuntimeObject *, ScanEventArgs_t818138135 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, ScanEventArgs_t818138135 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< ScanEventArgs_t818138135 * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtActionInvoker1< ScanEventArgs_t818138135 * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< ScanEventArgs_t818138135 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtActionInvoker1< ScanEventArgs_t818138135 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, ScanEventArgs_t818138135 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } } } } // System.IAsyncResult ICSharpCode.SharpZipLib.Core.ProcessFileHandler::BeginInvoke(System.Object,ICSharpCode.SharpZipLib.Core.ScanEventArgs,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ProcessFileHandler_BeginInvoke_m283880178 (ProcessFileHandler_t2351317767 * __this, RuntimeObject * ___sender0, ScanEventArgs_t818138135 * ___e1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___sender0; __d_args[1] = ___e1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void ICSharpCode.SharpZipLib.Core.ProcessFileHandler::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void ProcessFileHandler_EndInvoke_m1254380913 (ProcessFileHandler_t2351317767 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Core.ProgressEventArgs::.ctor(System.String,System.Int64,System.Int64) extern "C" IL2CPP_METHOD_ATTR void ProgressEventArgs__ctor_m2115774562 (ProgressEventArgs_t2225467666 * __this, String_t* ___name0, int64_t ___processed1, int64_t ___target2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ProgressEventArgs__ctor_m2115774562_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_continueRunning__4((bool)1); IL2CPP_RUNTIME_CLASS_INIT(EventArgs_t3591816995_il2cpp_TypeInfo_var); EventArgs__ctor_m32674013(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; __this->set_name__1(L_0); int64_t L_1 = ___processed1; __this->set_processed__2(L_1); int64_t L_2 = ___target2; __this->set_target__3(L_2); return; } } // System.Boolean ICSharpCode.SharpZipLib.Core.ProgressEventArgs::get_ContinueRunning() extern "C" IL2CPP_METHOD_ATTR bool ProgressEventArgs_get_ContinueRunning_m2954008749 (ProgressEventArgs_t2225467666 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_continueRunning__4(); return L_0; } } // System.Int64 ICSharpCode.SharpZipLib.Core.ProgressEventArgs::get_Processed() extern "C" IL2CPP_METHOD_ATTR int64_t ProgressEventArgs_get_Processed_m66640609 (ProgressEventArgs_t2225467666 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_processed__2(); return L_0; } } // System.Int64 ICSharpCode.SharpZipLib.Core.ProgressEventArgs::get_Target() extern "C" IL2CPP_METHOD_ATTR int64_t ProgressEventArgs_get_Target_m118227891 (ProgressEventArgs_t2225467666 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_target__3(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Core.ProgressHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ProgressHandler__ctor_m597461118 (ProgressHandler_t1501555482 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void ICSharpCode.SharpZipLib.Core.ProgressHandler::Invoke(System.Object,ICSharpCode.SharpZipLib.Core.ProgressEventArgs) extern "C" IL2CPP_METHOD_ATTR void ProgressHandler_Invoke_m2520782756 (ProgressHandler_t1501555482 * __this, RuntimeObject * ___sender0, ProgressEventArgs_t2225467666 * ___e1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { ProgressHandler_Invoke_m2520782756((ProgressHandler_t1501555482 *)__this->get_prev_9(), ___sender0, ___e1, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, ProgressEventArgs_t2225467666 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___sender0, ___e1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, ProgressEventArgs_t2225467666 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___sender0, ___e1, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RuntimeObject *, ProgressEventArgs_t2225467666 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); else GenericVirtActionInvoker2< RuntimeObject *, ProgressEventArgs_t2225467666 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, ProgressEventArgs_t2225467666 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1); else VirtActionInvoker2< RuntimeObject *, ProgressEventArgs_t2225467666 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, ProgressEventArgs_t2225467666 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< ProgressEventArgs_t2225467666 * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtActionInvoker1< ProgressEventArgs_t2225467666 * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< ProgressEventArgs_t2225467666 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtActionInvoker1< ProgressEventArgs_t2225467666 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, ProgressEventArgs_t2225467666 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } } } } // System.IAsyncResult ICSharpCode.SharpZipLib.Core.ProgressHandler::BeginInvoke(System.Object,ICSharpCode.SharpZipLib.Core.ProgressEventArgs,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ProgressHandler_BeginInvoke_m799643895 (ProgressHandler_t1501555482 * __this, RuntimeObject * ___sender0, ProgressEventArgs_t2225467666 * ___e1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___sender0; __d_args[1] = ___e1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void ICSharpCode.SharpZipLib.Core.ProgressHandler::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void ProgressHandler_EndInvoke_m3410296470 (ProgressHandler_t1501555482 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Core.ScanEventArgs::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ScanEventArgs__ctor_m1487966403 (ScanEventArgs_t818138135 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScanEventArgs__ctor_m1487966403_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_continueRunning__2((bool)1); IL2CPP_RUNTIME_CLASS_INIT(EventArgs_t3591816995_il2cpp_TypeInfo_var); EventArgs__ctor_m32674013(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; __this->set_name__1(L_0); return; } } // System.String ICSharpCode.SharpZipLib.Core.ScanEventArgs::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* ScanEventArgs_get_Name_m936622383 (ScanEventArgs_t818138135 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name__1(); return L_0; } } // System.Boolean ICSharpCode.SharpZipLib.Core.ScanEventArgs::get_ContinueRunning() extern "C" IL2CPP_METHOD_ATTR bool ScanEventArgs_get_ContinueRunning_m487911567 (ScanEventArgs_t818138135 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_continueRunning__2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void ScanFailureEventArgs__ctor_m1384429163 (ScanFailureEventArgs_t2622990035 * __this, String_t* ___name0, Exception_t * ___e1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScanFailureEventArgs__ctor_m1384429163_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EventArgs_t3591816995_il2cpp_TypeInfo_var); EventArgs__ctor_m32674013(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; __this->set_name__1(L_0); Exception_t * L_1 = ___e1; __this->set_exception__2(L_1); __this->set_continueRunning__3((bool)1); return; } } // System.Boolean ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs::get_ContinueRunning() extern "C" IL2CPP_METHOD_ATTR bool ScanFailureEventArgs_get_ContinueRunning_m1846720921 (ScanFailureEventArgs_t2622990035 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_continueRunning__3(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Core.StreamUtils::ReadFully(System.IO.Stream,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void StreamUtils_ReadFully_m2431329410 (RuntimeObject * __this /* static, unused */, Stream_t1273022909 * ___stream0, ByteU5BU5D_t4116647657* ___buffer1, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = ___stream0; ByteU5BU5D_t4116647657* L_1 = ___buffer1; ByteU5BU5D_t4116647657* L_2 = ___buffer1; NullCheck(L_2); StreamUtils_ReadFully_m2266781614(NULL /*static, unused*/, L_0, L_1, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Core.StreamUtils::ReadFully(System.IO.Stream,System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StreamUtils_ReadFully_m2266781614 (RuntimeObject * __this /* static, unused */, Stream_t1273022909 * ___stream0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___offset2, int32_t ___count3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StreamUtils_ReadFully_m2266781614_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Stream_t1273022909 * L_0 = ___stream0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3236680756, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,StreamUtils_ReadFully_m2266781614_RuntimeMethod_var); } IL_000e: { ByteU5BU5D_t4116647657* L_2 = ___buffer1; if (L_2) { goto IL_001c; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,StreamUtils_ReadFully_m2266781614_RuntimeMethod_var); } IL_001c: { int32_t L_4 = ___offset2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0026; } } { int32_t L_5 = ___offset2; ByteU5BU5D_t4116647657* L_6 = ___buffer1; NullCheck(L_6); if ((((int32_t)L_5) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))))) { goto IL_0031; } } IL_0026: { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_7, _stringLiteral1082126080, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,StreamUtils_ReadFully_m2266781614_RuntimeMethod_var); } IL_0031: { int32_t L_8 = ___count3; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_003d; } } { int32_t L_9 = ___offset2; int32_t L_10 = ___count3; ByteU5BU5D_t4116647657* L_11 = ___buffer1; NullCheck(L_11); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))))) { goto IL_0066; } } IL_003d: { ArgumentOutOfRangeException_t777629997 * L_12 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_12, _stringLiteral2002595880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,StreamUtils_ReadFully_m2266781614_RuntimeMethod_var); } IL_0048: { Stream_t1273022909 * L_13 = ___stream0; ByteU5BU5D_t4116647657* L_14 = ___buffer1; int32_t L_15 = ___offset2; int32_t L_16 = ___count3; NullCheck(L_13); int32_t L_17 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(18 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_13, L_14, L_15, L_16); V_0 = L_17; int32_t L_18 = V_0; if ((((int32_t)L_18) > ((int32_t)0))) { goto IL_005c; } } { EndOfStreamException_t2015613008 * L_19 = (EndOfStreamException_t2015613008 *)il2cpp_codegen_object_new(EndOfStreamException_t2015613008_il2cpp_TypeInfo_var); EndOfStreamException__ctor_m2202021005(L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,StreamUtils_ReadFully_m2266781614_RuntimeMethod_var); } IL_005c: { int32_t L_20 = ___offset2; int32_t L_21 = V_0; ___offset2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21)); int32_t L_22 = ___count3; int32_t L_23 = V_0; ___count3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)L_23)); } IL_0066: { int32_t L_24 = ___count3; if ((((int32_t)L_24) > ((int32_t)0))) { goto IL_0048; } } { return; } } // System.Void ICSharpCode.SharpZipLib.Core.StreamUtils::Copy(System.IO.Stream,System.IO.Stream,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void StreamUtils_Copy_m433623798 (RuntimeObject * __this /* static, unused */, Stream_t1273022909 * ___source0, Stream_t1273022909 * ___destination1, ByteU5BU5D_t4116647657* ___buffer2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StreamUtils_Copy_m433623798_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; { Stream_t1273022909 * L_0 = ___source0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4294193667, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,StreamUtils_Copy_m433623798_RuntimeMethod_var); } IL_000e: { Stream_t1273022909 * L_2 = ___destination1; if (L_2) { goto IL_001c; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral2783568775, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,StreamUtils_Copy_m433623798_RuntimeMethod_var); } IL_001c: { ByteU5BU5D_t4116647657* L_4 = ___buffer2; if (L_4) { goto IL_002a; } } { ArgumentNullException_t1615371798 * L_5 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_5, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,StreamUtils_Copy_m433623798_RuntimeMethod_var); } IL_002a: { ByteU5BU5D_t4116647657* L_6 = ___buffer2; NullCheck(L_6); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))) >= ((int32_t)((int32_t)128)))) { goto IL_0044; } } { ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_7, _stringLiteral1405240780, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,StreamUtils_Copy_m433623798_RuntimeMethod_var); } IL_0044: { V_0 = (bool)1; goto IL_006b; } IL_0048: { Stream_t1273022909 * L_8 = ___source0; ByteU5BU5D_t4116647657* L_9 = ___buffer2; ByteU5BU5D_t4116647657* L_10 = ___buffer2; NullCheck(L_10); NullCheck(L_8); int32_t L_11 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(18 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_8, L_9, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))); V_1 = L_11; int32_t L_12 = V_1; if ((((int32_t)L_12) <= ((int32_t)0))) { goto IL_0063; } } { Stream_t1273022909 * L_13 = ___destination1; ByteU5BU5D_t4116647657* L_14 = ___buffer2; int32_t L_15 = V_1; NullCheck(L_13); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_13, L_14, 0, L_15); goto IL_006b; } IL_0063: { Stream_t1273022909 * L_16 = ___destination1; NullCheck(L_16); VirtActionInvoker0::Invoke(17 /* System.Void System.IO.Stream::Flush() */, L_16); V_0 = (bool)0; } IL_006b: { bool L_17 = V_0; if (L_17) { goto IL_0048; } } { return; } } // System.Void ICSharpCode.SharpZipLib.Core.StreamUtils::Copy(System.IO.Stream,System.IO.Stream,System.Byte[],ICSharpCode.SharpZipLib.Core.ProgressHandler,System.TimeSpan,System.Object,System.String) extern "C" IL2CPP_METHOD_ATTR void StreamUtils_Copy_m2247772606 (RuntimeObject * __this /* static, unused */, Stream_t1273022909 * ___source0, Stream_t1273022909 * ___destination1, ByteU5BU5D_t4116647657* ___buffer2, ProgressHandler_t1501555482 * ___progressHandler3, TimeSpan_t881159249 ___updateInterval4, RuntimeObject * ___sender5, String_t* ___name6, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = ___source0; Stream_t1273022909 * L_1 = ___destination1; ByteU5BU5D_t4116647657* L_2 = ___buffer2; ProgressHandler_t1501555482 * L_3 = ___progressHandler3; TimeSpan_t881159249 L_4 = ___updateInterval4; RuntimeObject * L_5 = ___sender5; String_t* L_6 = ___name6; StreamUtils_Copy_m2323930169(NULL /*static, unused*/, L_0, L_1, L_2, L_3, L_4, L_5, L_6, (((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Core.StreamUtils::Copy(System.IO.Stream,System.IO.Stream,System.Byte[],ICSharpCode.SharpZipLib.Core.ProgressHandler,System.TimeSpan,System.Object,System.String,System.Int64) extern "C" IL2CPP_METHOD_ATTR void StreamUtils_Copy_m2323930169 (RuntimeObject * __this /* static, unused */, Stream_t1273022909 * ___source0, Stream_t1273022909 * ___destination1, ByteU5BU5D_t4116647657* ___buffer2, ProgressHandler_t1501555482 * ___progressHandler3, TimeSpan_t881159249 ___updateInterval4, RuntimeObject * ___sender5, String_t* ___name6, int64_t ___fixedTarget7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StreamUtils_Copy_m2323930169_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; DateTime_t3738529785 V_1; memset(&V_1, 0, sizeof(V_1)); int64_t V_2 = 0; int64_t V_3 = 0; ProgressEventArgs_t2225467666 * V_4 = NULL; bool V_5 = false; int32_t V_6 = 0; { Stream_t1273022909 * L_0 = ___source0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4294193667, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,StreamUtils_Copy_m2323930169_RuntimeMethod_var); } IL_000e: { Stream_t1273022909 * L_2 = ___destination1; if (L_2) { goto IL_001c; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral2783568775, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,StreamUtils_Copy_m2323930169_RuntimeMethod_var); } IL_001c: { ByteU5BU5D_t4116647657* L_4 = ___buffer2; if (L_4) { goto IL_002a; } } { ArgumentNullException_t1615371798 * L_5 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_5, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,StreamUtils_Copy_m2323930169_RuntimeMethod_var); } IL_002a: { ByteU5BU5D_t4116647657* L_6 = ___buffer2; NullCheck(L_6); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))) >= ((int32_t)((int32_t)128)))) { goto IL_0044; } } { ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_7, _stringLiteral1405240780, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,StreamUtils_Copy_m2323930169_RuntimeMethod_var); } IL_0044: { ProgressHandler_t1501555482 * L_8 = ___progressHandler3; if (L_8) { goto IL_0052; } } { ArgumentNullException_t1615371798 * L_9 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_9, _stringLiteral715307468, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,StreamUtils_Copy_m2323930169_RuntimeMethod_var); } IL_0052: { V_0 = (bool)1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_10 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_10; V_2 = (((int64_t)((int64_t)0))); V_3 = (((int64_t)((int64_t)0))); int64_t L_11 = ___fixedTarget7; if ((((int64_t)L_11) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_006b; } } { int64_t L_12 = ___fixedTarget7; V_3 = L_12; goto IL_0081; } IL_006b: { Stream_t1273022909 * L_13 = ___source0; NullCheck(L_13); bool L_14 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_13); if (!L_14) { goto IL_0081; } } { Stream_t1273022909 * L_15 = ___source0; NullCheck(L_15); int64_t L_16 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_15); Stream_t1273022909 * L_17 = ___source0; NullCheck(L_17); int64_t L_18 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_17); V_3 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_16, (int64_t)L_18)); } IL_0081: { String_t* L_19 = ___name6; int64_t L_20 = V_2; int64_t L_21 = V_3; ProgressEventArgs_t2225467666 * L_22 = (ProgressEventArgs_t2225467666 *)il2cpp_codegen_object_new(ProgressEventArgs_t2225467666_il2cpp_TypeInfo_var); ProgressEventArgs__ctor_m2115774562(L_22, L_19, L_20, L_21, /*hidden argument*/NULL); V_4 = L_22; ProgressHandler_t1501555482 * L_23 = ___progressHandler3; RuntimeObject * L_24 = ___sender5; ProgressEventArgs_t2225467666 * L_25 = V_4; NullCheck(L_23); ProgressHandler_Invoke_m2520782756(L_23, L_24, L_25, /*hidden argument*/NULL); V_5 = (bool)1; goto IL_0104; } IL_009b: { Stream_t1273022909 * L_26 = ___source0; ByteU5BU5D_t4116647657* L_27 = ___buffer2; ByteU5BU5D_t4116647657* L_28 = ___buffer2; NullCheck(L_28); NullCheck(L_26); int32_t L_29 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(18 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_26, L_27, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length))))); V_6 = L_29; int32_t L_30 = V_6; if ((((int32_t)L_30) <= ((int32_t)0))) { goto IL_00c2; } } { int64_t L_31 = V_2; int32_t L_32 = V_6; V_2 = ((int64_t)il2cpp_codegen_add((int64_t)L_31, (int64_t)(((int64_t)((int64_t)L_32))))); V_5 = (bool)0; Stream_t1273022909 * L_33 = ___destination1; ByteU5BU5D_t4116647657* L_34 = ___buffer2; int32_t L_35 = V_6; NullCheck(L_33); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_33, L_34, 0, L_35); goto IL_00ca; } IL_00c2: { Stream_t1273022909 * L_36 = ___destination1; NullCheck(L_36); VirtActionInvoker0::Invoke(17 /* System.Void System.IO.Stream::Flush() */, L_36); V_0 = (bool)0; } IL_00ca: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_37 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); DateTime_t3738529785 L_38 = V_1; TimeSpan_t881159249 L_39 = DateTime_op_Subtraction_m3579235380(NULL /*static, unused*/, L_37, L_38, /*hidden argument*/NULL); TimeSpan_t881159249 L_40 = ___updateInterval4; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); bool L_41 = TimeSpan_op_GreaterThan_m734703194(NULL /*static, unused*/, L_39, L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_0104; } } { V_5 = (bool)1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_42 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_42; String_t* L_43 = ___name6; int64_t L_44 = V_2; int64_t L_45 = V_3; ProgressEventArgs_t2225467666 * L_46 = (ProgressEventArgs_t2225467666 *)il2cpp_codegen_object_new(ProgressEventArgs_t2225467666_il2cpp_TypeInfo_var); ProgressEventArgs__ctor_m2115774562(L_46, L_43, L_44, L_45, /*hidden argument*/NULL); V_4 = L_46; ProgressHandler_t1501555482 * L_47 = ___progressHandler3; RuntimeObject * L_48 = ___sender5; ProgressEventArgs_t2225467666 * L_49 = V_4; NullCheck(L_47); ProgressHandler_Invoke_m2520782756(L_47, L_48, L_49, /*hidden argument*/NULL); ProgressEventArgs_t2225467666 * L_50 = V_4; NullCheck(L_50); bool L_51 = ProgressEventArgs_get_ContinueRunning_m2954008749(L_50, /*hidden argument*/NULL); V_0 = L_51; } IL_0104: { bool L_52 = V_0; if (L_52) { goto IL_009b; } } { bool L_53 = V_5; if (L_53) { goto IL_0120; } } { String_t* L_54 = ___name6; int64_t L_55 = V_2; int64_t L_56 = V_3; ProgressEventArgs_t2225467666 * L_57 = (ProgressEventArgs_t2225467666 *)il2cpp_codegen_object_new(ProgressEventArgs_t2225467666_il2cpp_TypeInfo_var); ProgressEventArgs__ctor_m2115774562(L_57, L_54, L_55, L_56, /*hidden argument*/NULL); V_4 = L_57; ProgressHandler_t1501555482 * L_58 = ___progressHandler3; RuntimeObject * L_59 = ___sender5; ProgressEventArgs_t2225467666 * L_60 = V_4; NullCheck(L_58); ProgressHandler_Invoke_m2520782756(L_58, L_59, L_60, /*hidden argument*/NULL); } IL_0120: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String ICSharpCode.SharpZipLib.Core.WindowsPathUtils::DropPathRoot(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* WindowsPathUtils_DropPathRoot_m1231663244 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WindowsPathUtils_DropPathRoot_m1231663244_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { String_t* L_0 = ___path0; V_0 = L_0; String_t* L_1 = ___path0; if (!L_1) { goto IL_00df; } } { String_t* L_2 = ___path0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_00df; } } { String_t* L_4 = ___path0; NullCheck(L_4); Il2CppChar L_5 = String_get_Chars_m2986988803(L_4, 0, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)((int32_t)92)))) { goto IL_002a; } } { String_t* L_6 = ___path0; NullCheck(L_6); Il2CppChar L_7 = String_get_Chars_m2986988803(L_6, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)47))))) { goto IL_009f; } } IL_002a: { String_t* L_8 = ___path0; NullCheck(L_8); int32_t L_9 = String_get_Length_m3847582255(L_8, /*hidden argument*/NULL); if ((((int32_t)L_9) <= ((int32_t)1))) { goto IL_00df; } } { String_t* L_10 = ___path0; NullCheck(L_10); Il2CppChar L_11 = String_get_Chars_m2986988803(L_10, 1, /*hidden argument*/NULL); if ((((int32_t)L_11) == ((int32_t)((int32_t)92)))) { goto IL_004f; } } { String_t* L_12 = ___path0; NullCheck(L_12); Il2CppChar L_13 = String_get_Chars_m2986988803(L_12, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)47))))) { goto IL_00df; } } IL_004f: { V_1 = 2; V_2 = 2; goto IL_0059; } IL_0055: { int32_t L_14 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0059: { int32_t L_15 = V_1; String_t* L_16 = ___path0; NullCheck(L_16); int32_t L_17 = String_get_Length_m3847582255(L_16, /*hidden argument*/NULL); if ((((int32_t)L_15) > ((int32_t)L_17))) { goto IL_0080; } } { String_t* L_18 = ___path0; int32_t L_19 = V_1; NullCheck(L_18); Il2CppChar L_20 = String_get_Chars_m2986988803(L_18, L_19, /*hidden argument*/NULL); if ((((int32_t)L_20) == ((int32_t)((int32_t)92)))) { goto IL_0078; } } { String_t* L_21 = ___path0; int32_t L_22 = V_1; NullCheck(L_21); Il2CppChar L_23 = String_get_Chars_m2986988803(L_21, L_22, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)47))))) { goto IL_0055; } } IL_0078: { int32_t L_24 = V_2; int32_t L_25 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)); V_2 = L_25; if ((((int32_t)L_25) > ((int32_t)0))) { goto IL_0055; } } IL_0080: { int32_t L_26 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); int32_t L_27 = V_1; String_t* L_28 = ___path0; NullCheck(L_28); int32_t L_29 = String_get_Length_m3847582255(L_28, /*hidden argument*/NULL); if ((((int32_t)L_27) >= ((int32_t)L_29))) { goto IL_0097; } } { String_t* L_30 = ___path0; int32_t L_31 = V_1; NullCheck(L_30); String_t* L_32 = String_Substring_m2848979100(L_30, L_31, /*hidden argument*/NULL); V_0 = L_32; goto IL_00df; } IL_0097: { V_0 = _stringLiteral757602046; goto IL_00df; } IL_009f: { String_t* L_33 = ___path0; NullCheck(L_33); int32_t L_34 = String_get_Length_m3847582255(L_33, /*hidden argument*/NULL); if ((((int32_t)L_34) <= ((int32_t)1))) { goto IL_00df; } } { String_t* L_35 = ___path0; NullCheck(L_35); Il2CppChar L_36 = String_get_Chars_m2986988803(L_35, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)58))))) { goto IL_00df; } } { V_3 = 2; String_t* L_37 = ___path0; NullCheck(L_37); int32_t L_38 = String_get_Length_m3847582255(L_37, /*hidden argument*/NULL); if ((((int32_t)L_38) <= ((int32_t)2))) { goto IL_00d6; } } { String_t* L_39 = ___path0; NullCheck(L_39); Il2CppChar L_40 = String_get_Chars_m2986988803(L_39, 2, /*hidden argument*/NULL); if ((((int32_t)L_40) == ((int32_t)((int32_t)92)))) { goto IL_00d4; } } { String_t* L_41 = ___path0; NullCheck(L_41); Il2CppChar L_42 = String_get_Chars_m2986988803(L_41, 2, /*hidden argument*/NULL); if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)47))))) { goto IL_00d6; } } IL_00d4: { V_3 = 3; } IL_00d6: { String_t* L_43 = V_0; int32_t L_44 = V_3; NullCheck(L_43); String_t* L_45 = String_Remove_m562998446(L_43, 0, L_44, /*hidden argument*/NULL); V_0 = L_45; } IL_00df: { String_t* L_46 = V_0; return L_46; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte[] ICSharpCode.SharpZipLib.Encryption.PkzipClassic::GenerateKeys(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PkzipClassic_GenerateKeys_m185072513 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___seed0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PkzipClassic_GenerateKeys_m185072513_MetadataUsageId); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_t2770800703* V_0 = NULL; int32_t V_1 = 0; ByteU5BU5D_t4116647657* V_2 = NULL; { ByteU5BU5D_t4116647657* L_0 = ___seed0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2757345630, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,PkzipClassic_GenerateKeys_m185072513_RuntimeMethod_var); } IL_000e: { ByteU5BU5D_t4116647657* L_2 = ___seed0; NullCheck(L_2); if ((((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) { goto IL_0023; } } { ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_3, _stringLiteral4179328760, _stringLiteral2757345630, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,PkzipClassic_GenerateKeys_m185072513_RuntimeMethod_var); } IL_0023: { UInt32U5BU5D_t2770800703* L_4 = ((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)3)); RuntimeFieldHandle_t1871169219 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078____U24U24method0x6000430U2D1_15_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); V_0 = L_4; V_1 = 0; goto IL_0076; } IL_0039: { UInt32U5BU5D_t2770800703* L_6 = V_0; UInt32U5BU5D_t2770800703* L_7 = V_0; NullCheck(L_7); int32_t L_8 = 0; uint32_t L_9 = (L_7)->GetAt(static_cast(L_8)); ByteU5BU5D_t4116647657* L_10 = ___seed0; int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = L_11; uint8_t L_13 = (L_10)->GetAt(static_cast(L_12)); IL2CPP_RUNTIME_CLASS_INIT(Crc32_t4094429278_il2cpp_TypeInfo_var); uint32_t L_14 = Crc32_ComputeCrc32_m3219477660(NULL /*static, unused*/, L_9, L_13, /*hidden argument*/NULL); NullCheck(L_6); (L_6)->SetAt(static_cast(0), (uint32_t)L_14); UInt32U5BU5D_t2770800703* L_15 = V_0; UInt32U5BU5D_t2770800703* L_16 = V_0; NullCheck(L_16); int32_t L_17 = 1; uint32_t L_18 = (L_16)->GetAt(static_cast(L_17)); UInt32U5BU5D_t2770800703* L_19 = V_0; NullCheck(L_19); int32_t L_20 = 0; uint32_t L_21 = (L_19)->GetAt(static_cast(L_20)); NullCheck(L_15); (L_15)->SetAt(static_cast(1), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)(((int32_t)((uint8_t)L_21)))))); UInt32U5BU5D_t2770800703* L_22 = V_0; UInt32U5BU5D_t2770800703* L_23 = V_0; NullCheck(L_23); int32_t L_24 = 1; uint32_t L_25 = (L_23)->GetAt(static_cast(L_24)); NullCheck(L_22); (L_22)->SetAt(static_cast(1), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_25, (int32_t)((int32_t)134775813))), (int32_t)1))); UInt32U5BU5D_t2770800703* L_26 = V_0; UInt32U5BU5D_t2770800703* L_27 = V_0; NullCheck(L_27); int32_t L_28 = 2; uint32_t L_29 = (L_27)->GetAt(static_cast(L_28)); UInt32U5BU5D_t2770800703* L_30 = V_0; NullCheck(L_30); int32_t L_31 = 1; uint32_t L_32 = (L_30)->GetAt(static_cast(L_31)); uint32_t L_33 = Crc32_ComputeCrc32_m3219477660(NULL /*static, unused*/, L_29, (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_32>>((int32_t)24)))))), /*hidden argument*/NULL); NullCheck(L_26); (L_26)->SetAt(static_cast(2), (uint32_t)L_33); int32_t L_34 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_0076: { int32_t L_35 = V_1; ByteU5BU5D_t4116647657* L_36 = ___seed0; NullCheck(L_36); if ((((int32_t)L_35) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_36)->max_length))))))) { goto IL_0039; } } { V_2 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12))); ByteU5BU5D_t4116647657* L_37 = V_2; UInt32U5BU5D_t2770800703* L_38 = V_0; NullCheck(L_38); int32_t L_39 = 0; uint32_t L_40 = (L_38)->GetAt(static_cast(L_39)); NullCheck(L_37); (L_37)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_40&(int32_t)((int32_t)255))))))); ByteU5BU5D_t4116647657* L_41 = V_2; UInt32U5BU5D_t2770800703* L_42 = V_0; NullCheck(L_42); int32_t L_43 = 0; uint32_t L_44 = (L_42)->GetAt(static_cast(L_43)); NullCheck(L_41); (L_41)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_44>>8))&(int32_t)((int32_t)255))))))); ByteU5BU5D_t4116647657* L_45 = V_2; UInt32U5BU5D_t2770800703* L_46 = V_0; NullCheck(L_46); int32_t L_47 = 0; uint32_t L_48 = (L_46)->GetAt(static_cast(L_47)); NullCheck(L_45); (L_45)->SetAt(static_cast(2), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_48>>((int32_t)16)))&(int32_t)((int32_t)255))))))); ByteU5BU5D_t4116647657* L_49 = V_2; UInt32U5BU5D_t2770800703* L_50 = V_0; NullCheck(L_50); int32_t L_51 = 0; uint32_t L_52 = (L_50)->GetAt(static_cast(L_51)); NullCheck(L_49); (L_49)->SetAt(static_cast(3), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_52>>((int32_t)24)))&(int32_t)((int32_t)255))))))); ByteU5BU5D_t4116647657* L_53 = V_2; UInt32U5BU5D_t2770800703* L_54 = V_0; NullCheck(L_54); int32_t L_55 = 1; uint32_t L_56 = (L_54)->GetAt(static_cast(L_55)); NullCheck(L_53); (L_53)->SetAt(static_cast(4), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_56&(int32_t)((int32_t)255))))))); ByteU5BU5D_t4116647657* L_57 = V_2; UInt32U5BU5D_t2770800703* L_58 = V_0; NullCheck(L_58); int32_t L_59 = 1; uint32_t L_60 = (L_58)->GetAt(static_cast(L_59)); NullCheck(L_57); (L_57)->SetAt(static_cast(5), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_60>>8))&(int32_t)((int32_t)255))))))); ByteU5BU5D_t4116647657* L_61 = V_2; UInt32U5BU5D_t2770800703* L_62 = V_0; NullCheck(L_62); int32_t L_63 = 1; uint32_t L_64 = (L_62)->GetAt(static_cast(L_63)); NullCheck(L_61); (L_61)->SetAt(static_cast(6), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_64>>((int32_t)16)))&(int32_t)((int32_t)255))))))); ByteU5BU5D_t4116647657* L_65 = V_2; UInt32U5BU5D_t2770800703* L_66 = V_0; NullCheck(L_66); int32_t L_67 = 1; uint32_t L_68 = (L_66)->GetAt(static_cast(L_67)); NullCheck(L_65); (L_65)->SetAt(static_cast(7), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_68>>((int32_t)24)))&(int32_t)((int32_t)255))))))); ByteU5BU5D_t4116647657* L_69 = V_2; UInt32U5BU5D_t2770800703* L_70 = V_0; NullCheck(L_70); int32_t L_71 = 2; uint32_t L_72 = (L_70)->GetAt(static_cast(L_71)); NullCheck(L_69); (L_69)->SetAt(static_cast(8), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_72&(int32_t)((int32_t)255))))))); ByteU5BU5D_t4116647657* L_73 = V_2; UInt32U5BU5D_t2770800703* L_74 = V_0; NullCheck(L_74); int32_t L_75 = 2; uint32_t L_76 = (L_74)->GetAt(static_cast(L_75)); NullCheck(L_73); (L_73)->SetAt(static_cast(((int32_t)9)), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_76>>8))&(int32_t)((int32_t)255))))))); ByteU5BU5D_t4116647657* L_77 = V_2; UInt32U5BU5D_t2770800703* L_78 = V_0; NullCheck(L_78); int32_t L_79 = 2; uint32_t L_80 = (L_78)->GetAt(static_cast(L_79)); NullCheck(L_77); (L_77)->SetAt(static_cast(((int32_t)10)), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_80>>((int32_t)16)))&(int32_t)((int32_t)255))))))); ByteU5BU5D_t4116647657* L_81 = V_2; UInt32U5BU5D_t2770800703* L_82 = V_0; NullCheck(L_82); int32_t L_83 = 2; uint32_t L_84 = (L_82)->GetAt(static_cast(L_83)); NullCheck(L_81); (L_81)->SetAt(static_cast(((int32_t)11)), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_84>>((int32_t)24)))&(int32_t)((int32_t)255))))))); ByteU5BU5D_t4116647657* L_85 = V_2; return L_85; } } // System.Void ICSharpCode.SharpZipLib.Encryption.PkzipClassic::.ctor() extern "C" IL2CPP_METHOD_ATTR void PkzipClassic__ctor_m1043877915 (PkzipClassic_t3871723075 * __this, const RuntimeMethod* method) { { SymmetricAlgorithm__ctor_m467277132(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte ICSharpCode.SharpZipLib.Encryption.PkzipClassicCryptoBase::TransformByte() extern "C" IL2CPP_METHOD_ATTR uint8_t PkzipClassicCryptoBase_TransformByte_m1622558770 (PkzipClassicCryptoBase_t1848349533 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; { UInt32U5BU5D_t2770800703* L_0 = __this->get_keys_0(); NullCheck(L_0); int32_t L_1 = 2; uint32_t L_2 = (L_0)->GetAt(static_cast(L_1)); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)65535)))|(int32_t)2)); uint32_t L_3 = V_0; uint32_t L_4 = V_0; return (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)((int32_t)((int32_t)L_4^(int32_t)1))))>>8))))); } } // System.Void ICSharpCode.SharpZipLib.Encryption.PkzipClassicCryptoBase::SetKeys(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void PkzipClassicCryptoBase_SetKeys_m280244338 (PkzipClassicCryptoBase_t1848349533 * __this, ByteU5BU5D_t4116647657* ___keyData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PkzipClassicCryptoBase_SetKeys_m280244338_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___keyData0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3576982476, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,PkzipClassicCryptoBase_SetKeys_m280244338_RuntimeMethod_var); } IL_000e: { ByteU5BU5D_t4116647657* L_2 = ___keyData0; NullCheck(L_2); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) == ((int32_t)((int32_t)12)))) { goto IL_0020; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, _stringLiteral4182060888, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,PkzipClassicCryptoBase_SetKeys_m280244338_RuntimeMethod_var); } IL_0020: { __this->set_keys_0(((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)3))); UInt32U5BU5D_t2770800703* L_4 = __this->get_keys_0(); ByteU5BU5D_t4116647657* L_5 = ___keyData0; NullCheck(L_5); int32_t L_6 = 3; uint8_t L_7 = (L_5)->GetAt(static_cast(L_6)); ByteU5BU5D_t4116647657* L_8 = ___keyData0; NullCheck(L_8); int32_t L_9 = 2; uint8_t L_10 = (L_8)->GetAt(static_cast(L_9)); ByteU5BU5D_t4116647657* L_11 = ___keyData0; NullCheck(L_11); int32_t L_12 = 1; uint8_t L_13 = (L_11)->GetAt(static_cast(L_12)); ByteU5BU5D_t4116647657* L_14 = ___keyData0; NullCheck(L_14); int32_t L_15 = 0; uint8_t L_16 = (L_14)->GetAt(static_cast(L_15)); NullCheck(L_4); (L_4)->SetAt(static_cast(0), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_7<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_10<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_13<<(int32_t)8))))|(int32_t)L_16))); UInt32U5BU5D_t2770800703* L_17 = __this->get_keys_0(); ByteU5BU5D_t4116647657* L_18 = ___keyData0; NullCheck(L_18); int32_t L_19 = 7; uint8_t L_20 = (L_18)->GetAt(static_cast(L_19)); ByteU5BU5D_t4116647657* L_21 = ___keyData0; NullCheck(L_21); int32_t L_22 = 6; uint8_t L_23 = (L_21)->GetAt(static_cast(L_22)); ByteU5BU5D_t4116647657* L_24 = ___keyData0; NullCheck(L_24); int32_t L_25 = 5; uint8_t L_26 = (L_24)->GetAt(static_cast(L_25)); ByteU5BU5D_t4116647657* L_27 = ___keyData0; NullCheck(L_27); int32_t L_28 = 4; uint8_t L_29 = (L_27)->GetAt(static_cast(L_28)); NullCheck(L_17); (L_17)->SetAt(static_cast(1), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_20<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_23<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_26<<(int32_t)8))))|(int32_t)L_29))); UInt32U5BU5D_t2770800703* L_30 = __this->get_keys_0(); ByteU5BU5D_t4116647657* L_31 = ___keyData0; NullCheck(L_31); int32_t L_32 = ((int32_t)11); uint8_t L_33 = (L_31)->GetAt(static_cast(L_32)); ByteU5BU5D_t4116647657* L_34 = ___keyData0; NullCheck(L_34); int32_t L_35 = ((int32_t)10); uint8_t L_36 = (L_34)->GetAt(static_cast(L_35)); ByteU5BU5D_t4116647657* L_37 = ___keyData0; NullCheck(L_37); int32_t L_38 = ((int32_t)9); uint8_t L_39 = (L_37)->GetAt(static_cast(L_38)); ByteU5BU5D_t4116647657* L_40 = ___keyData0; NullCheck(L_40); int32_t L_41 = 8; uint8_t L_42 = (L_40)->GetAt(static_cast(L_41)); NullCheck(L_30); (L_30)->SetAt(static_cast(2), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_33<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_36<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_39<<(int32_t)8))))|(int32_t)L_42))); return; } } // System.Void ICSharpCode.SharpZipLib.Encryption.PkzipClassicCryptoBase::UpdateKeys(System.Byte) extern "C" IL2CPP_METHOD_ATTR void PkzipClassicCryptoBase_UpdateKeys_m923064106 (PkzipClassicCryptoBase_t1848349533 * __this, uint8_t ___ch0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PkzipClassicCryptoBase_UpdateKeys_m923064106_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UInt32U5BU5D_t2770800703* L_0 = __this->get_keys_0(); UInt32U5BU5D_t2770800703* L_1 = __this->get_keys_0(); NullCheck(L_1); int32_t L_2 = 0; uint32_t L_3 = (L_1)->GetAt(static_cast(L_2)); uint8_t L_4 = ___ch0; IL2CPP_RUNTIME_CLASS_INIT(Crc32_t4094429278_il2cpp_TypeInfo_var); uint32_t L_5 = Crc32_ComputeCrc32_m3219477660(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (uint32_t)L_5); UInt32U5BU5D_t2770800703* L_6 = __this->get_keys_0(); UInt32U5BU5D_t2770800703* L_7 = __this->get_keys_0(); NullCheck(L_7); int32_t L_8 = 1; uint32_t L_9 = (L_7)->GetAt(static_cast(L_8)); UInt32U5BU5D_t2770800703* L_10 = __this->get_keys_0(); NullCheck(L_10); int32_t L_11 = 0; uint32_t L_12 = (L_10)->GetAt(static_cast(L_11)); NullCheck(L_6); (L_6)->SetAt(static_cast(1), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)(((int32_t)((uint8_t)L_12)))))); UInt32U5BU5D_t2770800703* L_13 = __this->get_keys_0(); UInt32U5BU5D_t2770800703* L_14 = __this->get_keys_0(); NullCheck(L_14); int32_t L_15 = 1; uint32_t L_16 = (L_14)->GetAt(static_cast(L_15)); NullCheck(L_13); (L_13)->SetAt(static_cast(1), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)((int32_t)134775813))), (int32_t)1))); UInt32U5BU5D_t2770800703* L_17 = __this->get_keys_0(); UInt32U5BU5D_t2770800703* L_18 = __this->get_keys_0(); NullCheck(L_18); int32_t L_19 = 2; uint32_t L_20 = (L_18)->GetAt(static_cast(L_19)); UInt32U5BU5D_t2770800703* L_21 = __this->get_keys_0(); NullCheck(L_21); int32_t L_22 = 1; uint32_t L_23 = (L_21)->GetAt(static_cast(L_22)); uint32_t L_24 = Crc32_ComputeCrc32_m3219477660(NULL /*static, unused*/, L_20, (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_23>>((int32_t)24)))))), /*hidden argument*/NULL); NullCheck(L_17); (L_17)->SetAt(static_cast(2), (uint32_t)L_24); return; } } // System.Void ICSharpCode.SharpZipLib.Encryption.PkzipClassicCryptoBase::Reset() extern "C" IL2CPP_METHOD_ATTR void PkzipClassicCryptoBase_Reset_m3728371256 (PkzipClassicCryptoBase_t1848349533 * __this, const RuntimeMethod* method) { { UInt32U5BU5D_t2770800703* L_0 = __this->get_keys_0(); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (uint32_t)0); UInt32U5BU5D_t2770800703* L_1 = __this->get_keys_0(); NullCheck(L_1); (L_1)->SetAt(static_cast(1), (uint32_t)0); UInt32U5BU5D_t2770800703* L_2 = __this->get_keys_0(); NullCheck(L_2); (L_2)->SetAt(static_cast(2), (uint32_t)0); return; } } // System.Void ICSharpCode.SharpZipLib.Encryption.PkzipClassicCryptoBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void PkzipClassicCryptoBase__ctor_m2524885440 (PkzipClassicCryptoBase_t1848349533 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Encryption.PkzipClassicDecryptCryptoTransform::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void PkzipClassicDecryptCryptoTransform__ctor_m1845395083 (PkzipClassicDecryptCryptoTransform_t3442094171 * __this, ByteU5BU5D_t4116647657* ___keyBlock0, const RuntimeMethod* method) { { PkzipClassicCryptoBase__ctor_m2524885440(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_0 = ___keyBlock0; PkzipClassicCryptoBase_SetKeys_m280244338(__this, L_0, /*hidden argument*/NULL); return; } } // System.Byte[] ICSharpCode.SharpZipLib.Encryption.PkzipClassicDecryptCryptoTransform::TransformFinalBlock(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PkzipClassicDecryptCryptoTransform_TransformFinalBlock_m1214979423 (PkzipClassicDecryptCryptoTransform_t3442094171 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PkzipClassicDecryptCryptoTransform_TransformFinalBlock_m1214979423_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { int32_t L_0 = ___inputCount2; V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_0)); ByteU5BU5D_t4116647657* L_1 = ___inputBuffer0; int32_t L_2 = ___inputOffset1; int32_t L_3 = ___inputCount2; ByteU5BU5D_t4116647657* L_4 = V_0; PkzipClassicDecryptCryptoTransform_TransformBlock_m1353054549(__this, L_1, L_2, L_3, L_4, 0, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_5 = V_0; return L_5; } } // System.Int32 ICSharpCode.SharpZipLib.Encryption.PkzipClassicDecryptCryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t PkzipClassicDecryptCryptoTransform_TransformBlock_m1353054549 (PkzipClassicDecryptCryptoTransform_t3442094171 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_t4116647657* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method) { int32_t V_0 = 0; uint8_t V_1 = 0x0; { int32_t L_0 = ___inputOffset1; V_0 = L_0; goto IL_0026; } IL_0004: { ByteU5BU5D_t4116647657* L_1 = ___inputBuffer0; int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = L_2; uint8_t L_4 = (L_1)->GetAt(static_cast(L_3)); uint8_t L_5 = PkzipClassicCryptoBase_TransformByte_m1622558770(__this, /*hidden argument*/NULL); V_1 = (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_4^(int32_t)L_5))))); ByteU5BU5D_t4116647657* L_6 = ___outputBuffer3; int32_t L_7 = ___outputOffset4; int32_t L_8 = L_7; ___outputOffset4 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); uint8_t L_9 = V_1; NullCheck(L_6); (L_6)->SetAt(static_cast(L_8), (uint8_t)L_9); uint8_t L_10 = V_1; PkzipClassicCryptoBase_UpdateKeys_m923064106(__this, L_10, /*hidden argument*/NULL); int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0026: { int32_t L_12 = V_0; int32_t L_13 = ___inputOffset1; int32_t L_14 = ___inputCount2; if ((((int32_t)L_12) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14))))) { goto IL_0004; } } { int32_t L_15 = ___inputCount2; return L_15; } } // System.Boolean ICSharpCode.SharpZipLib.Encryption.PkzipClassicDecryptCryptoTransform::get_CanReuseTransform() extern "C" IL2CPP_METHOD_ATTR bool PkzipClassicDecryptCryptoTransform_get_CanReuseTransform_m3904334612 (PkzipClassicDecryptCryptoTransform_t3442094171 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Int32 ICSharpCode.SharpZipLib.Encryption.PkzipClassicDecryptCryptoTransform::get_InputBlockSize() extern "C" IL2CPP_METHOD_ATTR int32_t PkzipClassicDecryptCryptoTransform_get_InputBlockSize_m186202695 (PkzipClassicDecryptCryptoTransform_t3442094171 * __this, const RuntimeMethod* method) { { return 1; } } // System.Int32 ICSharpCode.SharpZipLib.Encryption.PkzipClassicDecryptCryptoTransform::get_OutputBlockSize() extern "C" IL2CPP_METHOD_ATTR int32_t PkzipClassicDecryptCryptoTransform_get_OutputBlockSize_m2194961952 (PkzipClassicDecryptCryptoTransform_t3442094171 * __this, const RuntimeMethod* method) { { return 1; } } // System.Boolean ICSharpCode.SharpZipLib.Encryption.PkzipClassicDecryptCryptoTransform::get_CanTransformMultipleBlocks() extern "C" IL2CPP_METHOD_ATTR bool PkzipClassicDecryptCryptoTransform_get_CanTransformMultipleBlocks_m1132548391 (PkzipClassicDecryptCryptoTransform_t3442094171 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void ICSharpCode.SharpZipLib.Encryption.PkzipClassicDecryptCryptoTransform::Dispose() extern "C" IL2CPP_METHOD_ATTR void PkzipClassicDecryptCryptoTransform_Dispose_m3966587655 (PkzipClassicDecryptCryptoTransform_t3442094171 * __this, const RuntimeMethod* method) { { PkzipClassicCryptoBase_Reset_m3728371256(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Encryption.PkzipClassicEncryptCryptoTransform::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void PkzipClassicEncryptCryptoTransform__ctor_m1123008635 (PkzipClassicEncryptCryptoTransform_t2462363826 * __this, ByteU5BU5D_t4116647657* ___keyBlock0, const RuntimeMethod* method) { { PkzipClassicCryptoBase__ctor_m2524885440(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_0 = ___keyBlock0; PkzipClassicCryptoBase_SetKeys_m280244338(__this, L_0, /*hidden argument*/NULL); return; } } // System.Byte[] ICSharpCode.SharpZipLib.Encryption.PkzipClassicEncryptCryptoTransform::TransformFinalBlock(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PkzipClassicEncryptCryptoTransform_TransformFinalBlock_m596712451 (PkzipClassicEncryptCryptoTransform_t2462363826 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PkzipClassicEncryptCryptoTransform_TransformFinalBlock_m596712451_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { int32_t L_0 = ___inputCount2; V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_0)); ByteU5BU5D_t4116647657* L_1 = ___inputBuffer0; int32_t L_2 = ___inputOffset1; int32_t L_3 = ___inputCount2; ByteU5BU5D_t4116647657* L_4 = V_0; PkzipClassicEncryptCryptoTransform_TransformBlock_m2705229653(__this, L_1, L_2, L_3, L_4, 0, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_5 = V_0; return L_5; } } // System.Int32 ICSharpCode.SharpZipLib.Encryption.PkzipClassicEncryptCryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t PkzipClassicEncryptCryptoTransform_TransformBlock_m2705229653 (PkzipClassicEncryptCryptoTransform_t2462363826 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_t4116647657* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method) { int32_t V_0 = 0; uint8_t V_1 = 0x0; { int32_t L_0 = ___inputOffset1; V_0 = L_0; goto IL_0028; } IL_0004: { ByteU5BU5D_t4116647657* L_1 = ___inputBuffer0; int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = L_2; uint8_t L_4 = (L_1)->GetAt(static_cast(L_3)); V_1 = L_4; ByteU5BU5D_t4116647657* L_5 = ___outputBuffer3; int32_t L_6 = ___outputOffset4; int32_t L_7 = L_6; ___outputOffset4 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); ByteU5BU5D_t4116647657* L_8 = ___inputBuffer0; int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = L_9; uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); uint8_t L_12 = PkzipClassicCryptoBase_TransformByte_m1622558770(__this, /*hidden argument*/NULL); NullCheck(L_5); (L_5)->SetAt(static_cast(L_7), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_11^(int32_t)L_12)))))); uint8_t L_13 = V_1; PkzipClassicCryptoBase_UpdateKeys_m923064106(__this, L_13, /*hidden argument*/NULL); int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0028: { int32_t L_15 = V_0; int32_t L_16 = ___inputOffset1; int32_t L_17 = ___inputCount2; if ((((int32_t)L_15) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17))))) { goto IL_0004; } } { int32_t L_18 = ___inputCount2; return L_18; } } // System.Boolean ICSharpCode.SharpZipLib.Encryption.PkzipClassicEncryptCryptoTransform::get_CanReuseTransform() extern "C" IL2CPP_METHOD_ATTR bool PkzipClassicEncryptCryptoTransform_get_CanReuseTransform_m3441992675 (PkzipClassicEncryptCryptoTransform_t2462363826 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Int32 ICSharpCode.SharpZipLib.Encryption.PkzipClassicEncryptCryptoTransform::get_InputBlockSize() extern "C" IL2CPP_METHOD_ATTR int32_t PkzipClassicEncryptCryptoTransform_get_InputBlockSize_m2379010525 (PkzipClassicEncryptCryptoTransform_t2462363826 * __this, const RuntimeMethod* method) { { return 1; } } // System.Int32 ICSharpCode.SharpZipLib.Encryption.PkzipClassicEncryptCryptoTransform::get_OutputBlockSize() extern "C" IL2CPP_METHOD_ATTR int32_t PkzipClassicEncryptCryptoTransform_get_OutputBlockSize_m4215255250 (PkzipClassicEncryptCryptoTransform_t2462363826 * __this, const RuntimeMethod* method) { { return 1; } } // System.Boolean ICSharpCode.SharpZipLib.Encryption.PkzipClassicEncryptCryptoTransform::get_CanTransformMultipleBlocks() extern "C" IL2CPP_METHOD_ATTR bool PkzipClassicEncryptCryptoTransform_get_CanTransformMultipleBlocks_m2011613153 (PkzipClassicEncryptCryptoTransform_t2462363826 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void ICSharpCode.SharpZipLib.Encryption.PkzipClassicEncryptCryptoTransform::Dispose() extern "C" IL2CPP_METHOD_ATTR void PkzipClassicEncryptCryptoTransform_Dispose_m3901868716 (PkzipClassicEncryptCryptoTransform_t2462363826 * __this, const RuntimeMethod* method) { { PkzipClassicCryptoBase_Reset_m3728371256(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 ICSharpCode.SharpZipLib.Encryption.PkzipClassicManaged::get_BlockSize() extern "C" IL2CPP_METHOD_ATTR int32_t PkzipClassicManaged_get_BlockSize_m3360721489 (PkzipClassicManaged_t3913554169 * __this, const RuntimeMethod* method) { { return 8; } } // System.Void ICSharpCode.SharpZipLib.Encryption.PkzipClassicManaged::set_BlockSize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PkzipClassicManaged_set_BlockSize_m3377030972 (PkzipClassicManaged_t3913554169 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PkzipClassicManaged_set_BlockSize_m3377030972_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; if ((((int32_t)L_0) == ((int32_t)8))) { goto IL_000f; } } { CryptographicException_t248831461 * L_1 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_1, _stringLiteral3310839793, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,PkzipClassicManaged_set_BlockSize_m3377030972_RuntimeMethod_var); } IL_000f: { return; } } // System.Security.Cryptography.KeySizes[] ICSharpCode.SharpZipLib.Encryption.PkzipClassicManaged::get_LegalKeySizes() extern "C" IL2CPP_METHOD_ATTR KeySizesU5BU5D_t722666473* PkzipClassicManaged_get_LegalKeySizes_m3526465591 (PkzipClassicManaged_t3913554169 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PkzipClassicManaged_get_LegalKeySizes_m3526465591_MetadataUsageId); s_Il2CppMethodInitialized = true; } KeySizesU5BU5D_t722666473* V_0 = NULL; { V_0 = ((KeySizesU5BU5D_t722666473*)SZArrayNew(KeySizesU5BU5D_t722666473_il2cpp_TypeInfo_var, (uint32_t)1)); KeySizesU5BU5D_t722666473* L_0 = V_0; KeySizes_t85027896 * L_1 = (KeySizes_t85027896 *)il2cpp_codegen_object_new(KeySizes_t85027896_il2cpp_TypeInfo_var); KeySizes__ctor_m3113946058(L_1, ((int32_t)96), ((int32_t)96), 0, /*hidden argument*/NULL); NullCheck(L_0); ArrayElementTypeCheck (L_0, L_1); (L_0)->SetAt(static_cast(0), (KeySizes_t85027896 *)L_1); KeySizesU5BU5D_t722666473* L_2 = V_0; return L_2; } } // System.Void ICSharpCode.SharpZipLib.Encryption.PkzipClassicManaged::GenerateIV() extern "C" IL2CPP_METHOD_ATTR void PkzipClassicManaged_GenerateIV_m416557229 (PkzipClassicManaged_t3913554169 * __this, const RuntimeMethod* method) { { return; } } // System.Byte[] ICSharpCode.SharpZipLib.Encryption.PkzipClassicManaged::get_Key() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PkzipClassicManaged_get_Key_m3431056199 (PkzipClassicManaged_t3913554169 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PkzipClassicManaged_get_Key_m3431056199_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = __this->get_key__10(); if (L_0) { goto IL_000e; } } { VirtActionInvoker0::Invoke(25 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::GenerateKey() */, __this); } IL_000e: { ByteU5BU5D_t4116647657* L_1 = __this->get_key__10(); NullCheck((RuntimeArray *)(RuntimeArray *)L_1); RuntimeObject * L_2 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL); return ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); } } // System.Void ICSharpCode.SharpZipLib.Encryption.PkzipClassicManaged::set_Key(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void PkzipClassicManaged_set_Key_m186960141 (PkzipClassicManaged_t3913554169 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PkzipClassicManaged_set_Key_m186960141_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,PkzipClassicManaged_set_Key_m186960141_RuntimeMethod_var); } IL_000e: { ByteU5BU5D_t4116647657* L_2 = ___value0; NullCheck(L_2); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) == ((int32_t)((int32_t)12)))) { goto IL_0020; } } { CryptographicException_t248831461 * L_3 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_3, _stringLiteral2163723497, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,PkzipClassicManaged_set_Key_m186960141_RuntimeMethod_var); } IL_0020: { ByteU5BU5D_t4116647657* L_4 = ___value0; NullCheck((RuntimeArray *)(RuntimeArray *)L_4); RuntimeObject * L_5 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_4, /*hidden argument*/NULL); __this->set_key__10(((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_5, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))); return; } } // System.Void ICSharpCode.SharpZipLib.Encryption.PkzipClassicManaged::GenerateKey() extern "C" IL2CPP_METHOD_ATTR void PkzipClassicManaged_GenerateKey_m990453189 (PkzipClassicManaged_t3913554169 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PkzipClassicManaged_GenerateKey_m990453189_MetadataUsageId); s_Il2CppMethodInitialized = true; } Random_t108471755 * V_0 = NULL; { __this->set_key__10(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12)))); Random_t108471755 * L_0 = (Random_t108471755 *)il2cpp_codegen_object_new(Random_t108471755_il2cpp_TypeInfo_var); Random__ctor_m4122933043(L_0, /*hidden argument*/NULL); V_0 = L_0; Random_t108471755 * L_1 = V_0; ByteU5BU5D_t4116647657* L_2 = __this->get_key__10(); NullCheck(L_1); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(6 /* System.Void System.Random::NextBytes(System.Byte[]) */, L_1, L_2); return; } } // System.Security.Cryptography.ICryptoTransform ICSharpCode.SharpZipLib.Encryption.PkzipClassicManaged::CreateEncryptor(System.Byte[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PkzipClassicManaged_CreateEncryptor_m3448267464 (PkzipClassicManaged_t3913554169 * __this, ByteU5BU5D_t4116647657* ___rgbKey0, ByteU5BU5D_t4116647657* ___rgbIV1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PkzipClassicManaged_CreateEncryptor_m3448267464_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___rgbKey0; __this->set_key__10(L_0); ByteU5BU5D_t4116647657* L_1 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(11 /* System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::get_Key() */, __this); PkzipClassicEncryptCryptoTransform_t2462363826 * L_2 = (PkzipClassicEncryptCryptoTransform_t2462363826 *)il2cpp_codegen_object_new(PkzipClassicEncryptCryptoTransform_t2462363826_il2cpp_TypeInfo_var); PkzipClassicEncryptCryptoTransform__ctor_m1123008635(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // System.Security.Cryptography.ICryptoTransform ICSharpCode.SharpZipLib.Encryption.PkzipClassicManaged::CreateDecryptor(System.Byte[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PkzipClassicManaged_CreateDecryptor_m2699337248 (PkzipClassicManaged_t3913554169 * __this, ByteU5BU5D_t4116647657* ___rgbKey0, ByteU5BU5D_t4116647657* ___rgbIV1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PkzipClassicManaged_CreateDecryptor_m2699337248_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___rgbKey0; __this->set_key__10(L_0); ByteU5BU5D_t4116647657* L_1 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(11 /* System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::get_Key() */, __this); PkzipClassicDecryptCryptoTransform_t3442094171 * L_2 = (PkzipClassicDecryptCryptoTransform_t3442094171 *)il2cpp_codegen_object_new(PkzipClassicDecryptCryptoTransform_t3442094171_il2cpp_TypeInfo_var); PkzipClassicDecryptCryptoTransform__ctor_m1845395083(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void ICSharpCode.SharpZipLib.Encryption.PkzipClassicManaged::.ctor() extern "C" IL2CPP_METHOD_ATTR void PkzipClassicManaged__ctor_m190897554 (PkzipClassicManaged_t3913554169 * __this, const RuntimeMethod* method) { { PkzipClassic__ctor_m1043877915(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Encryption.ZipAESStream::.ctor(System.IO.Stream,ICSharpCode.SharpZipLib.Encryption.ZipAESTransform,System.Security.Cryptography.CryptoStreamMode) extern "C" IL2CPP_METHOD_ATTR void ZipAESStream__ctor_m2173930800 (ZipAESStream_t2668453910 * __this, Stream_t1273022909 * ___stream0, ZipAESTransform_t2332021196 * ___transform1, int32_t ___mode2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipAESStream__ctor_m2173930800_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stream_t1273022909 * L_0 = ___stream0; ZipAESTransform_t2332021196 * L_1 = ___transform1; int32_t L_2 = ___mode2; CryptoStream__ctor_m2579441618(__this, L_0, L_1, L_2, /*hidden argument*/NULL); Stream_t1273022909 * L_3 = ___stream0; __this->set__stream_17(L_3); ZipAESTransform_t2332021196 * L_4 = ___transform1; __this->set__transform_18(L_4); __this->set__slideBuffer_19(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1024)))); __this->set__blockAndAuth_22(((int32_t)26)); int32_t L_5 = ___mode2; if (!L_5) { goto IL_003d; } } { Exception_t * L_6 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_6, _stringLiteral1404735515, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,ZipAESStream__ctor_m2173930800_RuntimeMethod_var); } IL_003d: { return; } } // System.Int32 ICSharpCode.SharpZipLib.Encryption.ZipAESStream::Read(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ZipAESStream_Read_m3797250735 (ZipAESStream_t2668453910 * __this, ByteU5BU5D_t4116647657* ___outBuffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipAESStream_Read_m3797250735_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; ByteU5BU5D_t4116647657* V_7 = NULL; int32_t V_8 = 0; { V_0 = 0; goto IL_0185; } IL_0007: { int32_t L_0 = __this->get__slideBufFreePos_21(); int32_t L_1 = __this->get__slideBufStartPos_20(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = __this->get__blockAndAuth_22(); int32_t L_3 = V_1; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3)); ByteU5BU5D_t4116647657* L_4 = __this->get__slideBuffer_19(); NullCheck(L_4); int32_t L_5 = __this->get__slideBufFreePos_21(); int32_t L_6 = V_2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))), (int32_t)L_5))) >= ((int32_t)L_6))) { goto IL_007b; } } { V_3 = 0; int32_t L_7 = __this->get__slideBufStartPos_20(); V_4 = L_7; goto IL_0057; } IL_003c: { ByteU5BU5D_t4116647657* L_8 = __this->get__slideBuffer_19(); int32_t L_9 = V_3; ByteU5BU5D_t4116647657* L_10 = __this->get__slideBuffer_19(); int32_t L_11 = V_4; NullCheck(L_10); int32_t L_12 = L_11; uint8_t L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_8); (L_8)->SetAt(static_cast(L_9), (uint8_t)L_13); int32_t L_14 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); int32_t L_15 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0057: { int32_t L_16 = V_4; int32_t L_17 = __this->get__slideBufFreePos_21(); if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_003c; } } { int32_t L_18 = __this->get__slideBufFreePos_21(); int32_t L_19 = __this->get__slideBufStartPos_20(); __this->set__slideBufFreePos_21(((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19))); __this->set__slideBufStartPos_20(0); } IL_007b: { Stream_t1273022909 * L_20 = __this->get__stream_17(); ByteU5BU5D_t4116647657* L_21 = __this->get__slideBuffer_19(); int32_t L_22 = __this->get__slideBufFreePos_21(); int32_t L_23 = V_2; NullCheck(L_20); int32_t L_24 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(18 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_20, L_21, L_22, L_23); V_5 = L_24; int32_t L_25 = __this->get__slideBufFreePos_21(); int32_t L_26 = V_5; __this->set__slideBufFreePos_21(((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26))); int32_t L_27 = __this->get__slideBufFreePos_21(); int32_t L_28 = __this->get__slideBufStartPos_20(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28)); int32_t L_29 = V_1; int32_t L_30 = __this->get__blockAndAuth_22(); if ((((int32_t)L_29) < ((int32_t)L_30))) { goto IL_00f6; } } { ZipAESTransform_t2332021196 * L_31 = __this->get__transform_18(); ByteU5BU5D_t4116647657* L_32 = __this->get__slideBuffer_19(); int32_t L_33 = __this->get__slideBufStartPos_20(); ByteU5BU5D_t4116647657* L_34 = ___outBuffer0; int32_t L_35 = ___offset1; NullCheck(L_31); ZipAESTransform_TransformBlock_m4045562308(L_31, L_32, L_33, ((int32_t)16), L_34, L_35, /*hidden argument*/NULL); int32_t L_36 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)((int32_t)16))); int32_t L_37 = ___offset1; ___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)((int32_t)16))); int32_t L_38 = __this->get__slideBufStartPos_20(); __this->set__slideBufStartPos_20(((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)((int32_t)16)))); goto IL_0185; } IL_00f6: { int32_t L_39 = V_1; if ((((int32_t)L_39) <= ((int32_t)((int32_t)10)))) { goto IL_0133; } } { int32_t L_40 = V_1; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)((int32_t)10))); ZipAESTransform_t2332021196 * L_41 = __this->get__transform_18(); ByteU5BU5D_t4116647657* L_42 = __this->get__slideBuffer_19(); int32_t L_43 = __this->get__slideBufStartPos_20(); int32_t L_44 = V_6; ByteU5BU5D_t4116647657* L_45 = ___outBuffer0; int32_t L_46 = ___offset1; NullCheck(L_41); ZipAESTransform_TransformBlock_m4045562308(L_41, L_42, L_43, L_44, L_45, L_46, /*hidden argument*/NULL); int32_t L_47 = V_0; int32_t L_48 = V_6; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)L_48)); int32_t L_49 = __this->get__slideBufStartPos_20(); int32_t L_50 = V_6; __this->set__slideBufStartPos_20(((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)L_50))); goto IL_0143; } IL_0133: { int32_t L_51 = V_1; if ((((int32_t)L_51) >= ((int32_t)((int32_t)10)))) { goto IL_0143; } } { Exception_t * L_52 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_52, _stringLiteral2569251231, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_52,ZipAESStream_Read_m3797250735_RuntimeMethod_var); } IL_0143: { ZipAESTransform_t2332021196 * L_53 = __this->get__transform_18(); NullCheck(L_53); ByteU5BU5D_t4116647657* L_54 = ZipAESTransform_GetAuthCode_m660379928(L_53, /*hidden argument*/NULL); V_7 = L_54; V_8 = 0; goto IL_017d; } IL_0155: { ByteU5BU5D_t4116647657* L_55 = V_7; int32_t L_56 = V_8; NullCheck(L_55); int32_t L_57 = L_56; uint8_t L_58 = (L_55)->GetAt(static_cast(L_57)); ByteU5BU5D_t4116647657* L_59 = __this->get__slideBuffer_19(); int32_t L_60 = __this->get__slideBufStartPos_20(); int32_t L_61 = V_8; NullCheck(L_59); int32_t L_62 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)L_61)); uint8_t L_63 = (L_59)->GetAt(static_cast(L_62)); if ((((int32_t)L_58) == ((int32_t)L_63))) { goto IL_0177; } } { Exception_t * L_64 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_64, _stringLiteral3736357001, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_64,ZipAESStream_Read_m3797250735_RuntimeMethod_var); } IL_0177: { int32_t L_65 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1)); } IL_017d: { int32_t L_66 = V_8; if ((((int32_t)L_66) < ((int32_t)((int32_t)10)))) { goto IL_0155; } } { goto IL_018c; } IL_0185: { int32_t L_67 = V_0; int32_t L_68 = ___count2; if ((((int32_t)L_67) < ((int32_t)L_68))) { goto IL_0007; } } IL_018c: { int32_t L_69 = V_0; return L_69; } } // System.Void ICSharpCode.SharpZipLib.Encryption.ZipAESStream::Write(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ZipAESStream_Write_m29407019 (ZipAESStream_t2668453910 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipAESStream_Write_m29407019_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t3489357830 * L_0 = (NotImplementedException_t3489357830 *)il2cpp_codegen_object_new(NotImplementedException_t3489357830_il2cpp_TypeInfo_var); NotImplementedException__ctor_m3058704252(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ZipAESStream_Write_m29407019_RuntimeMethod_var); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::.ctor(System.String,System.Byte[],System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ZipAESTransform__ctor_m1048999669 (ZipAESTransform_t2332021196 * __this, String_t* ___key0, ByteU5BU5D_t4116647657* ___saltBytes1, int32_t ___blockSize2, bool ___writeMode3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipAESTransform__ctor_m1048999669_MetadataUsageId); s_Il2CppMethodInitialized = true; } Rfc2898DeriveBytes_t546674159 * V_0 = NULL; RijndaelManaged_t3586970409 * V_1 = NULL; ByteU5BU5D_t4116647657* V_2 = NULL; ByteU5BU5D_t4116647657* V_3 = NULL; ObjectU5BU5D_t2843939325* V_4 = NULL; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___blockSize2; if ((((int32_t)L_0) == ((int32_t)((int32_t)16)))) { goto IL_002b; } } { int32_t L_1 = ___blockSize2; if ((((int32_t)L_1) == ((int32_t)((int32_t)32)))) { goto IL_002b; } } { int32_t L_2 = ___blockSize2; int32_t L_3 = L_2; RuntimeObject * L_4 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_3); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral2741261171, L_4, _stringLiteral472325067, /*hidden argument*/NULL); Exception_t * L_6 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,ZipAESTransform__ctor_m1048999669_RuntimeMethod_var); } IL_002b: { ByteU5BU5D_t4116647657* L_7 = ___saltBytes1; NullCheck(L_7); int32_t L_8 = ___blockSize2; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))) == ((int32_t)((int32_t)((int32_t)L_8/(int32_t)2))))) { goto IL_0070; } } { V_4 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); ObjectU5BU5D_t2843939325* L_9 = V_4; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral1728844250); (L_9)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral1728844250); ObjectU5BU5D_t2843939325* L_10 = V_4; int32_t L_11 = ___blockSize2; int32_t L_12 = ((int32_t)((int32_t)L_11/(int32_t)2)); RuntimeObject * L_13 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_12); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_13); (L_10)->SetAt(static_cast(1), (RuntimeObject *)L_13); ObjectU5BU5D_t2843939325* L_14 = V_4; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteral56835627); (L_14)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral56835627); ObjectU5BU5D_t2843939325* L_15 = V_4; int32_t L_16 = ___blockSize2; int32_t L_17 = L_16; RuntimeObject * L_18 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_17); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_18); (L_15)->SetAt(static_cast(3), (RuntimeObject *)L_18); ObjectU5BU5D_t2843939325* L_19 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = String_Concat_m2971454694(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); Exception_t * L_21 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_21, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,ZipAESTransform__ctor_m1048999669_RuntimeMethod_var); } IL_0070: { int32_t L_22 = ___blockSize2; __this->set__blockSize_0(L_22); int32_t L_23 = __this->get__blockSize_0(); __this->set__encryptBuffer_3(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_23))); __this->set__encrPos_4(((int32_t)16)); String_t* L_24 = ___key0; ByteU5BU5D_t4116647657* L_25 = ___saltBytes1; Rfc2898DeriveBytes_t546674159 * L_26 = (Rfc2898DeriveBytes_t546674159 *)il2cpp_codegen_object_new(Rfc2898DeriveBytes_t546674159_il2cpp_TypeInfo_var); Rfc2898DeriveBytes__ctor_m971603234(L_26, L_24, L_25, ((int32_t)1000), /*hidden argument*/NULL); V_0 = L_26; RijndaelManaged_t3586970409 * L_27 = (RijndaelManaged_t3586970409 *)il2cpp_codegen_object_new(RijndaelManaged_t3586970409_il2cpp_TypeInfo_var); RijndaelManaged__ctor_m1562735454(L_27, /*hidden argument*/NULL); V_1 = L_27; RijndaelManaged_t3586970409 * L_28 = V_1; NullCheck(L_28); VirtActionInvoker1< int32_t >::Invoke(17 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_Mode(System.Security.Cryptography.CipherMode) */, L_28, 2); int32_t L_29 = __this->get__blockSize_0(); __this->set__counterNonce_2(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_29))); Rfc2898DeriveBytes_t546674159 * L_30 = V_0; int32_t L_31 = __this->get__blockSize_0(); NullCheck(L_30); ByteU5BU5D_t4116647657* L_32 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, int32_t >::Invoke(4 /* System.Byte[] System.Security.Cryptography.DeriveBytes::GetBytes(System.Int32) */, L_30, L_31); V_2 = L_32; Rfc2898DeriveBytes_t546674159 * L_33 = V_0; int32_t L_34 = __this->get__blockSize_0(); NullCheck(L_33); ByteU5BU5D_t4116647657* L_35 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, int32_t >::Invoke(4 /* System.Byte[] System.Security.Cryptography.DeriveBytes::GetBytes(System.Int32) */, L_33, L_34); V_3 = L_35; RijndaelManaged_t3586970409 * L_36 = V_1; ByteU5BU5D_t4116647657* L_37 = V_2; ByteU5BU5D_t4116647657* L_38 = V_3; NullCheck(L_36); RuntimeObject* L_39 = VirtFuncInvoker2< RuntimeObject*, ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657* >::Invoke(23 /* System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.SymmetricAlgorithm::CreateEncryptor(System.Byte[],System.Byte[]) */, L_36, L_37, L_38); __this->set__encryptor_1(L_39); Rfc2898DeriveBytes_t546674159 * L_40 = V_0; NullCheck(L_40); ByteU5BU5D_t4116647657* L_41 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, int32_t >::Invoke(4 /* System.Byte[] System.Security.Cryptography.DeriveBytes::GetBytes(System.Int32) */, L_40, 2); __this->set__pwdVerifier_5(L_41); ByteU5BU5D_t4116647657* L_42 = V_3; HMACSHA1_t1952596188 * L_43 = (HMACSHA1_t1952596188 *)il2cpp_codegen_object_new(HMACSHA1_t1952596188_il2cpp_TypeInfo_var); HMACSHA1__ctor_m446190279(L_43, L_42, /*hidden argument*/NULL); __this->set__hmacsha1_6(L_43); bool L_44 = ___writeMode3; __this->set__writeMode_8(L_44); return; } } // System.Int32 ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ZipAESTransform_TransformBlock_m4045562308 (ZipAESTransform_t2332021196 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_t4116647657* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipAESTransform_TransformBlock_m4045562308_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; uint8_t V_2 = 0x0; int32_t V_3 = 0; { bool L_0 = __this->get__writeMode_8(); if (L_0) { goto IL_0019; } } { HMACSHA1_t1952596188 * L_1 = __this->get__hmacsha1_6(); ByteU5BU5D_t4116647657* L_2 = ___inputBuffer0; int32_t L_3 = ___inputOffset1; int32_t L_4 = ___inputCount2; ByteU5BU5D_t4116647657* L_5 = ___inputBuffer0; int32_t L_6 = ___inputOffset1; NullCheck(L_1); HashAlgorithm_TransformBlock_m4006041779(L_1, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); } IL_0019: { V_0 = 0; goto IL_00a2; } IL_0020: { int32_t L_7 = __this->get__encrPos_4(); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)16))))) { goto IL_0078; } } { V_1 = 0; goto IL_0032; } IL_002e: { int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0032: { ByteU5BU5D_t4116647657* L_9 = __this->get__counterNonce_2(); int32_t L_10 = V_1; NullCheck(L_9); uint8_t* L_11 = ((L_9)->GetAddressAt(static_cast(L_10))); int32_t L_12 = (((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)(*(uint8_t*)L_11), (int32_t)1))))); V_2 = (uint8_t)L_12; *(uint8_t*)L_11 = L_12; uint8_t L_13 = V_2; if (!L_13) { goto IL_002e; } } { RuntimeObject* L_14 = __this->get__encryptor_1(); ByteU5BU5D_t4116647657* L_15 = __this->get__counterNonce_2(); int32_t L_16 = __this->get__blockSize_0(); ByteU5BU5D_t4116647657* L_17 = __this->get__encryptBuffer_3(); NullCheck(L_14); InterfaceFuncInvoker5< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t, ByteU5BU5D_t4116647657*, int32_t >::Invoke(4 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t2733259762_il2cpp_TypeInfo_var, L_14, L_15, 0, L_16, L_17, 0); __this->set__encrPos_4(0); } IL_0078: { ByteU5BU5D_t4116647657* L_18 = ___outputBuffer3; int32_t L_19 = V_0; int32_t L_20 = ___outputOffset4; ByteU5BU5D_t4116647657* L_21 = ___inputBuffer0; int32_t L_22 = V_0; int32_t L_23 = ___inputOffset1; NullCheck(L_21); int32_t L_24 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_23)); uint8_t L_25 = (L_21)->GetAt(static_cast(L_24)); ByteU5BU5D_t4116647657* L_26 = __this->get__encryptBuffer_3(); int32_t L_27 = __this->get__encrPos_4(); int32_t L_28 = L_27; V_3 = L_28; __this->set__encrPos_4(((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1))); int32_t L_29 = V_3; NullCheck(L_26); int32_t L_30 = L_29; uint8_t L_31 = (L_26)->GetAt(static_cast(L_30)); NullCheck(L_18); (L_18)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_25^(int32_t)L_31)))))); int32_t L_32 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_00a2: { int32_t L_33 = V_0; int32_t L_34 = ___inputCount2; if ((((int32_t)L_33) < ((int32_t)L_34))) { goto IL_0020; } } { bool L_35 = __this->get__writeMode_8(); if (!L_35) { goto IL_00c6; } } { HMACSHA1_t1952596188 * L_36 = __this->get__hmacsha1_6(); ByteU5BU5D_t4116647657* L_37 = ___outputBuffer3; int32_t L_38 = ___outputOffset4; int32_t L_39 = ___inputCount2; ByteU5BU5D_t4116647657* L_40 = ___outputBuffer3; int32_t L_41 = ___outputOffset4; NullCheck(L_36); HashAlgorithm_TransformBlock_m4006041779(L_36, L_37, L_38, L_39, L_40, L_41, /*hidden argument*/NULL); } IL_00c6: { int32_t L_42 = ___inputCount2; return L_42; } } // System.Byte[] ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::get_PwdVerifier() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ZipAESTransform_get_PwdVerifier_m3002398398 (ZipAESTransform_t2332021196 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get__pwdVerifier_5(); return L_0; } } // System.Byte[] ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::GetAuthCode() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ZipAESTransform_GetAuthCode_m660379928 (ZipAESTransform_t2332021196 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipAESTransform_GetAuthCode_m660379928_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { bool L_0 = __this->get__finalised_7(); if (L_0) { goto IL_0025; } } { V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)0)); HMACSHA1_t1952596188 * L_1 = __this->get__hmacsha1_6(); ByteU5BU5D_t4116647657* L_2 = V_0; NullCheck(L_1); HashAlgorithm_TransformFinalBlock_m3005451348(L_1, L_2, 0, 0, /*hidden argument*/NULL); __this->set__finalised_7((bool)1); } IL_0025: { HMACSHA1_t1952596188 * L_3 = __this->get__hmacsha1_6(); NullCheck(L_3); ByteU5BU5D_t4116647657* L_4 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(13 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::get_Hash() */, L_3); return L_4; } } // System.Byte[] ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::TransformFinalBlock(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ZipAESTransform_TransformFinalBlock_m419926374 (ZipAESTransform_t2332021196 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipAESTransform_TransformFinalBlock_m419926374_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t3489357830 * L_0 = (NotImplementedException_t3489357830 *)il2cpp_codegen_object_new(NotImplementedException_t3489357830_il2cpp_TypeInfo_var); NotImplementedException__ctor_m3095902440(L_0, _stringLiteral1798472722, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ZipAESTransform_TransformFinalBlock_m419926374_RuntimeMethod_var); } } // System.Int32 ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::get_InputBlockSize() extern "C" IL2CPP_METHOD_ATTR int32_t ZipAESTransform_get_InputBlockSize_m1387384675 (ZipAESTransform_t2332021196 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__blockSize_0(); return L_0; } } // System.Int32 ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::get_OutputBlockSize() extern "C" IL2CPP_METHOD_ATTR int32_t ZipAESTransform_get_OutputBlockSize_m1606911614 (ZipAESTransform_t2332021196 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__blockSize_0(); return L_0; } } // System.Boolean ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::get_CanTransformMultipleBlocks() extern "C" IL2CPP_METHOD_ATTR bool ZipAESTransform_get_CanTransformMultipleBlocks_m3500506694 (ZipAESTransform_t2332021196 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::get_CanReuseTransform() extern "C" IL2CPP_METHOD_ATTR bool ZipAESTransform_get_CanReuseTransform_m1038121645 (ZipAESTransform_t2332021196 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::Dispose() extern "C" IL2CPP_METHOD_ATTR void ZipAESTransform_Dispose_m3539483711 (ZipAESTransform_t2332021196 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipAESTransform_Dispose_m3539483711_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get__encryptor_1(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.SharpZipBaseException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void SharpZipBaseException__ctor_m2331388633 (SharpZipBaseException_t425598722 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; ApplicationException__ctor_m1689533002(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.SharpZipBaseException::.ctor() extern "C" IL2CPP_METHOD_ATTR void SharpZipBaseException__ctor_m1158914753 (SharpZipBaseException_t425598722 * __this, const RuntimeMethod* method) { { ApplicationException__ctor_m2557611022(__this, /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.SharpZipBaseException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void SharpZipBaseException__ctor_m1401850726 (SharpZipBaseException_t425598722 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; ApplicationException__ctor_m2517758450(__this, L_0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Deflater::.ctor(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Deflater__ctor_m1087963896 (Deflater_t668001208 * __this, int32_t ___level0, bool ___noZlibHeaderOrFooter1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Deflater__ctor_m1087963896_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___level0; if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_000f; } } { ___level0 = 6; goto IL_0023; } IL_000f: { int32_t L_1 = ___level0; if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_0018; } } { int32_t L_2 = ___level0; if ((((int32_t)L_2) <= ((int32_t)((int32_t)9)))) { goto IL_0023; } } IL_0018: { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, _stringLiteral1232840130, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Deflater__ctor_m1087963896_RuntimeMethod_var); } IL_0023: { DeflaterPending_t48501436 * L_4 = (DeflaterPending_t48501436 *)il2cpp_codegen_object_new(DeflaterPending_t48501436_il2cpp_TypeInfo_var); DeflaterPending__ctor_m1229865493(L_4, /*hidden argument*/NULL); __this->set_pending_4(L_4); DeflaterPending_t48501436 * L_5 = __this->get_pending_4(); DeflaterEngine_t3149066675 * L_6 = (DeflaterEngine_t3149066675 *)il2cpp_codegen_object_new(DeflaterEngine_t3149066675_il2cpp_TypeInfo_var); DeflaterEngine__ctor_m2611501752(L_6, L_5, /*hidden argument*/NULL); __this->set_engine_5(L_6); bool L_7 = ___noZlibHeaderOrFooter1; __this->set_noZlibHeaderOrFooter_1(L_7); Deflater_SetStrategy_m780194712(__this, 0, /*hidden argument*/NULL); int32_t L_8 = ___level0; Deflater_SetLevel_m618561834(__this, L_8, /*hidden argument*/NULL); Deflater_Reset_m3379861611(__this, /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Deflater::Reset() extern "C" IL2CPP_METHOD_ATTR void Deflater_Reset_m3379861611 (Deflater_t668001208 * __this, const RuntimeMethod* method) { Deflater_t668001208 * G_B2_0 = NULL; Deflater_t668001208 * G_B1_0 = NULL; int32_t G_B3_0 = 0; Deflater_t668001208 * G_B3_1 = NULL; { bool L_0 = __this->get_noZlibHeaderOrFooter_1(); G_B1_0 = __this; if (L_0) { G_B2_0 = __this; goto IL_000c; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_000e; } IL_000c: { G_B3_0 = ((int32_t)16); G_B3_1 = G_B2_0; } IL_000e: { NullCheck(G_B3_1); G_B3_1->set_state_2(G_B3_0); __this->set_totalOut_3((((int64_t)((int64_t)0)))); DeflaterPending_t48501436 * L_1 = __this->get_pending_4(); NullCheck(L_1); PendingBuffer_Reset_m1975510537(L_1, /*hidden argument*/NULL); DeflaterEngine_t3149066675 * L_2 = __this->get_engine_5(); NullCheck(L_2); DeflaterEngine_Reset_m650387548(L_2, /*hidden argument*/NULL); return; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.Compression.Deflater::get_TotalOut() extern "C" IL2CPP_METHOD_ATTR int64_t Deflater_get_TotalOut_m3741399413 (Deflater_t668001208 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_totalOut_3(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Deflater::Flush() extern "C" IL2CPP_METHOD_ATTR void Deflater_Flush_m187466029 (Deflater_t668001208 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_state_2(); __this->set_state_2(((int32_t)((int32_t)L_0|(int32_t)4))); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Deflater::Finish() extern "C" IL2CPP_METHOD_ATTR void Deflater_Finish_m964626088 (Deflater_t668001208 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_state_2(); __this->set_state_2(((int32_t)((int32_t)L_0|(int32_t)((int32_t)12)))); return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Deflater::get_IsFinished() extern "C" IL2CPP_METHOD_ATTR bool Deflater_get_IsFinished_m1381937450 (Deflater_t668001208 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_state_2(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)30))))) { goto IL_0016; } } { DeflaterPending_t48501436 * L_1 = __this->get_pending_4(); NullCheck(L_1); bool L_2 = PendingBuffer_get_IsFlushed_m527131793(L_1, /*hidden argument*/NULL); return L_2; } IL_0016: { return (bool)0; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Deflater::get_IsNeedingInput() extern "C" IL2CPP_METHOD_ATTR bool Deflater_get_IsNeedingInput_m922845085 (Deflater_t668001208 * __this, const RuntimeMethod* method) { { DeflaterEngine_t3149066675 * L_0 = __this->get_engine_5(); NullCheck(L_0); bool L_1 = DeflaterEngine_NeedsInput_m1311731114(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Deflater::SetInput(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Deflater_SetInput_m4154944449 (Deflater_t668001208 * __this, ByteU5BU5D_t4116647657* ___input0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Deflater_SetInput_m4154944449_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_state_2(); if (!((int32_t)((int32_t)L_0&(int32_t)8))) { goto IL_0015; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, _stringLiteral1295027650, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Deflater_SetInput_m4154944449_RuntimeMethod_var); } IL_0015: { DeflaterEngine_t3149066675 * L_2 = __this->get_engine_5(); ByteU5BU5D_t4116647657* L_3 = ___input0; int32_t L_4 = ___offset1; int32_t L_5 = ___count2; NullCheck(L_2); DeflaterEngine_SetInput_m4241306382(L_2, L_3, L_4, L_5, /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Deflater::SetLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Deflater_SetLevel_m618561834 (Deflater_t668001208 * __this, int32_t ___level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Deflater_SetLevel_m618561834_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___level0; if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0009; } } { ___level0 = 6; goto IL_001d; } IL_0009: { int32_t L_1 = ___level0; if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_0012; } } { int32_t L_2 = ___level0; if ((((int32_t)L_2) <= ((int32_t)((int32_t)9)))) { goto IL_001d; } } IL_0012: { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, _stringLiteral1232840130, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Deflater_SetLevel_m618561834_RuntimeMethod_var); } IL_001d: { int32_t L_4 = __this->get_level_0(); int32_t L_5 = ___level0; if ((((int32_t)L_4) == ((int32_t)L_5))) { goto IL_0039; } } { int32_t L_6 = ___level0; __this->set_level_0(L_6); DeflaterEngine_t3149066675 * L_7 = __this->get_engine_5(); int32_t L_8 = ___level0; NullCheck(L_7); DeflaterEngine_SetLevel_m1816914546(L_7, L_8, /*hidden argument*/NULL); } IL_0039: { return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Deflater::SetStrategy(ICSharpCode.SharpZipLib.Zip.Compression.DeflateStrategy) extern "C" IL2CPP_METHOD_ATTR void Deflater_SetStrategy_m780194712 (Deflater_t668001208 * __this, int32_t ___strategy0, const RuntimeMethod* method) { { DeflaterEngine_t3149066675 * L_0 = __this->get_engine_5(); int32_t L_1 = ___strategy0; NullCheck(L_0); DeflaterEngine_set_Strategy_m3631972151(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Deflater::Deflate(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Deflater_Deflate_m239238058 (Deflater_t668001208 * __this, ByteU5BU5D_t4116647657* ___output0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Deflater_Deflate_m239238058_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { int32_t L_0 = ___length2; V_0 = L_0; int32_t L_1 = __this->get_state_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)127))))) { goto IL_0017; } } { InvalidOperationException_t56020091 * L_2 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_2, _stringLiteral1865121276, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Deflater_Deflate_m239238058_RuntimeMethod_var); } IL_0017: { int32_t L_3 = __this->get_state_2(); if ((((int32_t)L_3) >= ((int32_t)((int32_t)16)))) { goto IL_00be; } } { V_1 = ((int32_t)30720); int32_t L_4 = __this->get_level_0(); V_2 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1))>>(int32_t)1)); int32_t L_5 = V_2; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_003d; } } { int32_t L_6 = V_2; if ((((int32_t)L_6) <= ((int32_t)3))) { goto IL_003f; } } IL_003d: { V_2 = 3; } IL_003f: { int32_t L_7 = V_1; int32_t L_8 = V_2; V_1 = ((int32_t)((int32_t)L_7|(int32_t)((int32_t)((int32_t)L_8<<(int32_t)6)))); int32_t L_9 = __this->get_state_2(); if (!((int32_t)((int32_t)L_9&(int32_t)1))) { goto IL_0054; } } { int32_t L_10 = V_1; V_1 = ((int32_t)((int32_t)L_10|(int32_t)((int32_t)32))); } IL_0054: { int32_t L_11 = V_1; int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)31), (int32_t)((int32_t)((int32_t)L_12%(int32_t)((int32_t)31))))))); DeflaterPending_t48501436 * L_13 = __this->get_pending_4(); int32_t L_14 = V_1; NullCheck(L_13); PendingBuffer_WriteShortMSB_m260660490(L_13, L_14, /*hidden argument*/NULL); int32_t L_15 = __this->get_state_2(); if (!((int32_t)((int32_t)L_15&(int32_t)1))) { goto IL_00ac; } } { DeflaterEngine_t3149066675 * L_16 = __this->get_engine_5(); NullCheck(L_16); int32_t L_17 = DeflaterEngine_get_Adler_m772074776(L_16, /*hidden argument*/NULL); V_3 = L_17; DeflaterEngine_t3149066675 * L_18 = __this->get_engine_5(); NullCheck(L_18); DeflaterEngine_ResetAdler_m3100722672(L_18, /*hidden argument*/NULL); DeflaterPending_t48501436 * L_19 = __this->get_pending_4(); int32_t L_20 = V_3; NullCheck(L_19); PendingBuffer_WriteShortMSB_m260660490(L_19, ((int32_t)((int32_t)L_20>>(int32_t)((int32_t)16))), /*hidden argument*/NULL); DeflaterPending_t48501436 * L_21 = __this->get_pending_4(); int32_t L_22 = V_3; NullCheck(L_21); PendingBuffer_WriteShortMSB_m260660490(L_21, ((int32_t)((int32_t)L_22&(int32_t)((int32_t)65535))), /*hidden argument*/NULL); } IL_00ac: { int32_t L_23 = __this->get_state_2(); __this->set_state_2(((int32_t)((int32_t)((int32_t)16)|(int32_t)((int32_t)((int32_t)L_23&(int32_t)((int32_t)12)))))); } IL_00be: { DeflaterPending_t48501436 * L_24 = __this->get_pending_4(); ByteU5BU5D_t4116647657* L_25 = ___output0; int32_t L_26 = ___offset1; int32_t L_27 = ___length2; NullCheck(L_24); int32_t L_28 = PendingBuffer_Flush_m1565929663(L_24, L_25, L_26, L_27, /*hidden argument*/NULL); V_4 = L_28; int32_t L_29 = ___offset1; int32_t L_30 = V_4; ___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_30)); int64_t L_31 = __this->get_totalOut_3(); int32_t L_32 = V_4; __this->set_totalOut_3(((int64_t)il2cpp_codegen_add((int64_t)L_31, (int64_t)(((int64_t)((int64_t)L_32)))))); int32_t L_33 = ___length2; int32_t L_34 = V_4; ___length2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)L_34)); int32_t L_35 = ___length2; if (!L_35) { goto IL_01de; } } { int32_t L_36 = __this->get_state_2(); if ((((int32_t)L_36) == ((int32_t)((int32_t)30)))) { goto IL_01de; } } { DeflaterEngine_t3149066675 * L_37 = __this->get_engine_5(); int32_t L_38 = __this->get_state_2(); int32_t L_39 = __this->get_state_2(); NullCheck(L_37); bool L_40 = DeflaterEngine_Deflate_m2178602780(L_37, (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_38&(int32_t)4))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_39&(int32_t)8))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); if (L_40) { goto IL_00be; } } { int32_t L_41 = __this->get_state_2(); if ((!(((uint32_t)L_41) == ((uint32_t)((int32_t)16))))) { goto IL_0134; } } { int32_t L_42 = V_0; int32_t L_43 = ___length2; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)L_43)); } IL_0134: { int32_t L_44 = __this->get_state_2(); if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)20))))) { goto IL_0181; } } { int32_t L_45 = __this->get_level_0(); if (!L_45) { goto IL_0174; } } { DeflaterPending_t48501436 * L_46 = __this->get_pending_4(); NullCheck(L_46); int32_t L_47 = PendingBuffer_get_BitCount_m3348180460(L_46, /*hidden argument*/NULL); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)8, (int32_t)((int32_t)((int32_t)((-L_47))&(int32_t)7)))); goto IL_016f; } IL_015a: { DeflaterPending_t48501436 * L_48 = __this->get_pending_4(); NullCheck(L_48); PendingBuffer_WriteBits_m3074478632(L_48, 2, ((int32_t)10), /*hidden argument*/NULL); int32_t L_49 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)((int32_t)10))); } IL_016f: { int32_t L_50 = V_5; if ((((int32_t)L_50) > ((int32_t)0))) { goto IL_015a; } } IL_0174: { __this->set_state_2(((int32_t)16)); goto IL_00be; } IL_0181: { int32_t L_51 = __this->get_state_2(); if ((!(((uint32_t)L_51) == ((uint32_t)((int32_t)28))))) { goto IL_00be; } } { DeflaterPending_t48501436 * L_52 = __this->get_pending_4(); NullCheck(L_52); PendingBuffer_AlignToByte_m3826169122(L_52, /*hidden argument*/NULL); bool L_53 = __this->get_noZlibHeaderOrFooter_1(); if (L_53) { goto IL_01d1; } } { DeflaterEngine_t3149066675 * L_54 = __this->get_engine_5(); NullCheck(L_54); int32_t L_55 = DeflaterEngine_get_Adler_m772074776(L_54, /*hidden argument*/NULL); V_6 = L_55; DeflaterPending_t48501436 * L_56 = __this->get_pending_4(); int32_t L_57 = V_6; NullCheck(L_56); PendingBuffer_WriteShortMSB_m260660490(L_56, ((int32_t)((int32_t)L_57>>(int32_t)((int32_t)16))), /*hidden argument*/NULL); DeflaterPending_t48501436 * L_58 = __this->get_pending_4(); int32_t L_59 = V_6; NullCheck(L_58); PendingBuffer_WriteShortMSB_m260660490(L_58, ((int32_t)((int32_t)L_59&(int32_t)((int32_t)65535))), /*hidden argument*/NULL); } IL_01d1: { __this->set_state_2(((int32_t)30)); goto IL_00be; } IL_01de: { int32_t L_60 = V_0; int32_t L_61 = ___length2; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_60, (int32_t)L_61)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterConstants::.ctor() extern "C" IL2CPP_METHOD_ATTR void DeflaterConstants__ctor_m2559218004 (DeflaterConstants_t2939957086 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterConstants::.cctor() extern "C" IL2CPP_METHOD_ATTR void DeflaterConstants__cctor_m230554167 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflaterConstants__cctor_m230554167_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = Math_Min_m3468062251(NULL /*static, unused*/, ((int32_t)65535), ((int32_t)65531), /*hidden argument*/NULL); ((DeflaterConstants_t2939957086_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterConstants_t2939957086_il2cpp_TypeInfo_var))->set_MAX_BLOCK_SIZE_0(L_0); Int32U5BU5D_t385246372* L_1 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10))); RuntimeFieldHandle_t1871169219 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078____U24U24method0x60004e5U2D1_6_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((DeflaterConstants_t2939957086_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterConstants_t2939957086_il2cpp_TypeInfo_var))->set_GOOD_LENGTH_1(L_1); Int32U5BU5D_t385246372* L_3 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10))); RuntimeFieldHandle_t1871169219 L_4 = { reinterpret_cast (U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078____U24U24method0x60004e5U2D2_7_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_3, L_4, /*hidden argument*/NULL); ((DeflaterConstants_t2939957086_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterConstants_t2939957086_il2cpp_TypeInfo_var))->set_MAX_LAZY_2(L_3); Int32U5BU5D_t385246372* L_5 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10))); RuntimeFieldHandle_t1871169219 L_6 = { reinterpret_cast (U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078____U24U24method0x60004e5U2D3_8_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, L_6, /*hidden argument*/NULL); ((DeflaterConstants_t2939957086_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterConstants_t2939957086_il2cpp_TypeInfo_var))->set_NICE_LENGTH_3(L_5); Int32U5BU5D_t385246372* L_7 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10))); RuntimeFieldHandle_t1871169219 L_8 = { reinterpret_cast (U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078____U24U24method0x60004e5U2D4_9_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_7, L_8, /*hidden argument*/NULL); ((DeflaterConstants_t2939957086_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterConstants_t2939957086_il2cpp_TypeInfo_var))->set_MAX_CHAIN_4(L_7); Int32U5BU5D_t385246372* L_9 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10))); RuntimeFieldHandle_t1871169219 L_10 = { reinterpret_cast (U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078____U24U24method0x60004e5U2D5_10_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_9, L_10, /*hidden argument*/NULL); ((DeflaterConstants_t2939957086_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterConstants_t2939957086_il2cpp_TypeInfo_var))->set_COMPR_FUNC_5(L_9); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::.ctor(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending) extern "C" IL2CPP_METHOD_ATTR void DeflaterEngine__ctor_m2611501752 (DeflaterEngine_t3149066675 * __this, DeflaterPending_t48501436 * ___pending0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflaterEngine__ctor_m2611501752_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(DeflaterConstants_t2939957086_il2cpp_TypeInfo_var); DeflaterConstants__ctor_m2559218004(__this, /*hidden argument*/NULL); DeflaterPending_t48501436 * L_0 = ___pending0; __this->set_pending_26(L_0); DeflaterPending_t48501436 * L_1 = ___pending0; DeflaterHuffman_t1589715067 * L_2 = (DeflaterHuffman_t1589715067 *)il2cpp_codegen_object_new(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var); DeflaterHuffman__ctor_m3637791435(L_2, L_1, /*hidden argument*/NULL); __this->set_huffman_27(L_2); Adler32_t2099134918 * L_3 = (Adler32_t2099134918 *)il2cpp_codegen_object_new(Adler32_t2099134918_il2cpp_TypeInfo_var); Adler32__ctor_m2241892059(L_3, /*hidden argument*/NULL); __this->set_adler_28(L_3); __this->set_window_15(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)65536)))); __this->set_head_7(((Int16U5BU5D_t3686840178*)SZArrayNew(Int16U5BU5D_t3686840178_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32768)))); __this->set_prev_8(((Int16U5BU5D_t3686840178*)SZArrayNew(Int16U5BU5D_t3686840178_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32768)))); int32_t L_4 = 1; V_0 = L_4; __this->set_strstart_13(L_4); int32_t L_5 = V_0; __this->set_blockStart_12(L_5); return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::Deflate(System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool DeflaterEngine_Deflate_m2178602780 (DeflaterEngine_t3149066675 * __this, bool ___flush0, bool ___finish1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflaterEngine_Deflate_m2178602780_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; int32_t V_2 = 0; int32_t G_B3_0 = 0; IL_0000: { DeflaterEngine_FillWindow_m736036944(__this, /*hidden argument*/NULL); bool L_0 = ___flush0; if (!L_0) { goto IL_0019; } } { int32_t L_1 = __this->get_inputOff_24(); int32_t L_2 = __this->get_inputEnd_25(); G_B3_0 = ((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0); goto IL_001a; } IL_0019: { G_B3_0 = 0; } IL_001a: { V_1 = (bool)G_B3_0; int32_t L_3 = __this->get_compressionFunction_21(); V_2 = L_3; int32_t L_4 = V_2; switch (L_4) { case 0: { goto IL_0036; } case 1: { goto IL_0041; } case 2: { goto IL_004c; } } } { goto IL_0057; } IL_0036: { bool L_5 = V_1; bool L_6 = ___finish1; bool L_7 = DeflaterEngine_DeflateStored_m794437503(__this, L_5, L_6, /*hidden argument*/NULL); V_0 = L_7; goto IL_0062; } IL_0041: { bool L_8 = V_1; bool L_9 = ___finish1; bool L_10 = DeflaterEngine_DeflateFast_m1626955279(__this, L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; goto IL_0062; } IL_004c: { bool L_11 = V_1; bool L_12 = ___finish1; bool L_13 = DeflaterEngine_DeflateSlow_m3537591804(__this, L_11, L_12, /*hidden argument*/NULL); V_0 = L_13; goto IL_0062; } IL_0057: { InvalidOperationException_t56020091 * L_14 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_14, _stringLiteral1330373645, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,DeflaterEngine_Deflate_m2178602780_RuntimeMethod_var); } IL_0062: { DeflaterPending_t48501436 * L_15 = __this->get_pending_26(); NullCheck(L_15); bool L_16 = PendingBuffer_get_IsFlushed_m527131793(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0072; } } { bool L_17 = V_0; if (L_17) { goto IL_0000; } } IL_0072: { bool L_18 = V_0; return L_18; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::SetInput(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DeflaterEngine_SetInput_m4241306382 (DeflaterEngine_t3149066675 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflaterEngine_SetInput_m4241306382_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ByteU5BU5D_t4116647657* L_0 = ___buffer0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,DeflaterEngine_SetInput_m4241306382_RuntimeMethod_var); } IL_000e: { int32_t L_2 = ___offset1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_001d; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, _stringLiteral1082126080, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,DeflaterEngine_SetInput_m4241306382_RuntimeMethod_var); } IL_001d: { int32_t L_4 = ___count2; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_002c; } } { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_5, _stringLiteral2002595880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,DeflaterEngine_SetInput_m4241306382_RuntimeMethod_var); } IL_002c: { int32_t L_6 = __this->get_inputOff_24(); int32_t L_7 = __this->get_inputEnd_25(); if ((((int32_t)L_6) >= ((int32_t)L_7))) { goto IL_0045; } } { InvalidOperationException_t56020091 * L_8 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_8, _stringLiteral1975349956, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,DeflaterEngine_SetInput_m4241306382_RuntimeMethod_var); } IL_0045: { int32_t L_9 = ___offset1; int32_t L_10 = ___count2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10)); int32_t L_11 = ___offset1; int32_t L_12 = V_0; if ((((int32_t)L_11) > ((int32_t)L_12))) { goto IL_0053; } } { int32_t L_13 = V_0; ByteU5BU5D_t4116647657* L_14 = ___buffer0; NullCheck(L_14); if ((((int32_t)L_13) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))))) { goto IL_005e; } } IL_0053: { ArgumentOutOfRangeException_t777629997 * L_15 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_15, _stringLiteral2002595880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,DeflaterEngine_SetInput_m4241306382_RuntimeMethod_var); } IL_005e: { ByteU5BU5D_t4116647657* L_16 = ___buffer0; __this->set_inputBuf_22(L_16); int32_t L_17 = ___offset1; __this->set_inputOff_24(L_17); int32_t L_18 = V_0; __this->set_inputEnd_25(L_18); return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::NeedsInput() extern "C" IL2CPP_METHOD_ATTR bool DeflaterEngine_NeedsInput_m1311731114 (DeflaterEngine_t3149066675 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_inputEnd_25(); int32_t L_1 = __this->get_inputOff_24(); return (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0); } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::Reset() extern "C" IL2CPP_METHOD_ATTR void DeflaterEngine_Reset_m650387548 (DeflaterEngine_t3149066675 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { DeflaterHuffman_t1589715067 * L_0 = __this->get_huffman_27(); NullCheck(L_0); DeflaterHuffman_Reset_m4245981392(L_0, /*hidden argument*/NULL); Adler32_t2099134918 * L_1 = __this->get_adler_28(); NullCheck(L_1); Adler32_Reset_m2430665187(L_1, /*hidden argument*/NULL); int32_t L_2 = 1; V_2 = L_2; __this->set_strstart_13(L_2); int32_t L_3 = V_2; __this->set_blockStart_12(L_3); __this->set_lookahead_14(0); __this->set_totalIn_23((((int64_t)((int64_t)0)))); __this->set_prevAvailable_11((bool)0); __this->set_matchLen_10(2); V_0 = 0; goto IL_0054; } IL_0047: { Int16U5BU5D_t3686840178* L_4 = __this->get_head_7(); int32_t L_5 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (int16_t)0); int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0054: { int32_t L_7 = V_0; if ((((int32_t)L_7) < ((int32_t)((int32_t)32768)))) { goto IL_0047; } } { V_1 = 0; goto IL_006d; } IL_0060: { Int16U5BU5D_t3686840178* L_8 = __this->get_prev_8(); int32_t L_9 = V_1; NullCheck(L_8); (L_8)->SetAt(static_cast(L_9), (int16_t)0); int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_006d: { int32_t L_11 = V_1; if ((((int32_t)L_11) < ((int32_t)((int32_t)32768)))) { goto IL_0060; } } { return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::ResetAdler() extern "C" IL2CPP_METHOD_ATTR void DeflaterEngine_ResetAdler_m3100722672 (DeflaterEngine_t3149066675 * __this, const RuntimeMethod* method) { { Adler32_t2099134918 * L_0 = __this->get_adler_28(); NullCheck(L_0); Adler32_Reset_m2430665187(L_0, /*hidden argument*/NULL); return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::get_Adler() extern "C" IL2CPP_METHOD_ATTR int32_t DeflaterEngine_get_Adler_m772074776 (DeflaterEngine_t3149066675 * __this, const RuntimeMethod* method) { { Adler32_t2099134918 * L_0 = __this->get_adler_28(); NullCheck(L_0); int64_t L_1 = Adler32_get_Value_m3641394811(L_0, /*hidden argument*/NULL); return (((int32_t)((int32_t)L_1))); } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::set_Strategy(ICSharpCode.SharpZipLib.Zip.Compression.DeflateStrategy) extern "C" IL2CPP_METHOD_ATTR void DeflaterEngine_set_Strategy_m3631972151 (DeflaterEngine_t3149066675 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_strategy_16(L_0); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::SetLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DeflaterEngine_SetLevel_m1816914546 (DeflaterEngine_t3149066675 * __this, int32_t ___level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflaterEngine_SetLevel_m1816914546_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___level0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0009; } } { int32_t L_1 = ___level0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)9)))) { goto IL_0014; } } IL_0009: { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_2, _stringLiteral1232840130, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,DeflaterEngine_SetLevel_m1816914546_RuntimeMethod_var); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(DeflaterConstants_t2939957086_il2cpp_TypeInfo_var); Int32U5BU5D_t385246372* L_3 = ((DeflaterConstants_t2939957086_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterConstants_t2939957086_il2cpp_TypeInfo_var))->get_GOOD_LENGTH_1(); int32_t L_4 = ___level0; NullCheck(L_3); int32_t L_5 = L_4; int32_t L_6 = (L_3)->GetAt(static_cast(L_5)); __this->set_goodLength_20(L_6); Int32U5BU5D_t385246372* L_7 = ((DeflaterConstants_t2939957086_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterConstants_t2939957086_il2cpp_TypeInfo_var))->get_MAX_LAZY_2(); int32_t L_8 = ___level0; NullCheck(L_7); int32_t L_9 = L_8; int32_t L_10 = (L_7)->GetAt(static_cast(L_9)); __this->set_max_lazy_18(L_10); Int32U5BU5D_t385246372* L_11 = ((DeflaterConstants_t2939957086_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterConstants_t2939957086_il2cpp_TypeInfo_var))->get_NICE_LENGTH_3(); int32_t L_12 = ___level0; NullCheck(L_11); int32_t L_13 = L_12; int32_t L_14 = (L_11)->GetAt(static_cast(L_13)); __this->set_niceLength_19(L_14); Int32U5BU5D_t385246372* L_15 = ((DeflaterConstants_t2939957086_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterConstants_t2939957086_il2cpp_TypeInfo_var))->get_MAX_CHAIN_4(); int32_t L_16 = ___level0; NullCheck(L_15); int32_t L_17 = L_16; int32_t L_18 = (L_15)->GetAt(static_cast(L_17)); __this->set_max_chain_17(L_18); Int32U5BU5D_t385246372* L_19 = ((DeflaterConstants_t2939957086_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterConstants_t2939957086_il2cpp_TypeInfo_var))->get_COMPR_FUNC_5(); int32_t L_20 = ___level0; NullCheck(L_19); int32_t L_21 = L_20; int32_t L_22 = (L_19)->GetAt(static_cast(L_21)); int32_t L_23 = __this->get_compressionFunction_21(); if ((((int32_t)L_22) == ((int32_t)L_23))) { goto IL_0189; } } { int32_t L_24 = __this->get_compressionFunction_21(); V_0 = L_24; int32_t L_25 = V_0; switch (L_25) { case 0: { goto IL_0078; } case 1: { goto IL_00c2; } case 2: { goto IL_0106; } } } { goto IL_017c; } IL_0078: { int32_t L_26 = __this->get_strstart_13(); int32_t L_27 = __this->get_blockStart_12(); if ((((int32_t)L_26) <= ((int32_t)L_27))) { goto IL_00b7; } } { DeflaterHuffman_t1589715067 * L_28 = __this->get_huffman_27(); ByteU5BU5D_t4116647657* L_29 = __this->get_window_15(); int32_t L_30 = __this->get_blockStart_12(); int32_t L_31 = __this->get_strstart_13(); int32_t L_32 = __this->get_blockStart_12(); NullCheck(L_28); DeflaterHuffman_FlushStoredBlock_m3702068477(L_28, L_29, L_30, ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)L_32)), (bool)0, /*hidden argument*/NULL); int32_t L_33 = __this->get_strstart_13(); __this->set_blockStart_12(L_33); } IL_00b7: { DeflaterEngine_UpdateHash_m4072690416(__this, /*hidden argument*/NULL); goto IL_017c; } IL_00c2: { int32_t L_34 = __this->get_strstart_13(); int32_t L_35 = __this->get_blockStart_12(); if ((((int32_t)L_34) <= ((int32_t)L_35))) { goto IL_017c; } } { DeflaterHuffman_t1589715067 * L_36 = __this->get_huffman_27(); ByteU5BU5D_t4116647657* L_37 = __this->get_window_15(); int32_t L_38 = __this->get_blockStart_12(); int32_t L_39 = __this->get_strstart_13(); int32_t L_40 = __this->get_blockStart_12(); NullCheck(L_36); DeflaterHuffman_FlushBlock_m536049297(L_36, L_37, L_38, ((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)L_40)), (bool)0, /*hidden argument*/NULL); int32_t L_41 = __this->get_strstart_13(); __this->set_blockStart_12(L_41); goto IL_017c; } IL_0106: { bool L_42 = __this->get_prevAvailable_11(); if (!L_42) { goto IL_012f; } } { DeflaterHuffman_t1589715067 * L_43 = __this->get_huffman_27(); ByteU5BU5D_t4116647657* L_44 = __this->get_window_15(); int32_t L_45 = __this->get_strstart_13(); NullCheck(L_44); int32_t L_46 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)1)); uint8_t L_47 = (L_44)->GetAt(static_cast(L_46)); NullCheck(L_43); DeflaterHuffman_TallyLit_m3864547415(L_43, ((int32_t)((int32_t)L_47&(int32_t)((int32_t)255))), /*hidden argument*/NULL); } IL_012f: { int32_t L_48 = __this->get_strstart_13(); int32_t L_49 = __this->get_blockStart_12(); if ((((int32_t)L_48) <= ((int32_t)L_49))) { goto IL_016e; } } { DeflaterHuffman_t1589715067 * L_50 = __this->get_huffman_27(); ByteU5BU5D_t4116647657* L_51 = __this->get_window_15(); int32_t L_52 = __this->get_blockStart_12(); int32_t L_53 = __this->get_strstart_13(); int32_t L_54 = __this->get_blockStart_12(); NullCheck(L_50); DeflaterHuffman_FlushBlock_m536049297(L_50, L_51, L_52, ((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)L_54)), (bool)0, /*hidden argument*/NULL); int32_t L_55 = __this->get_strstart_13(); __this->set_blockStart_12(L_55); } IL_016e: { __this->set_prevAvailable_11((bool)0); __this->set_matchLen_10(2); } IL_017c: { IL2CPP_RUNTIME_CLASS_INIT(DeflaterConstants_t2939957086_il2cpp_TypeInfo_var); Int32U5BU5D_t385246372* L_56 = ((DeflaterConstants_t2939957086_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterConstants_t2939957086_il2cpp_TypeInfo_var))->get_COMPR_FUNC_5(); int32_t L_57 = ___level0; NullCheck(L_56); int32_t L_58 = L_57; int32_t L_59 = (L_56)->GetAt(static_cast(L_58)); __this->set_compressionFunction_21(L_59); } IL_0189: { return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::FillWindow() extern "C" IL2CPP_METHOD_ATTR void DeflaterEngine_FillWindow_m736036944 (DeflaterEngine_t3149066675 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_strstart_13(); if ((((int32_t)L_0) < ((int32_t)((int32_t)65274)))) { goto IL_00b5; } } { DeflaterEngine_SlideWindow_m124243844(__this, /*hidden argument*/NULL); goto IL_00b5; } IL_001b: { int32_t L_1 = __this->get_lookahead_14(); int32_t L_2 = __this->get_strstart_13(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)65536), (int32_t)L_1)), (int32_t)L_2)); int32_t L_3 = V_0; int32_t L_4 = __this->get_inputEnd_25(); int32_t L_5 = __this->get_inputOff_24(); if ((((int32_t)L_3) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5))))) { goto IL_004d; } } { int32_t L_6 = __this->get_inputEnd_25(); int32_t L_7 = __this->get_inputOff_24(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); } IL_004d: { ByteU5BU5D_t4116647657* L_8 = __this->get_inputBuf_22(); int32_t L_9 = __this->get_inputOff_24(); ByteU5BU5D_t4116647657* L_10 = __this->get_window_15(); int32_t L_11 = __this->get_strstart_13(); int32_t L_12 = __this->get_lookahead_14(); int32_t L_13 = V_0; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_8, L_9, (RuntimeArray *)(RuntimeArray *)L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)), L_13, /*hidden argument*/NULL); Adler32_t2099134918 * L_14 = __this->get_adler_28(); ByteU5BU5D_t4116647657* L_15 = __this->get_inputBuf_22(); int32_t L_16 = __this->get_inputOff_24(); int32_t L_17 = V_0; NullCheck(L_14); Adler32_Update_m442522116(L_14, L_15, L_16, L_17, /*hidden argument*/NULL); int32_t L_18 = __this->get_inputOff_24(); int32_t L_19 = V_0; __this->set_inputOff_24(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19))); int64_t L_20 = __this->get_totalIn_23(); int32_t L_21 = V_0; __this->set_totalIn_23(((int64_t)il2cpp_codegen_add((int64_t)L_20, (int64_t)(((int64_t)((int64_t)L_21)))))); int32_t L_22 = __this->get_lookahead_14(); int32_t L_23 = V_0; __this->set_lookahead_14(((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_23))); } IL_00b5: { int32_t L_24 = __this->get_lookahead_14(); if ((((int32_t)L_24) >= ((int32_t)((int32_t)262)))) { goto IL_00d3; } } { int32_t L_25 = __this->get_inputOff_24(); int32_t L_26 = __this->get_inputEnd_25(); if ((((int32_t)L_25) < ((int32_t)L_26))) { goto IL_001b; } } IL_00d3: { int32_t L_27 = __this->get_lookahead_14(); if ((((int32_t)L_27) < ((int32_t)3))) { goto IL_00e2; } } { DeflaterEngine_UpdateHash_m4072690416(__this, /*hidden argument*/NULL); } IL_00e2: { return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::UpdateHash() extern "C" IL2CPP_METHOD_ATTR void DeflaterEngine_UpdateHash_m4072690416 (DeflaterEngine_t3149066675 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_window_15(); int32_t L_1 = __this->get_strstart_13(); NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); ByteU5BU5D_t4116647657* L_4 = __this->get_window_15(); int32_t L_5 = __this->get_strstart_13(); NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); __this->set_ins_h_6(((int32_t)((int32_t)((int32_t)((int32_t)L_3<<(int32_t)5))^(int32_t)L_7))); return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::InsertString() extern "C" IL2CPP_METHOD_ATTR int32_t DeflaterEngine_InsertString_m650014813 (DeflaterEngine_t3149066675 * __this, const RuntimeMethod* method) { int16_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = __this->get_ins_h_6(); ByteU5BU5D_t4116647657* L_1 = __this->get_window_15(); int32_t L_2 = __this->get_strstart_13(); NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)2)); uint8_t L_4 = (L_1)->GetAt(static_cast(L_3)); V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5))^(int32_t)L_4))&(int32_t)((int32_t)32767))); Int16U5BU5D_t3686840178* L_5 = __this->get_prev_8(); int32_t L_6 = __this->get_strstart_13(); Int16U5BU5D_t3686840178* L_7 = __this->get_head_7(); int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = L_8; int16_t L_10 = (L_7)->GetAt(static_cast(L_9)); int16_t L_11 = L_10; V_0 = L_11; NullCheck(L_5); (L_5)->SetAt(static_cast(((int32_t)((int32_t)L_6&(int32_t)((int32_t)32767)))), (int16_t)L_11); Int16U5BU5D_t3686840178* L_12 = __this->get_head_7(); int32_t L_13 = V_1; int32_t L_14 = __this->get_strstart_13(); NullCheck(L_12); (L_12)->SetAt(static_cast(L_13), (int16_t)(((int16_t)((int16_t)L_14)))); int32_t L_15 = V_1; __this->set_ins_h_6(L_15); int16_t L_16 = V_0; return ((int32_t)((int32_t)L_16&(int32_t)((int32_t)65535))); } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::SlideWindow() extern "C" IL2CPP_METHOD_ATTR void DeflaterEngine_SlideWindow_m124243844 (DeflaterEngine_t3149066675 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t G_B3_0 = 0; Int16U5BU5D_t3686840178* G_B3_1 = NULL; int32_t G_B2_0 = 0; Int16U5BU5D_t3686840178* G_B2_1 = NULL; int32_t G_B4_0 = 0; int32_t G_B4_1 = 0; Int16U5BU5D_t3686840178* G_B4_2 = NULL; int32_t G_B9_0 = 0; Int16U5BU5D_t3686840178* G_B9_1 = NULL; int32_t G_B8_0 = 0; Int16U5BU5D_t3686840178* G_B8_1 = NULL; int32_t G_B10_0 = 0; int32_t G_B10_1 = 0; Int16U5BU5D_t3686840178* G_B10_2 = NULL; { ByteU5BU5D_t4116647657* L_0 = __this->get_window_15(); ByteU5BU5D_t4116647657* L_1 = __this->get_window_15(); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, ((int32_t)32768), (RuntimeArray *)(RuntimeArray *)L_1, 0, ((int32_t)32768), /*hidden argument*/NULL); int32_t L_2 = __this->get_matchStart_9(); __this->set_matchStart_9(((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)32768)))); int32_t L_3 = __this->get_strstart_13(); __this->set_strstart_13(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)32768)))); int32_t L_4 = __this->get_blockStart_12(); __this->set_blockStart_12(((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)32768)))); V_0 = 0; goto IL_0084; } IL_0056: { Int16U5BU5D_t3686840178* L_5 = __this->get_head_7(); int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; int16_t L_8 = (L_5)->GetAt(static_cast(L_7)); V_1 = ((int32_t)((int32_t)L_8&(int32_t)((int32_t)65535))); Int16U5BU5D_t3686840178* L_9 = __this->get_head_7(); int32_t L_10 = V_0; int32_t L_11 = V_1; G_B2_0 = L_10; G_B2_1 = L_9; if ((((int32_t)L_11) >= ((int32_t)((int32_t)32768)))) { G_B3_0 = L_10; G_B3_1 = L_9; goto IL_0077; } } { G_B4_0 = 0; G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; goto IL_007e; } IL_0077: { int32_t L_12 = V_1; G_B4_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)((int32_t)32768))); G_B4_1 = G_B3_0; G_B4_2 = G_B3_1; } IL_007e: { NullCheck(G_B4_2); (G_B4_2)->SetAt(static_cast(G_B4_1), (int16_t)(((int16_t)((int16_t)G_B4_0)))); int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0084: { int32_t L_14 = V_0; if ((((int32_t)L_14) < ((int32_t)((int32_t)32768)))) { goto IL_0056; } } { V_2 = 0; goto IL_00be; } IL_0090: { Int16U5BU5D_t3686840178* L_15 = __this->get_prev_8(); int32_t L_16 = V_2; NullCheck(L_15); int32_t L_17 = L_16; int16_t L_18 = (L_15)->GetAt(static_cast(L_17)); V_3 = ((int32_t)((int32_t)L_18&(int32_t)((int32_t)65535))); Int16U5BU5D_t3686840178* L_19 = __this->get_prev_8(); int32_t L_20 = V_2; int32_t L_21 = V_3; G_B8_0 = L_20; G_B8_1 = L_19; if ((((int32_t)L_21) >= ((int32_t)((int32_t)32768)))) { G_B9_0 = L_20; G_B9_1 = L_19; goto IL_00b1; } } { G_B10_0 = 0; G_B10_1 = G_B8_0; G_B10_2 = G_B8_1; goto IL_00b8; } IL_00b1: { int32_t L_22 = V_3; G_B10_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)((int32_t)32768))); G_B10_1 = G_B9_0; G_B10_2 = G_B9_1; } IL_00b8: { NullCheck(G_B10_2); (G_B10_2)->SetAt(static_cast(G_B10_1), (int16_t)(((int16_t)((int16_t)G_B10_0)))); int32_t L_23 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_00be: { int32_t L_24 = V_2; if ((((int32_t)L_24) < ((int32_t)((int32_t)32768)))) { goto IL_0090; } } { return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::FindLongestMatch(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool DeflaterEngine_FindLongestMatch_m540474038 (DeflaterEngine_t3149066675 * __this, int32_t ___curMatch0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; Int16U5BU5D_t3686840178* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; uint8_t V_9 = 0x0; uint8_t V_10 = 0x0; { int32_t L_0 = __this->get_max_chain_17(); V_0 = L_0; int32_t L_1 = __this->get_niceLength_19(); V_1 = L_1; Int16U5BU5D_t3686840178* L_2 = __this->get_prev_8(); V_2 = L_2; int32_t L_3 = __this->get_strstart_13(); V_3 = L_3; int32_t L_4 = __this->get_strstart_13(); int32_t L_5 = __this->get_matchLen_10(); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)); int32_t L_6 = __this->get_matchLen_10(); int32_t L_7 = Math_Max_m1873195862(NULL /*static, unused*/, L_6, 2, /*hidden argument*/NULL); V_6 = L_7; int32_t L_8 = __this->get_strstart_13(); int32_t L_9 = Math_Max_m1873195862(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)32506))), 0, /*hidden argument*/NULL); V_7 = L_9; int32_t L_10 = __this->get_strstart_13(); V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)((int32_t)258))), (int32_t)1)); ByteU5BU5D_t4116647657* L_11 = __this->get_window_15(); int32_t L_12 = V_5; NullCheck(L_11); int32_t L_13 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); uint8_t L_14 = (L_11)->GetAt(static_cast(L_13)); V_9 = L_14; ByteU5BU5D_t4116647657* L_15 = __this->get_window_15(); int32_t L_16 = V_5; NullCheck(L_15); int32_t L_17 = L_16; uint8_t L_18 = (L_15)->GetAt(static_cast(L_17)); V_10 = L_18; int32_t L_19 = V_6; int32_t L_20 = __this->get_goodLength_20(); if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_0083; } } { int32_t L_21 = V_0; V_0 = ((int32_t)((int32_t)L_21>>(int32_t)2)); } IL_0083: { int32_t L_22 = V_1; int32_t L_23 = __this->get_lookahead_14(); if ((((int32_t)L_22) <= ((int32_t)L_23))) { goto IL_0093; } } { int32_t L_24 = __this->get_lookahead_14(); V_1 = L_24; } IL_0093: { ByteU5BU5D_t4116647657* L_25 = __this->get_window_15(); int32_t L_26 = ___curMatch0; int32_t L_27 = V_6; NullCheck(L_25); int32_t L_28 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_27)); uint8_t L_29 = (L_25)->GetAt(static_cast(L_28)); uint8_t L_30 = V_10; if ((!(((uint32_t)L_29) == ((uint32_t)L_30)))) { goto IL_021e; } } { ByteU5BU5D_t4116647657* L_31 = __this->get_window_15(); int32_t L_32 = ___curMatch0; int32_t L_33 = V_6; NullCheck(L_31); int32_t L_34 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)), (int32_t)1)); uint8_t L_35 = (L_31)->GetAt(static_cast(L_34)); uint8_t L_36 = V_9; if ((!(((uint32_t)L_35) == ((uint32_t)L_36)))) { goto IL_021e; } } { ByteU5BU5D_t4116647657* L_37 = __this->get_window_15(); int32_t L_38 = ___curMatch0; NullCheck(L_37); int32_t L_39 = L_38; uint8_t L_40 = (L_37)->GetAt(static_cast(L_39)); ByteU5BU5D_t4116647657* L_41 = __this->get_window_15(); int32_t L_42 = V_3; NullCheck(L_41); int32_t L_43 = L_42; uint8_t L_44 = (L_41)->GetAt(static_cast(L_43)); if ((!(((uint32_t)L_40) == ((uint32_t)L_44)))) { goto IL_021e; } } { ByteU5BU5D_t4116647657* L_45 = __this->get_window_15(); int32_t L_46 = ___curMatch0; NullCheck(L_45); int32_t L_47 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); uint8_t L_48 = (L_45)->GetAt(static_cast(L_47)); ByteU5BU5D_t4116647657* L_49 = __this->get_window_15(); int32_t L_50 = V_3; NullCheck(L_49); int32_t L_51 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); uint8_t L_52 = (L_49)->GetAt(static_cast(L_51)); if ((!(((uint32_t)L_48) == ((uint32_t)L_52)))) { goto IL_021e; } } { int32_t L_53 = ___curMatch0; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)2)); int32_t L_54 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)2)); } IL_00f0: { ByteU5BU5D_t4116647657* L_55 = __this->get_window_15(); int32_t L_56 = V_3; int32_t L_57 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); V_3 = L_57; NullCheck(L_55); int32_t L_58 = L_57; uint8_t L_59 = (L_55)->GetAt(static_cast(L_58)); ByteU5BU5D_t4116647657* L_60 = __this->get_window_15(); int32_t L_61 = V_4; int32_t L_62 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); V_4 = L_62; NullCheck(L_60); int32_t L_63 = L_62; uint8_t L_64 = (L_60)->GetAt(static_cast(L_63)); if ((!(((uint32_t)L_59) == ((uint32_t)L_64)))) { goto IL_01e1; } } { ByteU5BU5D_t4116647657* L_65 = __this->get_window_15(); int32_t L_66 = V_3; int32_t L_67 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1)); V_3 = L_67; NullCheck(L_65); int32_t L_68 = L_67; uint8_t L_69 = (L_65)->GetAt(static_cast(L_68)); ByteU5BU5D_t4116647657* L_70 = __this->get_window_15(); int32_t L_71 = V_4; int32_t L_72 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1)); V_4 = L_72; NullCheck(L_70); int32_t L_73 = L_72; uint8_t L_74 = (L_70)->GetAt(static_cast(L_73)); if ((!(((uint32_t)L_69) == ((uint32_t)L_74)))) { goto IL_01e1; } } { ByteU5BU5D_t4116647657* L_75 = __this->get_window_15(); int32_t L_76 = V_3; int32_t L_77 = ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1)); V_3 = L_77; NullCheck(L_75); int32_t L_78 = L_77; uint8_t L_79 = (L_75)->GetAt(static_cast(L_78)); ByteU5BU5D_t4116647657* L_80 = __this->get_window_15(); int32_t L_81 = V_4; int32_t L_82 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1)); V_4 = L_82; NullCheck(L_80); int32_t L_83 = L_82; uint8_t L_84 = (L_80)->GetAt(static_cast(L_83)); if ((!(((uint32_t)L_79) == ((uint32_t)L_84)))) { goto IL_01e1; } } { ByteU5BU5D_t4116647657* L_85 = __this->get_window_15(); int32_t L_86 = V_3; int32_t L_87 = ((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)1)); V_3 = L_87; NullCheck(L_85); int32_t L_88 = L_87; uint8_t L_89 = (L_85)->GetAt(static_cast(L_88)); ByteU5BU5D_t4116647657* L_90 = __this->get_window_15(); int32_t L_91 = V_4; int32_t L_92 = ((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)1)); V_4 = L_92; NullCheck(L_90); int32_t L_93 = L_92; uint8_t L_94 = (L_90)->GetAt(static_cast(L_93)); if ((!(((uint32_t)L_89) == ((uint32_t)L_94)))) { goto IL_01e1; } } { ByteU5BU5D_t4116647657* L_95 = __this->get_window_15(); int32_t L_96 = V_3; int32_t L_97 = ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)1)); V_3 = L_97; NullCheck(L_95); int32_t L_98 = L_97; uint8_t L_99 = (L_95)->GetAt(static_cast(L_98)); ByteU5BU5D_t4116647657* L_100 = __this->get_window_15(); int32_t L_101 = V_4; int32_t L_102 = ((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)1)); V_4 = L_102; NullCheck(L_100); int32_t L_103 = L_102; uint8_t L_104 = (L_100)->GetAt(static_cast(L_103)); if ((!(((uint32_t)L_99) == ((uint32_t)L_104)))) { goto IL_01e1; } } { ByteU5BU5D_t4116647657* L_105 = __this->get_window_15(); int32_t L_106 = V_3; int32_t L_107 = ((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)1)); V_3 = L_107; NullCheck(L_105); int32_t L_108 = L_107; uint8_t L_109 = (L_105)->GetAt(static_cast(L_108)); ByteU5BU5D_t4116647657* L_110 = __this->get_window_15(); int32_t L_111 = V_4; int32_t L_112 = ((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)1)); V_4 = L_112; NullCheck(L_110); int32_t L_113 = L_112; uint8_t L_114 = (L_110)->GetAt(static_cast(L_113)); if ((!(((uint32_t)L_109) == ((uint32_t)L_114)))) { goto IL_01e1; } } { ByteU5BU5D_t4116647657* L_115 = __this->get_window_15(); int32_t L_116 = V_3; int32_t L_117 = ((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)1)); V_3 = L_117; NullCheck(L_115); int32_t L_118 = L_117; uint8_t L_119 = (L_115)->GetAt(static_cast(L_118)); ByteU5BU5D_t4116647657* L_120 = __this->get_window_15(); int32_t L_121 = V_4; int32_t L_122 = ((int32_t)il2cpp_codegen_add((int32_t)L_121, (int32_t)1)); V_4 = L_122; NullCheck(L_120); int32_t L_123 = L_122; uint8_t L_124 = (L_120)->GetAt(static_cast(L_123)); if ((!(((uint32_t)L_119) == ((uint32_t)L_124)))) { goto IL_01e1; } } { ByteU5BU5D_t4116647657* L_125 = __this->get_window_15(); int32_t L_126 = V_3; int32_t L_127 = ((int32_t)il2cpp_codegen_add((int32_t)L_126, (int32_t)1)); V_3 = L_127; NullCheck(L_125); int32_t L_128 = L_127; uint8_t L_129 = (L_125)->GetAt(static_cast(L_128)); ByteU5BU5D_t4116647657* L_130 = __this->get_window_15(); int32_t L_131 = V_4; int32_t L_132 = ((int32_t)il2cpp_codegen_add((int32_t)L_131, (int32_t)1)); V_4 = L_132; NullCheck(L_130); int32_t L_133 = L_132; uint8_t L_134 = (L_130)->GetAt(static_cast(L_133)); if ((!(((uint32_t)L_129) == ((uint32_t)L_134)))) { goto IL_01e1; } } { int32_t L_135 = V_3; int32_t L_136 = V_8; if ((((int32_t)L_135) < ((int32_t)L_136))) { goto IL_00f0; } } IL_01e1: { int32_t L_137 = V_3; int32_t L_138 = V_5; if ((((int32_t)L_137) <= ((int32_t)L_138))) { goto IL_0217; } } { int32_t L_139 = ___curMatch0; __this->set_matchStart_9(L_139); int32_t L_140 = V_3; V_5 = L_140; int32_t L_141 = V_3; int32_t L_142 = __this->get_strstart_13(); V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_141, (int32_t)L_142)); int32_t L_143 = V_6; int32_t L_144 = V_1; if ((((int32_t)L_143) >= ((int32_t)L_144))) { goto IL_023e; } } { ByteU5BU5D_t4116647657* L_145 = __this->get_window_15(); int32_t L_146 = V_5; NullCheck(L_145); int32_t L_147 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_146, (int32_t)1)); uint8_t L_148 = (L_145)->GetAt(static_cast(L_147)); V_9 = L_148; ByteU5BU5D_t4116647657* L_149 = __this->get_window_15(); int32_t L_150 = V_5; NullCheck(L_149); int32_t L_151 = L_150; uint8_t L_152 = (L_149)->GetAt(static_cast(L_151)); V_10 = L_152; } IL_0217: { int32_t L_153 = __this->get_strstart_13(); V_3 = L_153; } IL_021e: { Int16U5BU5D_t3686840178* L_154 = V_2; int32_t L_155 = ___curMatch0; NullCheck(L_154); int32_t L_156 = ((int32_t)((int32_t)L_155&(int32_t)((int32_t)32767))); int16_t L_157 = (L_154)->GetAt(static_cast(L_156)); int32_t L_158 = ((int32_t)((int32_t)L_157&(int32_t)((int32_t)65535))); ___curMatch0 = L_158; int32_t L_159 = V_7; if ((((int32_t)L_158) <= ((int32_t)L_159))) { goto IL_023e; } } { int32_t L_160 = V_0; int32_t L_161 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_160, (int32_t)1)); V_0 = L_161; if (L_161) { goto IL_0093; } } IL_023e: { int32_t L_162 = V_6; int32_t L_163 = __this->get_lookahead_14(); int32_t L_164 = Math_Min_m3468062251(NULL /*static, unused*/, L_162, L_163, /*hidden argument*/NULL); __this->set_matchLen_10(L_164); int32_t L_165 = __this->get_matchLen_10(); return (bool)((((int32_t)((((int32_t)L_165) < ((int32_t)3))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::DeflateStored(System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool DeflaterEngine_DeflateStored_m794437503 (DeflaterEngine_t3149066675 * __this, bool ___flush0, bool ___finish1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflaterEngine_DeflateStored_m794437503_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; { bool L_0 = ___flush0; if (L_0) { goto IL_000d; } } { int32_t L_1 = __this->get_lookahead_14(); if (L_1) { goto IL_000d; } } { return (bool)0; } IL_000d: { int32_t L_2 = __this->get_strstart_13(); int32_t L_3 = __this->get_lookahead_14(); __this->set_strstart_13(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3))); __this->set_lookahead_14(0); int32_t L_4 = __this->get_strstart_13(); int32_t L_5 = __this->get_blockStart_12(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)); int32_t L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DeflaterConstants_t2939957086_il2cpp_TypeInfo_var); int32_t L_7 = ((DeflaterConstants_t2939957086_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterConstants_t2939957086_il2cpp_TypeInfo_var))->get_MAX_BLOCK_SIZE_0(); if ((((int32_t)L_6) >= ((int32_t)L_7))) { goto IL_0055; } } { int32_t L_8 = __this->get_blockStart_12(); if ((((int32_t)L_8) >= ((int32_t)((int32_t)32768)))) { goto IL_0052; } } { int32_t L_9 = V_0; if ((((int32_t)L_9) >= ((int32_t)((int32_t)32506)))) { goto IL_0055; } } IL_0052: { bool L_10 = ___flush0; if (!L_10) { goto IL_0093; } } IL_0055: { bool L_11 = ___finish1; V_1 = L_11; int32_t L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DeflaterConstants_t2939957086_il2cpp_TypeInfo_var); int32_t L_13 = ((DeflaterConstants_t2939957086_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterConstants_t2939957086_il2cpp_TypeInfo_var))->get_MAX_BLOCK_SIZE_0(); if ((((int32_t)L_12) <= ((int32_t)L_13))) { goto IL_0067; } } { IL2CPP_RUNTIME_CLASS_INIT(DeflaterConstants_t2939957086_il2cpp_TypeInfo_var); int32_t L_14 = ((DeflaterConstants_t2939957086_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterConstants_t2939957086_il2cpp_TypeInfo_var))->get_MAX_BLOCK_SIZE_0(); V_0 = L_14; V_1 = (bool)0; } IL_0067: { DeflaterHuffman_t1589715067 * L_15 = __this->get_huffman_27(); ByteU5BU5D_t4116647657* L_16 = __this->get_window_15(); int32_t L_17 = __this->get_blockStart_12(); int32_t L_18 = V_0; bool L_19 = V_1; NullCheck(L_15); DeflaterHuffman_FlushStoredBlock_m3702068477(L_15, L_16, L_17, L_18, L_19, /*hidden argument*/NULL); int32_t L_20 = __this->get_blockStart_12(); int32_t L_21 = V_0; __this->set_blockStart_12(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21))); bool L_22 = V_1; return (bool)((((int32_t)L_22) == ((int32_t)0))? 1 : 0); } IL_0093: { return (bool)1; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::DeflateFast(System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool DeflaterEngine_DeflateFast_m1626955279 (DeflaterEngine_t3149066675 * __this, bool ___flush0, bool ___finish1, const RuntimeMethod* method) { int32_t V_0 = 0; bool V_1 = false; bool V_2 = false; int32_t V_3 = 0; int32_t G_B27_0 = 0; { int32_t L_0 = __this->get_lookahead_14(); if ((((int32_t)L_0) >= ((int32_t)((int32_t)262)))) { goto IL_01ec; } } { bool L_1 = ___flush0; if (L_1) { goto IL_01ec; } } { return (bool)0; } IL_0018: { int32_t L_2 = __this->get_lookahead_14(); if (L_2) { goto IL_0053; } } { DeflaterHuffman_t1589715067 * L_3 = __this->get_huffman_27(); ByteU5BU5D_t4116647657* L_4 = __this->get_window_15(); int32_t L_5 = __this->get_blockStart_12(); int32_t L_6 = __this->get_strstart_13(); int32_t L_7 = __this->get_blockStart_12(); bool L_8 = ___finish1; NullCheck(L_3); DeflaterHuffman_FlushBlock_m536049297(L_3, L_4, L_5, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)), L_8, /*hidden argument*/NULL); int32_t L_9 = __this->get_strstart_13(); __this->set_blockStart_12(L_9); return (bool)0; } IL_0053: { int32_t L_10 = __this->get_strstart_13(); if ((((int32_t)L_10) <= ((int32_t)((int32_t)65274)))) { goto IL_0066; } } { DeflaterEngine_SlideWindow_m124243844(__this, /*hidden argument*/NULL); } IL_0066: { int32_t L_11 = __this->get_lookahead_14(); if ((((int32_t)L_11) < ((int32_t)3))) { goto IL_015e; } } { int32_t L_12 = DeflaterEngine_InsertString_m650014813(__this, /*hidden argument*/NULL); int32_t L_13 = L_12; V_0 = L_13; if (!L_13) { goto IL_015e; } } { int32_t L_14 = __this->get_strategy_16(); if ((((int32_t)L_14) == ((int32_t)2))) { goto IL_015e; } } { int32_t L_15 = __this->get_strstart_13(); int32_t L_16 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_16))) > ((int32_t)((int32_t)32506)))) { goto IL_015e; } } { int32_t L_17 = V_0; bool L_18 = DeflaterEngine_FindLongestMatch_m540474038(__this, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_015e; } } { DeflaterHuffman_t1589715067 * L_19 = __this->get_huffman_27(); int32_t L_20 = __this->get_strstart_13(); int32_t L_21 = __this->get_matchStart_9(); int32_t L_22 = __this->get_matchLen_10(); NullCheck(L_19); bool L_23 = DeflaterHuffman_TallyDist_m1225668619(L_19, ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21)), L_22, /*hidden argument*/NULL); V_1 = L_23; int32_t L_24 = __this->get_lookahead_14(); int32_t L_25 = __this->get_matchLen_10(); __this->set_lookahead_14(((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25))); int32_t L_26 = __this->get_matchLen_10(); int32_t L_27 = __this->get_max_lazy_18(); if ((((int32_t)L_26) > ((int32_t)L_27))) { goto IL_012d; } } { int32_t L_28 = __this->get_lookahead_14(); if ((((int32_t)L_28) < ((int32_t)3))) { goto IL_012d; } } { goto IL_0109; } IL_00f4: { int32_t L_29 = __this->get_strstart_13(); __this->set_strstart_13(((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1))); DeflaterEngine_InsertString_m650014813(__this, /*hidden argument*/NULL); } IL_0109: { int32_t L_30 = __this->get_matchLen_10(); int32_t L_31 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1)); V_3 = L_31; __this->set_matchLen_10(L_31); int32_t L_32 = V_3; if ((((int32_t)L_32) > ((int32_t)0))) { goto IL_00f4; } } { int32_t L_33 = __this->get_strstart_13(); __this->set_strstart_13(((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1))); goto IL_014f; } IL_012d: { int32_t L_34 = __this->get_strstart_13(); int32_t L_35 = __this->get_matchLen_10(); __this->set_strstart_13(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35))); int32_t L_36 = __this->get_lookahead_14(); if ((((int32_t)L_36) < ((int32_t)2))) { goto IL_014f; } } { DeflaterEngine_UpdateHash_m4072690416(__this, /*hidden argument*/NULL); } IL_014f: { __this->set_matchLen_10(2); bool L_37 = V_1; if (L_37) { goto IL_0199; } } { goto IL_01ec; } IL_015e: { DeflaterHuffman_t1589715067 * L_38 = __this->get_huffman_27(); ByteU5BU5D_t4116647657* L_39 = __this->get_window_15(); int32_t L_40 = __this->get_strstart_13(); NullCheck(L_39); int32_t L_41 = L_40; uint8_t L_42 = (L_39)->GetAt(static_cast(L_41)); NullCheck(L_38); DeflaterHuffman_TallyLit_m3864547415(L_38, ((int32_t)((int32_t)L_42&(int32_t)((int32_t)255))), /*hidden argument*/NULL); int32_t L_43 = __this->get_strstart_13(); __this->set_strstart_13(((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1))); int32_t L_44 = __this->get_lookahead_14(); __this->set_lookahead_14(((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)1))); } IL_0199: { DeflaterHuffman_t1589715067 * L_45 = __this->get_huffman_27(); NullCheck(L_45); bool L_46 = DeflaterHuffman_IsFull_m1277412023(L_45, /*hidden argument*/NULL); if (!L_46) { goto IL_01ec; } } { bool L_47 = ___finish1; if (!L_47) { goto IL_01b4; } } { int32_t L_48 = __this->get_lookahead_14(); G_B27_0 = ((((int32_t)L_48) == ((int32_t)0))? 1 : 0); goto IL_01b5; } IL_01b4: { G_B27_0 = 0; } IL_01b5: { V_2 = (bool)G_B27_0; DeflaterHuffman_t1589715067 * L_49 = __this->get_huffman_27(); ByteU5BU5D_t4116647657* L_50 = __this->get_window_15(); int32_t L_51 = __this->get_blockStart_12(); int32_t L_52 = __this->get_strstart_13(); int32_t L_53 = __this->get_blockStart_12(); bool L_54 = V_2; NullCheck(L_49); DeflaterHuffman_FlushBlock_m536049297(L_49, L_50, L_51, ((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)L_53)), L_54, /*hidden argument*/NULL); int32_t L_55 = __this->get_strstart_13(); __this->set_blockStart_12(L_55); bool L_56 = V_2; return (bool)((((int32_t)L_56) == ((int32_t)0))? 1 : 0); } IL_01ec: { int32_t L_57 = __this->get_lookahead_14(); if ((((int32_t)L_57) >= ((int32_t)((int32_t)262)))) { goto IL_0018; } } { bool L_58 = ___flush0; if (L_58) { goto IL_0018; } } { return (bool)1; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine::DeflateSlow(System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool DeflaterEngine_DeflateSlow_m3537591804 (DeflaterEngine_t3149066675 * __this, bool ___flush0, bool ___finish1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; bool V_4 = false; int32_t G_B36_0 = 0; { int32_t L_0 = __this->get_lookahead_14(); if ((((int32_t)L_0) >= ((int32_t)((int32_t)262)))) { goto IL_0253; } } { bool L_1 = ___flush0; if (L_1) { goto IL_0253; } } { return (bool)0; } IL_0018: { int32_t L_2 = __this->get_lookahead_14(); if (L_2) { goto IL_0083; } } { bool L_3 = __this->get_prevAvailable_11(); if (!L_3) { goto IL_0049; } } { DeflaterHuffman_t1589715067 * L_4 = __this->get_huffman_27(); ByteU5BU5D_t4116647657* L_5 = __this->get_window_15(); int32_t L_6 = __this->get_strstart_13(); NullCheck(L_5); int32_t L_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)); uint8_t L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck(L_4); DeflaterHuffman_TallyLit_m3864547415(L_4, ((int32_t)((int32_t)L_8&(int32_t)((int32_t)255))), /*hidden argument*/NULL); } IL_0049: { __this->set_prevAvailable_11((bool)0); DeflaterHuffman_t1589715067 * L_9 = __this->get_huffman_27(); ByteU5BU5D_t4116647657* L_10 = __this->get_window_15(); int32_t L_11 = __this->get_blockStart_12(); int32_t L_12 = __this->get_strstart_13(); int32_t L_13 = __this->get_blockStart_12(); bool L_14 = ___finish1; NullCheck(L_9); DeflaterHuffman_FlushBlock_m536049297(L_9, L_10, L_11, ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13)), L_14, /*hidden argument*/NULL); int32_t L_15 = __this->get_strstart_13(); __this->set_blockStart_12(L_15); return (bool)0; } IL_0083: { int32_t L_16 = __this->get_strstart_13(); if ((((int32_t)L_16) < ((int32_t)((int32_t)65274)))) { goto IL_0096; } } { DeflaterEngine_SlideWindow_m124243844(__this, /*hidden argument*/NULL); } IL_0096: { int32_t L_17 = __this->get_matchStart_9(); V_0 = L_17; int32_t L_18 = __this->get_matchLen_10(); V_1 = L_18; int32_t L_19 = __this->get_lookahead_14(); if ((((int32_t)L_19) < ((int32_t)3))) { goto IL_010e; } } { int32_t L_20 = DeflaterEngine_InsertString_m650014813(__this, /*hidden argument*/NULL); V_2 = L_20; int32_t L_21 = __this->get_strategy_16(); if ((((int32_t)L_21) == ((int32_t)2))) { goto IL_010e; } } { int32_t L_22 = V_2; if (!L_22) { goto IL_010e; } } { int32_t L_23 = __this->get_strstart_13(); int32_t L_24 = V_2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)L_24))) > ((int32_t)((int32_t)32506)))) { goto IL_010e; } } { int32_t L_25 = V_2; bool L_26 = DeflaterEngine_FindLongestMatch_m540474038(__this, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_010e; } } { int32_t L_27 = __this->get_matchLen_10(); if ((((int32_t)L_27) > ((int32_t)5))) { goto IL_010e; } } { int32_t L_28 = __this->get_strategy_16(); if ((((int32_t)L_28) == ((int32_t)1))) { goto IL_0107; } } { int32_t L_29 = __this->get_matchLen_10(); if ((!(((uint32_t)L_29) == ((uint32_t)3)))) { goto IL_010e; } } { int32_t L_30 = __this->get_strstart_13(); int32_t L_31 = __this->get_matchStart_9(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31))) <= ((int32_t)((int32_t)4096)))) { goto IL_010e; } } IL_0107: { __this->set_matchLen_10(2); } IL_010e: { int32_t L_32 = V_1; if ((((int32_t)L_32) < ((int32_t)3))) { goto IL_0199; } } { int32_t L_33 = __this->get_matchLen_10(); int32_t L_34 = V_1; if ((((int32_t)L_33) > ((int32_t)L_34))) { goto IL_0199; } } { DeflaterHuffman_t1589715067 * L_35 = __this->get_huffman_27(); int32_t L_36 = __this->get_strstart_13(); int32_t L_37 = V_0; int32_t L_38 = V_1; NullCheck(L_35); DeflaterHuffman_TallyDist_m1225668619(L_35, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1)), (int32_t)L_37)), L_38, /*hidden argument*/NULL); int32_t L_39 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)2)); } IL_0139: { int32_t L_40 = __this->get_strstart_13(); __this->set_strstart_13(((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1))); int32_t L_41 = __this->get_lookahead_14(); __this->set_lookahead_14(((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)1))); int32_t L_42 = __this->get_lookahead_14(); if ((((int32_t)L_42) < ((int32_t)3))) { goto IL_0165; } } { DeflaterEngine_InsertString_m650014813(__this, /*hidden argument*/NULL); } IL_0165: { int32_t L_43 = V_1; int32_t L_44 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1)); V_1 = L_44; if ((((int32_t)L_44) > ((int32_t)0))) { goto IL_0139; } } { int32_t L_45 = __this->get_strstart_13(); __this->set_strstart_13(((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1))); int32_t L_46 = __this->get_lookahead_14(); __this->set_lookahead_14(((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)1))); __this->set_prevAvailable_11((bool)0); __this->set_matchLen_10(2); goto IL_01e5; } IL_0199: { bool L_47 = __this->get_prevAvailable_11(); if (!L_47) { goto IL_01c2; } } { DeflaterHuffman_t1589715067 * L_48 = __this->get_huffman_27(); ByteU5BU5D_t4116647657* L_49 = __this->get_window_15(); int32_t L_50 = __this->get_strstart_13(); NullCheck(L_49); int32_t L_51 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)1)); uint8_t L_52 = (L_49)->GetAt(static_cast(L_51)); NullCheck(L_48); DeflaterHuffman_TallyLit_m3864547415(L_48, ((int32_t)((int32_t)L_52&(int32_t)((int32_t)255))), /*hidden argument*/NULL); } IL_01c2: { __this->set_prevAvailable_11((bool)1); int32_t L_53 = __this->get_strstart_13(); __this->set_strstart_13(((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1))); int32_t L_54 = __this->get_lookahead_14(); __this->set_lookahead_14(((int32_t)il2cpp_codegen_subtract((int32_t)L_54, (int32_t)1))); } IL_01e5: { DeflaterHuffman_t1589715067 * L_55 = __this->get_huffman_27(); NullCheck(L_55); bool L_56 = DeflaterHuffman_IsFull_m1277412023(L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_0253; } } { int32_t L_57 = __this->get_strstart_13(); int32_t L_58 = __this->get_blockStart_12(); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)L_58)); bool L_59 = __this->get_prevAvailable_11(); if (!L_59) { goto IL_020c; } } { int32_t L_60 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_60, (int32_t)1)); } IL_020c: { bool L_61 = ___finish1; if (!L_61) { goto IL_0222; } } { int32_t L_62 = __this->get_lookahead_14(); if (L_62) { goto IL_0222; } } { bool L_63 = __this->get_prevAvailable_11(); G_B36_0 = ((((int32_t)L_63) == ((int32_t)0))? 1 : 0); goto IL_0223; } IL_0222: { G_B36_0 = 0; } IL_0223: { V_4 = (bool)G_B36_0; DeflaterHuffman_t1589715067 * L_64 = __this->get_huffman_27(); ByteU5BU5D_t4116647657* L_65 = __this->get_window_15(); int32_t L_66 = __this->get_blockStart_12(); int32_t L_67 = V_3; bool L_68 = V_4; NullCheck(L_64); DeflaterHuffman_FlushBlock_m536049297(L_64, L_65, L_66, L_67, L_68, /*hidden argument*/NULL); int32_t L_69 = __this->get_blockStart_12(); int32_t L_70 = V_3; __this->set_blockStart_12(((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)L_70))); bool L_71 = V_4; return (bool)((((int32_t)L_71) == ((int32_t)0))? 1 : 0); } IL_0253: { int32_t L_72 = __this->get_lookahead_14(); if ((((int32_t)L_72) >= ((int32_t)((int32_t)262)))) { goto IL_0018; } } { bool L_73 = ___flush0; if (L_73) { goto IL_0018; } } { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::.cctor() extern "C" IL2CPP_METHOD_ATTR void DeflaterHuffman__cctor_m2519705487 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflaterHuffman__cctor_m2519705487_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Int32U5BU5D_t385246372* L_0 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)((int32_t)19))); RuntimeFieldHandle_t1871169219 L_1 = { reinterpret_cast (U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078____U24U24method0x6000325U2D1_4_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, /*hidden argument*/NULL); ((DeflaterHuffman_t1589715067_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var))->set_BL_ORDER_0(L_0); ByteU5BU5D_t4116647657* L_2 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16))); RuntimeFieldHandle_t1871169219 L_3 = { reinterpret_cast (U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078____U24U24method0x6000325U2D2_5_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL); ((DeflaterHuffman_t1589715067_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var))->set_bit4Reverse_1(L_2); ((DeflaterHuffman_t1589715067_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var))->set_staticLCodes_2(((Int16U5BU5D_t3686840178*)SZArrayNew(Int16U5BU5D_t3686840178_il2cpp_TypeInfo_var, (uint32_t)((int32_t)286)))); ((DeflaterHuffman_t1589715067_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var))->set_staticLLength_3(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)286)))); V_0 = 0; goto IL_006e; } IL_0050: { Int16U5BU5D_t3686840178* L_4 = ((DeflaterHuffman_t1589715067_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var))->get_staticLCodes_2(); int32_t L_5 = V_0; int32_t L_6 = V_0; int16_t L_7 = DeflaterHuffman_BitReverse_m326924032(NULL /*static, unused*/, ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)48), (int32_t)L_6))<<(int32_t)8)), /*hidden argument*/NULL); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (int16_t)L_7); ByteU5BU5D_t4116647657* L_8 = ((DeflaterHuffman_t1589715067_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var))->get_staticLLength_3(); int32_t L_9 = V_0; int32_t L_10 = L_9; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); NullCheck(L_8); (L_8)->SetAt(static_cast(L_10), (uint8_t)8); } IL_006e: { int32_t L_11 = V_0; if ((((int32_t)L_11) < ((int32_t)((int32_t)144)))) { goto IL_0050; } } { goto IL_009a; } IL_0078: { Int16U5BU5D_t3686840178* L_12 = ((DeflaterHuffman_t1589715067_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var))->get_staticLCodes_2(); int32_t L_13 = V_0; int32_t L_14 = V_0; int16_t L_15 = DeflaterHuffman_BitReverse_m326924032(NULL /*static, unused*/, ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)256), (int32_t)L_14))<<(int32_t)7)), /*hidden argument*/NULL); NullCheck(L_12); (L_12)->SetAt(static_cast(L_13), (int16_t)L_15); ByteU5BU5D_t4116647657* L_16 = ((DeflaterHuffman_t1589715067_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var))->get_staticLLength_3(); int32_t L_17 = V_0; int32_t L_18 = L_17; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); NullCheck(L_16); (L_16)->SetAt(static_cast(L_18), (uint8_t)((int32_t)9)); } IL_009a: { int32_t L_19 = V_0; if ((((int32_t)L_19) < ((int32_t)((int32_t)256)))) { goto IL_0078; } } { goto IL_00c6; } IL_00a4: { Int16U5BU5D_t3686840178* L_20 = ((DeflaterHuffman_t1589715067_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var))->get_staticLCodes_2(); int32_t L_21 = V_0; int32_t L_22 = V_0; int16_t L_23 = DeflaterHuffman_BitReverse_m326924032(NULL /*static, unused*/, ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-256), (int32_t)L_22))<<(int32_t)((int32_t)9))), /*hidden argument*/NULL); NullCheck(L_20); (L_20)->SetAt(static_cast(L_21), (int16_t)L_23); ByteU5BU5D_t4116647657* L_24 = ((DeflaterHuffman_t1589715067_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var))->get_staticLLength_3(); int32_t L_25 = V_0; int32_t L_26 = L_25; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); NullCheck(L_24); (L_24)->SetAt(static_cast(L_26), (uint8_t)7); } IL_00c6: { int32_t L_27 = V_0; if ((((int32_t)L_27) < ((int32_t)((int32_t)280)))) { goto IL_00a4; } } { goto IL_00ee; } IL_00d0: { Int16U5BU5D_t3686840178* L_28 = ((DeflaterHuffman_t1589715067_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var))->get_staticLCodes_2(); int32_t L_29 = V_0; int32_t L_30 = V_0; int16_t L_31 = DeflaterHuffman_BitReverse_m326924032(NULL /*static, unused*/, ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-88), (int32_t)L_30))<<(int32_t)8)), /*hidden argument*/NULL); NullCheck(L_28); (L_28)->SetAt(static_cast(L_29), (int16_t)L_31); ByteU5BU5D_t4116647657* L_32 = ((DeflaterHuffman_t1589715067_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var))->get_staticLLength_3(); int32_t L_33 = V_0; int32_t L_34 = L_33; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); NullCheck(L_32); (L_32)->SetAt(static_cast(L_34), (uint8_t)8); } IL_00ee: { int32_t L_35 = V_0; if ((((int32_t)L_35) < ((int32_t)((int32_t)286)))) { goto IL_00d0; } } { ((DeflaterHuffman_t1589715067_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var))->set_staticDCodes_4(((Int16U5BU5D_t3686840178*)SZArrayNew(Int16U5BU5D_t3686840178_il2cpp_TypeInfo_var, (uint32_t)((int32_t)30)))); ((DeflaterHuffman_t1589715067_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var))->set_staticDLength_5(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)30)))); V_0 = 0; goto IL_012e; } IL_0112: { Int16U5BU5D_t3686840178* L_36 = ((DeflaterHuffman_t1589715067_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var))->get_staticDCodes_4(); int32_t L_37 = V_0; int32_t L_38 = V_0; int16_t L_39 = DeflaterHuffman_BitReverse_m326924032(NULL /*static, unused*/, ((int32_t)((int32_t)L_38<<(int32_t)((int32_t)11))), /*hidden argument*/NULL); NullCheck(L_36); (L_36)->SetAt(static_cast(L_37), (int16_t)L_39); ByteU5BU5D_t4116647657* L_40 = ((DeflaterHuffman_t1589715067_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var))->get_staticDLength_5(); int32_t L_41 = V_0; NullCheck(L_40); (L_40)->SetAt(static_cast(L_41), (uint8_t)5); int32_t L_42 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_012e: { int32_t L_43 = V_0; if ((((int32_t)L_43) < ((int32_t)((int32_t)30)))) { goto IL_0112; } } { return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::.ctor(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending) extern "C" IL2CPP_METHOD_ATTR void DeflaterHuffman__ctor_m3637791435 (DeflaterHuffman_t1589715067 * __this, DeflaterPending_t48501436 * ___pending0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflaterHuffman__ctor_m3637791435_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); DeflaterPending_t48501436 * L_0 = ___pending0; __this->set_pending_6(L_0); Tree_t2492525012 * L_1 = (Tree_t2492525012 *)il2cpp_codegen_object_new(Tree_t2492525012_il2cpp_TypeInfo_var); Tree__ctor_m1251530229(L_1, __this, ((int32_t)286), ((int32_t)257), ((int32_t)15), /*hidden argument*/NULL); __this->set_literalTree_7(L_1); Tree_t2492525012 * L_2 = (Tree_t2492525012 *)il2cpp_codegen_object_new(Tree_t2492525012_il2cpp_TypeInfo_var); Tree__ctor_m1251530229(L_2, __this, ((int32_t)30), 1, ((int32_t)15), /*hidden argument*/NULL); __this->set_distTree_8(L_2); Tree_t2492525012 * L_3 = (Tree_t2492525012 *)il2cpp_codegen_object_new(Tree_t2492525012_il2cpp_TypeInfo_var); Tree__ctor_m1251530229(L_3, __this, ((int32_t)19), 4, 7, /*hidden argument*/NULL); __this->set_blTree_9(L_3); __this->set_d_buf_10(((Int16U5BU5D_t3686840178*)SZArrayNew(Int16U5BU5D_t3686840178_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16384)))); __this->set_l_buf_11(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16384)))); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::Reset() extern "C" IL2CPP_METHOD_ATTR void DeflaterHuffman_Reset_m4245981392 (DeflaterHuffman_t1589715067 * __this, const RuntimeMethod* method) { { __this->set_last_lit_12(0); __this->set_extra_bits_13(0); Tree_t2492525012 * L_0 = __this->get_literalTree_7(); NullCheck(L_0); Tree_Reset_m1425124431(L_0, /*hidden argument*/NULL); Tree_t2492525012 * L_1 = __this->get_distTree_8(); NullCheck(L_1); Tree_Reset_m1425124431(L_1, /*hidden argument*/NULL); Tree_t2492525012 * L_2 = __this->get_blTree_9(); NullCheck(L_2); Tree_Reset_m1425124431(L_2, /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::SendAllTrees(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DeflaterHuffman_SendAllTrees_m96010679 (DeflaterHuffman_t1589715067 * __this, int32_t ___blTreeCodes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflaterHuffman_SendAllTrees_m96010679_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Tree_t2492525012 * L_0 = __this->get_blTree_9(); NullCheck(L_0); Tree_BuildCodes_m2122200569(L_0, /*hidden argument*/NULL); Tree_t2492525012 * L_1 = __this->get_literalTree_7(); NullCheck(L_1); Tree_BuildCodes_m2122200569(L_1, /*hidden argument*/NULL); Tree_t2492525012 * L_2 = __this->get_distTree_8(); NullCheck(L_2); Tree_BuildCodes_m2122200569(L_2, /*hidden argument*/NULL); DeflaterPending_t48501436 * L_3 = __this->get_pending_6(); Tree_t2492525012 * L_4 = __this->get_literalTree_7(); NullCheck(L_4); int32_t L_5 = L_4->get_numCodes_3(); NullCheck(L_3); PendingBuffer_WriteBits_m3074478632(L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)((int32_t)257))), 5, /*hidden argument*/NULL); DeflaterPending_t48501436 * L_6 = __this->get_pending_6(); Tree_t2492525012 * L_7 = __this->get_distTree_8(); NullCheck(L_7); int32_t L_8 = L_7->get_numCodes_3(); NullCheck(L_6); PendingBuffer_WriteBits_m3074478632(L_6, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), 5, /*hidden argument*/NULL); DeflaterPending_t48501436 * L_9 = __this->get_pending_6(); int32_t L_10 = ___blTreeCodes0; NullCheck(L_9); PendingBuffer_WriteBits_m3074478632(L_9, ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)4)), 4, /*hidden argument*/NULL); V_0 = 0; goto IL_008d; } IL_006a: { DeflaterPending_t48501436 * L_11 = __this->get_pending_6(); Tree_t2492525012 * L_12 = __this->get_blTree_9(); NullCheck(L_12); ByteU5BU5D_t4116647657* L_13 = L_12->get_length_1(); IL2CPP_RUNTIME_CLASS_INIT(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var); Int32U5BU5D_t385246372* L_14 = ((DeflaterHuffman_t1589715067_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var))->get_BL_ORDER_0(); int32_t L_15 = V_0; NullCheck(L_14); int32_t L_16 = L_15; int32_t L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_13); int32_t L_18 = L_17; uint8_t L_19 = (L_13)->GetAt(static_cast(L_18)); NullCheck(L_11); PendingBuffer_WriteBits_m3074478632(L_11, L_19, 3, /*hidden argument*/NULL); int32_t L_20 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_008d: { int32_t L_21 = V_0; int32_t L_22 = ___blTreeCodes0; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_006a; } } { Tree_t2492525012 * L_23 = __this->get_literalTree_7(); Tree_t2492525012 * L_24 = __this->get_blTree_9(); NullCheck(L_23); Tree_WriteTree_m3404512198(L_23, L_24, /*hidden argument*/NULL); Tree_t2492525012 * L_25 = __this->get_distTree_8(); Tree_t2492525012 * L_26 = __this->get_blTree_9(); NullCheck(L_25); Tree_WriteTree_m3404512198(L_25, L_26, /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::CompressBlock() extern "C" IL2CPP_METHOD_ATTR void DeflaterHuffman_CompressBlock_m3240130406 (DeflaterHuffman_t1589715067 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflaterHuffman_CompressBlock_m3240130406_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { V_0 = 0; goto IL_00b2; } IL_0007: { ByteU5BU5D_t4116647657* L_0 = __this->get_l_buf_11(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_1 = ((int32_t)((int32_t)L_3&(int32_t)((int32_t)255))); Int16U5BU5D_t3686840178* L_4 = __this->get_d_buf_10(); int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; int16_t L_7 = (L_4)->GetAt(static_cast(L_6)); V_2 = L_7; int32_t L_8 = V_2; int32_t L_9 = L_8; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); if (!L_9) { goto IL_00a2; } } { int32_t L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var); int32_t L_11 = DeflaterHuffman_Lcode_m1798007058(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); V_3 = L_11; Tree_t2492525012 * L_12 = __this->get_literalTree_7(); int32_t L_13 = V_3; NullCheck(L_12); Tree_WriteSymbol_m3304827367(L_12, L_13, /*hidden argument*/NULL); int32_t L_14 = V_3; V_4 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)((int32_t)261)))/(int32_t)4)); int32_t L_15 = V_4; if ((((int32_t)L_15) <= ((int32_t)0))) { goto IL_0066; } } { int32_t L_16 = V_4; if ((((int32_t)L_16) > ((int32_t)5))) { goto IL_0066; } } { DeflaterPending_t48501436 * L_17 = __this->get_pending_6(); int32_t L_18 = V_1; int32_t L_19 = V_4; int32_t L_20 = V_4; NullCheck(L_17); PendingBuffer_WriteBits_m3074478632(L_17, ((int32_t)((int32_t)L_18&(int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_19&(int32_t)((int32_t)31))))), (int32_t)1)))), L_20, /*hidden argument*/NULL); } IL_0066: { int32_t L_21 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var); int32_t L_22 = DeflaterHuffman_Dcode_m117563802(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); V_5 = L_22; Tree_t2492525012 * L_23 = __this->get_distTree_8(); int32_t L_24 = V_5; NullCheck(L_23); Tree_WriteSymbol_m3304827367(L_23, L_24, /*hidden argument*/NULL); int32_t L_25 = V_5; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_25/(int32_t)2)), (int32_t)1)); int32_t L_26 = V_4; if ((((int32_t)L_26) <= ((int32_t)0))) { goto IL_00ae; } } { DeflaterPending_t48501436 * L_27 = __this->get_pending_6(); int32_t L_28 = V_2; int32_t L_29 = V_4; int32_t L_30 = V_4; NullCheck(L_27); PendingBuffer_WriteBits_m3074478632(L_27, ((int32_t)((int32_t)L_28&(int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_29&(int32_t)((int32_t)31))))), (int32_t)1)))), L_30, /*hidden argument*/NULL); goto IL_00ae; } IL_00a2: { Tree_t2492525012 * L_31 = __this->get_literalTree_7(); int32_t L_32 = V_1; NullCheck(L_31); Tree_WriteSymbol_m3304827367(L_31, L_32, /*hidden argument*/NULL); } IL_00ae: { int32_t L_33 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00b2: { int32_t L_34 = V_0; int32_t L_35 = __this->get_last_lit_12(); if ((((int32_t)L_34) < ((int32_t)L_35))) { goto IL_0007; } } { Tree_t2492525012 * L_36 = __this->get_literalTree_7(); NullCheck(L_36); Tree_WriteSymbol_m3304827367(L_36, ((int32_t)256), /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::FlushStoredBlock(System.Byte[],System.Int32,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DeflaterHuffman_FlushStoredBlock_m3702068477 (DeflaterHuffman_t1589715067 * __this, ByteU5BU5D_t4116647657* ___stored0, int32_t ___storedOffset1, int32_t ___storedLength2, bool ___lastBlock3, const RuntimeMethod* method) { DeflaterPending_t48501436 * G_B2_0 = NULL; DeflaterPending_t48501436 * G_B1_0 = NULL; int32_t G_B3_0 = 0; DeflaterPending_t48501436 * G_B3_1 = NULL; { DeflaterPending_t48501436 * L_0 = __this->get_pending_6(); bool L_1 = ___lastBlock3; G_B1_0 = L_0; if (L_1) { G_B2_0 = L_0; goto IL_000d; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_000e; } IL_000d: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_000e: { NullCheck(G_B3_1); PendingBuffer_WriteBits_m3074478632(G_B3_1, G_B3_0, 3, /*hidden argument*/NULL); DeflaterPending_t48501436 * L_2 = __this->get_pending_6(); NullCheck(L_2); PendingBuffer_AlignToByte_m3826169122(L_2, /*hidden argument*/NULL); DeflaterPending_t48501436 * L_3 = __this->get_pending_6(); int32_t L_4 = ___storedLength2; NullCheck(L_3); PendingBuffer_WriteShort_m972619178(L_3, L_4, /*hidden argument*/NULL); DeflaterPending_t48501436 * L_5 = __this->get_pending_6(); int32_t L_6 = ___storedLength2; NullCheck(L_5); PendingBuffer_WriteShort_m972619178(L_5, ((~L_6)), /*hidden argument*/NULL); DeflaterPending_t48501436 * L_7 = __this->get_pending_6(); ByteU5BU5D_t4116647657* L_8 = ___stored0; int32_t L_9 = ___storedOffset1; int32_t L_10 = ___storedLength2; NullCheck(L_7); PendingBuffer_WriteBlock_m3514884055(L_7, L_8, L_9, L_10, /*hidden argument*/NULL); DeflaterHuffman_Reset_m4245981392(__this, /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::FlushBlock(System.Byte[],System.Int32,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DeflaterHuffman_FlushBlock_m536049297 (DeflaterHuffman_t1589715067 * __this, ByteU5BU5D_t4116647657* ___stored0, int32_t ___storedOffset1, int32_t ___storedLength2, bool ___lastBlock3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflaterHuffman_FlushBlock_m536049297_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t G_B19_0 = 0; DeflaterPending_t48501436 * G_B19_1 = NULL; int32_t G_B18_0 = 0; DeflaterPending_t48501436 * G_B18_1 = NULL; int32_t G_B20_0 = 0; int32_t G_B20_1 = 0; DeflaterPending_t48501436 * G_B20_2 = NULL; int32_t G_B23_0 = 0; DeflaterPending_t48501436 * G_B23_1 = NULL; int32_t G_B22_0 = 0; DeflaterPending_t48501436 * G_B22_1 = NULL; int32_t G_B24_0 = 0; int32_t G_B24_1 = 0; DeflaterPending_t48501436 * G_B24_2 = NULL; { Tree_t2492525012 * L_0 = __this->get_literalTree_7(); NullCheck(L_0); Int16U5BU5D_t3686840178* L_1 = L_0->get_freqs_0(); NullCheck(L_1); int16_t* L_2 = ((L_1)->GetAddressAt(static_cast(((int32_t)256)))); *(int16_t*)L_2 = (((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)(*(int16_t*)L_2), (int32_t)1))))); Tree_t2492525012 * L_3 = __this->get_literalTree_7(); NullCheck(L_3); Tree_BuildTree_m1723086957(L_3, /*hidden argument*/NULL); Tree_t2492525012 * L_4 = __this->get_distTree_8(); NullCheck(L_4); Tree_BuildTree_m1723086957(L_4, /*hidden argument*/NULL); Tree_t2492525012 * L_5 = __this->get_literalTree_7(); Tree_t2492525012 * L_6 = __this->get_blTree_9(); NullCheck(L_5); Tree_CalcBLFreq_m2431951835(L_5, L_6, /*hidden argument*/NULL); Tree_t2492525012 * L_7 = __this->get_distTree_8(); Tree_t2492525012 * L_8 = __this->get_blTree_9(); NullCheck(L_7); Tree_CalcBLFreq_m2431951835(L_7, L_8, /*hidden argument*/NULL); Tree_t2492525012 * L_9 = __this->get_blTree_9(); NullCheck(L_9); Tree_BuildTree_m1723086957(L_9, /*hidden argument*/NULL); V_0 = 4; V_1 = ((int32_t)18); goto IL_008b; } IL_006d: { Tree_t2492525012 * L_10 = __this->get_blTree_9(); NullCheck(L_10); ByteU5BU5D_t4116647657* L_11 = L_10->get_length_1(); IL2CPP_RUNTIME_CLASS_INIT(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var); Int32U5BU5D_t385246372* L_12 = ((DeflaterHuffman_t1589715067_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var))->get_BL_ORDER_0(); int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = L_13; int32_t L_15 = (L_12)->GetAt(static_cast(L_14)); NullCheck(L_11); int32_t L_16 = L_15; uint8_t L_17 = (L_11)->GetAt(static_cast(L_16)); if ((((int32_t)L_17) <= ((int32_t)0))) { goto IL_0087; } } { int32_t L_18 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0087: { int32_t L_19 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)); } IL_008b: { int32_t L_20 = V_1; int32_t L_21 = V_0; if ((((int32_t)L_20) > ((int32_t)L_21))) { goto IL_006d; } } { int32_t L_22 = V_0; Tree_t2492525012 * L_23 = __this->get_blTree_9(); NullCheck(L_23); int32_t L_24 = Tree_GetEncodedLength_m2322074256(L_23, /*hidden argument*/NULL); Tree_t2492525012 * L_25 = __this->get_literalTree_7(); NullCheck(L_25); int32_t L_26 = Tree_GetEncodedLength_m2322074256(L_25, /*hidden argument*/NULL); Tree_t2492525012 * L_27 = __this->get_distTree_8(); NullCheck(L_27); int32_t L_28 = Tree_GetEncodedLength_m2322074256(L_27, /*hidden argument*/NULL); int32_t L_29 = __this->get_extra_bits_13(); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)14), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_22, (int32_t)3)))), (int32_t)L_24)), (int32_t)L_26)), (int32_t)L_28)), (int32_t)L_29)); int32_t L_30 = __this->get_extra_bits_13(); V_3 = L_30; V_4 = 0; goto IL_00ed; } IL_00cd: { int32_t L_31 = V_3; Tree_t2492525012 * L_32 = __this->get_literalTree_7(); NullCheck(L_32); Int16U5BU5D_t3686840178* L_33 = L_32->get_freqs_0(); int32_t L_34 = V_4; NullCheck(L_33); int32_t L_35 = L_34; int16_t L_36 = (L_33)->GetAt(static_cast(L_35)); IL2CPP_RUNTIME_CLASS_INIT(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_37 = ((DeflaterHuffman_t1589715067_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var))->get_staticLLength_3(); int32_t L_38 = V_4; NullCheck(L_37); int32_t L_39 = L_38; uint8_t L_40 = (L_37)->GetAt(static_cast(L_39)); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_36, (int32_t)L_40)))); int32_t L_41 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00ed: { int32_t L_42 = V_4; if ((((int32_t)L_42) < ((int32_t)((int32_t)286)))) { goto IL_00cd; } } { V_5 = 0; goto IL_011b; } IL_00fb: { int32_t L_43 = V_3; Tree_t2492525012 * L_44 = __this->get_distTree_8(); NullCheck(L_44); Int16U5BU5D_t3686840178* L_45 = L_44->get_freqs_0(); int32_t L_46 = V_5; NullCheck(L_45); int32_t L_47 = L_46; int16_t L_48 = (L_45)->GetAt(static_cast(L_47)); IL2CPP_RUNTIME_CLASS_INIT(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_49 = ((DeflaterHuffman_t1589715067_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var))->get_staticDLength_5(); int32_t L_50 = V_5; NullCheck(L_49); int32_t L_51 = L_50; uint8_t L_52 = (L_49)->GetAt(static_cast(L_51)); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_48, (int32_t)L_52)))); int32_t L_53 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)); } IL_011b: { int32_t L_54 = V_5; if ((((int32_t)L_54) < ((int32_t)((int32_t)30)))) { goto IL_00fb; } } { int32_t L_55 = V_2; int32_t L_56 = V_3; if ((((int32_t)L_55) < ((int32_t)L_56))) { goto IL_0127; } } { int32_t L_57 = V_3; V_2 = L_57; } IL_0127: { int32_t L_58 = ___storedOffset1; if ((((int32_t)L_58) < ((int32_t)0))) { goto IL_013f; } } { int32_t L_59 = ___storedLength2; int32_t L_60 = V_2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)4))) >= ((int32_t)((int32_t)((int32_t)L_60>>(int32_t)3))))) { goto IL_013f; } } { ByteU5BU5D_t4116647657* L_61 = ___stored0; int32_t L_62 = ___storedOffset1; int32_t L_63 = ___storedLength2; bool L_64 = ___lastBlock3; DeflaterHuffman_FlushStoredBlock_m3702068477(__this, L_61, L_62, L_63, L_64, /*hidden argument*/NULL); return; } IL_013f: { int32_t L_65 = V_2; int32_t L_66 = V_3; if ((!(((uint32_t)L_65) == ((uint32_t)L_66)))) { goto IL_0190; } } { DeflaterPending_t48501436 * L_67 = __this->get_pending_6(); bool L_68 = ___lastBlock3; G_B18_0 = 2; G_B18_1 = L_67; if (L_68) { G_B19_0 = 2; G_B19_1 = L_67; goto IL_0151; } } { G_B20_0 = 0; G_B20_1 = G_B18_0; G_B20_2 = G_B18_1; goto IL_0152; } IL_0151: { G_B20_0 = 1; G_B20_1 = G_B19_0; G_B20_2 = G_B19_1; } IL_0152: { NullCheck(G_B20_2); PendingBuffer_WriteBits_m3074478632(G_B20_2, ((int32_t)il2cpp_codegen_add((int32_t)G_B20_1, (int32_t)G_B20_0)), 3, /*hidden argument*/NULL); Tree_t2492525012 * L_69 = __this->get_literalTree_7(); IL2CPP_RUNTIME_CLASS_INIT(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var); Int16U5BU5D_t3686840178* L_70 = ((DeflaterHuffman_t1589715067_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var))->get_staticLCodes_2(); ByteU5BU5D_t4116647657* L_71 = ((DeflaterHuffman_t1589715067_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var))->get_staticLLength_3(); NullCheck(L_69); Tree_SetStaticCodes_m2774659413(L_69, L_70, L_71, /*hidden argument*/NULL); Tree_t2492525012 * L_72 = __this->get_distTree_8(); Int16U5BU5D_t3686840178* L_73 = ((DeflaterHuffman_t1589715067_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var))->get_staticDCodes_4(); ByteU5BU5D_t4116647657* L_74 = ((DeflaterHuffman_t1589715067_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var))->get_staticDLength_5(); NullCheck(L_72); Tree_SetStaticCodes_m2774659413(L_72, L_73, L_74, /*hidden argument*/NULL); DeflaterHuffman_CompressBlock_m3240130406(__this, /*hidden argument*/NULL); DeflaterHuffman_Reset_m4245981392(__this, /*hidden argument*/NULL); return; } IL_0190: { DeflaterPending_t48501436 * L_75 = __this->get_pending_6(); bool L_76 = ___lastBlock3; G_B22_0 = 4; G_B22_1 = L_75; if (L_76) { G_B23_0 = 4; G_B23_1 = L_75; goto IL_019e; } } { G_B24_0 = 0; G_B24_1 = G_B22_0; G_B24_2 = G_B22_1; goto IL_019f; } IL_019e: { G_B24_0 = 1; G_B24_1 = G_B23_0; G_B24_2 = G_B23_1; } IL_019f: { NullCheck(G_B24_2); PendingBuffer_WriteBits_m3074478632(G_B24_2, ((int32_t)il2cpp_codegen_add((int32_t)G_B24_1, (int32_t)G_B24_0)), 3, /*hidden argument*/NULL); int32_t L_77 = V_0; DeflaterHuffman_SendAllTrees_m96010679(__this, L_77, /*hidden argument*/NULL); DeflaterHuffman_CompressBlock_m3240130406(__this, /*hidden argument*/NULL); DeflaterHuffman_Reset_m4245981392(__this, /*hidden argument*/NULL); return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::IsFull() extern "C" IL2CPP_METHOD_ATTR bool DeflaterHuffman_IsFull_m1277412023 (DeflaterHuffman_t1589715067 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_last_lit_12(); return (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)((int32_t)16384)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::TallyLit(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool DeflaterHuffman_TallyLit_m3864547415 (DeflaterHuffman_t1589715067 * __this, int32_t ___literal0, const RuntimeMethod* method) { int32_t V_0 = 0; { Int16U5BU5D_t3686840178* L_0 = __this->get_d_buf_10(); int32_t L_1 = __this->get_last_lit_12(); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (int16_t)0); ByteU5BU5D_t4116647657* L_2 = __this->get_l_buf_11(); int32_t L_3 = __this->get_last_lit_12(); int32_t L_4 = L_3; V_0 = L_4; __this->set_last_lit_12(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = V_0; int32_t L_6 = ___literal0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_5), (uint8_t)(((int32_t)((uint8_t)L_6)))); Tree_t2492525012 * L_7 = __this->get_literalTree_7(); NullCheck(L_7); Int16U5BU5D_t3686840178* L_8 = L_7->get_freqs_0(); int32_t L_9 = ___literal0; NullCheck(L_8); int16_t* L_10 = ((L_8)->GetAddressAt(static_cast(L_9))); *(int16_t*)L_10 = (((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)(*(int16_t*)L_10), (int32_t)1))))); bool L_11 = DeflaterHuffman_IsFull_m1277412023(__this, /*hidden argument*/NULL); return L_11; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::TallyDist(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool DeflaterHuffman_TallyDist_m1225668619 (DeflaterHuffman_t1589715067 * __this, int32_t ___distance0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflaterHuffman_TallyDist_m1225668619_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { Int16U5BU5D_t3686840178* L_0 = __this->get_d_buf_10(); int32_t L_1 = __this->get_last_lit_12(); int32_t L_2 = ___distance0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (int16_t)(((int16_t)((int16_t)L_2)))); ByteU5BU5D_t4116647657* L_3 = __this->get_l_buf_11(); int32_t L_4 = __this->get_last_lit_12(); int32_t L_5 = L_4; V_2 = L_5; __this->set_last_lit_12(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_2; int32_t L_7 = ___length1; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)3)))))); int32_t L_8 = ___length1; IL2CPP_RUNTIME_CLASS_INIT(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var); int32_t L_9 = DeflaterHuffman_Lcode_m1798007058(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)3)), /*hidden argument*/NULL); V_0 = L_9; Tree_t2492525012 * L_10 = __this->get_literalTree_7(); NullCheck(L_10); Int16U5BU5D_t3686840178* L_11 = L_10->get_freqs_0(); int32_t L_12 = V_0; NullCheck(L_11); int16_t* L_13 = ((L_11)->GetAddressAt(static_cast(L_12))); *(int16_t*)L_13 = (((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)(*(int16_t*)L_13), (int32_t)1))))); int32_t L_14 = V_0; if ((((int32_t)L_14) < ((int32_t)((int32_t)265)))) { goto IL_0079; } } { int32_t L_15 = V_0; if ((((int32_t)L_15) >= ((int32_t)((int32_t)285)))) { goto IL_0079; } } { int32_t L_16 = __this->get_extra_bits_13(); int32_t L_17 = V_0; __this->set_extra_bits_13(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)((int32_t)261)))/(int32_t)4))))); } IL_0079: { int32_t L_18 = ___distance0; IL2CPP_RUNTIME_CLASS_INIT(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var); int32_t L_19 = DeflaterHuffman_Dcode_m117563802(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)), /*hidden argument*/NULL); V_1 = L_19; Tree_t2492525012 * L_20 = __this->get_distTree_8(); NullCheck(L_20); Int16U5BU5D_t3686840178* L_21 = L_20->get_freqs_0(); int32_t L_22 = V_1; NullCheck(L_21); int16_t* L_23 = ((L_21)->GetAddressAt(static_cast(L_22))); *(int16_t*)L_23 = (((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)(*(int16_t*)L_23), (int32_t)1))))); int32_t L_24 = V_1; if ((((int32_t)L_24) < ((int32_t)4))) { goto IL_00b7; } } { int32_t L_25 = __this->get_extra_bits_13(); int32_t L_26 = V_1; __this->set_extra_bits_13(((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_26/(int32_t)2)), (int32_t)1))))); } IL_00b7: { bool L_27 = DeflaterHuffman_IsFull_m1277412023(__this, /*hidden argument*/NULL); return L_27; } } // System.Int16 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::BitReverse(System.Int32) extern "C" IL2CPP_METHOD_ATTR int16_t DeflaterHuffman_BitReverse_m326924032 (RuntimeObject * __this /* static, unused */, int32_t ___toReverse0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflaterHuffman_BitReverse_m326924032_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_0 = ((DeflaterHuffman_t1589715067_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var))->get_bit4Reverse_1(); int32_t L_1 = ___toReverse0; NullCheck(L_0); int32_t L_2 = ((int32_t)((int32_t)L_1&(int32_t)((int32_t)15))); uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); ByteU5BU5D_t4116647657* L_4 = ((DeflaterHuffman_t1589715067_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var))->get_bit4Reverse_1(); int32_t L_5 = ___toReverse0; NullCheck(L_4); int32_t L_6 = ((int32_t)((int32_t)((int32_t)((int32_t)L_5>>(int32_t)4))&(int32_t)((int32_t)15))); uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); ByteU5BU5D_t4116647657* L_8 = ((DeflaterHuffman_t1589715067_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var))->get_bit4Reverse_1(); int32_t L_9 = ___toReverse0; NullCheck(L_8); int32_t L_10 = ((int32_t)((int32_t)((int32_t)((int32_t)L_9>>(int32_t)8))&(int32_t)((int32_t)15))); uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); ByteU5BU5D_t4116647657* L_12 = ((DeflaterHuffman_t1589715067_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var))->get_bit4Reverse_1(); int32_t L_13 = ___toReverse0; NullCheck(L_12); int32_t L_14 = ((int32_t)((int32_t)L_13>>(int32_t)((int32_t)12))); uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); return (((int16_t)((int16_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)12)))|(int32_t)((int32_t)((int32_t)L_7<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)4))))|(int32_t)L_15))))); } } // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::Lcode(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DeflaterHuffman_Lcode_m1798007058 (RuntimeObject * __this /* static, unused */, int32_t ___length0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___length0; if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)255))))) { goto IL_000e; } } { return ((int32_t)285); } IL_000e: { V_0 = ((int32_t)257); goto IL_001f; } IL_0016: { int32_t L_1 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)4)); int32_t L_2 = ___length0; ___length0 = ((int32_t)((int32_t)L_2>>(int32_t)1)); } IL_001f: { int32_t L_3 = ___length0; if ((((int32_t)L_3) >= ((int32_t)8))) { goto IL_0016; } } { int32_t L_4 = V_0; int32_t L_5 = ___length0; return ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)); } } // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman::Dcode(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DeflaterHuffman_Dcode_m117563802 (RuntimeObject * __this /* static, unused */, int32_t ___distance0, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; goto IL_000d; } IL_0004: { int32_t L_0 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)2)); int32_t L_1 = ___distance0; ___distance0 = ((int32_t)((int32_t)L_1>>(int32_t)1)); } IL_000d: { int32_t L_2 = ___distance0; if ((((int32_t)L_2) >= ((int32_t)4))) { goto IL_0004; } } { int32_t L_3 = V_0; int32_t L_4 = ___distance0; return ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree::.ctor(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Tree__ctor_m1251530229 (Tree_t2492525012 * __this, DeflaterHuffman_t1589715067 * ___dh0, int32_t ___elems1, int32_t ___minCodes2, int32_t ___maxLength3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tree__ctor_m1251530229_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); DeflaterHuffman_t1589715067 * L_0 = ___dh0; __this->set_dh_7(L_0); int32_t L_1 = ___minCodes2; __this->set_minNumCodes_2(L_1); int32_t L_2 = ___maxLength3; __this->set_maxLength_6(L_2); int32_t L_3 = ___elems1; __this->set_freqs_0(((Int16U5BU5D_t3686840178*)SZArrayNew(Int16U5BU5D_t3686840178_il2cpp_TypeInfo_var, (uint32_t)L_3))); int32_t L_4 = ___maxLength3; __this->set_bl_counts_5(((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)L_4))); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree::Reset() extern "C" IL2CPP_METHOD_ATTR void Tree_Reset_m1425124431 (Tree_t2492525012 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; goto IL_0011; } IL_0004: { Int16U5BU5D_t3686840178* L_0 = __this->get_freqs_0(); int32_t L_1 = V_0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (int16_t)0); int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); } IL_0011: { int32_t L_3 = V_0; Int16U5BU5D_t3686840178* L_4 = __this->get_freqs_0(); NullCheck(L_4); if ((((int32_t)L_3) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))))) { goto IL_0004; } } { __this->set_codes_4((Int16U5BU5D_t3686840178*)NULL); __this->set_length_1((ByteU5BU5D_t4116647657*)NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree::WriteSymbol(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Tree_WriteSymbol_m3304827367 (Tree_t2492525012 * __this, int32_t ___code0, const RuntimeMethod* method) { { DeflaterHuffman_t1589715067 * L_0 = __this->get_dh_7(); NullCheck(L_0); DeflaterPending_t48501436 * L_1 = L_0->get_pending_6(); Int16U5BU5D_t3686840178* L_2 = __this->get_codes_4(); int32_t L_3 = ___code0; NullCheck(L_2); int32_t L_4 = L_3; int16_t L_5 = (L_2)->GetAt(static_cast(L_4)); ByteU5BU5D_t4116647657* L_6 = __this->get_length_1(); int32_t L_7 = ___code0; NullCheck(L_6); int32_t L_8 = L_7; uint8_t L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_1); PendingBuffer_WriteBits_m3074478632(L_1, ((int32_t)((int32_t)L_5&(int32_t)((int32_t)65535))), L_9, /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree::SetStaticCodes(System.Int16[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Tree_SetStaticCodes_m2774659413 (Tree_t2492525012 * __this, Int16U5BU5D_t3686840178* ___staticCodes0, ByteU5BU5D_t4116647657* ___staticLengths1, const RuntimeMethod* method) { { Int16U5BU5D_t3686840178* L_0 = ___staticCodes0; __this->set_codes_4(L_0); ByteU5BU5D_t4116647657* L_1 = ___staticLengths1; __this->set_length_1(L_1); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree::BuildCodes() extern "C" IL2CPP_METHOD_ATTR void Tree_BuildCodes_m2122200569 (Tree_t2492525012 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tree_BuildCodes_m2122200569_MetadataUsageId); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t385246372* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { Int16U5BU5D_t3686840178* L_0 = __this->get_freqs_0(); NullCheck(L_0); int32_t L_1 = __this->get_maxLength_6(); V_0 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)L_1)); V_1 = 0; Int16U5BU5D_t3686840178* L_2 = __this->get_freqs_0(); NullCheck(L_2); __this->set_codes_4(((Int16U5BU5D_t3686840178*)SZArrayNew(Int16U5BU5D_t3686840178_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))); V_2 = 0; goto IL_0049; } IL_002e: { Int32U5BU5D_t385246372* L_3 = V_0; int32_t L_4 = V_2; int32_t L_5 = V_1; NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (int32_t)L_5); int32_t L_6 = V_1; Int32U5BU5D_t385246372* L_7 = __this->get_bl_counts_5(); int32_t L_8 = V_2; NullCheck(L_7); int32_t L_9 = L_8; int32_t L_10 = (L_7)->GetAt(static_cast(L_9)); int32_t L_11 = V_2; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)((int32_t)((int32_t)L_10<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)15), (int32_t)L_11))&(int32_t)((int32_t)31))))))); int32_t L_12 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_2; int32_t L_14 = __this->get_maxLength_6(); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002e; } } { V_3 = 0; goto IL_009c; } IL_0056: { ByteU5BU5D_t4116647657* L_15 = __this->get_length_1(); int32_t L_16 = V_3; NullCheck(L_15); int32_t L_17 = L_16; uint8_t L_18 = (L_15)->GetAt(static_cast(L_17)); V_4 = L_18; int32_t L_19 = V_4; if ((((int32_t)L_19) <= ((int32_t)0))) { goto IL_0098; } } { Int16U5BU5D_t3686840178* L_20 = __this->get_codes_4(); int32_t L_21 = V_3; Int32U5BU5D_t385246372* L_22 = V_0; int32_t L_23 = V_4; NullCheck(L_22); int32_t L_24 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)); int32_t L_25 = (L_22)->GetAt(static_cast(L_24)); IL2CPP_RUNTIME_CLASS_INIT(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var); int16_t L_26 = DeflaterHuffman_BitReverse_m326924032(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); NullCheck(L_20); (L_20)->SetAt(static_cast(L_21), (int16_t)L_26); Int32U5BU5D_t385246372* L_27 = V_0; int32_t L_28 = V_4; NullCheck(L_27); int32_t* L_29 = ((L_27)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1))))); int32_t L_30 = V_4; *(int32_t*)L_29 = ((int32_t)il2cpp_codegen_add((int32_t)(*(int32_t*)L_29), (int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)16), (int32_t)L_30))&(int32_t)((int32_t)31))))))); } IL_0098: { int32_t L_31 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_009c: { int32_t L_32 = V_3; int32_t L_33 = __this->get_numCodes_3(); if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_0056; } } { return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree::BuildTree() extern "C" IL2CPP_METHOD_ATTR void Tree_BuildTree_m1723086957 (Tree_t2492525012 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tree_BuildTree_m1723086957_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Int32U5BU5D_t385246372* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; Int32U5BU5D_t385246372* V_10 = NULL; Int32U5BU5D_t385246372* V_11 = NULL; int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; int32_t V_16 = 0; int32_t V_17 = 0; int32_t V_18 = 0; int32_t V_19 = 0; int32_t V_20 = 0; int32_t V_21 = 0; int32_t G_B13_0 = 0; { Int16U5BU5D_t3686840178* L_0 = __this->get_freqs_0(); NullCheck(L_0); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); int32_t L_1 = V_0; V_1 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)L_1)); V_2 = 0; V_3 = 0; V_4 = 0; goto IL_0067; } IL_0019: { Int16U5BU5D_t3686840178* L_2 = __this->get_freqs_0(); int32_t L_3 = V_4; NullCheck(L_2); int32_t L_4 = L_3; int16_t L_5 = (L_2)->GetAt(static_cast(L_4)); V_5 = L_5; int32_t L_6 = V_5; if (!L_6) { goto IL_0061; } } { int32_t L_7 = V_2; int32_t L_8 = L_7; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); V_6 = L_8; goto IL_003d; } IL_0031: { Int32U5BU5D_t385246372* L_9 = V_1; int32_t L_10 = V_6; Int32U5BU5D_t385246372* L_11 = V_1; int32_t L_12 = V_7; NullCheck(L_11); int32_t L_13 = L_12; int32_t L_14 = (L_11)->GetAt(static_cast(L_13)); NullCheck(L_9); (L_9)->SetAt(static_cast(L_10), (int32_t)L_14); int32_t L_15 = V_7; V_6 = L_15; } IL_003d: { int32_t L_16 = V_6; if ((((int32_t)L_16) <= ((int32_t)0))) { goto IL_0058; } } { Int16U5BU5D_t3686840178* L_17 = __this->get_freqs_0(); Int32U5BU5D_t385246372* L_18 = V_1; int32_t L_19 = V_6; int32_t L_20 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1))/(int32_t)2)); V_7 = L_20; NullCheck(L_18); int32_t L_21 = L_20; int32_t L_22 = (L_18)->GetAt(static_cast(L_21)); NullCheck(L_17); int32_t L_23 = L_22; int16_t L_24 = (L_17)->GetAt(static_cast(L_23)); int32_t L_25 = V_5; if ((((int32_t)L_24) > ((int32_t)L_25))) { goto IL_0031; } } IL_0058: { Int32U5BU5D_t385246372* L_26 = V_1; int32_t L_27 = V_6; int32_t L_28 = V_4; NullCheck(L_26); (L_26)->SetAt(static_cast(L_27), (int32_t)L_28); int32_t L_29 = V_4; V_3 = L_29; } IL_0061: { int32_t L_30 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_0067: { int32_t L_31 = V_4; int32_t L_32 = V_0; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0019; } } { goto IL_0085; } IL_006e: { int32_t L_33 = V_3; if ((((int32_t)L_33) < ((int32_t)2))) { goto IL_0075; } } { G_B13_0 = 0; goto IL_007a; } IL_0075: { int32_t L_34 = V_3; int32_t L_35 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); V_3 = L_35; G_B13_0 = L_35; } IL_007a: { V_8 = G_B13_0; Int32U5BU5D_t385246372* L_36 = V_1; int32_t L_37 = V_2; int32_t L_38 = L_37; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); int32_t L_39 = V_8; NullCheck(L_36); (L_36)->SetAt(static_cast(L_38), (int32_t)L_39); } IL_0085: { int32_t L_40 = V_2; if ((((int32_t)L_40) < ((int32_t)2))) { goto IL_006e; } } { int32_t L_41 = V_3; int32_t L_42 = __this->get_minNumCodes_2(); int32_t L_43 = Math_Max_m1873195862(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)), L_42, /*hidden argument*/NULL); __this->set_numCodes_3(L_43); int32_t L_44 = V_2; V_9 = L_44; int32_t L_45 = V_2; V_10 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)L_45)), (int32_t)2)))); int32_t L_46 = V_2; V_11 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_46)), (int32_t)1)))); int32_t L_47 = V_9; V_12 = L_47; V_13 = 0; goto IL_00f6; } IL_00c1: { Int32U5BU5D_t385246372* L_48 = V_1; int32_t L_49 = V_13; NullCheck(L_48); int32_t L_50 = L_49; int32_t L_51 = (L_48)->GetAt(static_cast(L_50)); V_14 = L_51; Int32U5BU5D_t385246372* L_52 = V_10; int32_t L_53 = V_13; int32_t L_54 = V_14; NullCheck(L_52); (L_52)->SetAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_53))), (int32_t)L_54); Int32U5BU5D_t385246372* L_55 = V_10; int32_t L_56 = V_13; NullCheck(L_55); (L_55)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_56)), (int32_t)1))), (int32_t)(-1)); Int32U5BU5D_t385246372* L_57 = V_11; int32_t L_58 = V_13; Int16U5BU5D_t3686840178* L_59 = __this->get_freqs_0(); int32_t L_60 = V_14; NullCheck(L_59); int32_t L_61 = L_60; int16_t L_62 = (L_59)->GetAt(static_cast(L_61)); NullCheck(L_57); (L_57)->SetAt(static_cast(L_58), (int32_t)((int32_t)((int32_t)L_62<<(int32_t)8))); Int32U5BU5D_t385246372* L_63 = V_1; int32_t L_64 = V_13; int32_t L_65 = V_13; NullCheck(L_63); (L_63)->SetAt(static_cast(L_64), (int32_t)L_65); int32_t L_66 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1)); } IL_00f6: { int32_t L_67 = V_13; int32_t L_68 = V_2; if ((((int32_t)L_67) < ((int32_t)L_68))) { goto IL_00c1; } } IL_00fb: { Int32U5BU5D_t385246372* L_69 = V_1; NullCheck(L_69); int32_t L_70 = 0; int32_t L_71 = (L_69)->GetAt(static_cast(L_70)); V_15 = L_71; Int32U5BU5D_t385246372* L_72 = V_1; int32_t L_73 = V_2; int32_t L_74 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)1)); V_2 = L_74; NullCheck(L_72); int32_t L_75 = L_74; int32_t L_76 = (L_72)->GetAt(static_cast(L_75)); V_16 = L_76; V_17 = 0; V_18 = 1; goto IL_0144; } IL_0111: { int32_t L_77 = V_18; int32_t L_78 = V_2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1))) >= ((int32_t)L_78))) { goto IL_0130; } } { Int32U5BU5D_t385246372* L_79 = V_11; Int32U5BU5D_t385246372* L_80 = V_1; int32_t L_81 = V_18; NullCheck(L_80); int32_t L_82 = L_81; int32_t L_83 = (L_80)->GetAt(static_cast(L_82)); NullCheck(L_79); int32_t L_84 = L_83; int32_t L_85 = (L_79)->GetAt(static_cast(L_84)); Int32U5BU5D_t385246372* L_86 = V_11; Int32U5BU5D_t385246372* L_87 = V_1; int32_t L_88 = V_18; NullCheck(L_87); int32_t L_89 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)1)); int32_t L_90 = (L_87)->GetAt(static_cast(L_89)); NullCheck(L_86); int32_t L_91 = L_90; int32_t L_92 = (L_86)->GetAt(static_cast(L_91)); if ((((int32_t)L_85) <= ((int32_t)L_92))) { goto IL_0130; } } { int32_t L_93 = V_18; V_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)1)); } IL_0130: { Int32U5BU5D_t385246372* L_94 = V_1; int32_t L_95 = V_17; Int32U5BU5D_t385246372* L_96 = V_1; int32_t L_97 = V_18; NullCheck(L_96); int32_t L_98 = L_97; int32_t L_99 = (L_96)->GetAt(static_cast(L_98)); NullCheck(L_94); (L_94)->SetAt(static_cast(L_95), (int32_t)L_99); int32_t L_100 = V_18; V_17 = L_100; int32_t L_101 = V_18; V_18 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_101, (int32_t)2)), (int32_t)1)); } IL_0144: { int32_t L_102 = V_18; int32_t L_103 = V_2; if ((((int32_t)L_102) < ((int32_t)L_103))) { goto IL_0111; } } { Int32U5BU5D_t385246372* L_104 = V_11; int32_t L_105 = V_16; NullCheck(L_104); int32_t L_106 = L_105; int32_t L_107 = (L_104)->GetAt(static_cast(L_106)); V_19 = L_107; goto IL_015a; } IL_0152: { Int32U5BU5D_t385246372* L_108 = V_1; int32_t L_109 = V_18; Int32U5BU5D_t385246372* L_110 = V_1; int32_t L_111 = V_17; NullCheck(L_110); int32_t L_112 = L_111; int32_t L_113 = (L_110)->GetAt(static_cast(L_112)); NullCheck(L_108); (L_108)->SetAt(static_cast(L_109), (int32_t)L_113); } IL_015a: { int32_t L_114 = V_17; int32_t L_115 = L_114; V_18 = L_115; if ((((int32_t)L_115) <= ((int32_t)0))) { goto IL_0174; } } { Int32U5BU5D_t385246372* L_116 = V_11; Int32U5BU5D_t385246372* L_117 = V_1; int32_t L_118 = V_18; int32_t L_119 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_118, (int32_t)1))/(int32_t)2)); V_17 = L_119; NullCheck(L_117); int32_t L_120 = L_119; int32_t L_121 = (L_117)->GetAt(static_cast(L_120)); NullCheck(L_116); int32_t L_122 = L_121; int32_t L_123 = (L_116)->GetAt(static_cast(L_122)); int32_t L_124 = V_19; if ((((int32_t)L_123) > ((int32_t)L_124))) { goto IL_0152; } } IL_0174: { Int32U5BU5D_t385246372* L_125 = V_1; int32_t L_126 = V_18; int32_t L_127 = V_16; NullCheck(L_125); (L_125)->SetAt(static_cast(L_126), (int32_t)L_127); Int32U5BU5D_t385246372* L_128 = V_1; NullCheck(L_128); int32_t L_129 = 0; int32_t L_130 = (L_128)->GetAt(static_cast(L_129)); V_20 = L_130; int32_t L_131 = V_12; int32_t L_132 = L_131; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_132, (int32_t)1)); V_16 = L_132; Int32U5BU5D_t385246372* L_133 = V_10; int32_t L_134 = V_16; int32_t L_135 = V_15; NullCheck(L_133); (L_133)->SetAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_134))), (int32_t)L_135); Int32U5BU5D_t385246372* L_136 = V_10; int32_t L_137 = V_16; int32_t L_138 = V_20; NullCheck(L_136); (L_136)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_137)), (int32_t)1))), (int32_t)L_138); Int32U5BU5D_t385246372* L_139 = V_11; int32_t L_140 = V_15; NullCheck(L_139); int32_t L_141 = L_140; int32_t L_142 = (L_139)->GetAt(static_cast(L_141)); Int32U5BU5D_t385246372* L_143 = V_11; int32_t L_144 = V_20; NullCheck(L_143); int32_t L_145 = L_144; int32_t L_146 = (L_143)->GetAt(static_cast(L_145)); int32_t L_147 = Math_Min_m3468062251(NULL /*static, unused*/, ((int32_t)((int32_t)L_142&(int32_t)((int32_t)255))), ((int32_t)((int32_t)L_146&(int32_t)((int32_t)255))), /*hidden argument*/NULL); V_21 = L_147; Int32U5BU5D_t385246372* L_148 = V_11; int32_t L_149 = V_16; Int32U5BU5D_t385246372* L_150 = V_11; int32_t L_151 = V_15; NullCheck(L_150); int32_t L_152 = L_151; int32_t L_153 = (L_150)->GetAt(static_cast(L_152)); Int32U5BU5D_t385246372* L_154 = V_11; int32_t L_155 = V_20; NullCheck(L_154); int32_t L_156 = L_155; int32_t L_157 = (L_154)->GetAt(static_cast(L_156)); int32_t L_158 = V_21; int32_t L_159 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_153, (int32_t)L_157)), (int32_t)L_158)), (int32_t)1)); V_19 = L_159; NullCheck(L_148); (L_148)->SetAt(static_cast(L_149), (int32_t)L_159); V_17 = 0; V_18 = 1; goto IL_020c; } IL_01d9: { int32_t L_160 = V_18; int32_t L_161 = V_2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_160, (int32_t)1))) >= ((int32_t)L_161))) { goto IL_01f8; } } { Int32U5BU5D_t385246372* L_162 = V_11; Int32U5BU5D_t385246372* L_163 = V_1; int32_t L_164 = V_18; NullCheck(L_163); int32_t L_165 = L_164; int32_t L_166 = (L_163)->GetAt(static_cast(L_165)); NullCheck(L_162); int32_t L_167 = L_166; int32_t L_168 = (L_162)->GetAt(static_cast(L_167)); Int32U5BU5D_t385246372* L_169 = V_11; Int32U5BU5D_t385246372* L_170 = V_1; int32_t L_171 = V_18; NullCheck(L_170); int32_t L_172 = ((int32_t)il2cpp_codegen_add((int32_t)L_171, (int32_t)1)); int32_t L_173 = (L_170)->GetAt(static_cast(L_172)); NullCheck(L_169); int32_t L_174 = L_173; int32_t L_175 = (L_169)->GetAt(static_cast(L_174)); if ((((int32_t)L_168) <= ((int32_t)L_175))) { goto IL_01f8; } } { int32_t L_176 = V_18; V_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_176, (int32_t)1)); } IL_01f8: { Int32U5BU5D_t385246372* L_177 = V_1; int32_t L_178 = V_17; Int32U5BU5D_t385246372* L_179 = V_1; int32_t L_180 = V_18; NullCheck(L_179); int32_t L_181 = L_180; int32_t L_182 = (L_179)->GetAt(static_cast(L_181)); NullCheck(L_177); (L_177)->SetAt(static_cast(L_178), (int32_t)L_182); int32_t L_183 = V_18; V_17 = L_183; int32_t L_184 = V_17; V_18 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_184, (int32_t)2)), (int32_t)1)); } IL_020c: { int32_t L_185 = V_18; int32_t L_186 = V_2; if ((((int32_t)L_185) < ((int32_t)L_186))) { goto IL_01d9; } } { goto IL_021b; } IL_0213: { Int32U5BU5D_t385246372* L_187 = V_1; int32_t L_188 = V_18; Int32U5BU5D_t385246372* L_189 = V_1; int32_t L_190 = V_17; NullCheck(L_189); int32_t L_191 = L_190; int32_t L_192 = (L_189)->GetAt(static_cast(L_191)); NullCheck(L_187); (L_187)->SetAt(static_cast(L_188), (int32_t)L_192); } IL_021b: { int32_t L_193 = V_17; int32_t L_194 = L_193; V_18 = L_194; if ((((int32_t)L_194) <= ((int32_t)0))) { goto IL_0235; } } { Int32U5BU5D_t385246372* L_195 = V_11; Int32U5BU5D_t385246372* L_196 = V_1; int32_t L_197 = V_18; int32_t L_198 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_197, (int32_t)1))/(int32_t)2)); V_17 = L_198; NullCheck(L_196); int32_t L_199 = L_198; int32_t L_200 = (L_196)->GetAt(static_cast(L_199)); NullCheck(L_195); int32_t L_201 = L_200; int32_t L_202 = (L_195)->GetAt(static_cast(L_201)); int32_t L_203 = V_19; if ((((int32_t)L_202) > ((int32_t)L_203))) { goto IL_0213; } } IL_0235: { Int32U5BU5D_t385246372* L_204 = V_1; int32_t L_205 = V_18; int32_t L_206 = V_16; NullCheck(L_204); (L_204)->SetAt(static_cast(L_205), (int32_t)L_206); int32_t L_207 = V_2; if ((((int32_t)L_207) > ((int32_t)1))) { goto IL_00fb; } } { Int32U5BU5D_t385246372* L_208 = V_1; NullCheck(L_208); int32_t L_209 = 0; int32_t L_210 = (L_208)->GetAt(static_cast(L_209)); Int32U5BU5D_t385246372* L_211 = V_10; NullCheck(L_211); if ((((int32_t)L_210) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_211)->max_length))))/(int32_t)2)), (int32_t)1))))) { goto IL_025a; } } { SharpZipBaseException_t425598722 * L_212 = (SharpZipBaseException_t425598722 *)il2cpp_codegen_object_new(SharpZipBaseException_t425598722_il2cpp_TypeInfo_var); SharpZipBaseException__ctor_m1401850726(L_212, _stringLiteral1854996724, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_212,Tree_BuildTree_m1723086957_RuntimeMethod_var); } IL_025a: { Int32U5BU5D_t385246372* L_213 = V_10; Tree_BuildLength_m668667380(__this, L_213, /*hidden argument*/NULL); return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree::GetEncodedLength() extern "C" IL2CPP_METHOD_ATTR int32_t Tree_GetEncodedLength_m2322074256 (Tree_t2492525012 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; V_1 = 0; goto IL_001e; } IL_0006: { int32_t L_0 = V_0; Int16U5BU5D_t3686840178* L_1 = __this->get_freqs_0(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; int16_t L_4 = (L_1)->GetAt(static_cast(L_3)); ByteU5BU5D_t4116647657* L_5 = __this->get_length_1(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; uint8_t L_8 = (L_5)->GetAt(static_cast(L_7)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)L_8)))); int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_001e: { int32_t L_10 = V_1; Int16U5BU5D_t3686840178* L_11 = __this->get_freqs_0(); NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))))) { goto IL_0006; } } { int32_t L_12 = V_0; return L_12; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree::CalcBLFreq(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree) extern "C" IL2CPP_METHOD_ATTR void Tree_CalcBLFreq_m2431951835 (Tree_t2492525012 * __this, Tree_t2492525012 * ___blTree0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { V_3 = (-1); V_4 = 0; goto IL_00f8; } IL_000a: { V_2 = 1; ByteU5BU5D_t4116647657* L_0 = __this->get_length_1(); int32_t L_1 = V_4; NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_5 = L_3; int32_t L_4 = V_5; if (L_4) { goto IL_0025; } } { V_0 = ((int32_t)138); V_1 = 3; goto IL_004b; } IL_0025: { V_0 = 6; V_1 = 3; int32_t L_5 = V_3; int32_t L_6 = V_5; if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_004b; } } { Tree_t2492525012 * L_7 = ___blTree0; NullCheck(L_7); Int16U5BU5D_t3686840178* L_8 = L_7->get_freqs_0(); int32_t L_9 = V_5; NullCheck(L_8); int16_t* L_10 = ((L_8)->GetAddressAt(static_cast(L_9))); *(int16_t*)L_10 = (((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)(*(int16_t*)L_10), (int32_t)1))))); V_2 = 0; } IL_004b: { int32_t L_11 = V_5; V_3 = L_11; int32_t L_12 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); goto IL_0064; } IL_0056: { int32_t L_13 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); int32_t L_14 = V_2; int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); V_2 = L_15; int32_t L_16 = V_0; if ((((int32_t)L_15) >= ((int32_t)L_16))) { goto IL_007a; } } IL_0064: { int32_t L_17 = V_4; int32_t L_18 = __this->get_numCodes_3(); if ((((int32_t)L_17) >= ((int32_t)L_18))) { goto IL_007a; } } { int32_t L_19 = V_3; ByteU5BU5D_t4116647657* L_20 = __this->get_length_1(); int32_t L_21 = V_4; NullCheck(L_20); int32_t L_22 = L_21; uint8_t L_23 = (L_20)->GetAt(static_cast(L_22)); if ((((int32_t)L_19) == ((int32_t)L_23))) { goto IL_0056; } } IL_007a: { int32_t L_24 = V_2; int32_t L_25 = V_1; if ((((int32_t)L_24) >= ((int32_t)L_25))) { goto IL_009b; } } { Tree_t2492525012 * L_26 = ___blTree0; NullCheck(L_26); Int16U5BU5D_t3686840178* L_27 = L_26->get_freqs_0(); int32_t L_28 = V_3; NullCheck(L_27); int16_t* L_29 = ((L_27)->GetAddressAt(static_cast(L_28))); int32_t L_30 = V_2; *(int16_t*)L_29 = (((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)(*(int16_t*)L_29), (int32_t)(((int16_t)((int16_t)L_30)))))))); goto IL_00f8; } IL_009b: { int32_t L_31 = V_3; if (!L_31) { goto IL_00bb; } } { Tree_t2492525012 * L_32 = ___blTree0; NullCheck(L_32); Int16U5BU5D_t3686840178* L_33 = L_32->get_freqs_0(); NullCheck(L_33); int16_t* L_34 = ((L_33)->GetAddressAt(static_cast(((int32_t)16)))); *(int16_t*)L_34 = (((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)(*(int16_t*)L_34), (int32_t)1))))); goto IL_00f8; } IL_00bb: { int32_t L_35 = V_2; if ((((int32_t)L_35) > ((int32_t)((int32_t)10)))) { goto IL_00dd; } } { Tree_t2492525012 * L_36 = ___blTree0; NullCheck(L_36); Int16U5BU5D_t3686840178* L_37 = L_36->get_freqs_0(); NullCheck(L_37); int16_t* L_38 = ((L_37)->GetAddressAt(static_cast(((int32_t)17)))); *(int16_t*)L_38 = (((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)(*(int16_t*)L_38), (int32_t)1))))); goto IL_00f8; } IL_00dd: { Tree_t2492525012 * L_39 = ___blTree0; NullCheck(L_39); Int16U5BU5D_t3686840178* L_40 = L_39->get_freqs_0(); NullCheck(L_40); int16_t* L_41 = ((L_40)->GetAddressAt(static_cast(((int32_t)18)))); *(int16_t*)L_41 = (((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)(*(int16_t*)L_41), (int32_t)1))))); } IL_00f8: { int32_t L_42 = V_4; int32_t L_43 = __this->get_numCodes_3(); if ((((int32_t)L_42) < ((int32_t)L_43))) { goto IL_000a; } } { return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree::WriteTree(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree) extern "C" IL2CPP_METHOD_ATTR void Tree_WriteTree_m3404512198 (Tree_t2492525012 * __this, Tree_t2492525012 * ___blTree0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { V_3 = (-1); V_4 = 0; goto IL_00df; } IL_000a: { V_2 = 1; ByteU5BU5D_t4116647657* L_0 = __this->get_length_1(); int32_t L_1 = V_4; NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_5 = L_3; int32_t L_4 = V_5; if (L_4) { goto IL_0025; } } { V_0 = ((int32_t)138); V_1 = 3; goto IL_0038; } IL_0025: { V_0 = 6; V_1 = 3; int32_t L_5 = V_3; int32_t L_6 = V_5; if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_0038; } } { Tree_t2492525012 * L_7 = ___blTree0; int32_t L_8 = V_5; NullCheck(L_7); Tree_WriteSymbol_m3304827367(L_7, L_8, /*hidden argument*/NULL); V_2 = 0; } IL_0038: { int32_t L_9 = V_5; V_3 = L_9; int32_t L_10 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); goto IL_0051; } IL_0043: { int32_t L_11 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); int32_t L_12 = V_2; int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); V_2 = L_13; int32_t L_14 = V_0; if ((((int32_t)L_13) >= ((int32_t)L_14))) { goto IL_0067; } } IL_0051: { int32_t L_15 = V_4; int32_t L_16 = __this->get_numCodes_3(); if ((((int32_t)L_15) >= ((int32_t)L_16))) { goto IL_0067; } } { int32_t L_17 = V_3; ByteU5BU5D_t4116647657* L_18 = __this->get_length_1(); int32_t L_19 = V_4; NullCheck(L_18); int32_t L_20 = L_19; uint8_t L_21 = (L_18)->GetAt(static_cast(L_20)); if ((((int32_t)L_17) == ((int32_t)L_21))) { goto IL_0043; } } IL_0067: { int32_t L_22 = V_2; int32_t L_23 = V_1; if ((((int32_t)L_22) >= ((int32_t)L_23))) { goto IL_007e; } } { goto IL_0074; } IL_006d: { Tree_t2492525012 * L_24 = ___blTree0; int32_t L_25 = V_3; NullCheck(L_24); Tree_WriteSymbol_m3304827367(L_24, L_25, /*hidden argument*/NULL); } IL_0074: { int32_t L_26 = V_2; int32_t L_27 = L_26; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1)); if ((((int32_t)L_27) > ((int32_t)0))) { goto IL_006d; } } { goto IL_00df; } IL_007e: { int32_t L_28 = V_3; if (!L_28) { goto IL_009f; } } { Tree_t2492525012 * L_29 = ___blTree0; NullCheck(L_29); Tree_WriteSymbol_m3304827367(L_29, ((int32_t)16), /*hidden argument*/NULL); DeflaterHuffman_t1589715067 * L_30 = __this->get_dh_7(); NullCheck(L_30); DeflaterPending_t48501436 * L_31 = L_30->get_pending_6(); int32_t L_32 = V_2; NullCheck(L_31); PendingBuffer_WriteBits_m3074478632(L_31, ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)3)), 2, /*hidden argument*/NULL); goto IL_00df; } IL_009f: { int32_t L_33 = V_2; if ((((int32_t)L_33) > ((int32_t)((int32_t)10)))) { goto IL_00c2; } } { Tree_t2492525012 * L_34 = ___blTree0; NullCheck(L_34); Tree_WriteSymbol_m3304827367(L_34, ((int32_t)17), /*hidden argument*/NULL); DeflaterHuffman_t1589715067 * L_35 = __this->get_dh_7(); NullCheck(L_35); DeflaterPending_t48501436 * L_36 = L_35->get_pending_6(); int32_t L_37 = V_2; NullCheck(L_36); PendingBuffer_WriteBits_m3074478632(L_36, ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)3)), 3, /*hidden argument*/NULL); goto IL_00df; } IL_00c2: { Tree_t2492525012 * L_38 = ___blTree0; NullCheck(L_38); Tree_WriteSymbol_m3304827367(L_38, ((int32_t)18), /*hidden argument*/NULL); DeflaterHuffman_t1589715067 * L_39 = __this->get_dh_7(); NullCheck(L_39); DeflaterPending_t48501436 * L_40 = L_39->get_pending_6(); int32_t L_41 = V_2; NullCheck(L_40); PendingBuffer_WriteBits_m3074478632(L_40, ((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)((int32_t)11))), 7, /*hidden argument*/NULL); } IL_00df: { int32_t L_42 = V_4; int32_t L_43 = __this->get_numCodes_3(); if ((((int32_t)L_42) < ((int32_t)L_43))) { goto IL_000a; } } { return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman/Tree::BuildLength(System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void Tree_BuildLength_m668667380 (Tree_t2492525012 * __this, Int32U5BU5D_t385246372* ___childs0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tree_BuildLength_m668667380_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Int32U5BU5D_t385246372* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; { Int16U5BU5D_t3686840178* L_0 = __this->get_freqs_0(); NullCheck(L_0); __this->set_length_1(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))))); Int32U5BU5D_t385246372* L_1 = ___childs0; NullCheck(L_1); V_0 = ((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))/(int32_t)2)); int32_t L_2 = V_0; V_1 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))/(int32_t)2)); V_2 = 0; V_3 = 0; goto IL_0032; } IL_0025: { Int32U5BU5D_t385246372* L_3 = __this->get_bl_counts_5(); int32_t L_4 = V_3; NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (int32_t)0); int32_t L_5 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0032: { int32_t L_6 = V_3; int32_t L_7 = __this->get_maxLength_6(); if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_0025; } } { int32_t L_8 = V_0; V_4 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)L_8)); Int32U5BU5D_t385246372* L_9 = V_4; int32_t L_10 = V_0; NullCheck(L_9); (L_9)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))), (int32_t)0); int32_t L_11 = V_0; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)); goto IL_00d7; } IL_0054: { Int32U5BU5D_t385246372* L_12 = ___childs0; int32_t L_13 = V_5; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_13)), (int32_t)1)); int32_t L_15 = (L_12)->GetAt(static_cast(L_14)); if ((((int32_t)L_15) == ((int32_t)(-1)))) { goto IL_009b; } } { Int32U5BU5D_t385246372* L_16 = V_4; int32_t L_17 = V_5; NullCheck(L_16); int32_t L_18 = L_17; int32_t L_19 = (L_16)->GetAt(static_cast(L_18)); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_6; int32_t L_21 = __this->get_maxLength_6(); if ((((int32_t)L_20) <= ((int32_t)L_21))) { goto IL_007e; } } { int32_t L_22 = __this->get_maxLength_6(); V_6 = L_22; int32_t L_23 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_007e: { Int32U5BU5D_t385246372* L_24 = V_4; Int32U5BU5D_t385246372* L_25 = ___childs0; int32_t L_26 = V_5; NullCheck(L_25); int32_t L_27 = ((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_26)); int32_t L_28 = (L_25)->GetAt(static_cast(L_27)); Int32U5BU5D_t385246372* L_29 = V_4; Int32U5BU5D_t385246372* L_30 = ___childs0; int32_t L_31 = V_5; NullCheck(L_30); int32_t L_32 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_31)), (int32_t)1)); int32_t L_33 = (L_30)->GetAt(static_cast(L_32)); int32_t L_34 = V_6; int32_t L_35 = L_34; V_13 = L_35; NullCheck(L_29); (L_29)->SetAt(static_cast(L_33), (int32_t)L_35); int32_t L_36 = V_13; NullCheck(L_24); (L_24)->SetAt(static_cast(L_28), (int32_t)L_36); goto IL_00d1; } IL_009b: { Int32U5BU5D_t385246372* L_37 = V_4; int32_t L_38 = V_5; NullCheck(L_37); int32_t L_39 = L_38; int32_t L_40 = (L_37)->GetAt(static_cast(L_39)); V_7 = L_40; Int32U5BU5D_t385246372* L_41 = __this->get_bl_counts_5(); int32_t L_42 = V_7; NullCheck(L_41); int32_t* L_43 = ((L_41)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)1))))); *(int32_t*)L_43 = ((int32_t)il2cpp_codegen_add((int32_t)(*(int32_t*)L_43), (int32_t)1)); ByteU5BU5D_t4116647657* L_44 = __this->get_length_1(); Int32U5BU5D_t385246372* L_45 = ___childs0; int32_t L_46 = V_5; NullCheck(L_45); int32_t L_47 = ((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_46)); int32_t L_48 = (L_45)->GetAt(static_cast(L_47)); Int32U5BU5D_t385246372* L_49 = V_4; int32_t L_50 = V_5; NullCheck(L_49); int32_t L_51 = L_50; int32_t L_52 = (L_49)->GetAt(static_cast(L_51)); NullCheck(L_44); (L_44)->SetAt(static_cast(L_48), (uint8_t)(((int32_t)((uint8_t)L_52)))); } IL_00d1: { int32_t L_53 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)1)); } IL_00d7: { int32_t L_54 = V_5; if ((((int32_t)L_54) >= ((int32_t)0))) { goto IL_0054; } } { int32_t L_55 = V_2; if (L_55) { goto IL_00e3; } } { return; } IL_00e3: { int32_t L_56 = __this->get_maxLength_6(); V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)1)); } IL_00ed: { Int32U5BU5D_t385246372* L_57 = __this->get_bl_counts_5(); int32_t L_58 = V_8; int32_t L_59 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)1)); V_8 = L_59; NullCheck(L_57); int32_t L_60 = L_59; int32_t L_61 = (L_57)->GetAt(static_cast(L_60)); if (!L_61) { goto IL_00ed; } } IL_00fd: { Int32U5BU5D_t385246372* L_62 = __this->get_bl_counts_5(); int32_t L_63 = V_8; NullCheck(L_62); int32_t* L_64 = ((L_62)->GetAddressAt(static_cast(L_63))); *(int32_t*)L_64 = ((int32_t)il2cpp_codegen_subtract((int32_t)(*(int32_t*)L_64), (int32_t)1)); Int32U5BU5D_t385246372* L_65 = __this->get_bl_counts_5(); int32_t L_66 = V_8; int32_t L_67 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1)); V_8 = L_67; NullCheck(L_65); int32_t* L_68 = ((L_65)->GetAddressAt(static_cast(L_67))); *(int32_t*)L_68 = ((int32_t)il2cpp_codegen_add((int32_t)(*(int32_t*)L_68), (int32_t)1)); int32_t L_69 = V_2; int32_t L_70 = __this->get_maxLength_6(); int32_t L_71 = V_8; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_69, (int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)1)), (int32_t)L_71))&(int32_t)((int32_t)31))))))); int32_t L_72 = V_2; if ((((int32_t)L_72) <= ((int32_t)0))) { goto IL_0159; } } { int32_t L_73 = V_8; int32_t L_74 = __this->get_maxLength_6(); if ((((int32_t)L_73) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_74, (int32_t)1))))) { goto IL_00fd; } } IL_0159: { int32_t L_75 = V_2; if ((((int32_t)L_75) > ((int32_t)0))) { goto IL_00ed; } } { Int32U5BU5D_t385246372* L_76 = __this->get_bl_counts_5(); int32_t L_77 = __this->get_maxLength_6(); NullCheck(L_76); int32_t* L_78 = ((L_76)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_77, (int32_t)1))))); int32_t L_79 = V_2; *(int32_t*)L_78 = ((int32_t)il2cpp_codegen_add((int32_t)(*(int32_t*)L_78), (int32_t)L_79)); Int32U5BU5D_t385246372* L_80 = __this->get_bl_counts_5(); int32_t L_81 = __this->get_maxLength_6(); NullCheck(L_80); int32_t* L_82 = ((L_80)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_81, (int32_t)2))))); int32_t L_83 = V_2; *(int32_t*)L_82 = ((int32_t)il2cpp_codegen_subtract((int32_t)(*(int32_t*)L_82), (int32_t)L_83)); int32_t L_84 = V_1; V_9 = ((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_84)); int32_t L_85 = __this->get_maxLength_6(); V_10 = L_85; goto IL_01f0; } IL_01ac: { Int32U5BU5D_t385246372* L_86 = __this->get_bl_counts_5(); int32_t L_87 = V_10; NullCheck(L_86); int32_t L_88 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_87, (int32_t)1)); int32_t L_89 = (L_86)->GetAt(static_cast(L_88)); V_11 = L_89; goto IL_01e5; } IL_01bb: { Int32U5BU5D_t385246372* L_90 = ___childs0; int32_t L_91 = V_9; int32_t L_92 = L_91; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)1)); NullCheck(L_90); int32_t L_93 = L_92; int32_t L_94 = (L_90)->GetAt(static_cast(L_93)); V_12 = ((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_94)); Int32U5BU5D_t385246372* L_95 = ___childs0; int32_t L_96 = V_12; NullCheck(L_95); int32_t L_97 = ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)1)); int32_t L_98 = (L_95)->GetAt(static_cast(L_97)); if ((!(((uint32_t)L_98) == ((uint32_t)(-1))))) { goto IL_01e5; } } { ByteU5BU5D_t4116647657* L_99 = __this->get_length_1(); Int32U5BU5D_t385246372* L_100 = ___childs0; int32_t L_101 = V_12; NullCheck(L_100); int32_t L_102 = L_101; int32_t L_103 = (L_100)->GetAt(static_cast(L_102)); int32_t L_104 = V_10; NullCheck(L_99); (L_99)->SetAt(static_cast(L_103), (uint8_t)(((int32_t)((uint8_t)L_104)))); int32_t L_105 = V_11; V_11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_105, (int32_t)1)); } IL_01e5: { int32_t L_106 = V_11; if ((((int32_t)L_106) > ((int32_t)0))) { goto IL_01bb; } } { int32_t L_107 = V_10; V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_107, (int32_t)1)); } IL_01f0: { int32_t L_108 = V_10; if (L_108) { goto IL_01ac; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending::.ctor() extern "C" IL2CPP_METHOD_ATTR void DeflaterPending__ctor_m1229865493 (DeflaterPending_t48501436 * __this, const RuntimeMethod* method) { { PendingBuffer__ctor_m3011652348(__this, ((int32_t)65536), /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Inflater::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Inflater__ctor_m4226561825 (Inflater_t642114133 * __this, bool ___noHeader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Inflater__ctor_m4226561825_MetadataUsageId); s_Il2CppMethodInitialized = true; } Inflater_t642114133 * G_B2_0 = NULL; Inflater_t642114133 * G_B1_0 = NULL; int32_t G_B3_0 = 0; Inflater_t642114133 * G_B3_1 = NULL; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); bool L_0 = ___noHeader0; __this->set_noHeader_13(L_0); Adler32_t2099134918 * L_1 = (Adler32_t2099134918 *)il2cpp_codegen_object_new(Adler32_t2099134918_il2cpp_TypeInfo_var); Adler32__ctor_m2241892059(L_1, /*hidden argument*/NULL); __this->set_adler_19(L_1); StreamManipulator_t4201143916 * L_2 = (StreamManipulator_t4201143916 *)il2cpp_codegen_object_new(StreamManipulator_t4201143916_il2cpp_TypeInfo_var); StreamManipulator__ctor_m2372561268(L_2, /*hidden argument*/NULL); __this->set_input_14(L_2); OutputWindow_t874853933 * L_3 = (OutputWindow_t874853933 *)il2cpp_codegen_object_new(OutputWindow_t874853933_il2cpp_TypeInfo_var); OutputWindow__ctor_m1913224818(L_3, /*hidden argument*/NULL); __this->set_outputWindow_15(L_3); bool L_4 = ___noHeader0; G_B1_0 = __this; if (L_4) { G_B2_0 = __this; goto IL_0035; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_0036; } IL_0035: { G_B3_0 = 2; G_B3_1 = G_B2_0; } IL_0036: { NullCheck(G_B3_1); G_B3_1->set_mode_4(G_B3_0); return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Inflater::DecodeHeader() extern "C" IL2CPP_METHOD_ATTR bool Inflater_DecodeHeader_m1731661553 (Inflater_t642114133 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Inflater_DecodeHeader_m1731661553_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { StreamManipulator_t4201143916 * L_0 = __this->get_input_14(); NullCheck(L_0); int32_t L_1 = StreamManipulator_PeekBits_m2553471295(L_0, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0014; } } { return (bool)0; } IL_0014: { StreamManipulator_t4201143916 * L_3 = __this->get_input_14(); NullCheck(L_3); StreamManipulator_DropBits_m1693553859(L_3, ((int32_t)16), /*hidden argument*/NULL); int32_t L_4 = V_0; int32_t L_5 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_4<<(int32_t)8))|(int32_t)((int32_t)((int32_t)L_5>>(int32_t)8))))&(int32_t)((int32_t)65535))); int32_t L_6 = V_0; if (!((int32_t)((int32_t)L_6%(int32_t)((int32_t)31)))) { goto IL_0040; } } { SharpZipBaseException_t425598722 * L_7 = (SharpZipBaseException_t425598722 *)il2cpp_codegen_object_new(SharpZipBaseException_t425598722_il2cpp_TypeInfo_var); SharpZipBaseException__ctor_m1401850726(L_7, _stringLiteral975224270, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,Inflater_DecodeHeader_m1731661553_RuntimeMethod_var); } IL_0040: { int32_t L_8 = V_0; if ((((int32_t)((int32_t)((int32_t)L_8&(int32_t)((int32_t)3840)))) == ((int32_t)((int32_t)2048)))) { goto IL_0059; } } { SharpZipBaseException_t425598722 * L_9 = (SharpZipBaseException_t425598722 *)il2cpp_codegen_object_new(SharpZipBaseException_t425598722_il2cpp_TypeInfo_var); SharpZipBaseException__ctor_m1401850726(L_9, _stringLiteral578560981, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Inflater_DecodeHeader_m1731661553_RuntimeMethod_var); } IL_0059: { int32_t L_10 = V_0; if (((int32_t)((int32_t)L_10&(int32_t)((int32_t)32)))) { goto IL_0068; } } { __this->set_mode_4(2); goto IL_0077; } IL_0068: { __this->set_mode_4(1); __this->set_neededBits_6(((int32_t)32)); } IL_0077: { return (bool)1; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Inflater::DecodeDict() extern "C" IL2CPP_METHOD_ATTR bool Inflater_DecodeDict_m1575327708 (Inflater_t642114133 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { goto IL_003f; } IL_0002: { StreamManipulator_t4201143916 * L_0 = __this->get_input_14(); NullCheck(L_0); int32_t L_1 = StreamManipulator_PeekBits_m2553471295(L_0, 8, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0015; } } { return (bool)0; } IL_0015: { StreamManipulator_t4201143916 * L_3 = __this->get_input_14(); NullCheck(L_3); StreamManipulator_DropBits_m1693553859(L_3, 8, /*hidden argument*/NULL); int32_t L_4 = __this->get_readAdler_5(); int32_t L_5 = V_0; __this->set_readAdler_5(((int32_t)((int32_t)((int32_t)((int32_t)L_4<<(int32_t)8))|(int32_t)L_5))); int32_t L_6 = __this->get_neededBits_6(); __this->set_neededBits_6(((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)8))); } IL_003f: { int32_t L_7 = __this->get_neededBits_6(); if ((((int32_t)L_7) > ((int32_t)0))) { goto IL_0002; } } { return (bool)0; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Inflater::DecodeHuffman() extern "C" IL2CPP_METHOD_ATTR bool Inflater_DecodeHuffman_m786986393 (Inflater_t642114133 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Inflater_DecodeHuffman_m786986393_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { OutputWindow_t874853933 * L_0 = __this->get_outputWindow_15(); NullCheck(L_0); int32_t L_1 = OutputWindow_GetFreeSpace_m2629307236(L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_01d0; } IL_0011: { int32_t L_2 = __this->get_mode_4(); V_4 = L_2; int32_t L_3 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)7))) { case 0: { goto IL_0051; } case 1: { goto IL_00c5; } case 2: { goto IL_0114; } case 3: { goto IL_0154; } } } { goto IL_01c5; } IL_0037: { OutputWindow_t874853933 * L_4 = __this->get_outputWindow_15(); int32_t L_5 = V_1; NullCheck(L_4); OutputWindow_Write_m332371620(L_4, L_5, /*hidden argument*/NULL); int32_t L_6 = V_0; int32_t L_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)); V_0 = L_7; if ((((int32_t)L_7) >= ((int32_t)((int32_t)258)))) { goto IL_0051; } } { return (bool)1; } IL_0051: { InflaterHuffmanTree_t1978394600 * L_8 = __this->get_litlenTree_17(); StreamManipulator_t4201143916 * L_9 = __this->get_input_14(); NullCheck(L_8); int32_t L_10 = InflaterHuffmanTree_GetSymbol_m3897528651(L_8, L_9, /*hidden argument*/NULL); int32_t L_11 = L_10; V_1 = L_11; if (!((int32_t)((int32_t)L_11&(int32_t)((int32_t)-256)))) { goto IL_0037; } } { int32_t L_12 = V_1; if ((((int32_t)L_12) >= ((int32_t)((int32_t)257)))) { goto IL_0091; } } { int32_t L_13 = V_1; if ((((int32_t)L_13) >= ((int32_t)0))) { goto IL_007a; } } { return (bool)0; } IL_007a: { __this->set_distTree_18((InflaterHuffmanTree_t1978394600 *)NULL); __this->set_litlenTree_17((InflaterHuffmanTree_t1978394600 *)NULL); __this->set_mode_4(2); return (bool)1; } IL_0091: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(Inflater_t642114133_il2cpp_TypeInfo_var); Int32U5BU5D_t385246372* L_14 = ((Inflater_t642114133_StaticFields*)il2cpp_codegen_static_fields_for(Inflater_t642114133_il2cpp_TypeInfo_var))->get_CPLENS_0(); int32_t L_15 = V_1; NullCheck(L_14); int32_t L_16 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)((int32_t)257))); int32_t L_17 = (L_14)->GetAt(static_cast(L_16)); __this->set_repLength_7(L_17); Int32U5BU5D_t385246372* L_18 = ((Inflater_t642114133_StaticFields*)il2cpp_codegen_static_fields_for(Inflater_t642114133_il2cpp_TypeInfo_var))->get_CPLEXT_1(); int32_t L_19 = V_1; NullCheck(L_18); int32_t L_20 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)((int32_t)257))); int32_t L_21 = (L_18)->GetAt(static_cast(L_20)); __this->set_neededBits_6(L_21); goto IL_00c5; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00b9; throw e; } CATCH_00b9: { // begin catch(System.Exception) SharpZipBaseException_t425598722 * L_22 = (SharpZipBaseException_t425598722 *)il2cpp_codegen_object_new(SharpZipBaseException_t425598722_il2cpp_TypeInfo_var); SharpZipBaseException__ctor_m1401850726(L_22, _stringLiteral534749042, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22,Inflater_DecodeHuffman_m786986393_RuntimeMethod_var); } // end catch (depth: 1) IL_00c5: { int32_t L_23 = __this->get_neededBits_6(); if ((((int32_t)L_23) <= ((int32_t)0))) { goto IL_010c; } } { __this->set_mode_4(8); StreamManipulator_t4201143916 * L_24 = __this->get_input_14(); int32_t L_25 = __this->get_neededBits_6(); NullCheck(L_24); int32_t L_26 = StreamManipulator_PeekBits_m2553471295(L_24, L_25, /*hidden argument*/NULL); V_2 = L_26; int32_t L_27 = V_2; if ((((int32_t)L_27) >= ((int32_t)0))) { goto IL_00ed; } } { return (bool)0; } IL_00ed: { StreamManipulator_t4201143916 * L_28 = __this->get_input_14(); int32_t L_29 = __this->get_neededBits_6(); NullCheck(L_28); StreamManipulator_DropBits_m1693553859(L_28, L_29, /*hidden argument*/NULL); int32_t L_30 = __this->get_repLength_7(); int32_t L_31 = V_2; __this->set_repLength_7(((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)L_31))); } IL_010c: { __this->set_mode_4(((int32_t)9)); } IL_0114: { InflaterHuffmanTree_t1978394600 * L_32 = __this->get_distTree_18(); StreamManipulator_t4201143916 * L_33 = __this->get_input_14(); NullCheck(L_32); int32_t L_34 = InflaterHuffmanTree_GetSymbol_m3897528651(L_32, L_33, /*hidden argument*/NULL); V_1 = L_34; int32_t L_35 = V_1; if ((((int32_t)L_35) >= ((int32_t)0))) { goto IL_012c; } } { return (bool)0; } IL_012c: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(Inflater_t642114133_il2cpp_TypeInfo_var); Int32U5BU5D_t385246372* L_36 = ((Inflater_t642114133_StaticFields*)il2cpp_codegen_static_fields_for(Inflater_t642114133_il2cpp_TypeInfo_var))->get_CPDIST_2(); int32_t L_37 = V_1; NullCheck(L_36); int32_t L_38 = L_37; int32_t L_39 = (L_36)->GetAt(static_cast(L_38)); __this->set_repDist_8(L_39); Int32U5BU5D_t385246372* L_40 = ((Inflater_t642114133_StaticFields*)il2cpp_codegen_static_fields_for(Inflater_t642114133_il2cpp_TypeInfo_var))->get_CPDEXT_3(); int32_t L_41 = V_1; NullCheck(L_40); int32_t L_42 = L_41; int32_t L_43 = (L_40)->GetAt(static_cast(L_42)); __this->set_neededBits_6(L_43); goto IL_0154; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0148; throw e; } CATCH_0148: { // begin catch(System.Exception) SharpZipBaseException_t425598722 * L_44 = (SharpZipBaseException_t425598722 *)il2cpp_codegen_object_new(SharpZipBaseException_t425598722_il2cpp_TypeInfo_var); SharpZipBaseException__ctor_m1401850726(L_44, _stringLiteral1321349026, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44,Inflater_DecodeHuffman_m786986393_RuntimeMethod_var); } // end catch (depth: 1) IL_0154: { int32_t L_45 = __this->get_neededBits_6(); if ((((int32_t)L_45) <= ((int32_t)0))) { goto IL_019c; } } { __this->set_mode_4(((int32_t)10)); StreamManipulator_t4201143916 * L_46 = __this->get_input_14(); int32_t L_47 = __this->get_neededBits_6(); NullCheck(L_46); int32_t L_48 = StreamManipulator_PeekBits_m2553471295(L_46, L_47, /*hidden argument*/NULL); V_3 = L_48; int32_t L_49 = V_3; if ((((int32_t)L_49) >= ((int32_t)0))) { goto IL_017d; } } { return (bool)0; } IL_017d: { StreamManipulator_t4201143916 * L_50 = __this->get_input_14(); int32_t L_51 = __this->get_neededBits_6(); NullCheck(L_50); StreamManipulator_DropBits_m1693553859(L_50, L_51, /*hidden argument*/NULL); int32_t L_52 = __this->get_repDist_8(); int32_t L_53 = V_3; __this->set_repDist_8(((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)L_53))); } IL_019c: { OutputWindow_t874853933 * L_54 = __this->get_outputWindow_15(); int32_t L_55 = __this->get_repLength_7(); int32_t L_56 = __this->get_repDist_8(); NullCheck(L_54); OutputWindow_Repeat_m158028266(L_54, L_55, L_56, /*hidden argument*/NULL); int32_t L_57 = V_0; int32_t L_58 = __this->get_repLength_7(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)L_58)); __this->set_mode_4(7); goto IL_01d0; } IL_01c5: { SharpZipBaseException_t425598722 * L_59 = (SharpZipBaseException_t425598722 *)il2cpp_codegen_object_new(SharpZipBaseException_t425598722_il2cpp_TypeInfo_var); SharpZipBaseException__ctor_m1401850726(L_59, _stringLiteral1441581387, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_59,Inflater_DecodeHuffman_m786986393_RuntimeMethod_var); } IL_01d0: { int32_t L_60 = V_0; if ((((int32_t)L_60) >= ((int32_t)((int32_t)258)))) { goto IL_0011; } } { return (bool)1; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Inflater::DecodeChksum() extern "C" IL2CPP_METHOD_ATTR bool Inflater_DecodeChksum_m2430535272 (Inflater_t642114133 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Inflater_DecodeChksum_m2430535272_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ObjectU5BU5D_t2843939325* V_1 = NULL; { goto IL_003f; } IL_0002: { StreamManipulator_t4201143916 * L_0 = __this->get_input_14(); NullCheck(L_0); int32_t L_1 = StreamManipulator_PeekBits_m2553471295(L_0, 8, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0015; } } { return (bool)0; } IL_0015: { StreamManipulator_t4201143916 * L_3 = __this->get_input_14(); NullCheck(L_3); StreamManipulator_DropBits_m1693553859(L_3, 8, /*hidden argument*/NULL); int32_t L_4 = __this->get_readAdler_5(); int32_t L_5 = V_0; __this->set_readAdler_5(((int32_t)((int32_t)((int32_t)((int32_t)L_4<<(int32_t)8))|(int32_t)L_5))); int32_t L_6 = __this->get_neededBits_6(); __this->set_neededBits_6(((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)8))); } IL_003f: { int32_t L_7 = __this->get_neededBits_6(); if ((((int32_t)L_7) > ((int32_t)0))) { goto IL_0002; } } { Adler32_t2099134918 * L_8 = __this->get_adler_19(); NullCheck(L_8); int64_t L_9 = Adler32_get_Value_m3641394811(L_8, /*hidden argument*/NULL); int32_t L_10 = __this->get_readAdler_5(); if ((((int32_t)(((int32_t)((int32_t)L_9)))) == ((int32_t)L_10))) { goto IL_00a1; } } { V_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); ObjectU5BU5D_t2843939325* L_11 = V_1; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral3759275625); (L_11)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3759275625); ObjectU5BU5D_t2843939325* L_12 = V_1; Adler32_t2099134918 * L_13 = __this->get_adler_19(); NullCheck(L_13); int64_t L_14 = Adler32_get_Value_m3641394811(L_13, /*hidden argument*/NULL); int32_t L_15 = (((int32_t)((int32_t)L_14))); RuntimeObject * L_16 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_15); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_16); (L_12)->SetAt(static_cast(1), (RuntimeObject *)L_16); ObjectU5BU5D_t2843939325* L_17 = V_1; NullCheck(L_17); ArrayElementTypeCheck (L_17, _stringLiteral1509375777); (L_17)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1509375777); ObjectU5BU5D_t2843939325* L_18 = V_1; int32_t L_19 = __this->get_readAdler_5(); int32_t L_20 = L_19; RuntimeObject * L_21 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_20); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_21); (L_18)->SetAt(static_cast(3), (RuntimeObject *)L_21); ObjectU5BU5D_t2843939325* L_22 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_23 = String_Concat_m2971454694(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); SharpZipBaseException_t425598722 * L_24 = (SharpZipBaseException_t425598722 *)il2cpp_codegen_object_new(SharpZipBaseException_t425598722_il2cpp_TypeInfo_var); SharpZipBaseException__ctor_m1401850726(L_24, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24,Inflater_DecodeChksum_m2430535272_RuntimeMethod_var); } IL_00a1: { __this->set_mode_4(((int32_t)12)); return (bool)0; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Inflater::Decode() extern "C" IL2CPP_METHOD_ATTR bool Inflater_Decode_m2065242669 (Inflater_t642114133 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Inflater_Decode_m2065242669_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { int32_t L_0 = __this->get_mode_4(); V_3 = L_0; int32_t L_1 = V_3; switch (L_1) { case 0: { goto IL_0046; } case 1: { goto IL_004d; } case 2: { goto IL_005b; } case 3: { goto IL_0136; } case 4: { goto IL_0167; } case 5: { goto IL_01a9; } case 6: { goto IL_01ef; } case 7: { goto IL_022d; } case 8: { goto IL_022d; } case 9: { goto IL_022d; } case 10: { goto IL_022d; } case 11: { goto IL_0054; } case 12: { goto IL_0234; } } } { goto IL_0236; } IL_0046: { bool L_2 = Inflater_DecodeHeader_m1731661553(__this, /*hidden argument*/NULL); return L_2; } IL_004d: { bool L_3 = Inflater_DecodeDict_m1575327708(__this, /*hidden argument*/NULL); return L_3; } IL_0054: { bool L_4 = Inflater_DecodeChksum_m2430535272(__this, /*hidden argument*/NULL); return L_4; } IL_005b: { bool L_5 = __this->get_isLastBlock_10(); if (!L_5) { goto IL_0092; } } { bool L_6 = __this->get_noHeader_13(); if (!L_6) { goto IL_0075; } } { __this->set_mode_4(((int32_t)12)); return (bool)0; } IL_0075: { StreamManipulator_t4201143916 * L_7 = __this->get_input_14(); NullCheck(L_7); StreamManipulator_SkipToByteBoundary_m3707071242(L_7, /*hidden argument*/NULL); __this->set_neededBits_6(((int32_t)32)); __this->set_mode_4(((int32_t)11)); return (bool)1; } IL_0092: { StreamManipulator_t4201143916 * L_8 = __this->get_input_14(); NullCheck(L_8); int32_t L_9 = StreamManipulator_PeekBits_m2553471295(L_8, 3, /*hidden argument*/NULL); V_0 = L_9; int32_t L_10 = V_0; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_00a5; } } { return (bool)0; } IL_00a5: { StreamManipulator_t4201143916 * L_11 = __this->get_input_14(); NullCheck(L_11); StreamManipulator_DropBits_m1693553859(L_11, 3, /*hidden argument*/NULL); int32_t L_12 = V_0; if (!((int32_t)((int32_t)L_12&(int32_t)1))) { goto IL_00bd; } } { __this->set_isLastBlock_10((bool)1); } IL_00bd: { int32_t L_13 = V_0; V_4 = ((int32_t)((int32_t)L_13>>(int32_t)1)); int32_t L_14 = V_4; switch (L_14) { case 0: { goto IL_00d7; } case 1: { goto IL_00eb; } case 2: { goto IL_010a; } } } { goto IL_011e; } IL_00d7: { StreamManipulator_t4201143916 * L_15 = __this->get_input_14(); NullCheck(L_15); StreamManipulator_SkipToByteBoundary_m3707071242(L_15, /*hidden argument*/NULL); __this->set_mode_4(3); goto IL_0134; } IL_00eb: { IL2CPP_RUNTIME_CLASS_INIT(InflaterHuffmanTree_t1978394600_il2cpp_TypeInfo_var); InflaterHuffmanTree_t1978394600 * L_16 = ((InflaterHuffmanTree_t1978394600_StaticFields*)il2cpp_codegen_static_fields_for(InflaterHuffmanTree_t1978394600_il2cpp_TypeInfo_var))->get_defLitLenTree_1(); __this->set_litlenTree_17(L_16); InflaterHuffmanTree_t1978394600 * L_17 = ((InflaterHuffmanTree_t1978394600_StaticFields*)il2cpp_codegen_static_fields_for(InflaterHuffmanTree_t1978394600_il2cpp_TypeInfo_var))->get_defDistTree_2(); __this->set_distTree_18(L_17); __this->set_mode_4(7); goto IL_0134; } IL_010a: { InflaterDynHeader_t616422011 * L_18 = (InflaterDynHeader_t616422011 *)il2cpp_codegen_object_new(InflaterDynHeader_t616422011_il2cpp_TypeInfo_var); InflaterDynHeader__ctor_m463490704(L_18, /*hidden argument*/NULL); __this->set_dynHeader_16(L_18); __this->set_mode_4(6); goto IL_0134; } IL_011e: { int32_t L_19 = V_0; int32_t L_20 = L_19; RuntimeObject * L_21 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_20); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_22 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2500085556, L_21, /*hidden argument*/NULL); SharpZipBaseException_t425598722 * L_23 = (SharpZipBaseException_t425598722 *)il2cpp_codegen_object_new(SharpZipBaseException_t425598722_il2cpp_TypeInfo_var); SharpZipBaseException__ctor_m1401850726(L_23, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,Inflater_Decode_m2065242669_RuntimeMethod_var); } IL_0134: { return (bool)1; } IL_0136: { StreamManipulator_t4201143916 * L_24 = __this->get_input_14(); NullCheck(L_24); int32_t L_25 = StreamManipulator_PeekBits_m2553471295(L_24, ((int32_t)16), /*hidden argument*/NULL); int32_t L_26 = L_25; V_5 = L_26; __this->set_uncomprLen_9(L_26); int32_t L_27 = V_5; if ((((int32_t)L_27) >= ((int32_t)0))) { goto IL_0153; } } { return (bool)0; } IL_0153: { StreamManipulator_t4201143916 * L_28 = __this->get_input_14(); NullCheck(L_28); StreamManipulator_DropBits_m1693553859(L_28, ((int32_t)16), /*hidden argument*/NULL); __this->set_mode_4(4); } IL_0167: { StreamManipulator_t4201143916 * L_29 = __this->get_input_14(); NullCheck(L_29); int32_t L_30 = StreamManipulator_PeekBits_m2553471295(L_29, ((int32_t)16), /*hidden argument*/NULL); V_1 = L_30; int32_t L_31 = V_1; if ((((int32_t)L_31) >= ((int32_t)0))) { goto IL_017b; } } { return (bool)0; } IL_017b: { StreamManipulator_t4201143916 * L_32 = __this->get_input_14(); NullCheck(L_32); StreamManipulator_DropBits_m1693553859(L_32, ((int32_t)16), /*hidden argument*/NULL); int32_t L_33 = V_1; int32_t L_34 = __this->get_uncomprLen_9(); if ((((int32_t)L_33) == ((int32_t)((int32_t)((int32_t)L_34^(int32_t)((int32_t)65535)))))) { goto IL_01a2; } } { SharpZipBaseException_t425598722 * L_35 = (SharpZipBaseException_t425598722 *)il2cpp_codegen_object_new(SharpZipBaseException_t425598722_il2cpp_TypeInfo_var); SharpZipBaseException__ctor_m1401850726(L_35, _stringLiteral1564903370, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35,Inflater_Decode_m2065242669_RuntimeMethod_var); } IL_01a2: { __this->set_mode_4(5); } IL_01a9: { OutputWindow_t874853933 * L_36 = __this->get_outputWindow_15(); StreamManipulator_t4201143916 * L_37 = __this->get_input_14(); int32_t L_38 = __this->get_uncomprLen_9(); NullCheck(L_36); int32_t L_39 = OutputWindow_CopyStored_m1693377646(L_36, L_37, L_38, /*hidden argument*/NULL); V_2 = L_39; int32_t L_40 = __this->get_uncomprLen_9(); int32_t L_41 = V_2; __this->set_uncomprLen_9(((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)L_41))); int32_t L_42 = __this->get_uncomprLen_9(); if (L_42) { goto IL_01e0; } } { __this->set_mode_4(2); return (bool)1; } IL_01e0: { StreamManipulator_t4201143916 * L_43 = __this->get_input_14(); NullCheck(L_43); bool L_44 = StreamManipulator_get_IsNeedingInput_m1625735930(L_43, /*hidden argument*/NULL); return (bool)((((int32_t)L_44) == ((int32_t)0))? 1 : 0); } IL_01ef: { InflaterDynHeader_t616422011 * L_45 = __this->get_dynHeader_16(); StreamManipulator_t4201143916 * L_46 = __this->get_input_14(); NullCheck(L_45); bool L_47 = InflaterDynHeader_Decode_m871481747(L_45, L_46, /*hidden argument*/NULL); if (L_47) { goto IL_0204; } } { return (bool)0; } IL_0204: { InflaterDynHeader_t616422011 * L_48 = __this->get_dynHeader_16(); NullCheck(L_48); InflaterHuffmanTree_t1978394600 * L_49 = InflaterDynHeader_BuildLitLenTree_m3622878012(L_48, /*hidden argument*/NULL); __this->set_litlenTree_17(L_49); InflaterDynHeader_t616422011 * L_50 = __this->get_dynHeader_16(); NullCheck(L_50); InflaterHuffmanTree_t1978394600 * L_51 = InflaterDynHeader_BuildDistTree_m3774348405(L_50, /*hidden argument*/NULL); __this->set_distTree_18(L_51); __this->set_mode_4(7); } IL_022d: { bool L_52 = Inflater_DecodeHuffman_m786986393(__this, /*hidden argument*/NULL); return L_52; } IL_0234: { return (bool)0; } IL_0236: { SharpZipBaseException_t425598722 * L_53 = (SharpZipBaseException_t425598722 *)il2cpp_codegen_object_new(SharpZipBaseException_t425598722_il2cpp_TypeInfo_var); SharpZipBaseException__ctor_m1401850726(L_53, _stringLiteral2429733519, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_53,Inflater_Decode_m2065242669_RuntimeMethod_var); } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Inflater::SetInput(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Inflater_SetInput_m757987900 (Inflater_t642114133 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { StreamManipulator_t4201143916 * L_0 = __this->get_input_14(); ByteU5BU5D_t4116647657* L_1 = ___buffer0; int32_t L_2 = ___index1; int32_t L_3 = ___count2; NullCheck(L_0); StreamManipulator_SetInput_m3010619367(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); int64_t L_4 = __this->get_totalIn_12(); int32_t L_5 = ___count2; __this->set_totalIn_12(((int64_t)il2cpp_codegen_add((int64_t)L_4, (int64_t)(((int64_t)((int64_t)L_5)))))); return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Inflater::Inflate(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Inflater_Inflate_m323314314 (Inflater_t642114133 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Inflater_Inflate_m323314314_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { ByteU5BU5D_t4116647657* L_0 = ___buffer0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Inflater_Inflate_m323314314_RuntimeMethod_var); } IL_000e: { int32_t L_2 = ___count2; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0022; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral2002595880, _stringLiteral2462822111, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Inflater_Inflate_m323314314_RuntimeMethod_var); } IL_0022: { int32_t L_4 = ___offset1; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0036; } } { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_5, _stringLiteral1082126080, _stringLiteral3304219981, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Inflater_Inflate_m323314314_RuntimeMethod_var); } IL_0036: { int32_t L_6 = ___offset1; int32_t L_7 = ___count2; ByteU5BU5D_t4116647657* L_8 = ___buffer0; NullCheck(L_8); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length))))))) { goto IL_0049; } } { ArgumentException_t132251570 * L_9 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_9, _stringLiteral3207416090, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Inflater_Inflate_m323314314_RuntimeMethod_var); } IL_0049: { int32_t L_10 = ___count2; if (L_10) { goto IL_005d; } } { bool L_11 = Inflater_get_IsFinished_m858557162(__this, /*hidden argument*/NULL); if (L_11) { goto IL_005b; } } { Inflater_Decode_m2065242669(__this, /*hidden argument*/NULL); } IL_005b: { return 0; } IL_005d: { V_0 = 0; } IL_005f: { int32_t L_12 = __this->get_mode_4(); if ((((int32_t)L_12) == ((int32_t)((int32_t)11)))) { goto IL_00ac; } } { OutputWindow_t874853933 * L_13 = __this->get_outputWindow_15(); ByteU5BU5D_t4116647657* L_14 = ___buffer0; int32_t L_15 = ___offset1; int32_t L_16 = ___count2; NullCheck(L_13); int32_t L_17 = OutputWindow_CopyOutput_m373926556(L_13, L_14, L_15, L_16, /*hidden argument*/NULL); V_1 = L_17; int32_t L_18 = V_1; if ((((int32_t)L_18) <= ((int32_t)0))) { goto IL_00ac; } } { Adler32_t2099134918 * L_19 = __this->get_adler_19(); ByteU5BU5D_t4116647657* L_20 = ___buffer0; int32_t L_21 = ___offset1; int32_t L_22 = V_1; NullCheck(L_19); Adler32_Update_m442522116(L_19, L_20, L_21, L_22, /*hidden argument*/NULL); int32_t L_23 = ___offset1; int32_t L_24 = V_1; ___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24)); int32_t L_25 = V_0; int32_t L_26 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26)); int64_t L_27 = __this->get_totalOut_11(); int32_t L_28 = V_1; __this->set_totalOut_11(((int64_t)il2cpp_codegen_add((int64_t)L_27, (int64_t)(((int64_t)((int64_t)L_28)))))); int32_t L_29 = ___count2; int32_t L_30 = V_1; ___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)L_30)); int32_t L_31 = ___count2; if (L_31) { goto IL_00ac; } } { int32_t L_32 = V_0; return L_32; } IL_00ac: { bool L_33 = Inflater_Decode_m2065242669(__this, /*hidden argument*/NULL); if (L_33) { goto IL_005f; } } { OutputWindow_t874853933 * L_34 = __this->get_outputWindow_15(); NullCheck(L_34); int32_t L_35 = OutputWindow_GetAvailable_m993691459(L_34, /*hidden argument*/NULL); if ((((int32_t)L_35) <= ((int32_t)0))) { goto IL_00cc; } } { int32_t L_36 = __this->get_mode_4(); if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)11))))) { goto IL_005f; } } IL_00cc: { int32_t L_37 = V_0; return L_37; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Inflater::get_IsNeedingInput() extern "C" IL2CPP_METHOD_ATTR bool Inflater_get_IsNeedingInput_m2130844183 (Inflater_t642114133 * __this, const RuntimeMethod* method) { { StreamManipulator_t4201143916 * L_0 = __this->get_input_14(); NullCheck(L_0); bool L_1 = StreamManipulator_get_IsNeedingInput_m1625735930(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Inflater::get_IsNeedingDictionary() extern "C" IL2CPP_METHOD_ATTR bool Inflater_get_IsNeedingDictionary_m3002080188 (Inflater_t642114133 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_mode_4(); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0013; } } { int32_t L_1 = __this->get_neededBits_6(); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } IL_0013: { return (bool)0; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Inflater::get_IsFinished() extern "C" IL2CPP_METHOD_ATTR bool Inflater_get_IsFinished_m858557162 (Inflater_t642114133 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_mode_4(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)12))))) { goto IL_0019; } } { OutputWindow_t874853933 * L_1 = __this->get_outputWindow_15(); NullCheck(L_1); int32_t L_2 = OutputWindow_GetAvailable_m993691459(L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } IL_0019: { return (bool)0; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Inflater::.cctor() extern "C" IL2CPP_METHOD_ATTR void Inflater__cctor_m659380040 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Inflater__cctor_m659380040_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Int32U5BU5D_t385246372* L_0 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)((int32_t)29))); RuntimeFieldHandle_t1871169219 L_1 = { reinterpret_cast (U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078____U24U24method0x60004e6U2D1_11_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, /*hidden argument*/NULL); ((Inflater_t642114133_StaticFields*)il2cpp_codegen_static_fields_for(Inflater_t642114133_il2cpp_TypeInfo_var))->set_CPLENS_0(L_0); Int32U5BU5D_t385246372* L_2 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)((int32_t)29))); RuntimeFieldHandle_t1871169219 L_3 = { reinterpret_cast (U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078____U24U24method0x60004e6U2D2_12_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL); ((Inflater_t642114133_StaticFields*)il2cpp_codegen_static_fields_for(Inflater_t642114133_il2cpp_TypeInfo_var))->set_CPLEXT_1(L_2); Int32U5BU5D_t385246372* L_4 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)((int32_t)30))); RuntimeFieldHandle_t1871169219 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078____U24U24method0x60004e6U2D3_13_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((Inflater_t642114133_StaticFields*)il2cpp_codegen_static_fields_for(Inflater_t642114133_il2cpp_TypeInfo_var))->set_CPDIST_2(L_4); Int32U5BU5D_t385246372* L_6 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)((int32_t)30))); RuntimeFieldHandle_t1871169219 L_7 = { reinterpret_cast (U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078____U24U24method0x60004e6U2D4_14_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_6, L_7, /*hidden argument*/NULL); ((Inflater_t642114133_StaticFields*)il2cpp_codegen_static_fields_for(Inflater_t642114133_il2cpp_TypeInfo_var))->set_CPDEXT_3(L_6); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.Compression.InflaterDynHeader::.ctor() extern "C" IL2CPP_METHOD_ATTR void InflaterDynHeader__ctor_m463490704 (InflaterDynHeader_t616422011 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.InflaterDynHeader::Decode(ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator) extern "C" IL2CPP_METHOD_ATTR bool InflaterDynHeader_Decode_m871481747 (InflaterDynHeader_t616422011 * __this, StreamManipulator_t4201143916 * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InflaterDynHeader_Decode_m871481747_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; uint8_t V_6 = 0x0; int32_t V_7 = 0; IL_0000: { int32_t L_0 = __this->get_mode_6(); V_4 = L_0; int32_t L_1 = V_4; switch (L_1) { case 0: { goto IL_0029; } case 1: { goto IL_0061; } case 2: { goto IL_00b9; } case 3: { goto IL_013b; } case 4: { goto IL_01a8; } case 5: { goto IL_01ee; } } } { goto IL_0000; } IL_0029: { StreamManipulator_t4201143916 * L_2 = ___input0; NullCheck(L_2); int32_t L_3 = StreamManipulator_PeekBits_m2553471295(L_2, 5, /*hidden argument*/NULL); __this->set_lnum_7(L_3); int32_t L_4 = __this->get_lnum_7(); if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0041; } } { return (bool)0; } IL_0041: { int32_t L_5 = __this->get_lnum_7(); __this->set_lnum_7(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)((int32_t)257)))); StreamManipulator_t4201143916 * L_6 = ___input0; NullCheck(L_6); StreamManipulator_DropBits_m1693553859(L_6, 5, /*hidden argument*/NULL); __this->set_mode_6(1); } IL_0061: { StreamManipulator_t4201143916 * L_7 = ___input0; NullCheck(L_7); int32_t L_8 = StreamManipulator_PeekBits_m2553471295(L_7, 5, /*hidden argument*/NULL); __this->set_dnum_8(L_8); int32_t L_9 = __this->get_dnum_8(); if ((((int32_t)L_9) >= ((int32_t)0))) { goto IL_0079; } } { return (bool)0; } IL_0079: { int32_t L_10 = __this->get_dnum_8(); __this->set_dnum_8(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); StreamManipulator_t4201143916 * L_11 = ___input0; NullCheck(L_11); StreamManipulator_DropBits_m1693553859(L_11, 5, /*hidden argument*/NULL); int32_t L_12 = __this->get_lnum_7(); int32_t L_13 = __this->get_dnum_8(); __this->set_num_10(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13))); int32_t L_14 = __this->get_num_10(); __this->set_litdistLens_4(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_14))); __this->set_mode_6(2); } IL_00b9: { StreamManipulator_t4201143916 * L_15 = ___input0; NullCheck(L_15); int32_t L_16 = StreamManipulator_PeekBits_m2553471295(L_15, 4, /*hidden argument*/NULL); __this->set_blnum_9(L_16); int32_t L_17 = __this->get_blnum_9(); if ((((int32_t)L_17) >= ((int32_t)0))) { goto IL_00d1; } } { return (bool)0; } IL_00d1: { int32_t L_18 = __this->get_blnum_9(); __this->set_blnum_9(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)4))); StreamManipulator_t4201143916 * L_19 = ___input0; NullCheck(L_19); StreamManipulator_DropBits_m1693553859(L_19, 4, /*hidden argument*/NULL); __this->set_blLens_3(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)19)))); __this->set_ptr_13(0); __this->set_mode_6(3); goto IL_013b; } IL_0103: { StreamManipulator_t4201143916 * L_20 = ___input0; NullCheck(L_20); int32_t L_21 = StreamManipulator_PeekBits_m2553471295(L_20, 3, /*hidden argument*/NULL); V_0 = L_21; int32_t L_22 = V_0; if ((((int32_t)L_22) >= ((int32_t)0))) { goto IL_0111; } } { return (bool)0; } IL_0111: { StreamManipulator_t4201143916 * L_23 = ___input0; NullCheck(L_23); StreamManipulator_DropBits_m1693553859(L_23, 3, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_24 = __this->get_blLens_3(); IL2CPP_RUNTIME_CLASS_INIT(InflaterDynHeader_t616422011_il2cpp_TypeInfo_var); Int32U5BU5D_t385246372* L_25 = ((InflaterDynHeader_t616422011_StaticFields*)il2cpp_codegen_static_fields_for(InflaterDynHeader_t616422011_il2cpp_TypeInfo_var))->get_BL_ORDER_2(); int32_t L_26 = __this->get_ptr_13(); NullCheck(L_25); int32_t L_27 = L_26; int32_t L_28 = (L_25)->GetAt(static_cast(L_27)); int32_t L_29 = V_0; NullCheck(L_24); (L_24)->SetAt(static_cast(L_28), (uint8_t)(((int32_t)((uint8_t)L_29)))); int32_t L_30 = __this->get_ptr_13(); __this->set_ptr_13(((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1))); } IL_013b: { int32_t L_31 = __this->get_ptr_13(); int32_t L_32 = __this->get_blnum_9(); if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0103; } } { ByteU5BU5D_t4116647657* L_33 = __this->get_blLens_3(); InflaterHuffmanTree_t1978394600 * L_34 = (InflaterHuffmanTree_t1978394600 *)il2cpp_codegen_object_new(InflaterHuffmanTree_t1978394600_il2cpp_TypeInfo_var); InflaterHuffmanTree__ctor_m3772397066(L_34, L_33, /*hidden argument*/NULL); __this->set_blTree_5(L_34); __this->set_blLens_3((ByteU5BU5D_t4116647657*)NULL); __this->set_ptr_13(0); __this->set_mode_6(4); goto IL_01a8; } IL_0171: { ByteU5BU5D_t4116647657* L_35 = __this->get_litdistLens_4(); int32_t L_36 = __this->get_ptr_13(); int32_t L_37 = L_36; V_5 = L_37; __this->set_ptr_13(((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1))); int32_t L_38 = V_5; int32_t L_39 = V_1; int32_t L_40 = (((int32_t)((uint8_t)L_39))); V_6 = (uint8_t)L_40; __this->set_lastLen_12((uint8_t)L_40); uint8_t L_41 = V_6; NullCheck(L_35); (L_35)->SetAt(static_cast(L_38), (uint8_t)L_41); int32_t L_42 = __this->get_ptr_13(); int32_t L_43 = __this->get_num_10(); if ((!(((uint32_t)L_42) == ((uint32_t)L_43)))) { goto IL_01a8; } } { return (bool)1; } IL_01a8: { InflaterHuffmanTree_t1978394600 * L_44 = __this->get_blTree_5(); StreamManipulator_t4201143916 * L_45 = ___input0; NullCheck(L_44); int32_t L_46 = InflaterHuffmanTree_GetSymbol_m3897528651(L_44, L_45, /*hidden argument*/NULL); int32_t L_47 = L_46; V_1 = L_47; if (!((int32_t)((int32_t)L_47&(int32_t)((int32_t)-16)))) { goto IL_0171; } } { int32_t L_48 = V_1; if ((((int32_t)L_48) >= ((int32_t)0))) { goto IL_01c1; } } { return (bool)0; } IL_01c1: { int32_t L_49 = V_1; if ((((int32_t)L_49) < ((int32_t)((int32_t)17)))) { goto IL_01cf; } } { __this->set_lastLen_12((uint8_t)0); goto IL_01dd; } IL_01cf: { int32_t L_50 = __this->get_ptr_13(); if (L_50) { goto IL_01dd; } } { SharpZipBaseException_t425598722 * L_51 = (SharpZipBaseException_t425598722 *)il2cpp_codegen_object_new(SharpZipBaseException_t425598722_il2cpp_TypeInfo_var); SharpZipBaseException__ctor_m1158914753(L_51, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_51,InflaterDynHeader_Decode_m871481747_RuntimeMethod_var); } IL_01dd: { int32_t L_52 = V_1; __this->set_repSymbol_11(((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)((int32_t)16)))); __this->set_mode_6(5); } IL_01ee: { IL2CPP_RUNTIME_CLASS_INIT(InflaterDynHeader_t616422011_il2cpp_TypeInfo_var); Int32U5BU5D_t385246372* L_53 = ((InflaterDynHeader_t616422011_StaticFields*)il2cpp_codegen_static_fields_for(InflaterDynHeader_t616422011_il2cpp_TypeInfo_var))->get_repBits_1(); int32_t L_54 = __this->get_repSymbol_11(); NullCheck(L_53); int32_t L_55 = L_54; int32_t L_56 = (L_53)->GetAt(static_cast(L_55)); V_2 = L_56; StreamManipulator_t4201143916 * L_57 = ___input0; int32_t L_58 = V_2; NullCheck(L_57); int32_t L_59 = StreamManipulator_PeekBits_m2553471295(L_57, L_58, /*hidden argument*/NULL); V_3 = L_59; int32_t L_60 = V_3; if ((((int32_t)L_60) >= ((int32_t)0))) { goto IL_0209; } } { return (bool)0; } IL_0209: { StreamManipulator_t4201143916 * L_61 = ___input0; int32_t L_62 = V_2; NullCheck(L_61); StreamManipulator_DropBits_m1693553859(L_61, L_62, /*hidden argument*/NULL); int32_t L_63 = V_3; IL2CPP_RUNTIME_CLASS_INIT(InflaterDynHeader_t616422011_il2cpp_TypeInfo_var); Int32U5BU5D_t385246372* L_64 = ((InflaterDynHeader_t616422011_StaticFields*)il2cpp_codegen_static_fields_for(InflaterDynHeader_t616422011_il2cpp_TypeInfo_var))->get_repMin_0(); int32_t L_65 = __this->get_repSymbol_11(); NullCheck(L_64); int32_t L_66 = L_65; int32_t L_67 = (L_64)->GetAt(static_cast(L_66)); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)L_67)); int32_t L_68 = __this->get_ptr_13(); int32_t L_69 = V_3; int32_t L_70 = __this->get_num_10(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)L_69))) <= ((int32_t)L_70))) { goto IL_0255; } } { SharpZipBaseException_t425598722 * L_71 = (SharpZipBaseException_t425598722 *)il2cpp_codegen_object_new(SharpZipBaseException_t425598722_il2cpp_TypeInfo_var); SharpZipBaseException__ctor_m1158914753(L_71, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_71,InflaterDynHeader_Decode_m871481747_RuntimeMethod_var); } IL_0235: { ByteU5BU5D_t4116647657* L_72 = __this->get_litdistLens_4(); int32_t L_73 = __this->get_ptr_13(); int32_t L_74 = L_73; V_7 = L_74; __this->set_ptr_13(((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1))); int32_t L_75 = V_7; uint8_t L_76 = __this->get_lastLen_12(); NullCheck(L_72); (L_72)->SetAt(static_cast(L_75), (uint8_t)L_76); } IL_0255: { int32_t L_77 = V_3; int32_t L_78 = L_77; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_78, (int32_t)1)); if ((((int32_t)L_78) > ((int32_t)0))) { goto IL_0235; } } { int32_t L_79 = __this->get_ptr_13(); int32_t L_80 = __this->get_num_10(); if ((!(((uint32_t)L_79) == ((uint32_t)L_80)))) { goto IL_026d; } } { return (bool)1; } IL_026d: { __this->set_mode_6(4); goto IL_0000; } } // ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree ICSharpCode.SharpZipLib.Zip.Compression.InflaterDynHeader::BuildLitLenTree() extern "C" IL2CPP_METHOD_ATTR InflaterHuffmanTree_t1978394600 * InflaterDynHeader_BuildLitLenTree_m3622878012 (InflaterDynHeader_t616422011 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InflaterDynHeader_BuildLitLenTree_m3622878012_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { int32_t L_0 = __this->get_lnum_7(); V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_0)); ByteU5BU5D_t4116647657* L_1 = __this->get_litdistLens_4(); ByteU5BU5D_t4116647657* L_2 = V_0; int32_t L_3 = __this->get_lnum_7(); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, 0, (RuntimeArray *)(RuntimeArray *)L_2, 0, L_3, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_4 = V_0; InflaterHuffmanTree_t1978394600 * L_5 = (InflaterHuffmanTree_t1978394600 *)il2cpp_codegen_object_new(InflaterHuffmanTree_t1978394600_il2cpp_TypeInfo_var); InflaterHuffmanTree__ctor_m3772397066(L_5, L_4, /*hidden argument*/NULL); return L_5; } } // ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree ICSharpCode.SharpZipLib.Zip.Compression.InflaterDynHeader::BuildDistTree() extern "C" IL2CPP_METHOD_ATTR InflaterHuffmanTree_t1978394600 * InflaterDynHeader_BuildDistTree_m3774348405 (InflaterDynHeader_t616422011 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InflaterDynHeader_BuildDistTree_m3774348405_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { int32_t L_0 = __this->get_dnum_8(); V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_0)); ByteU5BU5D_t4116647657* L_1 = __this->get_litdistLens_4(); int32_t L_2 = __this->get_lnum_7(); ByteU5BU5D_t4116647657* L_3 = V_0; int32_t L_4 = __this->get_dnum_8(); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, L_2, (RuntimeArray *)(RuntimeArray *)L_3, 0, L_4, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_5 = V_0; InflaterHuffmanTree_t1978394600 * L_6 = (InflaterHuffmanTree_t1978394600 *)il2cpp_codegen_object_new(InflaterHuffmanTree_t1978394600_il2cpp_TypeInfo_var); InflaterHuffmanTree__ctor_m3772397066(L_6, L_5, /*hidden argument*/NULL); return L_6; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.InflaterDynHeader::.cctor() extern "C" IL2CPP_METHOD_ATTR void InflaterDynHeader__cctor_m4247917366 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InflaterDynHeader__cctor_m4247917366_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Int32U5BU5D_t385246372* L_0 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)3)); RuntimeFieldHandle_t1871169219 L_1 = { reinterpret_cast (U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078____U24U24method0x60004e4U2D1_1_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, /*hidden argument*/NULL); ((InflaterDynHeader_t616422011_StaticFields*)il2cpp_codegen_static_fields_for(InflaterDynHeader_t616422011_il2cpp_TypeInfo_var))->set_repMin_0(L_0); Int32U5BU5D_t385246372* L_2 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)3)); RuntimeFieldHandle_t1871169219 L_3 = { reinterpret_cast (U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078____U24U24method0x60004e4U2D2_2_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL); ((InflaterDynHeader_t616422011_StaticFields*)il2cpp_codegen_static_fields_for(InflaterDynHeader_t616422011_il2cpp_TypeInfo_var))->set_repBits_1(L_2); Int32U5BU5D_t385246372* L_4 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)((int32_t)19))); RuntimeFieldHandle_t1871169219 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3EU7BD8D87114U2DD26EU2D484CU2D89C4U2D3E915D8A58B5U7D_t1626905078____U24U24method0x60004e4U2D3_3_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((InflaterDynHeader_t616422011_StaticFields*)il2cpp_codegen_static_fields_for(InflaterDynHeader_t616422011_il2cpp_TypeInfo_var))->set_BL_ORDER_2(L_4); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree::.cctor() extern "C" IL2CPP_METHOD_ATTR void InflaterHuffmanTree__cctor_m317061908 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InflaterHuffmanTree__cctor_m317061908_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)288))); V_1 = 0; goto IL_0017; } IL_000f: { ByteU5BU5D_t4116647657* L_0 = V_0; int32_t L_1 = V_1; int32_t L_2 = L_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); NullCheck(L_0); (L_0)->SetAt(static_cast(L_2), (uint8_t)8); } IL_0017: { int32_t L_3 = V_1; if ((((int32_t)L_3) < ((int32_t)((int32_t)144)))) { goto IL_000f; } } IL_001f: { goto IL_002a; } IL_0021: { ByteU5BU5D_t4116647657* L_4 = V_0; int32_t L_5 = V_1; int32_t L_6 = L_5; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_6), (uint8_t)((int32_t)9)); } IL_002a: { int32_t L_7 = V_1; if ((((int32_t)L_7) < ((int32_t)((int32_t)256)))) { goto IL_0021; } } IL_0032: { goto IL_003c; } IL_0034: { ByteU5BU5D_t4116647657* L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = L_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); NullCheck(L_8); (L_8)->SetAt(static_cast(L_10), (uint8_t)7); } IL_003c: { int32_t L_11 = V_1; if ((((int32_t)L_11) < ((int32_t)((int32_t)280)))) { goto IL_0034; } } IL_0044: { goto IL_004e; } IL_0046: { ByteU5BU5D_t4116647657* L_12 = V_0; int32_t L_13 = V_1; int32_t L_14 = L_13; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); NullCheck(L_12); (L_12)->SetAt(static_cast(L_14), (uint8_t)8); } IL_004e: { int32_t L_15 = V_1; if ((((int32_t)L_15) < ((int32_t)((int32_t)288)))) { goto IL_0046; } } IL_0056: { ByteU5BU5D_t4116647657* L_16 = V_0; InflaterHuffmanTree_t1978394600 * L_17 = (InflaterHuffmanTree_t1978394600 *)il2cpp_codegen_object_new(InflaterHuffmanTree_t1978394600_il2cpp_TypeInfo_var); InflaterHuffmanTree__ctor_m3772397066(L_17, L_16, /*hidden argument*/NULL); ((InflaterHuffmanTree_t1978394600_StaticFields*)il2cpp_codegen_static_fields_for(InflaterHuffmanTree_t1978394600_il2cpp_TypeInfo_var))->set_defLitLenTree_1(L_17); V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32))); V_1 = 0; goto IL_0075; } IL_006d: { ByteU5BU5D_t4116647657* L_18 = V_0; int32_t L_19 = V_1; int32_t L_20 = L_19; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); NullCheck(L_18); (L_18)->SetAt(static_cast(L_20), (uint8_t)5); } IL_0075: { int32_t L_21 = V_1; if ((((int32_t)L_21) < ((int32_t)((int32_t)32)))) { goto IL_006d; } } IL_007a: { ByteU5BU5D_t4116647657* L_22 = V_0; InflaterHuffmanTree_t1978394600 * L_23 = (InflaterHuffmanTree_t1978394600 *)il2cpp_codegen_object_new(InflaterHuffmanTree_t1978394600_il2cpp_TypeInfo_var); InflaterHuffmanTree__ctor_m3772397066(L_23, L_22, /*hidden argument*/NULL); ((InflaterHuffmanTree_t1978394600_StaticFields*)il2cpp_codegen_static_fields_for(InflaterHuffmanTree_t1978394600_il2cpp_TypeInfo_var))->set_defDistTree_2(L_23); goto IL_0093; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0087; throw e; } CATCH_0087: { // begin catch(System.Exception) SharpZipBaseException_t425598722 * L_24 = (SharpZipBaseException_t425598722 *)il2cpp_codegen_object_new(SharpZipBaseException_t425598722_il2cpp_TypeInfo_var); SharpZipBaseException__ctor_m1401850726(L_24, _stringLiteral1037609634, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24,InflaterHuffmanTree__cctor_m317061908_RuntimeMethod_var); } // end catch (depth: 1) IL_0093: { return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void InflaterHuffmanTree__ctor_m3772397066 (InflaterHuffmanTree_t1978394600 * __this, ByteU5BU5D_t4116647657* ___codeLengths0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_0 = ___codeLengths0; InflaterHuffmanTree_BuildTree_m3248113822(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree::BuildTree(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void InflaterHuffmanTree_BuildTree_m3248113822 (InflaterHuffmanTree_t1978394600 * __this, ByteU5BU5D_t4116647657* ___codeLengths0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InflaterHuffmanTree_BuildTree_m3248113822_MetadataUsageId); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t385246372* V_0 = NULL; Int32U5BU5D_t385246372* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; int32_t V_16 = 0; int32_t V_17 = 0; int32_t V_18 = 0; { V_0 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16))); V_1 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16))); V_2 = 0; goto IL_0034; } IL_0014: { ByteU5BU5D_t4116647657* L_0 = ___codeLengths0; int32_t L_1 = V_2; NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_3 = L_3; int32_t L_4 = V_3; if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0030; } } { Int32U5BU5D_t385246372* L_5 = V_0; int32_t L_6 = V_3; NullCheck(L_5); int32_t* L_7 = ((L_5)->GetAddressAt(static_cast(L_6))); *(int32_t*)L_7 = ((int32_t)il2cpp_codegen_add((int32_t)(*(int32_t*)L_7), (int32_t)1)); } IL_0030: { int32_t L_8 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0034: { int32_t L_9 = V_2; ByteU5BU5D_t4116647657* L_10 = ___codeLengths0; NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))))) { goto IL_0014; } } { V_4 = 0; V_5 = ((int32_t)512); V_6 = 1; goto IL_0096; } IL_0049: { Int32U5BU5D_t385246372* L_11 = V_1; int32_t L_12 = V_6; int32_t L_13 = V_4; NullCheck(L_11); (L_11)->SetAt(static_cast(L_12), (int32_t)L_13); int32_t L_14 = V_4; Int32U5BU5D_t385246372* L_15 = V_0; int32_t L_16 = V_6; NullCheck(L_15); int32_t L_17 = L_16; int32_t L_18 = (L_15)->GetAt(static_cast(L_17)); int32_t L_19 = V_6; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)((int32_t)((int32_t)L_18<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)16), (int32_t)L_19))&(int32_t)((int32_t)31))))))); int32_t L_20 = V_6; if ((((int32_t)L_20) < ((int32_t)((int32_t)10)))) { goto IL_0090; } } { Int32U5BU5D_t385246372* L_21 = V_1; int32_t L_22 = V_6; NullCheck(L_21); int32_t L_23 = L_22; int32_t L_24 = (L_21)->GetAt(static_cast(L_23)); V_7 = ((int32_t)((int32_t)L_24&(int32_t)((int32_t)130944))); int32_t L_25 = V_4; V_8 = ((int32_t)((int32_t)L_25&(int32_t)((int32_t)130944))); int32_t L_26 = V_5; int32_t L_27 = V_8; int32_t L_28 = V_7; int32_t L_29 = V_6; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28))>>(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)16), (int32_t)L_29))&(int32_t)((int32_t)31))))))); } IL_0090: { int32_t L_30 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_0096: { int32_t L_31 = V_6; if ((((int32_t)L_31) <= ((int32_t)((int32_t)15)))) { goto IL_0049; } } { int32_t L_32 = V_5; __this->set_tree_0(((Int16U5BU5D_t3686840178*)SZArrayNew(Int16U5BU5D_t3686840178_il2cpp_TypeInfo_var, (uint32_t)L_32))); V_9 = ((int32_t)512); V_10 = ((int32_t)15); goto IL_011e; } IL_00b6: { int32_t L_33 = V_4; V_11 = ((int32_t)((int32_t)L_33&(int32_t)((int32_t)130944))); int32_t L_34 = V_4; Int32U5BU5D_t385246372* L_35 = V_0; int32_t L_36 = V_10; NullCheck(L_35); int32_t L_37 = L_36; int32_t L_38 = (L_35)->GetAt(static_cast(L_37)); int32_t L_39 = V_10; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)((int32_t)((int32_t)L_38<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)16), (int32_t)L_39))&(int32_t)((int32_t)31))))))); int32_t L_40 = V_4; V_12 = ((int32_t)((int32_t)L_40&(int32_t)((int32_t)130944))); int32_t L_41 = V_12; V_13 = L_41; goto IL_0112; } IL_00e2: { Int16U5BU5D_t3686840178* L_42 = __this->get_tree_0(); int32_t L_43 = V_13; IL2CPP_RUNTIME_CLASS_INIT(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var); int16_t L_44 = DeflaterHuffman_BitReverse_m326924032(NULL /*static, unused*/, L_43, /*hidden argument*/NULL); int32_t L_45 = V_9; int32_t L_46 = V_10; NullCheck(L_42); (L_42)->SetAt(static_cast(L_44), (int16_t)(((int16_t)((int16_t)((int32_t)((int32_t)((int32_t)((int32_t)((-L_45))<<(int32_t)4))|(int32_t)L_46)))))); int32_t L_47 = V_9; int32_t L_48 = V_10; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)((int32_t)9)))&(int32_t)((int32_t)31))))))); int32_t L_49 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)((int32_t)128))); } IL_0112: { int32_t L_50 = V_13; int32_t L_51 = V_11; if ((((int32_t)L_50) < ((int32_t)L_51))) { goto IL_00e2; } } { int32_t L_52 = V_10; V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)1)); } IL_011e: { int32_t L_53 = V_10; if ((((int32_t)L_53) >= ((int32_t)((int32_t)10)))) { goto IL_00b6; } } { V_14 = 0; goto IL_01da; } IL_012c: { ByteU5BU5D_t4116647657* L_54 = ___codeLengths0; int32_t L_55 = V_14; NullCheck(L_54); int32_t L_56 = L_55; uint8_t L_57 = (L_54)->GetAt(static_cast(L_56)); V_15 = L_57; int32_t L_58 = V_15; if (!L_58) { goto IL_01d4; } } { Int32U5BU5D_t385246372* L_59 = V_1; int32_t L_60 = V_15; NullCheck(L_59); int32_t L_61 = L_60; int32_t L_62 = (L_59)->GetAt(static_cast(L_61)); V_4 = L_62; int32_t L_63 = V_4; IL2CPP_RUNTIME_CLASS_INIT(DeflaterHuffman_t1589715067_il2cpp_TypeInfo_var); int16_t L_64 = DeflaterHuffman_BitReverse_m326924032(NULL /*static, unused*/, L_63, /*hidden argument*/NULL); V_16 = L_64; int32_t L_65 = V_15; if ((((int32_t)L_65) > ((int32_t)((int32_t)9)))) { goto IL_0176; } } IL_014e: { Int16U5BU5D_t3686840178* L_66 = __this->get_tree_0(); int32_t L_67 = V_16; int32_t L_68 = V_14; int32_t L_69 = V_15; NullCheck(L_66); (L_66)->SetAt(static_cast(L_67), (int16_t)(((int16_t)((int16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_68<<(int32_t)4))|(int32_t)L_69)))))); int32_t L_70 = V_16; int32_t L_71 = V_15; V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_71&(int32_t)((int32_t)31))))))); int32_t L_72 = V_16; if ((((int32_t)L_72) < ((int32_t)((int32_t)512)))) { goto IL_014e; } } { goto IL_01c3; } IL_0176: { Int16U5BU5D_t3686840178* L_73 = __this->get_tree_0(); int32_t L_74 = V_16; NullCheck(L_73); int32_t L_75 = ((int32_t)((int32_t)L_74&(int32_t)((int32_t)511))); int16_t L_76 = (L_73)->GetAt(static_cast(L_75)); V_17 = L_76; int32_t L_77 = V_17; V_18 = ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_77&(int32_t)((int32_t)15)))&(int32_t)((int32_t)31))))); int32_t L_78 = V_17; V_17 = ((-((int32_t)((int32_t)L_78>>(int32_t)4)))); } IL_019a: { Int16U5BU5D_t3686840178* L_79 = __this->get_tree_0(); int32_t L_80 = V_17; int32_t L_81 = V_16; int32_t L_82 = V_14; int32_t L_83 = V_15; NullCheck(L_79); (L_79)->SetAt(static_cast(((int32_t)((int32_t)L_80|(int32_t)((int32_t)((int32_t)L_81>>(int32_t)((int32_t)9)))))), (int16_t)(((int16_t)((int16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_82<<(int32_t)4))|(int32_t)L_83)))))); int32_t L_84 = V_16; int32_t L_85 = V_15; V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_85&(int32_t)((int32_t)31))))))); int32_t L_86 = V_16; int32_t L_87 = V_18; if ((((int32_t)L_86) < ((int32_t)L_87))) { goto IL_019a; } } IL_01c3: { Int32U5BU5D_t385246372* L_88 = V_1; int32_t L_89 = V_15; int32_t L_90 = V_4; int32_t L_91 = V_15; NullCheck(L_88); (L_88)->SetAt(static_cast(L_89), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)16), (int32_t)L_91))&(int32_t)((int32_t)31)))))))); } IL_01d4: { int32_t L_92 = V_14; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)1)); } IL_01da: { int32_t L_93 = V_14; ByteU5BU5D_t4116647657* L_94 = ___codeLengths0; NullCheck(L_94); if ((((int32_t)L_93) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_94)->max_length))))))) { goto IL_012c; } } { return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree::GetSymbol(ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator) extern "C" IL2CPP_METHOD_ATTR int32_t InflaterHuffmanTree_GetSymbol_m3897528651 (InflaterHuffmanTree_t1978394600 * __this, StreamManipulator_t4201143916 * ___input0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { StreamManipulator_t4201143916 * L_0 = ___input0; NullCheck(L_0); int32_t L_1 = StreamManipulator_PeekBits_m2553471295(L_0, ((int32_t)9), /*hidden argument*/NULL); int32_t L_2 = L_1; V_0 = L_2; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0094; } } { Int16U5BU5D_t3686840178* L_3 = __this->get_tree_0(); int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; int16_t L_6 = (L_3)->GetAt(static_cast(L_5)); int16_t L_7 = L_6; V_1 = L_7; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_002b; } } { StreamManipulator_t4201143916 * L_8 = ___input0; int32_t L_9 = V_1; NullCheck(L_8); StreamManipulator_DropBits_m1693553859(L_8, ((int32_t)((int32_t)L_9&(int32_t)((int32_t)15))), /*hidden argument*/NULL); int32_t L_10 = V_1; return ((int32_t)((int32_t)L_10>>(int32_t)4)); } IL_002b: { int32_t L_11 = V_1; V_2 = ((-((int32_t)((int32_t)L_11>>(int32_t)4)))); int32_t L_12 = V_1; V_3 = ((int32_t)((int32_t)L_12&(int32_t)((int32_t)15))); StreamManipulator_t4201143916 * L_13 = ___input0; int32_t L_14 = V_3; NullCheck(L_13); int32_t L_15 = StreamManipulator_PeekBits_m2553471295(L_13, L_14, /*hidden argument*/NULL); int32_t L_16 = L_15; V_0 = L_16; if ((((int32_t)L_16) < ((int32_t)0))) { goto IL_005d; } } { Int16U5BU5D_t3686840178* L_17 = __this->get_tree_0(); int32_t L_18 = V_2; int32_t L_19 = V_0; NullCheck(L_17); int32_t L_20 = ((int32_t)((int32_t)L_18|(int32_t)((int32_t)((int32_t)L_19>>(int32_t)((int32_t)9))))); int16_t L_21 = (L_17)->GetAt(static_cast(L_20)); V_1 = L_21; StreamManipulator_t4201143916 * L_22 = ___input0; int32_t L_23 = V_1; NullCheck(L_22); StreamManipulator_DropBits_m1693553859(L_22, ((int32_t)((int32_t)L_23&(int32_t)((int32_t)15))), /*hidden argument*/NULL); int32_t L_24 = V_1; return ((int32_t)((int32_t)L_24>>(int32_t)4)); } IL_005d: { StreamManipulator_t4201143916 * L_25 = ___input0; NullCheck(L_25); int32_t L_26 = StreamManipulator_get_AvailableBits_m500977071(L_25, /*hidden argument*/NULL); V_4 = L_26; StreamManipulator_t4201143916 * L_27 = ___input0; int32_t L_28 = V_4; NullCheck(L_27); int32_t L_29 = StreamManipulator_PeekBits_m2553471295(L_27, L_28, /*hidden argument*/NULL); V_0 = L_29; Int16U5BU5D_t3686840178* L_30 = __this->get_tree_0(); int32_t L_31 = V_2; int32_t L_32 = V_0; NullCheck(L_30); int32_t L_33 = ((int32_t)((int32_t)L_31|(int32_t)((int32_t)((int32_t)L_32>>(int32_t)((int32_t)9))))); int16_t L_34 = (L_30)->GetAt(static_cast(L_33)); V_1 = L_34; int32_t L_35 = V_1; int32_t L_36 = V_4; if ((((int32_t)((int32_t)((int32_t)L_35&(int32_t)((int32_t)15)))) > ((int32_t)L_36))) { goto IL_0092; } } { StreamManipulator_t4201143916 * L_37 = ___input0; int32_t L_38 = V_1; NullCheck(L_37); StreamManipulator_DropBits_m1693553859(L_37, ((int32_t)((int32_t)L_38&(int32_t)((int32_t)15))), /*hidden argument*/NULL); int32_t L_39 = V_1; return ((int32_t)((int32_t)L_39>>(int32_t)4)); } IL_0092: { return (-1); } IL_0094: { StreamManipulator_t4201143916 * L_40 = ___input0; NullCheck(L_40); int32_t L_41 = StreamManipulator_get_AvailableBits_m500977071(L_40, /*hidden argument*/NULL); V_5 = L_41; StreamManipulator_t4201143916 * L_42 = ___input0; int32_t L_43 = V_5; NullCheck(L_42); int32_t L_44 = StreamManipulator_PeekBits_m2553471295(L_42, L_43, /*hidden argument*/NULL); V_0 = L_44; Int16U5BU5D_t3686840178* L_45 = __this->get_tree_0(); int32_t L_46 = V_0; NullCheck(L_45); int32_t L_47 = L_46; int16_t L_48 = (L_45)->GetAt(static_cast(L_47)); V_1 = L_48; int32_t L_49 = V_1; if ((((int32_t)L_49) < ((int32_t)0))) { goto IL_00c8; } } { int32_t L_50 = V_1; int32_t L_51 = V_5; if ((((int32_t)((int32_t)((int32_t)L_50&(int32_t)((int32_t)15)))) > ((int32_t)L_51))) { goto IL_00c8; } } { StreamManipulator_t4201143916 * L_52 = ___input0; int32_t L_53 = V_1; NullCheck(L_52); StreamManipulator_DropBits_m1693553859(L_52, ((int32_t)((int32_t)L_53&(int32_t)((int32_t)15))), /*hidden argument*/NULL); int32_t L_54 = V_1; return ((int32_t)((int32_t)L_54>>(int32_t)4)); } IL_00c8: { return (-1); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PendingBuffer__ctor_m3011652348 (PendingBuffer_t2576795670 * __this, int32_t ___bufferSize0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PendingBuffer__ctor_m3011652348_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___bufferSize0; __this->set_buffer__0(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_0))); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer::Reset() extern "C" IL2CPP_METHOD_ATTR void PendingBuffer_Reset_m1975510537 (PendingBuffer_t2576795670 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = 0; V_0 = L_0; __this->set_bitCount_4(L_0); int32_t L_1 = V_0; int32_t L_2 = L_1; V_1 = L_2; __this->set_end_2(L_2); int32_t L_3 = V_1; __this->set_start_1(L_3); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer::WriteShort(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PendingBuffer_WriteShort_m972619178 (PendingBuffer_t2576795670 * __this, int32_t ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { ByteU5BU5D_t4116647657* L_0 = __this->get_buffer__0(); int32_t L_1 = __this->get_end_2(); int32_t L_2 = L_1; V_0 = L_2; __this->set_end_2(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); int32_t L_3 = V_0; int32_t L_4 = ___value0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (uint8_t)(((int32_t)((uint8_t)L_4)))); ByteU5BU5D_t4116647657* L_5 = __this->get_buffer__0(); int32_t L_6 = __this->get_end_2(); int32_t L_7 = L_6; V_1 = L_7; __this->set_end_2(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); int32_t L_8 = V_1; int32_t L_9 = ___value0; NullCheck(L_5); (L_5)->SetAt(static_cast(L_8), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_9>>(int32_t)8)))))); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer::WriteBlock(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void PendingBuffer_WriteBlock_m3514884055 (PendingBuffer_t2576795670 * __this, ByteU5BU5D_t4116647657* ___block0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___block0; int32_t L_1 = ___offset1; ByteU5BU5D_t4116647657* L_2 = __this->get_buffer__0(); int32_t L_3 = __this->get_end_2(); int32_t L_4 = ___length2; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, (RuntimeArray *)(RuntimeArray *)L_2, L_3, L_4, /*hidden argument*/NULL); int32_t L_5 = __this->get_end_2(); int32_t L_6 = ___length2; __this->set_end_2(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6))); return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer::get_BitCount() extern "C" IL2CPP_METHOD_ATTR int32_t PendingBuffer_get_BitCount_m3348180460 (PendingBuffer_t2576795670 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_bitCount_4(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer::AlignToByte() extern "C" IL2CPP_METHOD_ATTR void PendingBuffer_AlignToByte_m3826169122 (PendingBuffer_t2576795670 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = __this->get_bitCount_4(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0052; } } { ByteU5BU5D_t4116647657* L_1 = __this->get_buffer__0(); int32_t L_2 = __this->get_end_2(); int32_t L_3 = L_2; V_0 = L_3; __this->set_end_2(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); int32_t L_4 = V_0; uint32_t L_5 = __this->get_bits_3(); NullCheck(L_1); (L_1)->SetAt(static_cast(L_4), (uint8_t)(((int32_t)((uint8_t)L_5)))); int32_t L_6 = __this->get_bitCount_4(); if ((((int32_t)L_6) <= ((int32_t)8))) { goto IL_0052; } } { ByteU5BU5D_t4116647657* L_7 = __this->get_buffer__0(); int32_t L_8 = __this->get_end_2(); int32_t L_9 = L_8; V_1 = L_9; __this->set_end_2(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))); int32_t L_10 = V_1; uint32_t L_11 = __this->get_bits_3(); NullCheck(L_7); (L_7)->SetAt(static_cast(L_10), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_11>>8)))))); } IL_0052: { __this->set_bits_3(0); __this->set_bitCount_4(0); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer::WriteBits(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void PendingBuffer_WriteBits_m3074478632 (PendingBuffer_t2576795670 * __this, int32_t ___b0, int32_t ___count1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { uint32_t L_0 = __this->get_bits_3(); int32_t L_1 = ___b0; int32_t L_2 = __this->get_bitCount_4(); __this->set_bits_3(((int32_t)((int32_t)L_0|(int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)31)))))))); int32_t L_3 = __this->get_bitCount_4(); int32_t L_4 = ___count1; __this->set_bitCount_4(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4))); int32_t L_5 = __this->get_bitCount_4(); if ((((int32_t)L_5) < ((int32_t)((int32_t)16)))) { goto IL_008e; } } { ByteU5BU5D_t4116647657* L_6 = __this->get_buffer__0(); int32_t L_7 = __this->get_end_2(); int32_t L_8 = L_7; V_0 = L_8; __this->set_end_2(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); int32_t L_9 = V_0; uint32_t L_10 = __this->get_bits_3(); NullCheck(L_6); (L_6)->SetAt(static_cast(L_9), (uint8_t)(((int32_t)((uint8_t)L_10)))); ByteU5BU5D_t4116647657* L_11 = __this->get_buffer__0(); int32_t L_12 = __this->get_end_2(); int32_t L_13 = L_12; V_1 = L_13; __this->set_end_2(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); int32_t L_14 = V_1; uint32_t L_15 = __this->get_bits_3(); NullCheck(L_11); (L_11)->SetAt(static_cast(L_14), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_15>>8)))))); uint32_t L_16 = __this->get_bits_3(); __this->set_bits_3(((int32_t)((uint32_t)L_16>>((int32_t)16)))); int32_t L_17 = __this->get_bitCount_4(); __this->set_bitCount_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)((int32_t)16)))); } IL_008e: { return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer::WriteShortMSB(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PendingBuffer_WriteShortMSB_m260660490 (PendingBuffer_t2576795670 * __this, int32_t ___s0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { ByteU5BU5D_t4116647657* L_0 = __this->get_buffer__0(); int32_t L_1 = __this->get_end_2(); int32_t L_2 = L_1; V_0 = L_2; __this->set_end_2(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); int32_t L_3 = V_0; int32_t L_4 = ___s0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_4>>(int32_t)8)))))); ByteU5BU5D_t4116647657* L_5 = __this->get_buffer__0(); int32_t L_6 = __this->get_end_2(); int32_t L_7 = L_6; V_1 = L_7; __this->set_end_2(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); int32_t L_8 = V_1; int32_t L_9 = ___s0; NullCheck(L_5); (L_5)->SetAt(static_cast(L_8), (uint8_t)(((int32_t)((uint8_t)L_9)))); return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer::get_IsFlushed() extern "C" IL2CPP_METHOD_ATTR bool PendingBuffer_get_IsFlushed_m527131793 (PendingBuffer_t2576795670 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_end_2(); return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } } // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer::Flush(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t PendingBuffer_Flush_m1565929663 (PendingBuffer_t2576795670 * __this, ByteU5BU5D_t4116647657* ___output0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_bitCount_4(); if ((((int32_t)L_0) < ((int32_t)8))) { goto IL_0044; } } { ByteU5BU5D_t4116647657* L_1 = __this->get_buffer__0(); int32_t L_2 = __this->get_end_2(); int32_t L_3 = L_2; V_0 = L_3; __this->set_end_2(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); int32_t L_4 = V_0; uint32_t L_5 = __this->get_bits_3(); NullCheck(L_1); (L_1)->SetAt(static_cast(L_4), (uint8_t)(((int32_t)((uint8_t)L_5)))); uint32_t L_6 = __this->get_bits_3(); __this->set_bits_3(((int32_t)((uint32_t)L_6>>8))); int32_t L_7 = __this->get_bitCount_4(); __this->set_bitCount_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)8))); } IL_0044: { int32_t L_8 = ___length2; int32_t L_9 = __this->get_end_2(); int32_t L_10 = __this->get_start_1(); if ((((int32_t)L_8) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10))))) { goto IL_0087; } } { int32_t L_11 = __this->get_end_2(); int32_t L_12 = __this->get_start_1(); ___length2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12)); ByteU5BU5D_t4116647657* L_13 = __this->get_buffer__0(); int32_t L_14 = __this->get_start_1(); ByteU5BU5D_t4116647657* L_15 = ___output0; int32_t L_16 = ___offset1; int32_t L_17 = ___length2; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_13, L_14, (RuntimeArray *)(RuntimeArray *)L_15, L_16, L_17, /*hidden argument*/NULL); __this->set_start_1(0); __this->set_end_2(0); goto IL_00a9; } IL_0087: { ByteU5BU5D_t4116647657* L_18 = __this->get_buffer__0(); int32_t L_19 = __this->get_start_1(); ByteU5BU5D_t4116647657* L_20 = ___output0; int32_t L_21 = ___offset1; int32_t L_22 = ___length2; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_18, L_19, (RuntimeArray *)(RuntimeArray *)L_20, L_21, L_22, /*hidden argument*/NULL); int32_t L_23 = __this->get_start_1(); int32_t L_24 = ___length2; __this->set_start_1(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24))); } IL_00a9: { int32_t L_25 = ___length2; return L_25; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::.ctor(System.IO.Stream,ICSharpCode.SharpZipLib.Zip.Compression.Deflater) extern "C" IL2CPP_METHOD_ATTR void DeflaterOutputStream__ctor_m3141860280 (DeflaterOutputStream_t939764091 * __this, Stream_t1273022909 * ___baseOutputStream0, Deflater_t668001208 * ___deflater1, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = ___baseOutputStream0; Deflater_t668001208 * L_1 = ___deflater1; DeflaterOutputStream__ctor_m2414365586(__this, L_0, L_1, ((int32_t)512), /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::.ctor(System.IO.Stream,ICSharpCode.SharpZipLib.Zip.Compression.Deflater,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DeflaterOutputStream__ctor_m2414365586 (DeflaterOutputStream_t939764091 * __this, Stream_t1273022909 * ___baseOutputStream0, Deflater_t668001208 * ___deflater1, int32_t ___bufferSize2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflaterOutputStream__ctor_m2414365586_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_isStreamOwner__9((bool)1); IL2CPP_RUNTIME_CLASS_INIT(Stream_t1273022909_il2cpp_TypeInfo_var); Stream__ctor_m3881936881(__this, /*hidden argument*/NULL); Stream_t1273022909 * L_0 = ___baseOutputStream0; if (L_0) { goto IL_001b; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2353970341, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,DeflaterOutputStream__ctor_m2414365586_RuntimeMethod_var); } IL_001b: { Stream_t1273022909 * L_2 = ___baseOutputStream0; NullCheck(L_2); IL2CPP_RUNTIME_CLASS_INIT(Stream_t1273022909_il2cpp_TypeInfo_var); bool L_3 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_2); if (L_3) { goto IL_0033; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_4, _stringLiteral2702043374, _stringLiteral2353970341, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,DeflaterOutputStream__ctor_m2414365586_RuntimeMethod_var); } IL_0033: { Deflater_t668001208 * L_5 = ___deflater1; if (L_5) { goto IL_0041; } } { ArgumentNullException_t1615371798 * L_6 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_6, _stringLiteral4148714418, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,DeflaterOutputStream__ctor_m2414365586_RuntimeMethod_var); } IL_0041: { int32_t L_7 = ___bufferSize2; if ((((int32_t)L_7) >= ((int32_t)((int32_t)512)))) { goto IL_0054; } } { ArgumentOutOfRangeException_t777629997 * L_8 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_8, _stringLiteral1172510602, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,DeflaterOutputStream__ctor_m2414365586_RuntimeMethod_var); } IL_0054: { Stream_t1273022909 * L_9 = ___baseOutputStream0; __this->set_baseOutputStream__7(L_9); int32_t L_10 = ___bufferSize2; __this->set_buffer__5(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_10))); Deflater_t668001208 * L_11 = ___deflater1; __this->set_deflater__6(L_11); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::Finish() extern "C" IL2CPP_METHOD_ATTR void DeflaterOutputStream_Finish_m1821647523 (DeflaterOutputStream_t939764091 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflaterOutputStream_Finish_m1821647523_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Deflater_t668001208 * L_0 = __this->get_deflater__6(); NullCheck(L_0); Deflater_Finish_m964626088(L_0, /*hidden argument*/NULL); goto IL_0055; } IL_000d: { Deflater_t668001208 * L_1 = __this->get_deflater__6(); ByteU5BU5D_t4116647657* L_2 = __this->get_buffer__5(); ByteU5BU5D_t4116647657* L_3 = __this->get_buffer__5(); NullCheck(L_3); NullCheck(L_1); int32_t L_4 = Deflater_Deflate_m239238058(L_1, L_2, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_0062; } } { RuntimeObject* L_6 = __this->get_cryptoTransform__3(); if (!L_6) { goto IL_0042; } } { ByteU5BU5D_t4116647657* L_7 = __this->get_buffer__5(); int32_t L_8 = V_0; DeflaterOutputStream_EncryptBlock_m1867193525(__this, L_7, 0, L_8, /*hidden argument*/NULL); } IL_0042: { Stream_t1273022909 * L_9 = __this->get_baseOutputStream__7(); ByteU5BU5D_t4116647657* L_10 = __this->get_buffer__5(); int32_t L_11 = V_0; NullCheck(L_9); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_9, L_10, 0, L_11); } IL_0055: { Deflater_t668001208 * L_12 = __this->get_deflater__6(); NullCheck(L_12); bool L_13 = Deflater_get_IsFinished_m1381937450(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_000d; } } IL_0062: { Deflater_t668001208 * L_14 = __this->get_deflater__6(); NullCheck(L_14); bool L_15 = Deflater_get_IsFinished_m1381937450(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_007a; } } { SharpZipBaseException_t425598722 * L_16 = (SharpZipBaseException_t425598722 *)il2cpp_codegen_object_new(SharpZipBaseException_t425598722_il2cpp_TypeInfo_var); SharpZipBaseException__ctor_m1401850726(L_16, _stringLiteral3772979017, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,DeflaterOutputStream_Finish_m1821647523_RuntimeMethod_var); } IL_007a: { Stream_t1273022909 * L_17 = __this->get_baseOutputStream__7(); NullCheck(L_17); VirtActionInvoker0::Invoke(17 /* System.Void System.IO.Stream::Flush() */, L_17); RuntimeObject* L_18 = __this->get_cryptoTransform__3(); if (!L_18) { goto IL_00c2; } } { RuntimeObject* L_19 = __this->get_cryptoTransform__3(); if (!((ZipAESTransform_t2332021196 *)IsInstClass((RuntimeObject*)L_19, ZipAESTransform_t2332021196_il2cpp_TypeInfo_var))) { goto IL_00b0; } } { RuntimeObject* L_20 = __this->get_cryptoTransform__3(); NullCheck(((ZipAESTransform_t2332021196 *)CastclassClass((RuntimeObject*)L_20, ZipAESTransform_t2332021196_il2cpp_TypeInfo_var))); ByteU5BU5D_t4116647657* L_21 = ZipAESTransform_GetAuthCode_m660379928(((ZipAESTransform_t2332021196 *)CastclassClass((RuntimeObject*)L_20, ZipAESTransform_t2332021196_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); __this->set_AESAuthCode_4(L_21); } IL_00b0: { RuntimeObject* L_22 = __this->get_cryptoTransform__3(); NullCheck(L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_22); __this->set_cryptoTransform__3((RuntimeObject*)NULL); } IL_00c2: { return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::get_CanPatchEntries() extern "C" IL2CPP_METHOD_ATTR bool DeflaterOutputStream_get_CanPatchEntries_m1166527064 (DeflaterOutputStream_t939764091 * __this, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get_baseOutputStream__7(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_0); return L_1; } } // System.String ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::get_Password() extern "C" IL2CPP_METHOD_ATTR String_t* DeflaterOutputStream_get_Password_m578360469 (DeflaterOutputStream_t939764091 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_password_2(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::set_Password(System.String) extern "C" IL2CPP_METHOD_ATTR void DeflaterOutputStream_set_Password_m2615591555 (DeflaterOutputStream_t939764091 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; if (!L_0) { goto IL_0013; } } { String_t* L_1 = ___value0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0013; } } { __this->set_password_2((String_t*)NULL); return; } IL_0013: { String_t* L_3 = ___value0; __this->set_password_2(L_3); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::EncryptBlock(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DeflaterOutputStream_EncryptBlock_m1867193525 (DeflaterOutputStream_t939764091 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflaterOutputStream_EncryptBlock_m1867193525_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_cryptoTransform__3(); ByteU5BU5D_t4116647657* L_1 = ___buffer0; int32_t L_2 = ___length2; ByteU5BU5D_t4116647657* L_3 = ___buffer0; NullCheck(L_0); InterfaceFuncInvoker5< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t, ByteU5BU5D_t4116647657*, int32_t >::Invoke(4 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t2733259762_il2cpp_TypeInfo_var, L_0, L_1, 0, L_2, L_3, 0); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::InitializePassword(System.String) extern "C" IL2CPP_METHOD_ATTR void DeflaterOutputStream_InitializePassword_m1335862541 (DeflaterOutputStream_t939764091 * __this, String_t* ___password0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflaterOutputStream_InitializePassword_m1335862541_MetadataUsageId); s_Il2CppMethodInitialized = true; } PkzipClassicManaged_t3913554169 * V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; { PkzipClassicManaged_t3913554169 * L_0 = (PkzipClassicManaged_t3913554169 *)il2cpp_codegen_object_new(PkzipClassicManaged_t3913554169_il2cpp_TypeInfo_var); PkzipClassicManaged__ctor_m190897554(L_0, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = ___password0; IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t3000827260_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_2 = ZipConstants_ConvertToArray_m3646116393(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_3 = PkzipClassic_GenerateKeys_m185072513(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_1 = L_3; PkzipClassicManaged_t3913554169 * L_4 = V_0; ByteU5BU5D_t4116647657* L_5 = V_1; NullCheck(L_4); RuntimeObject* L_6 = VirtFuncInvoker2< RuntimeObject*, ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657* >::Invoke(23 /* System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.SymmetricAlgorithm::CreateEncryptor(System.Byte[],System.Byte[]) */, L_4, L_5, (ByteU5BU5D_t4116647657*)(ByteU5BU5D_t4116647657*)NULL); __this->set_cryptoTransform__3(L_6); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::InitializeAESPassword(ICSharpCode.SharpZipLib.Zip.ZipEntry,System.String,System.Byte[]&,System.Byte[]&) extern "C" IL2CPP_METHOD_ATTR void DeflaterOutputStream_InitializeAESPassword_m1927450009 (DeflaterOutputStream_t939764091 * __this, ZipEntry_t658048195 * ___entry0, String_t* ___rawPassword1, ByteU5BU5D_t4116647657** ___salt2, ByteU5BU5D_t4116647657** ___pwdVerifier3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflaterOutputStream_InitializeAESPassword_m1927450009_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ByteU5BU5D_t4116647657** L_0 = ___salt2; ZipEntry_t658048195 * L_1 = ___entry0; NullCheck(L_1); int32_t L_2 = ZipEntry_get_AESSaltLen_m2993681847(L_1, /*hidden argument*/NULL); *((RuntimeObject **)(L_0)) = (RuntimeObject *)((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_2)); Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_0), (RuntimeObject *)((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_2))); RNGCryptoServiceProvider_t3397414743 * L_3 = ((DeflaterOutputStream_t939764091_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterOutputStream_t939764091_il2cpp_TypeInfo_var))->get__aesRnd_10(); if (L_3) { goto IL_001e; } } { RNGCryptoServiceProvider_t3397414743 * L_4 = (RNGCryptoServiceProvider_t3397414743 *)il2cpp_codegen_object_new(RNGCryptoServiceProvider_t3397414743_il2cpp_TypeInfo_var); RNGCryptoServiceProvider__ctor_m2355451105(L_4, /*hidden argument*/NULL); ((DeflaterOutputStream_t939764091_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterOutputStream_t939764091_il2cpp_TypeInfo_var))->set__aesRnd_10(L_4); } IL_001e: { RNGCryptoServiceProvider_t3397414743 * L_5 = ((DeflaterOutputStream_t939764091_StaticFields*)il2cpp_codegen_static_fields_for(DeflaterOutputStream_t939764091_il2cpp_TypeInfo_var))->get__aesRnd_10(); ByteU5BU5D_t4116647657** L_6 = ___salt2; ByteU5BU5D_t4116647657* L_7 = *((ByteU5BU5D_t4116647657**)L_6); NullCheck(L_5); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_5, L_7); ZipEntry_t658048195 * L_8 = ___entry0; NullCheck(L_8); int32_t L_9 = ZipEntry_get_AESKeySize_m4165772656(L_8, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)L_9/(int32_t)8)); String_t* L_10 = ___rawPassword1; ByteU5BU5D_t4116647657** L_11 = ___salt2; ByteU5BU5D_t4116647657* L_12 = *((ByteU5BU5D_t4116647657**)L_11); int32_t L_13 = V_0; ZipAESTransform_t2332021196 * L_14 = (ZipAESTransform_t2332021196 *)il2cpp_codegen_object_new(ZipAESTransform_t2332021196_il2cpp_TypeInfo_var); ZipAESTransform__ctor_m1048999669(L_14, L_10, L_12, L_13, (bool)1, /*hidden argument*/NULL); __this->set_cryptoTransform__3(L_14); ByteU5BU5D_t4116647657** L_15 = ___pwdVerifier3; RuntimeObject* L_16 = __this->get_cryptoTransform__3(); NullCheck(((ZipAESTransform_t2332021196 *)CastclassClass((RuntimeObject*)L_16, ZipAESTransform_t2332021196_il2cpp_TypeInfo_var))); ByteU5BU5D_t4116647657* L_17 = ZipAESTransform_get_PwdVerifier_m3002398398(((ZipAESTransform_t2332021196 *)CastclassClass((RuntimeObject*)L_16, ZipAESTransform_t2332021196_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); *((RuntimeObject **)(L_15)) = (RuntimeObject *)L_17; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_15), (RuntimeObject *)L_17); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::Deflate() extern "C" IL2CPP_METHOD_ATTR void DeflaterOutputStream_Deflate_m1330874439 (DeflaterOutputStream_t939764091 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflaterOutputStream_Deflate_m1330874439_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { goto IL_004a; } IL_0002: { Deflater_t668001208 * L_0 = __this->get_deflater__6(); ByteU5BU5D_t4116647657* L_1 = __this->get_buffer__5(); ByteU5BU5D_t4116647657* L_2 = __this->get_buffer__5(); NullCheck(L_2); NullCheck(L_0); int32_t L_3 = Deflater_Deflate_m239238058(L_0, L_1, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0057; } } { RuntimeObject* L_5 = __this->get_cryptoTransform__3(); if (!L_5) { goto IL_0037; } } { ByteU5BU5D_t4116647657* L_6 = __this->get_buffer__5(); int32_t L_7 = V_0; DeflaterOutputStream_EncryptBlock_m1867193525(__this, L_6, 0, L_7, /*hidden argument*/NULL); } IL_0037: { Stream_t1273022909 * L_8 = __this->get_baseOutputStream__7(); ByteU5BU5D_t4116647657* L_9 = __this->get_buffer__5(); int32_t L_10 = V_0; NullCheck(L_8); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_8, L_9, 0, L_10); } IL_004a: { Deflater_t668001208 * L_11 = __this->get_deflater__6(); NullCheck(L_11); bool L_12 = Deflater_get_IsNeedingInput_m922845085(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0002; } } IL_0057: { Deflater_t668001208 * L_13 = __this->get_deflater__6(); NullCheck(L_13); bool L_14 = Deflater_get_IsNeedingInput_m922845085(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_006f; } } { SharpZipBaseException_t425598722 * L_15 = (SharpZipBaseException_t425598722 *)il2cpp_codegen_object_new(SharpZipBaseException_t425598722_il2cpp_TypeInfo_var); SharpZipBaseException__ctor_m1401850726(L_15, _stringLiteral922351071, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,DeflaterOutputStream_Deflate_m1330874439_RuntimeMethod_var); } IL_006f: { return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::get_CanRead() extern "C" IL2CPP_METHOD_ATTR bool DeflaterOutputStream_get_CanRead_m2963587034 (DeflaterOutputStream_t939764091 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::get_CanSeek() extern "C" IL2CPP_METHOD_ATTR bool DeflaterOutputStream_get_CanSeek_m2594303311 (DeflaterOutputStream_t939764091 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::get_CanWrite() extern "C" IL2CPP_METHOD_ATTR bool DeflaterOutputStream_get_CanWrite_m1117957139 (DeflaterOutputStream_t939764091 * __this, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get_baseOutputStream__7(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_0); return L_1; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::get_Length() extern "C" IL2CPP_METHOD_ATTR int64_t DeflaterOutputStream_get_Length_m1423159455 (DeflaterOutputStream_t939764091 * __this, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get_baseOutputStream__7(); NullCheck(L_0); int64_t L_1 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_0); return L_1; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::get_Position() extern "C" IL2CPP_METHOD_ATTR int64_t DeflaterOutputStream_get_Position_m588498628 (DeflaterOutputStream_t939764091 * __this, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get_baseOutputStream__7(); NullCheck(L_0); int64_t L_1 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_0); return L_1; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::set_Position(System.Int64) extern "C" IL2CPP_METHOD_ATTR void DeflaterOutputStream_set_Position_m4127489060 (DeflaterOutputStream_t939764091 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflaterOutputStream_set_Position_m4127489060_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral3391569866, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,DeflaterOutputStream_set_Position_m4127489060_RuntimeMethod_var); } } // System.Int64 ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::Seek(System.Int64,System.IO.SeekOrigin) extern "C" IL2CPP_METHOD_ATTR int64_t DeflaterOutputStream_Seek_m9303560 (DeflaterOutputStream_t939764091 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflaterOutputStream_Seek_m9303560_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral1007900934, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,DeflaterOutputStream_Seek_m9303560_RuntimeMethod_var); } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::SetLength(System.Int64) extern "C" IL2CPP_METHOD_ATTR void DeflaterOutputStream_SetLength_m2150702433 (DeflaterOutputStream_t939764091 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflaterOutputStream_SetLength_m2150702433_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral4033269427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,DeflaterOutputStream_SetLength_m2150702433_RuntimeMethod_var); } } // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::ReadByte() extern "C" IL2CPP_METHOD_ATTR int32_t DeflaterOutputStream_ReadByte_m1149747297 (DeflaterOutputStream_t939764091 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflaterOutputStream_ReadByte_m1149747297_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral1649533807, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,DeflaterOutputStream_ReadByte_m1149747297_RuntimeMethod_var); } } // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::Read(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DeflaterOutputStream_Read_m655726689 (DeflaterOutputStream_t939764091 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflaterOutputStream_Read_m655726689_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral879701154, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,DeflaterOutputStream_Read_m655726689_RuntimeMethod_var); } } // System.IAsyncResult ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DeflaterOutputStream_BeginRead_m1556003738 (DeflaterOutputStream_t939764091 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflaterOutputStream_BeginRead_m1556003738_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral776306585, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,DeflaterOutputStream_BeginRead_m1556003738_RuntimeMethod_var); } } // System.IAsyncResult ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DeflaterOutputStream_BeginWrite_m4043242351 (DeflaterOutputStream_t939764091 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflaterOutputStream_BeginWrite_m4043242351_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral1618685998, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,DeflaterOutputStream_BeginWrite_m4043242351_RuntimeMethod_var); } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::Flush() extern "C" IL2CPP_METHOD_ATTR void DeflaterOutputStream_Flush_m3362280852 (DeflaterOutputStream_t939764091 * __this, const RuntimeMethod* method) { { Deflater_t668001208 * L_0 = __this->get_deflater__6(); NullCheck(L_0); Deflater_Flush_m187466029(L_0, /*hidden argument*/NULL); DeflaterOutputStream_Deflate_m1330874439(__this, /*hidden argument*/NULL); Stream_t1273022909 * L_1 = __this->get_baseOutputStream__7(); NullCheck(L_1); VirtActionInvoker0::Invoke(17 /* System.Void System.IO.Stream::Flush() */, L_1); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::Close() extern "C" IL2CPP_METHOD_ATTR void DeflaterOutputStream_Close_m209909204 (DeflaterOutputStream_t939764091 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflaterOutputStream_Close_m209909204_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { bool L_0 = __this->get_isClosed__8(); if (L_0) { goto IL_004b; } } { __this->set_isClosed__8((bool)1); } IL_000f: try { // begin try (depth: 1) { VirtActionInvoker0::Invoke(28 /* System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::Finish() */, __this); RuntimeObject* L_1 = __this->get_cryptoTransform__3(); if (!L_1) { goto IL_0035; } } IL_001d: { DeflaterOutputStream_GetAuthCodeIfAES_m3007246207(__this, /*hidden argument*/NULL); RuntimeObject* L_2 = __this->get_cryptoTransform__3(); NullCheck(L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_2); __this->set_cryptoTransform__3((RuntimeObject*)NULL); } IL_0035: { IL2CPP_LEAVE(0x4B, FINALLY_0037); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0037; } FINALLY_0037: { // begin finally (depth: 1) { bool L_3 = __this->get_isStreamOwner__9(); if (!L_3) { goto IL_004a; } } IL_003f: { Stream_t1273022909 * L_4 = __this->get_baseOutputStream__7(); NullCheck(L_4); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_4); } IL_004a: { IL2CPP_END_FINALLY(55) } } // end finally (depth: 1) IL2CPP_CLEANUP(55) { IL2CPP_JUMP_TBL(0x4B, IL_004b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004b: { return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::GetAuthCodeIfAES() extern "C" IL2CPP_METHOD_ATTR void DeflaterOutputStream_GetAuthCodeIfAES_m3007246207 (DeflaterOutputStream_t939764091 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflaterOutputStream_GetAuthCodeIfAES_m3007246207_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_cryptoTransform__3(); if (!((ZipAESTransform_t2332021196 *)IsInstClass((RuntimeObject*)L_0, ZipAESTransform_t2332021196_il2cpp_TypeInfo_var))) { goto IL_0023; } } { RuntimeObject* L_1 = __this->get_cryptoTransform__3(); NullCheck(((ZipAESTransform_t2332021196 *)CastclassClass((RuntimeObject*)L_1, ZipAESTransform_t2332021196_il2cpp_TypeInfo_var))); ByteU5BU5D_t4116647657* L_2 = ZipAESTransform_GetAuthCode_m660379928(((ZipAESTransform_t2332021196 *)CastclassClass((RuntimeObject*)L_1, ZipAESTransform_t2332021196_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); __this->set_AESAuthCode_4(L_2); } IL_0023: { return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::WriteByte(System.Byte) extern "C" IL2CPP_METHOD_ATTR void DeflaterOutputStream_WriteByte_m1962303556 (DeflaterOutputStream_t939764091 * __this, uint8_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflaterOutputStream_WriteByte_m1962303556_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)1)); ByteU5BU5D_t4116647657* L_0 = V_0; uint8_t L_1 = ___value0; NullCheck(L_0); (L_0)->SetAt(static_cast(0), (uint8_t)L_1); ByteU5BU5D_t4116647657* L_2 = V_0; VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, __this, L_2, 0, 1); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::Write(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DeflaterOutputStream_Write_m4091735855 (DeflaterOutputStream_t939764091 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { Deflater_t668001208 * L_0 = __this->get_deflater__6(); ByteU5BU5D_t4116647657* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; NullCheck(L_0); Deflater_SetInput_m4154944449(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); DeflaterOutputStream_Deflate_m1330874439(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::.ctor(System.IO.Stream,System.Int32) extern "C" IL2CPP_METHOD_ATTR void InflaterInputBuffer__ctor_m882338964 (InflaterInputBuffer_t2764071213 * __this, Stream_t1273022909 * ___stream0, int32_t ___bufferSize1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InflaterInputBuffer__ctor_m882338964_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Stream_t1273022909 * L_0 = ___stream0; __this->set_inputStream_6(L_0); int32_t L_1 = ___bufferSize1; if ((((int32_t)L_1) >= ((int32_t)((int32_t)1024)))) { goto IL_001c; } } { ___bufferSize1 = ((int32_t)1024); } IL_001c: { int32_t L_2 = ___bufferSize1; __this->set_rawData_1(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_2))); ByteU5BU5D_t4116647657* L_3 = __this->get_rawData_1(); __this->set_clearText_3(L_3); return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::get_RawLength() extern "C" IL2CPP_METHOD_ATTR int32_t InflaterInputBuffer_get_RawLength_m1067616230 (InflaterInputBuffer_t2764071213 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_rawLength_0(); return L_0; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::get_Available() extern "C" IL2CPP_METHOD_ATTR int32_t InflaterInputBuffer_get_Available_m837557579 (InflaterInputBuffer_t2764071213 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_available_4(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::SetInflaterInput(ICSharpCode.SharpZipLib.Zip.Compression.Inflater) extern "C" IL2CPP_METHOD_ATTR void InflaterInputBuffer_SetInflaterInput_m1750991174 (InflaterInputBuffer_t2764071213 * __this, Inflater_t642114133 * ___inflater0, const RuntimeMethod* method) { { int32_t L_0 = __this->get_available_4(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_002f; } } { Inflater_t642114133 * L_1 = ___inflater0; ByteU5BU5D_t4116647657* L_2 = __this->get_clearText_3(); int32_t L_3 = __this->get_clearTextLength_2(); int32_t L_4 = __this->get_available_4(); int32_t L_5 = __this->get_available_4(); NullCheck(L_1); Inflater_SetInput_m757987900(L_1, L_2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)), L_5, /*hidden argument*/NULL); __this->set_available_4(0); } IL_002f: { return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::Fill() extern "C" IL2CPP_METHOD_ATTR void InflaterInputBuffer_Fill_m3619215250 (InflaterInputBuffer_t2764071213 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InflaterInputBuffer_Fill_m3619215250_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { __this->set_rawLength_0(0); ByteU5BU5D_t4116647657* L_0 = __this->get_rawData_1(); NullCheck(L_0); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); goto IL_0041; } IL_0012: { Stream_t1273022909 * L_1 = __this->get_inputStream_6(); ByteU5BU5D_t4116647657* L_2 = __this->get_rawData_1(); int32_t L_3 = __this->get_rawLength_0(); int32_t L_4 = V_0; NullCheck(L_1); int32_t L_5 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(18 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_1, L_2, L_3, L_4); V_1 = L_5; int32_t L_6 = V_1; if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_0045; } } { int32_t L_7 = __this->get_rawLength_0(); int32_t L_8 = V_1; __this->set_rawLength_0(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8))); int32_t L_9 = V_0; int32_t L_10 = V_1; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)); } IL_0041: { int32_t L_11 = V_0; if ((((int32_t)L_11) > ((int32_t)0))) { goto IL_0012; } } IL_0045: { RuntimeObject* L_12 = __this->get_cryptoTransform_5(); if (!L_12) { goto IL_0074; } } { RuntimeObject* L_13 = __this->get_cryptoTransform_5(); ByteU5BU5D_t4116647657* L_14 = __this->get_rawData_1(); int32_t L_15 = __this->get_rawLength_0(); ByteU5BU5D_t4116647657* L_16 = __this->get_clearText_3(); NullCheck(L_13); int32_t L_17 = InterfaceFuncInvoker5< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t, ByteU5BU5D_t4116647657*, int32_t >::Invoke(4 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t2733259762_il2cpp_TypeInfo_var, L_13, L_14, 0, L_15, L_16, 0); __this->set_clearTextLength_2(L_17); goto IL_0080; } IL_0074: { int32_t L_18 = __this->get_rawLength_0(); __this->set_clearTextLength_2(L_18); } IL_0080: { int32_t L_19 = __this->get_clearTextLength_2(); __this->set_available_4(L_19); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::.ctor(System.IO.Stream,ICSharpCode.SharpZipLib.Zip.Compression.Inflater) extern "C" IL2CPP_METHOD_ATTR void InflaterInputStream__ctor_m884266379 (InflaterInputStream_t1176653752 * __this, Stream_t1273022909 * ___baseInputStream0, Inflater_t642114133 * ___inf1, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = ___baseInputStream0; Inflater_t642114133 * L_1 = ___inf1; InflaterInputStream__ctor_m2206595103(__this, L_0, L_1, ((int32_t)4096), /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::.ctor(System.IO.Stream,ICSharpCode.SharpZipLib.Zip.Compression.Inflater,System.Int32) extern "C" IL2CPP_METHOD_ATTR void InflaterInputStream__ctor_m2206595103 (InflaterInputStream_t1176653752 * __this, Stream_t1273022909 * ___baseInputStream0, Inflater_t642114133 * ___inflater1, int32_t ___bufferSize2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InflaterInputStream__ctor_m2206595103_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_isStreamOwner_6((bool)1); IL2CPP_RUNTIME_CLASS_INIT(Stream_t1273022909_il2cpp_TypeInfo_var); Stream__ctor_m3881936881(__this, /*hidden argument*/NULL); Stream_t1273022909 * L_0 = ___baseInputStream0; if (L_0) { goto IL_001b; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3857888932, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InflaterInputStream__ctor_m2206595103_RuntimeMethod_var); } IL_001b: { Inflater_t642114133 * L_2 = ___inflater1; if (L_2) { goto IL_0029; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral4165950751, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,InflaterInputStream__ctor_m2206595103_RuntimeMethod_var); } IL_0029: { int32_t L_4 = ___bufferSize2; if ((((int32_t)L_4) > ((int32_t)0))) { goto IL_0038; } } { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_5, _stringLiteral1172510602, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,InflaterInputStream__ctor_m2206595103_RuntimeMethod_var); } IL_0038: { Stream_t1273022909 * L_6 = ___baseInputStream0; __this->set_baseInputStream_4(L_6); Inflater_t642114133 * L_7 = ___inflater1; __this->set_inf_2(L_7); Stream_t1273022909 * L_8 = ___baseInputStream0; int32_t L_9 = ___bufferSize2; InflaterInputBuffer_t2764071213 * L_10 = (InflaterInputBuffer_t2764071213 *)il2cpp_codegen_object_new(InflaterInputBuffer_t2764071213_il2cpp_TypeInfo_var); InflaterInputBuffer__ctor_m882338964(L_10, L_8, L_9, /*hidden argument*/NULL); __this->set_inputBuffer_3(L_10); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::Fill() extern "C" IL2CPP_METHOD_ATTR void InflaterInputStream_Fill_m1708130574 (InflaterInputStream_t1176653752 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InflaterInputStream_Fill_m1708130574_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InflaterInputBuffer_t2764071213 * L_0 = __this->get_inputBuffer_3(); NullCheck(L_0); int32_t L_1 = InflaterInputBuffer_get_Available_m837557579(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) > ((int32_t)0))) { goto IL_0032; } } { InflaterInputBuffer_t2764071213 * L_2 = __this->get_inputBuffer_3(); NullCheck(L_2); InflaterInputBuffer_Fill_m3619215250(L_2, /*hidden argument*/NULL); InflaterInputBuffer_t2764071213 * L_3 = __this->get_inputBuffer_3(); NullCheck(L_3); int32_t L_4 = InflaterInputBuffer_get_Available_m837557579(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) > ((int32_t)0))) { goto IL_0032; } } { SharpZipBaseException_t425598722 * L_5 = (SharpZipBaseException_t425598722 *)il2cpp_codegen_object_new(SharpZipBaseException_t425598722_il2cpp_TypeInfo_var); SharpZipBaseException__ctor_m1401850726(L_5, _stringLiteral4022417265, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,InflaterInputStream_Fill_m1708130574_RuntimeMethod_var); } IL_0032: { InflaterInputBuffer_t2764071213 * L_6 = __this->get_inputBuffer_3(); Inflater_t642114133 * L_7 = __this->get_inf_2(); NullCheck(L_6); InflaterInputBuffer_SetInflaterInput_m1750991174(L_6, L_7, /*hidden argument*/NULL); return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::get_CanRead() extern "C" IL2CPP_METHOD_ATTR bool InflaterInputStream_get_CanRead_m717774863 (InflaterInputStream_t1176653752 * __this, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get_baseInputStream_4(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_0); return L_1; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::get_CanSeek() extern "C" IL2CPP_METHOD_ATTR bool InflaterInputStream_get_CanSeek_m330724400 (InflaterInputStream_t1176653752 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::get_CanWrite() extern "C" IL2CPP_METHOD_ATTR bool InflaterInputStream_get_CanWrite_m2240064497 (InflaterInputStream_t1176653752 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::get_Length() extern "C" IL2CPP_METHOD_ATTR int64_t InflaterInputStream_get_Length_m2552711007 (InflaterInputStream_t1176653752 * __this, const RuntimeMethod* method) { { InflaterInputBuffer_t2764071213 * L_0 = __this->get_inputBuffer_3(); NullCheck(L_0); int32_t L_1 = InflaterInputBuffer_get_RawLength_m1067616230(L_0, /*hidden argument*/NULL); return (((int64_t)((int64_t)L_1))); } } // System.Int64 ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::get_Position() extern "C" IL2CPP_METHOD_ATTR int64_t InflaterInputStream_get_Position_m4216703471 (InflaterInputStream_t1176653752 * __this, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get_baseInputStream_4(); NullCheck(L_0); int64_t L_1 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_0); return L_1; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::set_Position(System.Int64) extern "C" IL2CPP_METHOD_ATTR void InflaterInputStream_set_Position_m922234032 (InflaterInputStream_t1176653752 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InflaterInputStream_set_Position_m922234032_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral17260500, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,InflaterInputStream_set_Position_m922234032_RuntimeMethod_var); } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::Flush() extern "C" IL2CPP_METHOD_ATTR void InflaterInputStream_Flush_m17026625 (InflaterInputStream_t1176653752 * __this, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get_baseInputStream_4(); NullCheck(L_0); VirtActionInvoker0::Invoke(17 /* System.Void System.IO.Stream::Flush() */, L_0); return; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::Seek(System.Int64,System.IO.SeekOrigin) extern "C" IL2CPP_METHOD_ATTR int64_t InflaterInputStream_Seek_m653761528 (InflaterInputStream_t1176653752 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InflaterInputStream_Seek_m653761528_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral3310639673, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,InflaterInputStream_Seek_m653761528_RuntimeMethod_var); } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::SetLength(System.Int64) extern "C" IL2CPP_METHOD_ATTR void InflaterInputStream_SetLength_m2863818653 (InflaterInputStream_t1176653752 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InflaterInputStream_SetLength_m2863818653_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral388966277, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,InflaterInputStream_SetLength_m2863818653_RuntimeMethod_var); } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::Write(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void InflaterInputStream_Write_m1631196710 (InflaterInputStream_t1176653752 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InflaterInputStream_Write_m1631196710_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral1541907475, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,InflaterInputStream_Write_m1631196710_RuntimeMethod_var); } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::WriteByte(System.Byte) extern "C" IL2CPP_METHOD_ATTR void InflaterInputStream_WriteByte_m1857312881 (InflaterInputStream_t1176653752 * __this, uint8_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InflaterInputStream_WriteByte_m1857312881_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral2118994852, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,InflaterInputStream_WriteByte_m1857312881_RuntimeMethod_var); } } // System.IAsyncResult ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* InflaterInputStream_BeginWrite_m1886059604 (InflaterInputStream_t1176653752 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InflaterInputStream_BeginWrite_m1886059604_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral2820605104, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,InflaterInputStream_BeginWrite_m1886059604_RuntimeMethod_var); } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::Close() extern "C" IL2CPP_METHOD_ATTR void InflaterInputStream_Close_m1469959745 (InflaterInputStream_t1176653752 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isClosed_5(); if (L_0) { goto IL_0022; } } { __this->set_isClosed_5((bool)1); bool L_1 = __this->get_isStreamOwner_6(); if (!L_1) { goto IL_0022; } } { Stream_t1273022909 * L_2 = __this->get_baseInputStream_4(); NullCheck(L_2); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_2); } IL_0022: { return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::Read(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t InflaterInputStream_Read_m2917290073 (InflaterInputStream_t1176653752 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InflaterInputStream_Read_m2917290073_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { Inflater_t642114133 * L_0 = __this->get_inf_2(); NullCheck(L_0); bool L_1 = Inflater_get_IsNeedingDictionary_m3002080188(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { SharpZipBaseException_t425598722 * L_2 = (SharpZipBaseException_t425598722 *)il2cpp_codegen_object_new(SharpZipBaseException_t425598722_il2cpp_TypeInfo_var); SharpZipBaseException__ctor_m1401850726(L_2, _stringLiteral2529235608, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,InflaterInputStream_Read_m2917290073_RuntimeMethod_var); } IL_0018: { int32_t L_3 = ___count2; V_0 = L_3; } IL_001a: { Inflater_t642114133 * L_4 = __this->get_inf_2(); ByteU5BU5D_t4116647657* L_5 = ___buffer0; int32_t L_6 = ___offset1; int32_t L_7 = V_0; NullCheck(L_4); int32_t L_8 = Inflater_Inflate_m323314314(L_4, L_5, L_6, L_7, /*hidden argument*/NULL); V_1 = L_8; int32_t L_9 = ___offset1; int32_t L_10 = V_1; ___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10)); int32_t L_11 = V_0; int32_t L_12 = V_1; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12)); int32_t L_13 = V_0; if (!L_13) { goto IL_0065; } } { Inflater_t642114133 * L_14 = __this->get_inf_2(); NullCheck(L_14); bool L_15 = Inflater_get_IsFinished_m858557162(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_0065; } } { Inflater_t642114133 * L_16 = __this->get_inf_2(); NullCheck(L_16); bool L_17 = Inflater_get_IsNeedingInput_m2130844183(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0057; } } { InflaterInputStream_Fill_m1708130574(__this, /*hidden argument*/NULL); goto IL_001a; } IL_0057: { int32_t L_18 = V_1; if (L_18) { goto IL_001a; } } { ZipException_t3735454771 * L_19 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_19, _stringLiteral691094392, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,InflaterInputStream_Read_m2917290073_RuntimeMethod_var); } IL_0065: { int32_t L_20 = ___count2; int32_t L_21 = V_0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.OutputWindow::Write(System.Int32) extern "C" IL2CPP_METHOD_ATTR void OutputWindow_Write_m332371620 (OutputWindow_t874853933 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OutputWindow_Write_m332371620_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = __this->get_windowFilled_2(); int32_t L_1 = L_0; V_0 = L_1; __this->set_windowFilled_2(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))); int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)32768))))) { goto IL_0023; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, _stringLiteral4166868291, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,OutputWindow_Write_m332371620_RuntimeMethod_var); } IL_0023: { ByteU5BU5D_t4116647657* L_4 = __this->get_window_0(); int32_t L_5 = __this->get_windowEnd_1(); int32_t L_6 = L_5; V_1 = L_6; __this->set_windowEnd_1(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); int32_t L_7 = V_1; int32_t L_8 = ___value0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_7), (uint8_t)(((int32_t)((uint8_t)L_8)))); int32_t L_9 = __this->get_windowEnd_1(); __this->set_windowEnd_1(((int32_t)((int32_t)L_9&(int32_t)((int32_t)32767)))); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.OutputWindow::SlowRepeat(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OutputWindow_SlowRepeat_m4293963834 (OutputWindow_t874853933 * __this, int32_t ___repStart0, int32_t ___length1, int32_t ___distance2, const RuntimeMethod* method) { int32_t V_0 = 0; { goto IL_0042; } IL_0002: { ByteU5BU5D_t4116647657* L_0 = __this->get_window_0(); int32_t L_1 = __this->get_windowEnd_1(); int32_t L_2 = L_1; V_0 = L_2; __this->set_windowEnd_1(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); int32_t L_3 = V_0; ByteU5BU5D_t4116647657* L_4 = __this->get_window_0(); int32_t L_5 = ___repStart0; int32_t L_6 = L_5; ___repStart0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); NullCheck(L_4); int32_t L_7 = L_6; uint8_t L_8 = (L_4)->GetAt(static_cast(L_7)); NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (uint8_t)L_8); int32_t L_9 = __this->get_windowEnd_1(); __this->set_windowEnd_1(((int32_t)((int32_t)L_9&(int32_t)((int32_t)32767)))); int32_t L_10 = ___repStart0; ___repStart0 = ((int32_t)((int32_t)L_10&(int32_t)((int32_t)32767))); } IL_0042: { int32_t L_11 = ___length1; int32_t L_12 = L_11; ___length1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); if ((((int32_t)L_12) > ((int32_t)0))) { goto IL_0002; } } { return; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.OutputWindow::Repeat(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OutputWindow_Repeat_m158028266 (OutputWindow_t874853933 * __this, int32_t ___length0, int32_t ___distance1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OutputWindow_Repeat_m158028266_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { int32_t L_0 = __this->get_windowFilled_2(); int32_t L_1 = ___length0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); V_2 = L_2; __this->set_windowFilled_2(L_2); int32_t L_3 = V_2; if ((((int32_t)L_3) <= ((int32_t)((int32_t)32768)))) { goto IL_0023; } } { InvalidOperationException_t56020091 * L_4 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_4, _stringLiteral4166868291, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,OutputWindow_Repeat_m158028266_RuntimeMethod_var); } IL_0023: { int32_t L_5 = __this->get_windowEnd_1(); int32_t L_6 = ___distance1; V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6))&(int32_t)((int32_t)32767))); int32_t L_7 = ___length0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32768), (int32_t)L_7)); int32_t L_8 = V_0; int32_t L_9 = V_1; if ((((int32_t)L_8) > ((int32_t)L_9))) { goto IL_00a1; } } { int32_t L_10 = __this->get_windowEnd_1(); int32_t L_11 = V_1; if ((((int32_t)L_10) >= ((int32_t)L_11))) { goto IL_00a1; } } { int32_t L_12 = ___length0; int32_t L_13 = ___distance1; if ((((int32_t)L_12) > ((int32_t)L_13))) { goto IL_0097; } } { ByteU5BU5D_t4116647657* L_14 = __this->get_window_0(); int32_t L_15 = V_0; ByteU5BU5D_t4116647657* L_16 = __this->get_window_0(); int32_t L_17 = __this->get_windowEnd_1(); int32_t L_18 = ___length0; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_14, L_15, (RuntimeArray *)(RuntimeArray *)L_16, L_17, L_18, /*hidden argument*/NULL); int32_t L_19 = __this->get_windowEnd_1(); int32_t L_20 = ___length0; __this->set_windowEnd_1(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20))); return; } IL_0073: { ByteU5BU5D_t4116647657* L_21 = __this->get_window_0(); int32_t L_22 = __this->get_windowEnd_1(); int32_t L_23 = L_22; V_3 = L_23; __this->set_windowEnd_1(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); int32_t L_24 = V_3; ByteU5BU5D_t4116647657* L_25 = __this->get_window_0(); int32_t L_26 = V_0; int32_t L_27 = L_26; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); NullCheck(L_25); int32_t L_28 = L_27; uint8_t L_29 = (L_25)->GetAt(static_cast(L_28)); NullCheck(L_21); (L_21)->SetAt(static_cast(L_24), (uint8_t)L_29); } IL_0097: { int32_t L_30 = ___length0; int32_t L_31 = L_30; ___length0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)1)); if ((((int32_t)L_31) > ((int32_t)0))) { goto IL_0073; } } { return; } IL_00a1: { int32_t L_32 = V_0; int32_t L_33 = ___length0; int32_t L_34 = ___distance1; OutputWindow_SlowRepeat_m4293963834(__this, L_32, L_33, L_34, /*hidden argument*/NULL); return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.OutputWindow::CopyStored(ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t OutputWindow_CopyStored_m1693377646 (OutputWindow_t874853933 * __this, StreamManipulator_t4201143916 * ___input0, int32_t ___length1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___length1; int32_t L_1 = __this->get_windowFilled_2(); int32_t L_2 = Math_Min_m3468062251(NULL /*static, unused*/, L_0, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32768), (int32_t)L_1)), /*hidden argument*/NULL); StreamManipulator_t4201143916 * L_3 = ___input0; NullCheck(L_3); int32_t L_4 = StreamManipulator_get_AvailableBytes_m925460644(L_3, /*hidden argument*/NULL); int32_t L_5 = Math_Min_m3468062251(NULL /*static, unused*/, L_2, L_4, /*hidden argument*/NULL); ___length1 = L_5; int32_t L_6 = __this->get_windowEnd_1(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32768), (int32_t)L_6)); int32_t L_7 = ___length1; int32_t L_8 = V_1; if ((((int32_t)L_7) <= ((int32_t)L_8))) { goto IL_005d; } } { StreamManipulator_t4201143916 * L_9 = ___input0; ByteU5BU5D_t4116647657* L_10 = __this->get_window_0(); int32_t L_11 = __this->get_windowEnd_1(); int32_t L_12 = V_1; NullCheck(L_9); int32_t L_13 = StreamManipulator_CopyBytes_m402698830(L_9, L_10, L_11, L_12, /*hidden argument*/NULL); V_0 = L_13; int32_t L_14 = V_0; int32_t L_15 = V_1; if ((!(((uint32_t)L_14) == ((uint32_t)L_15)))) { goto IL_0071; } } { int32_t L_16 = V_0; StreamManipulator_t4201143916 * L_17 = ___input0; ByteU5BU5D_t4116647657* L_18 = __this->get_window_0(); int32_t L_19 = ___length1; int32_t L_20 = V_1; NullCheck(L_17); int32_t L_21 = StreamManipulator_CopyBytes_m402698830(L_17, L_18, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_21)); goto IL_0071; } IL_005d: { StreamManipulator_t4201143916 * L_22 = ___input0; ByteU5BU5D_t4116647657* L_23 = __this->get_window_0(); int32_t L_24 = __this->get_windowEnd_1(); int32_t L_25 = ___length1; NullCheck(L_22); int32_t L_26 = StreamManipulator_CopyBytes_m402698830(L_22, L_23, L_24, L_25, /*hidden argument*/NULL); V_0 = L_26; } IL_0071: { int32_t L_27 = __this->get_windowEnd_1(); int32_t L_28 = V_0; __this->set_windowEnd_1(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)L_28))&(int32_t)((int32_t)32767)))); int32_t L_29 = __this->get_windowFilled_2(); int32_t L_30 = V_0; __this->set_windowFilled_2(((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_30))); int32_t L_31 = V_0; return L_31; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.OutputWindow::GetFreeSpace() extern "C" IL2CPP_METHOD_ATTR int32_t OutputWindow_GetFreeSpace_m2629307236 (OutputWindow_t874853933 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_windowFilled_2(); return ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32768), (int32_t)L_0)); } } // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.OutputWindow::GetAvailable() extern "C" IL2CPP_METHOD_ATTR int32_t OutputWindow_GetAvailable_m993691459 (OutputWindow_t874853933 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_windowFilled_2(); return L_0; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.OutputWindow::CopyOutput(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t OutputWindow_CopyOutput_m373926556 (OutputWindow_t874853933 * __this, ByteU5BU5D_t4116647657* ___output0, int32_t ___offset1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OutputWindow_CopyOutput_m373926556_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = __this->get_windowEnd_1(); V_0 = L_0; int32_t L_1 = ___len2; int32_t L_2 = __this->get_windowFilled_2(); if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_001a; } } { int32_t L_3 = __this->get_windowFilled_2(); ___len2 = L_3; goto IL_0030; } IL_001a: { int32_t L_4 = __this->get_windowEnd_1(); int32_t L_5 = __this->get_windowFilled_2(); int32_t L_6 = ___len2; V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), (int32_t)L_6))&(int32_t)((int32_t)32767))); } IL_0030: { int32_t L_7 = ___len2; V_1 = L_7; int32_t L_8 = ___len2; int32_t L_9 = V_0; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)); int32_t L_10 = V_2; if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_0057; } } { ByteU5BU5D_t4116647657* L_11 = __this->get_window_0(); int32_t L_12 = V_2; ByteU5BU5D_t4116647657* L_13 = ___output0; int32_t L_14 = ___offset1; int32_t L_15 = V_2; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_11, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32768), (int32_t)L_12)), (RuntimeArray *)(RuntimeArray *)L_13, L_14, L_15, /*hidden argument*/NULL); int32_t L_16 = ___offset1; int32_t L_17 = V_2; ___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)); int32_t L_18 = V_0; ___len2 = L_18; } IL_0057: { ByteU5BU5D_t4116647657* L_19 = __this->get_window_0(); int32_t L_20 = V_0; int32_t L_21 = ___len2; ByteU5BU5D_t4116647657* L_22 = ___output0; int32_t L_23 = ___offset1; int32_t L_24 = ___len2; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_19, ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21)), (RuntimeArray *)(RuntimeArray *)L_22, L_23, L_24, /*hidden argument*/NULL); int32_t L_25 = __this->get_windowFilled_2(); int32_t L_26 = V_1; __this->set_windowFilled_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)L_26))); int32_t L_27 = __this->get_windowFilled_2(); if ((((int32_t)L_27) >= ((int32_t)0))) { goto IL_0085; } } { InvalidOperationException_t56020091 * L_28 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_28, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28,OutputWindow_CopyOutput_m373926556_RuntimeMethod_var); } IL_0085: { int32_t L_29 = V_1; return L_29; } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.OutputWindow::.ctor() extern "C" IL2CPP_METHOD_ATTR void OutputWindow__ctor_m1913224818 (OutputWindow_t874853933 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OutputWindow__ctor_m1913224818_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_window_0(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32768)))); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator::.ctor() extern "C" IL2CPP_METHOD_ATTR void StreamManipulator__ctor_m2372561268 (StreamManipulator_t4201143916 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator::PeekBits(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t StreamManipulator_PeekBits_m2553471295 (StreamManipulator_t4201143916 * __this, int32_t ___bitCount0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = __this->get_bitsInBuffer__4(); int32_t L_1 = ___bitCount0; if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_007e; } } { int32_t L_2 = __this->get_windowStart__1(); int32_t L_3 = __this->get_windowEnd__2(); if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_0019; } } { return (-1); } IL_0019: { uint32_t L_4 = __this->get_buffer__3(); ByteU5BU5D_t4116647657* L_5 = __this->get_window__0(); int32_t L_6 = __this->get_windowStart__1(); int32_t L_7 = L_6; V_0 = L_7; __this->set_windowStart__1(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); int32_t L_8 = V_0; NullCheck(L_5); int32_t L_9 = L_8; uint8_t L_10 = (L_5)->GetAt(static_cast(L_9)); ByteU5BU5D_t4116647657* L_11 = __this->get_window__0(); int32_t L_12 = __this->get_windowStart__1(); int32_t L_13 = L_12; V_1 = L_13; __this->set_windowStart__1(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); int32_t L_14 = V_1; NullCheck(L_11); int32_t L_15 = L_14; uint8_t L_16 = (L_11)->GetAt(static_cast(L_15)); int32_t L_17 = __this->get_bitsInBuffer__4(); __this->set_buffer__3(((int32_t)((int32_t)L_4|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_10&(int32_t)((int32_t)255)))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_16&(int32_t)((int32_t)255)))<<(int32_t)8))))<<(int32_t)((int32_t)((int32_t)L_17&(int32_t)((int32_t)31)))))))); int32_t L_18 = __this->get_bitsInBuffer__4(); __this->set_bitsInBuffer__4(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)((int32_t)16)))); } IL_007e: { uint32_t L_19 = __this->get_buffer__3(); int32_t L_20 = ___bitCount0; return (((int32_t)((int32_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_19)))&(int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_20&(int32_t)((int32_t)31))))), (int32_t)1)))))))))); } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator::DropBits(System.Int32) extern "C" IL2CPP_METHOD_ATTR void StreamManipulator_DropBits_m1693553859 (StreamManipulator_t4201143916 * __this, int32_t ___bitCount0, const RuntimeMethod* method) { { uint32_t L_0 = __this->get_buffer__3(); int32_t L_1 = ___bitCount0; __this->set_buffer__3(((int32_t)((uint32_t)L_0>>((int32_t)((int32_t)L_1&(int32_t)((int32_t)31)))))); int32_t L_2 = __this->get_bitsInBuffer__4(); int32_t L_3 = ___bitCount0; __this->set_bitsInBuffer__4(((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3))); return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator::get_AvailableBits() extern "C" IL2CPP_METHOD_ATTR int32_t StreamManipulator_get_AvailableBits_m500977071 (StreamManipulator_t4201143916 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_bitsInBuffer__4(); return L_0; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator::get_AvailableBytes() extern "C" IL2CPP_METHOD_ATTR int32_t StreamManipulator_get_AvailableBytes_m925460644 (StreamManipulator_t4201143916 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_windowEnd__2(); int32_t L_1 = __this->get_windowStart__1(); int32_t L_2 = __this->get_bitsInBuffer__4(); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)), (int32_t)((int32_t)((int32_t)L_2>>(int32_t)3)))); } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator::SkipToByteBoundary() extern "C" IL2CPP_METHOD_ATTR void StreamManipulator_SkipToByteBoundary_m3707071242 (StreamManipulator_t4201143916 * __this, const RuntimeMethod* method) { { uint32_t L_0 = __this->get_buffer__3(); int32_t L_1 = __this->get_bitsInBuffer__4(); __this->set_buffer__3(((int32_t)((uint32_t)L_0>>((int32_t)((int32_t)((int32_t)((int32_t)L_1&(int32_t)7))&(int32_t)((int32_t)31)))))); int32_t L_2 = __this->get_bitsInBuffer__4(); __this->set_bitsInBuffer__4(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-8)))); return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator::get_IsNeedingInput() extern "C" IL2CPP_METHOD_ATTR bool StreamManipulator_get_IsNeedingInput_m1625735930 (StreamManipulator_t4201143916 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_windowStart__1(); int32_t L_1 = __this->get_windowEnd__2(); return (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0); } } // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator::CopyBytes(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t StreamManipulator_CopyBytes_m402698830 (StreamManipulator_t4201143916 * __this, ByteU5BU5D_t4116647657* ___output0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StreamManipulator_CopyBytes_m402698830_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___length2; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_000f; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, _stringLiteral1212500642, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,StreamManipulator_CopyBytes_m402698830_RuntimeMethod_var); } IL_000f: { int32_t L_2 = __this->get_bitsInBuffer__4(); if (!((int32_t)((int32_t)L_2&(int32_t)7))) { goto IL_0024; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, _stringLiteral1823966503, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,StreamManipulator_CopyBytes_m402698830_RuntimeMethod_var); } IL_0024: { V_0 = 0; goto IL_005c; } IL_0028: { ByteU5BU5D_t4116647657* L_4 = ___output0; int32_t L_5 = ___offset1; int32_t L_6 = L_5; ___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); uint32_t L_7 = __this->get_buffer__3(); NullCheck(L_4); (L_4)->SetAt(static_cast(L_6), (uint8_t)(((int32_t)((uint8_t)L_7)))); uint32_t L_8 = __this->get_buffer__3(); __this->set_buffer__3(((int32_t)((uint32_t)L_8>>8))); int32_t L_9 = __this->get_bitsInBuffer__4(); __this->set_bitsInBuffer__4(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)8))); int32_t L_10 = ___length2; ___length2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)); int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_005c: { int32_t L_12 = __this->get_bitsInBuffer__4(); if ((((int32_t)L_12) <= ((int32_t)0))) { goto IL_0069; } } { int32_t L_13 = ___length2; if ((((int32_t)L_13) > ((int32_t)0))) { goto IL_0028; } } IL_0069: { int32_t L_14 = ___length2; if (L_14) { goto IL_006e; } } { int32_t L_15 = V_0; return L_15; } IL_006e: { int32_t L_16 = __this->get_windowEnd__2(); int32_t L_17 = __this->get_windowStart__1(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17)); int32_t L_18 = ___length2; int32_t L_19 = V_1; if ((((int32_t)L_18) <= ((int32_t)L_19))) { goto IL_0083; } } { int32_t L_20 = V_1; ___length2 = L_20; } IL_0083: { ByteU5BU5D_t4116647657* L_21 = __this->get_window__0(); int32_t L_22 = __this->get_windowStart__1(); ByteU5BU5D_t4116647657* L_23 = ___output0; int32_t L_24 = ___offset1; int32_t L_25 = ___length2; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_21, L_22, (RuntimeArray *)(RuntimeArray *)L_23, L_24, L_25, /*hidden argument*/NULL); int32_t L_26 = __this->get_windowStart__1(); int32_t L_27 = ___length2; __this->set_windowStart__1(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_27))); int32_t L_28 = __this->get_windowStart__1(); int32_t L_29 = __this->get_windowEnd__2(); if (!((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)L_29))&(int32_t)1))) { goto IL_00e1; } } { ByteU5BU5D_t4116647657* L_30 = __this->get_window__0(); int32_t L_31 = __this->get_windowStart__1(); int32_t L_32 = L_31; V_2 = L_32; __this->set_windowStart__1(((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1))); int32_t L_33 = V_2; NullCheck(L_30); int32_t L_34 = L_33; uint8_t L_35 = (L_30)->GetAt(static_cast(L_34)); __this->set_buffer__3(((int32_t)((int32_t)L_35&(int32_t)((int32_t)255)))); __this->set_bitsInBuffer__4(8); } IL_00e1: { int32_t L_36 = V_0; int32_t L_37 = ___length2; return ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)L_37)); } } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator::SetInput(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StreamManipulator_SetInput_m3010619367 (StreamManipulator_t4201143916 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StreamManipulator_SetInput_m3010619367_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ByteU5BU5D_t4116647657* L_0 = ___buffer0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,StreamManipulator_SetInput_m3010619367_RuntimeMethod_var); } IL_000e: { int32_t L_2 = ___offset1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0022; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral1082126080, _stringLiteral2066644356, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,StreamManipulator_SetInput_m3010619367_RuntimeMethod_var); } IL_0022: { int32_t L_4 = ___count2; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0036; } } { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_5, _stringLiteral2002595880, _stringLiteral2066644356, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,StreamManipulator_SetInput_m3010619367_RuntimeMethod_var); } IL_0036: { int32_t L_6 = __this->get_windowStart__1(); int32_t L_7 = __this->get_windowEnd__2(); if ((((int32_t)L_6) >= ((int32_t)L_7))) { goto IL_004f; } } { InvalidOperationException_t56020091 * L_8 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_8, _stringLiteral1975349956, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,StreamManipulator_SetInput_m3010619367_RuntimeMethod_var); } IL_004f: { int32_t L_9 = ___offset1; int32_t L_10 = ___count2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10)); int32_t L_11 = ___offset1; int32_t L_12 = V_0; if ((((int32_t)L_11) > ((int32_t)L_12))) { goto IL_005d; } } { int32_t L_13 = V_0; ByteU5BU5D_t4116647657* L_14 = ___buffer0; NullCheck(L_14); if ((((int32_t)L_13) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))))) { goto IL_0068; } } IL_005d: { ArgumentOutOfRangeException_t777629997 * L_15 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_15, _stringLiteral2002595880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,StreamManipulator_SetInput_m3010619367_RuntimeMethod_var); } IL_0068: { int32_t L_16 = ___count2; if (!((int32_t)((int32_t)L_16&(int32_t)1))) { goto IL_00a0; } } { uint32_t L_17 = __this->get_buffer__3(); ByteU5BU5D_t4116647657* L_18 = ___buffer0; int32_t L_19 = ___offset1; int32_t L_20 = L_19; ___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); NullCheck(L_18); int32_t L_21 = L_20; uint8_t L_22 = (L_18)->GetAt(static_cast(L_21)); int32_t L_23 = __this->get_bitsInBuffer__4(); __this->set_buffer__3(((int32_t)((int32_t)L_17|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_22&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)((int32_t)L_23&(int32_t)((int32_t)31)))))))); int32_t L_24 = __this->get_bitsInBuffer__4(); __this->set_bitsInBuffer__4(((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)8))); } IL_00a0: { ByteU5BU5D_t4116647657* L_25 = ___buffer0; __this->set_window__0(L_25); int32_t L_26 = ___offset1; __this->set_windowStart__1(L_26); int32_t L_27 = V_0; __this->set_windowEnd__2(L_27); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.FastZip::.ctor(ICSharpCode.SharpZipLib.Zip.FastZipEvents) extern "C" IL2CPP_METHOD_ATTR void FastZip__ctor_m700419529 (FastZip_t1787039230 * __this, FastZipEvents_t2506806086 * ___events0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FastZip__ctor_m700419529_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ZipEntryFactory_t2384201453 * L_0 = (ZipEntryFactory_t2384201453 *)il2cpp_codegen_object_new(ZipEntryFactory_t2384201453_il2cpp_TypeInfo_var); ZipEntryFactory__ctor_m1476761994(L_0, /*hidden argument*/NULL); __this->set_entryFactory__6(L_0); __this->set_useZip64__7(2); Object__ctor_m297566312(__this, /*hidden argument*/NULL); FastZipEvents_t2506806086 * L_1 = ___events0; __this->set_events__5(L_1); return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.FastZip::get_CreateEmptyDirectories() extern "C" IL2CPP_METHOD_ATTR bool FastZip_get_CreateEmptyDirectories_m767998316 (FastZip_t1787039230 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_createEmptyDirectories__4(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.FastZip::set_NameTransform(ICSharpCode.SharpZipLib.Core.INameTransform) extern "C" IL2CPP_METHOD_ATTR void FastZip_set_NameTransform_m960847565 (FastZip_t1787039230 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FastZip_set_NameTransform_m960847565_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_entryFactory__6(); RuntimeObject* L_1 = ___value0; NullCheck(L_0); InterfaceActionInvoker1< RuntimeObject* >::Invoke(2 /* System.Void ICSharpCode.SharpZipLib.Zip.IEntryFactory::set_NameTransform(ICSharpCode.SharpZipLib.Core.INameTransform) */, IEntryFactory_t3514039787_il2cpp_TypeInfo_var, L_0, L_1); return; } } // ICSharpCode.SharpZipLib.Zip.UseZip64 ICSharpCode.SharpZipLib.Zip.FastZip::get_UseZip64() extern "C" IL2CPP_METHOD_ATTR int32_t FastZip_get_UseZip64_m2487633873 (FastZip_t1787039230 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_useZip64__7(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.FastZip::CreateZip(System.String,System.String,System.Boolean,System.String) extern "C" IL2CPP_METHOD_ATTR void FastZip_CreateZip_m1478299355 (FastZip_t1787039230 * __this, String_t* ___zipFileName0, String_t* ___sourceDirectory1, bool ___recurse2, String_t* ___fileFilter3, const RuntimeMethod* method) { { String_t* L_0 = ___zipFileName0; FileStream_t4292183065 * L_1 = File_Create_m2207667142(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); String_t* L_2 = ___sourceDirectory1; bool L_3 = ___recurse2; String_t* L_4 = ___fileFilter3; FastZip_CreateZip_m1626101846(__this, L_1, L_2, L_3, L_4, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.FastZip::CreateZip(System.IO.Stream,System.String,System.Boolean,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void FastZip_CreateZip_m1626101846 (FastZip_t1787039230 * __this, Stream_t1273022909 * ___outputStream0, String_t* ___sourceDirectory1, bool ___recurse2, String_t* ___fileFilter3, String_t* ___directoryFilter4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FastZip_CreateZip_m1626101846_MetadataUsageId); s_Il2CppMethodInitialized = true; } FileSystemScanner_t3838119381 * V_0 = NULL; ZipOutputStream_t3000418837 * V_1 = NULL; ZipOutputStream_t3000418837 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { String_t* L_0 = ___sourceDirectory1; ZipNameTransform_t466430031 * L_1 = (ZipNameTransform_t466430031 *)il2cpp_codegen_object_new(ZipNameTransform_t466430031_il2cpp_TypeInfo_var); ZipNameTransform__ctor_m2570965265(L_1, L_0, /*hidden argument*/NULL); FastZip_set_NameTransform_m960847565(__this, L_1, /*hidden argument*/NULL); String_t* L_2 = ___sourceDirectory1; __this->set_sourceDirectory__3(L_2); Stream_t1273022909 * L_3 = ___outputStream0; ZipOutputStream_t3000418837 * L_4 = (ZipOutputStream_t3000418837 *)il2cpp_codegen_object_new(ZipOutputStream_t3000418837_il2cpp_TypeInfo_var); ZipOutputStream__ctor_m1678865875(L_4, L_3, /*hidden argument*/NULL); ZipOutputStream_t3000418837 * L_5 = L_4; V_1 = L_5; __this->set_outputStream__2(L_5); ZipOutputStream_t3000418837 * L_6 = V_1; V_2 = L_6; } IL_0023: try { // begin try (depth: 1) { String_t* L_7 = __this->get_password__8(); if (!L_7) { goto IL_003c; } } IL_002b: { ZipOutputStream_t3000418837 * L_8 = __this->get_outputStream__2(); String_t* L_9 = __this->get_password__8(); NullCheck(L_8); DeflaterOutputStream_set_Password_m2615591555(L_8, L_9, /*hidden argument*/NULL); } IL_003c: { ZipOutputStream_t3000418837 * L_10 = __this->get_outputStream__2(); int32_t L_11 = FastZip_get_UseZip64_m2487633873(__this, /*hidden argument*/NULL); NullCheck(L_10); ZipOutputStream_set_UseZip64_m3315433457(L_10, L_11, /*hidden argument*/NULL); String_t* L_12 = ___fileFilter3; String_t* L_13 = ___directoryFilter4; FileSystemScanner_t3838119381 * L_14 = (FileSystemScanner_t3838119381 *)il2cpp_codegen_object_new(FileSystemScanner_t3838119381_il2cpp_TypeInfo_var); FileSystemScanner__ctor_m1457415513(L_14, L_12, L_13, /*hidden argument*/NULL); V_0 = L_14; FileSystemScanner_t3838119381 * L_15 = V_0; FileSystemScanner_t3838119381 * L_16 = L_15; NullCheck(L_16); ProcessFileHandler_t2351317767 * L_17 = L_16->get_ProcessFile_1(); intptr_t L_18 = (intptr_t)FastZip_ProcessFile_m3587083123_RuntimeMethod_var; ProcessFileHandler_t2351317767 * L_19 = (ProcessFileHandler_t2351317767 *)il2cpp_codegen_object_new(ProcessFileHandler_t2351317767_il2cpp_TypeInfo_var); ProcessFileHandler__ctor_m3972968250(L_19, __this, L_18, /*hidden argument*/NULL); Delegate_t1188392813 * L_20 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_17, L_19, /*hidden argument*/NULL); NullCheck(L_16); L_16->set_ProcessFile_1(((ProcessFileHandler_t2351317767 *)CastclassSealed((RuntimeObject*)L_20, ProcessFileHandler_t2351317767_il2cpp_TypeInfo_var))); bool L_21 = FastZip_get_CreateEmptyDirectories_m767998316(__this, /*hidden argument*/NULL); if (!L_21) { goto IL_00a3; } } IL_0081: { FileSystemScanner_t3838119381 * L_22 = V_0; FileSystemScanner_t3838119381 * L_23 = L_22; NullCheck(L_23); ProcessDirectoryHandler_t654447416 * L_24 = L_23->get_ProcessDirectory_0(); intptr_t L_25 = (intptr_t)FastZip_ProcessDirectory_m399603444_RuntimeMethod_var; ProcessDirectoryHandler_t654447416 * L_26 = (ProcessDirectoryHandler_t654447416 *)il2cpp_codegen_object_new(ProcessDirectoryHandler_t654447416_il2cpp_TypeInfo_var); ProcessDirectoryHandler__ctor_m3636594480(L_26, __this, L_25, /*hidden argument*/NULL); Delegate_t1188392813 * L_27 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_24, L_26, /*hidden argument*/NULL); NullCheck(L_23); L_23->set_ProcessDirectory_0(((ProcessDirectoryHandler_t654447416 *)CastclassSealed((RuntimeObject*)L_27, ProcessDirectoryHandler_t654447416_il2cpp_TypeInfo_var))); } IL_00a3: { FastZipEvents_t2506806086 * L_28 = __this->get_events__5(); if (!L_28) { goto IL_0107; } } IL_00ab: { FastZipEvents_t2506806086 * L_29 = __this->get_events__5(); NullCheck(L_29); FileFailureHandler_t1120837788 * L_30 = L_29->get_FileFailure_5(); if (!L_30) { goto IL_00d9; } } IL_00b8: { FileSystemScanner_t3838119381 * L_31 = V_0; FileSystemScanner_t3838119381 * L_32 = L_31; NullCheck(L_32); FileFailureHandler_t1120837788 * L_33 = L_32->get_FileFailure_3(); FastZipEvents_t2506806086 * L_34 = __this->get_events__5(); NullCheck(L_34); FileFailureHandler_t1120837788 * L_35 = L_34->get_FileFailure_5(); Delegate_t1188392813 * L_36 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_33, L_35, /*hidden argument*/NULL); NullCheck(L_32); L_32->set_FileFailure_3(((FileFailureHandler_t1120837788 *)CastclassSealed((RuntimeObject*)L_36, FileFailureHandler_t1120837788_il2cpp_TypeInfo_var))); } IL_00d9: { FastZipEvents_t2506806086 * L_37 = __this->get_events__5(); NullCheck(L_37); DirectoryFailureHandler_t4214878643 * L_38 = L_37->get_DirectoryFailure_4(); if (!L_38) { goto IL_0107; } } IL_00e6: { FileSystemScanner_t3838119381 * L_39 = V_0; FileSystemScanner_t3838119381 * L_40 = L_39; NullCheck(L_40); DirectoryFailureHandler_t4214878643 * L_41 = L_40->get_DirectoryFailure_2(); FastZipEvents_t2506806086 * L_42 = __this->get_events__5(); NullCheck(L_42); DirectoryFailureHandler_t4214878643 * L_43 = L_42->get_DirectoryFailure_4(); Delegate_t1188392813 * L_44 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_41, L_43, /*hidden argument*/NULL); NullCheck(L_40); L_40->set_DirectoryFailure_2(((DirectoryFailureHandler_t4214878643 *)CastclassSealed((RuntimeObject*)L_44, DirectoryFailureHandler_t4214878643_il2cpp_TypeInfo_var))); } IL_0107: { FileSystemScanner_t3838119381 * L_45 = V_0; String_t* L_46 = ___sourceDirectory1; bool L_47 = ___recurse2; NullCheck(L_45); FileSystemScanner_Scan_m3176144588(L_45, L_46, L_47, /*hidden argument*/NULL); IL2CPP_LEAVE(0x11B, FINALLY_0111); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0111; } FINALLY_0111: { // begin finally (depth: 1) { ZipOutputStream_t3000418837 * L_48 = V_2; if (!L_48) { goto IL_011a; } } IL_0114: { ZipOutputStream_t3000418837 * L_49 = V_2; NullCheck(L_49); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_49); } IL_011a: { IL2CPP_END_FINALLY(273) } } // end finally (depth: 1) IL2CPP_CLEANUP(273) { IL2CPP_JUMP_TBL(0x11B, IL_011b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_011b: { return; } } // System.Void ICSharpCode.SharpZipLib.Zip.FastZip::ProcessDirectory(System.Object,ICSharpCode.SharpZipLib.Core.DirectoryEventArgs) extern "C" IL2CPP_METHOD_ATTR void FastZip_ProcessDirectory_m399603444 (FastZip_t1787039230 * __this, RuntimeObject * ___sender0, DirectoryEventArgs_t3041330506 * ___e1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FastZip_ProcessDirectory_m399603444_MetadataUsageId); s_Il2CppMethodInitialized = true; } ZipEntry_t658048195 * V_0 = NULL; { DirectoryEventArgs_t3041330506 * L_0 = ___e1; NullCheck(L_0); bool L_1 = DirectoryEventArgs_get_HasMatchingFiles_m3115172609(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0069; } } { bool L_2 = FastZip_get_CreateEmptyDirectories_m767998316(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0069; } } { FastZipEvents_t2506806086 * L_3 = __this->get_events__5(); if (!L_3) { goto IL_0030; } } { FastZipEvents_t2506806086 * L_4 = __this->get_events__5(); DirectoryEventArgs_t3041330506 * L_5 = ___e1; NullCheck(L_5); String_t* L_6 = ScanEventArgs_get_Name_m936622383(L_5, /*hidden argument*/NULL); DirectoryEventArgs_t3041330506 * L_7 = ___e1; NullCheck(L_7); bool L_8 = DirectoryEventArgs_get_HasMatchingFiles_m3115172609(L_7, /*hidden argument*/NULL); NullCheck(L_4); FastZipEvents_OnProcessDirectory_m1718727664(L_4, L_6, L_8, /*hidden argument*/NULL); } IL_0030: { DirectoryEventArgs_t3041330506 * L_9 = ___e1; NullCheck(L_9); bool L_10 = ScanEventArgs_get_ContinueRunning_m487911567(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0069; } } { DirectoryEventArgs_t3041330506 * L_11 = ___e1; NullCheck(L_11); String_t* L_12 = ScanEventArgs_get_Name_m936622383(L_11, /*hidden argument*/NULL); String_t* L_13 = __this->get_sourceDirectory__3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_14 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0069; } } { RuntimeObject* L_15 = __this->get_entryFactory__6(); DirectoryEventArgs_t3041330506 * L_16 = ___e1; NullCheck(L_16); String_t* L_17 = ScanEventArgs_get_Name_m936622383(L_16, /*hidden argument*/NULL); NullCheck(L_15); ZipEntry_t658048195 * L_18 = InterfaceFuncInvoker1< ZipEntry_t658048195 *, String_t* >::Invoke(1 /* ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.IEntryFactory::MakeDirectoryEntry(System.String) */, IEntryFactory_t3514039787_il2cpp_TypeInfo_var, L_15, L_17); V_0 = L_18; ZipOutputStream_t3000418837 * L_19 = __this->get_outputStream__2(); ZipEntry_t658048195 * L_20 = V_0; NullCheck(L_19); ZipOutputStream_PutNextEntry_m1566852600(L_19, L_20, /*hidden argument*/NULL); } IL_0069: { return; } } // System.Void ICSharpCode.SharpZipLib.Zip.FastZip::ProcessFile(System.Object,ICSharpCode.SharpZipLib.Core.ScanEventArgs) extern "C" IL2CPP_METHOD_ATTR void FastZip_ProcessFile_m3587083123 (FastZip_t1787039230 * __this, RuntimeObject * ___sender0, ScanEventArgs_t818138135 * ___e1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FastZip_ProcessFile_m3587083123_MetadataUsageId); s_Il2CppMethodInitialized = true; } FileStream_t4292183065 * V_0 = NULL; ZipEntry_t658048195 * V_1 = NULL; Exception_t * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { FastZipEvents_t2506806086 * L_0 = __this->get_events__5(); if (!L_0) { goto IL_0027; } } { FastZipEvents_t2506806086 * L_1 = __this->get_events__5(); NullCheck(L_1); ProcessFileHandler_t2351317767 * L_2 = L_1->get_ProcessFile_1(); if (!L_2) { goto IL_0027; } } { FastZipEvents_t2506806086 * L_3 = __this->get_events__5(); NullCheck(L_3); ProcessFileHandler_t2351317767 * L_4 = L_3->get_ProcessFile_1(); RuntimeObject * L_5 = ___sender0; ScanEventArgs_t818138135 * L_6 = ___e1; NullCheck(L_4); ProcessFileHandler_Invoke_m360592956(L_4, L_5, L_6, /*hidden argument*/NULL); } IL_0027: { ScanEventArgs_t818138135 * L_7 = ___e1; NullCheck(L_7); bool L_8 = ScanEventArgs_get_ContinueRunning_m487911567(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_00a5; } } IL_002f: try { // begin try (depth: 1) { ScanEventArgs_t818138135 * L_9 = ___e1; NullCheck(L_9); String_t* L_10 = ScanEventArgs_get_Name_m936622383(L_9, /*hidden argument*/NULL); FileStream_t4292183065 * L_11 = File_Open_m3218582222(NULL /*static, unused*/, L_10, 3, 1, 1, /*hidden argument*/NULL); V_0 = L_11; } IL_003e: try { // begin try (depth: 2) RuntimeObject* L_12 = __this->get_entryFactory__6(); ScanEventArgs_t818138135 * L_13 = ___e1; NullCheck(L_13); String_t* L_14 = ScanEventArgs_get_Name_m936622383(L_13, /*hidden argument*/NULL); NullCheck(L_12); ZipEntry_t658048195 * L_15 = InterfaceFuncInvoker1< ZipEntry_t658048195 *, String_t* >::Invoke(0 /* ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.IEntryFactory::MakeFileEntry(System.String) */, IEntryFactory_t3514039787_il2cpp_TypeInfo_var, L_12, L_14); V_1 = L_15; ZipOutputStream_t3000418837 * L_16 = __this->get_outputStream__2(); ZipEntry_t658048195 * L_17 = V_1; NullCheck(L_16); ZipOutputStream_PutNextEntry_m1566852600(L_16, L_17, /*hidden argument*/NULL); ScanEventArgs_t818138135 * L_18 = ___e1; NullCheck(L_18); String_t* L_19 = ScanEventArgs_get_Name_m936622383(L_18, /*hidden argument*/NULL); FileStream_t4292183065 * L_20 = V_0; FastZip_AddFileContents_m1663736002(__this, L_19, L_20, /*hidden argument*/NULL); IL2CPP_LEAVE(0x75, FINALLY_006b); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006b; } FINALLY_006b: { // begin finally (depth: 2) { FileStream_t4292183065 * L_21 = V_0; if (!L_21) { goto IL_0074; } } IL_006e: { FileStream_t4292183065 * L_22 = V_0; NullCheck(L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_22); } IL_0074: { IL2CPP_END_FINALLY(107) } } // end finally (depth: 2) IL2CPP_CLEANUP(107) { IL2CPP_JUMP_TBL(0x75, IL_0075) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0075: { goto IL_00a5; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0077; throw e; } CATCH_0077: { // begin catch(System.Exception) { V_2 = ((Exception_t *)__exception_local); FastZipEvents_t2506806086 * L_23 = __this->get_events__5(); if (!L_23) { goto IL_009a; } } IL_0080: { FastZipEvents_t2506806086 * L_24 = __this->get_events__5(); ScanEventArgs_t818138135 * L_25 = ___e1; NullCheck(L_25); String_t* L_26 = ScanEventArgs_get_Name_m936622383(L_25, /*hidden argument*/NULL); Exception_t * L_27 = V_2; NullCheck(L_24); bool L_28 = FastZipEvents_OnFileFailure_m860076715(L_24, L_26, L_27, /*hidden argument*/NULL); __this->set_continueRunning__0(L_28); goto IL_00a3; } IL_009a: { __this->set_continueRunning__0((bool)0); IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_00a3: { goto IL_00a5; } } // end catch (depth: 1) IL_00a5: { return; } } // System.Void ICSharpCode.SharpZipLib.Zip.FastZip::AddFileContents(System.String,System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void FastZip_AddFileContents_m1663736002 (FastZip_t1787039230 * __this, String_t* ___name0, Stream_t1273022909 * ___stream1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FastZip_AddFileContents_m1663736002_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stream_t1273022909 * L_0 = ___stream1; if (L_0) { goto IL_000e; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3236680756, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FastZip_AddFileContents_m1663736002_RuntimeMethod_var); } IL_000e: { ByteU5BU5D_t4116647657* L_2 = __this->get_buffer__1(); if (L_2) { goto IL_0026; } } { __this->set_buffer__1(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4096)))); } IL_0026: { FastZipEvents_t2506806086 * L_3 = __this->get_events__5(); if (!L_3) { goto IL_0067; } } { FastZipEvents_t2506806086 * L_4 = __this->get_events__5(); NullCheck(L_4); ProgressHandler_t1501555482 * L_5 = L_4->get_Progress_2(); if (!L_5) { goto IL_0067; } } { Stream_t1273022909 * L_6 = ___stream1; ZipOutputStream_t3000418837 * L_7 = __this->get_outputStream__2(); ByteU5BU5D_t4116647657* L_8 = __this->get_buffer__1(); FastZipEvents_t2506806086 * L_9 = __this->get_events__5(); NullCheck(L_9); ProgressHandler_t1501555482 * L_10 = L_9->get_Progress_2(); FastZipEvents_t2506806086 * L_11 = __this->get_events__5(); NullCheck(L_11); TimeSpan_t881159249 L_12 = FastZipEvents_get_ProgressInterval_m2894141252(L_11, /*hidden argument*/NULL); String_t* L_13 = ___name0; StreamUtils_Copy_m2247772606(NULL /*static, unused*/, L_6, L_7, L_8, L_10, L_12, __this, L_13, /*hidden argument*/NULL); goto IL_0079; } IL_0067: { Stream_t1273022909 * L_14 = ___stream1; ZipOutputStream_t3000418837 * L_15 = __this->get_outputStream__2(); ByteU5BU5D_t4116647657* L_16 = __this->get_buffer__1(); StreamUtils_Copy_m433623798(NULL /*static, unused*/, L_14, L_15, L_16, /*hidden argument*/NULL); } IL_0079: { FastZipEvents_t2506806086 * L_17 = __this->get_events__5(); if (!L_17) { goto IL_0093; } } { FastZipEvents_t2506806086 * L_18 = __this->get_events__5(); String_t* L_19 = ___name0; NullCheck(L_18); bool L_20 = FastZipEvents_OnCompletedFile_m2681482792(L_18, L_19, /*hidden argument*/NULL); __this->set_continueRunning__0(L_20); } IL_0093: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean ICSharpCode.SharpZipLib.Zip.FastZipEvents::OnFileFailure(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR bool FastZipEvents_OnFileFailure_m860076715 (FastZipEvents_t2506806086 * __this, String_t* ___file0, Exception_t * ___e1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FastZipEvents_OnFileFailure_m860076715_MetadataUsageId); s_Il2CppMethodInitialized = true; } FileFailureHandler_t1120837788 * V_0 = NULL; bool V_1 = false; ScanFailureEventArgs_t2622990035 * V_2 = NULL; { FileFailureHandler_t1120837788 * L_0 = __this->get_FileFailure_5(); V_0 = L_0; FileFailureHandler_t1120837788 * L_1 = V_0; V_1 = (bool)((((int32_t)((((RuntimeObject*)(FileFailureHandler_t1120837788 *)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_2 = V_1; if (!L_2) { goto IL_0029; } } { String_t* L_3 = ___file0; Exception_t * L_4 = ___e1; ScanFailureEventArgs_t2622990035 * L_5 = (ScanFailureEventArgs_t2622990035 *)il2cpp_codegen_object_new(ScanFailureEventArgs_t2622990035_il2cpp_TypeInfo_var); ScanFailureEventArgs__ctor_m1384429163(L_5, L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; FileFailureHandler_t1120837788 * L_6 = V_0; ScanFailureEventArgs_t2622990035 * L_7 = V_2; NullCheck(L_6); FileFailureHandler_Invoke_m644241140(L_6, __this, L_7, /*hidden argument*/NULL); ScanFailureEventArgs_t2622990035 * L_8 = V_2; NullCheck(L_8); bool L_9 = ScanFailureEventArgs_get_ContinueRunning_m1846720921(L_8, /*hidden argument*/NULL); V_1 = L_9; } IL_0029: { bool L_10 = V_1; return L_10; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.FastZipEvents::OnCompletedFile(System.String) extern "C" IL2CPP_METHOD_ATTR bool FastZipEvents_OnCompletedFile_m2681482792 (FastZipEvents_t2506806086 * __this, String_t* ___file0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FastZipEvents_OnCompletedFile_m2681482792_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; CompletedFileHandler_t2674014880 * V_1 = NULL; ScanEventArgs_t818138135 * V_2 = NULL; { V_0 = (bool)1; CompletedFileHandler_t2674014880 * L_0 = __this->get_CompletedFile_3(); V_1 = L_0; CompletedFileHandler_t2674014880 * L_1 = V_1; if (!L_1) { goto IL_0022; } } { String_t* L_2 = ___file0; ScanEventArgs_t818138135 * L_3 = (ScanEventArgs_t818138135 *)il2cpp_codegen_object_new(ScanEventArgs_t818138135_il2cpp_TypeInfo_var); ScanEventArgs__ctor_m1487966403(L_3, L_2, /*hidden argument*/NULL); V_2 = L_3; CompletedFileHandler_t2674014880 * L_4 = V_1; ScanEventArgs_t818138135 * L_5 = V_2; NullCheck(L_4); CompletedFileHandler_Invoke_m3519430509(L_4, __this, L_5, /*hidden argument*/NULL); ScanEventArgs_t818138135 * L_6 = V_2; NullCheck(L_6); bool L_7 = ScanEventArgs_get_ContinueRunning_m487911567(L_6, /*hidden argument*/NULL); V_0 = L_7; } IL_0022: { bool L_8 = V_0; return L_8; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.FastZipEvents::OnProcessDirectory(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool FastZipEvents_OnProcessDirectory_m1718727664 (FastZipEvents_t2506806086 * __this, String_t* ___directory0, bool ___hasMatchingFiles1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FastZipEvents_OnProcessDirectory_m1718727664_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; ProcessDirectoryHandler_t654447416 * V_1 = NULL; DirectoryEventArgs_t3041330506 * V_2 = NULL; { V_0 = (bool)1; ProcessDirectoryHandler_t654447416 * L_0 = __this->get_ProcessDirectory_0(); V_1 = L_0; ProcessDirectoryHandler_t654447416 * L_1 = V_1; if (!L_1) { goto IL_0023; } } { String_t* L_2 = ___directory0; bool L_3 = ___hasMatchingFiles1; DirectoryEventArgs_t3041330506 * L_4 = (DirectoryEventArgs_t3041330506 *)il2cpp_codegen_object_new(DirectoryEventArgs_t3041330506_il2cpp_TypeInfo_var); DirectoryEventArgs__ctor_m3989215332(L_4, L_2, L_3, /*hidden argument*/NULL); V_2 = L_4; ProcessDirectoryHandler_t654447416 * L_5 = V_1; DirectoryEventArgs_t3041330506 * L_6 = V_2; NullCheck(L_5); ProcessDirectoryHandler_Invoke_m482027604(L_5, __this, L_6, /*hidden argument*/NULL); DirectoryEventArgs_t3041330506 * L_7 = V_2; NullCheck(L_7); bool L_8 = ScanEventArgs_get_ContinueRunning_m487911567(L_7, /*hidden argument*/NULL); V_0 = L_8; } IL_0023: { bool L_9 = V_0; return L_9; } } // System.TimeSpan ICSharpCode.SharpZipLib.Zip.FastZipEvents::get_ProgressInterval() extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 FastZipEvents_get_ProgressInterval_m2894141252 (FastZipEvents_t2506806086 * __this, const RuntimeMethod* method) { { TimeSpan_t881159249 L_0 = __this->get_progressInterval__6(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.FastZipEvents::set_ProgressInterval(System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR void FastZipEvents_set_ProgressInterval_m410653395 (FastZipEvents_t2506806086 * __this, TimeSpan_t881159249 ___value0, const RuntimeMethod* method) { { TimeSpan_t881159249 L_0 = ___value0; __this->set_progressInterval__6(L_0); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.FastZipEvents::.ctor() extern "C" IL2CPP_METHOD_ATTR void FastZipEvents__ctor_m159690195 (FastZipEvents_t2506806086 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FastZipEvents__ctor_m159690195_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); TimeSpan_t881159249 L_0 = TimeSpan_FromSeconds_m4219356874(NULL /*static, unused*/, (3.0), /*hidden argument*/NULL); __this->set_progressInterval__6(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.KeysRequiredEventArgs::.ctor(System.String,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void KeysRequiredEventArgs__ctor_m554988461 (KeysRequiredEventArgs_t58718538 * __this, String_t* ___name0, ByteU5BU5D_t4116647657* ___keyValue1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeysRequiredEventArgs__ctor_m554988461_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EventArgs_t3591816995_il2cpp_TypeInfo_var); EventArgs__ctor_m32674013(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; __this->set_fileName_1(L_0); ByteU5BU5D_t4116647657* L_1 = ___keyValue1; __this->set_key_2(L_1); return; } } // System.Byte[] ICSharpCode.SharpZipLib.Zip.KeysRequiredEventArgs::get_Key() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* KeysRequiredEventArgs_get_Key_m3469650539 (KeysRequiredEventArgs_t58718538 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_key_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipConstants::get_DefaultCodePage() extern "C" IL2CPP_METHOD_ATTR int32_t ZipConstants_get_DefaultCodePage_m3180803576 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipConstants_get_DefaultCodePage_m3180803576_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t3000827260_il2cpp_TypeInfo_var); int32_t L_0 = ((ZipConstants_t3000827260_StaticFields*)il2cpp_codegen_static_fields_for(ZipConstants_t3000827260_il2cpp_TypeInfo_var))->get_defaultCodePage_0(); return L_0; } } // System.String ICSharpCode.SharpZipLib.Zip.ZipConstants::ConvertToString(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* ZipConstants_ConvertToString_m468073786 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___data0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipConstants_ConvertToString_m468073786_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___data0; if (L_0) { goto IL_0009; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_1; } IL_0009: { IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t3000827260_il2cpp_TypeInfo_var); int32_t L_2 = ZipConstants_get_DefaultCodePage_m3180803576(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_3 = Encoding_GetEncoding_m2801244948(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_4 = ___data0; int32_t L_5 = ___count1; NullCheck(L_3); String_t* L_6 = VirtFuncInvoker3< String_t*, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(21 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_3, L_4, 0, L_5); return L_6; } } // System.String ICSharpCode.SharpZipLib.Zip.ZipConstants::ConvertToString(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR String_t* ZipConstants_ConvertToString_m2143323509 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipConstants_ConvertToString_m2143323509_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___data0; if (L_0) { goto IL_0009; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_1; } IL_0009: { ByteU5BU5D_t4116647657* L_2 = ___data0; ByteU5BU5D_t4116647657* L_3 = ___data0; NullCheck(L_3); IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t3000827260_il2cpp_TypeInfo_var); String_t* L_4 = ZipConstants_ConvertToString_m468073786(NULL /*static, unused*/, L_2, (((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), /*hidden argument*/NULL); return L_4; } } // System.String ICSharpCode.SharpZipLib.Zip.ZipConstants::ConvertToStringExt(System.Int32,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* ZipConstants_ConvertToStringExt_m2653330595 (RuntimeObject * __this /* static, unused */, int32_t ___flags0, ByteU5BU5D_t4116647657* ___data1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipConstants_ConvertToStringExt_m2653330595_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___data1; if (L_0) { goto IL_0009; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_1; } IL_0009: { int32_t L_2 = ___flags0; if (!((int32_t)((int32_t)L_2&(int32_t)((int32_t)2048)))) { goto IL_0020; } } { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_3 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_4 = ___data1; int32_t L_5 = ___count2; NullCheck(L_3); String_t* L_6 = VirtFuncInvoker3< String_t*, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(21 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_3, L_4, 0, L_5); return L_6; } IL_0020: { ByteU5BU5D_t4116647657* L_7 = ___data1; int32_t L_8 = ___count2; IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t3000827260_il2cpp_TypeInfo_var); String_t* L_9 = ZipConstants_ConvertToString_m468073786(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.String ICSharpCode.SharpZipLib.Zip.ZipConstants::ConvertToStringExt(System.Int32,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR String_t* ZipConstants_ConvertToStringExt_m3553020783 (RuntimeObject * __this /* static, unused */, int32_t ___flags0, ByteU5BU5D_t4116647657* ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipConstants_ConvertToStringExt_m3553020783_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___data1; if (L_0) { goto IL_0009; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_1; } IL_0009: { int32_t L_2 = ___flags0; if (!((int32_t)((int32_t)L_2&(int32_t)((int32_t)2048)))) { goto IL_0022; } } { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_3 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_4 = ___data1; ByteU5BU5D_t4116647657* L_5 = ___data1; NullCheck(L_5); NullCheck(L_3); String_t* L_6 = VirtFuncInvoker3< String_t*, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(21 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_3, L_4, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))); return L_6; } IL_0022: { ByteU5BU5D_t4116647657* L_7 = ___data1; ByteU5BU5D_t4116647657* L_8 = ___data1; NullCheck(L_8); IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t3000827260_il2cpp_TypeInfo_var); String_t* L_9 = ZipConstants_ConvertToString_m468073786(NULL /*static, unused*/, L_7, (((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), /*hidden argument*/NULL); return L_9; } } // System.Byte[] ICSharpCode.SharpZipLib.Zip.ZipConstants::ConvertToArray(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ZipConstants_ConvertToArray_m3646116393 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipConstants_ConvertToArray_m3646116393_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___str0; if (L_0) { goto IL_000a; } } { return ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)0)); } IL_000a: { IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t3000827260_il2cpp_TypeInfo_var); int32_t L_1 = ZipConstants_get_DefaultCodePage_m3180803576(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_2 = Encoding_GetEncoding_m2801244948(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); String_t* L_3 = ___str0; NullCheck(L_2); ByteU5BU5D_t4116647657* L_4 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, String_t* >::Invoke(10 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_2, L_3); return L_4; } } // System.Byte[] ICSharpCode.SharpZipLib.Zip.ZipConstants::ConvertToArray(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ZipConstants_ConvertToArray_m1846057569 (RuntimeObject * __this /* static, unused */, int32_t ___flags0, String_t* ___str1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipConstants_ConvertToArray_m1846057569_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___str1; if (L_0) { goto IL_000a; } } { return ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)0)); } IL_000a: { int32_t L_1 = ___flags0; if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)2048)))) { goto IL_001f; } } { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_2 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_3 = ___str1; NullCheck(L_2); ByteU5BU5D_t4116647657* L_4 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, String_t* >::Invoke(10 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_2, L_3); return L_4; } IL_001f: { String_t* L_5 = ___str1; IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t3000827260_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_6 = ZipConstants_ConvertToArray_m3646116393(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); return L_6; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipConstants::.cctor() extern "C" IL2CPP_METHOD_ATTR void ZipConstants__cctor_m3775462628 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipConstants__cctor_m3775462628_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_0 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CultureInfo_t4157843068 * L_1 = Thread_get_CurrentCulture_m349116646(L_0, /*hidden argument*/NULL); NullCheck(L_1); TextInfo_t3810425522 * L_2 = VirtFuncInvoker0< TextInfo_t3810425522 * >::Invoke(9 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_1); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Globalization.TextInfo::get_OEMCodePage() */, L_2); ((ZipConstants_t3000827260_StaticFields*)il2cpp_codegen_static_fields_for(ZipConstants_t3000827260_il2cpp_TypeInfo_var))->set_defaultCodePage_0(L_3); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ZipEntry__ctor_m1437400046 (ZipEntry_t658048195 * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; ZipEntry__ctor_m2423241429(__this, L_0, 0, ((int32_t)51), 8, /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::.ctor(System.String,System.Int32,System.Int32,ICSharpCode.SharpZipLib.Zip.CompressionMethod) extern "C" IL2CPP_METHOD_ATTR void ZipEntry__ctor_m2423241429 (ZipEntry_t658048195 * __this, String_t* ___name0, int32_t ___versionRequiredToExtract1, int32_t ___madeByInfo2, int32_t ___method3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipEntry__ctor_m2423241429_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_externalFileAttributes_1((-1)); __this->set_method_9(8); __this->set_zipFileIndex_13((((int64_t)((int64_t)(-1))))); Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; if (L_0) { goto IL_002a; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral62725243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ZipEntry__ctor_m2423241429_RuntimeMethod_var); } IL_002a: { String_t* L_2 = ___name0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)((int32_t)65535)))) { goto IL_0047; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_4, _stringLiteral1735279700, _stringLiteral62725243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,ZipEntry__ctor_m2423241429_RuntimeMethod_var); } IL_0047: { int32_t L_5 = ___versionRequiredToExtract1; if (!L_5) { goto IL_005a; } } { int32_t L_6 = ___versionRequiredToExtract1; if ((((int32_t)L_6) >= ((int32_t)((int32_t)10)))) { goto IL_005a; } } { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_7, _stringLiteral4284349875, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ZipEntry__ctor_m2423241429_RuntimeMethod_var); } IL_005a: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_8 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); ZipEntry_set_DateTime_m949192526(__this, L_8, /*hidden argument*/NULL); String_t* L_9 = ___name0; __this->set_name_3(L_9); int32_t L_10 = ___madeByInfo2; __this->set_versionMadeBy_2((uint16_t)(((int32_t)((uint16_t)L_10)))); int32_t L_11 = ___versionRequiredToExtract1; __this->set_versionToExtract_6((uint16_t)(((int32_t)((uint16_t)L_11)))); int32_t L_12 = ___method3; __this->set_method_9(L_12); return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::get_HasCrc() extern "C" IL2CPP_METHOD_ATTR bool ZipEntry_get_HasCrc_m2147486463 (ZipEntry_t658048195 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_known_0(); return (bool)((((int32_t)((((int32_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_0&(int32_t)4)))))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::get_IsCrypted() extern "C" IL2CPP_METHOD_ATTR bool ZipEntry_get_IsCrypted_m788933468 (ZipEntry_t658048195 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_flags_12(); return (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)1))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_IsCrypted(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_set_IsCrypted_m1098109532 (ZipEntry_t658048195 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; if (!L_0) { goto IL_0012; } } { int32_t L_1 = __this->get_flags_12(); __this->set_flags_12(((int32_t)((int32_t)L_1|(int32_t)1))); return; } IL_0012: { int32_t L_2 = __this->get_flags_12(); __this->set_flags_12(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-2)))); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_IsUnicodeText(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_set_IsUnicodeText_m3874571827 (ZipEntry_t658048195 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; if (!L_0) { goto IL_0016; } } { int32_t L_1 = __this->get_flags_12(); __this->set_flags_12(((int32_t)((int32_t)L_1|(int32_t)((int32_t)2048)))); return; } IL_0016: { int32_t L_2 = __this->get_flags_12(); __this->set_flags_12(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-2049)))); return; } } // System.Byte ICSharpCode.SharpZipLib.Zip.ZipEntry::get_CryptoCheckValue() extern "C" IL2CPP_METHOD_ATTR uint8_t ZipEntry_get_CryptoCheckValue_m237103266 (ZipEntry_t658048195 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_cryptoCheckValue__16(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_CryptoCheckValue(System.Byte) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_set_CryptoCheckValue_m2793055366 (ZipEntry_t658048195 * __this, uint8_t ___value0, const RuntimeMethod* method) { { uint8_t L_0 = ___value0; __this->set_cryptoCheckValue__16(L_0); return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_Flags() extern "C" IL2CPP_METHOD_ATTR int32_t ZipEntry_get_Flags_m4217420756 (ZipEntry_t658048195 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_flags_12(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_Flags(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_set_Flags_m1085594863 (ZipEntry_t658048195 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_flags_12(L_0); return; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_ZipFileIndex() extern "C" IL2CPP_METHOD_ATTR int64_t ZipEntry_get_ZipFileIndex_m1843196149 (ZipEntry_t658048195 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_zipFileIndex_13(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_ZipFileIndex(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_set_ZipFileIndex_m2944588297 (ZipEntry_t658048195 * __this, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; __this->set_zipFileIndex_13(L_0); return; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_Offset() extern "C" IL2CPP_METHOD_ATTR int64_t ZipEntry_get_Offset_m559943012 (ZipEntry_t658048195 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_offset_14(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_Offset(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_set_Offset_m2355753822 (ZipEntry_t658048195 * __this, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; __this->set_offset_14(L_0); return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_ExternalFileAttributes() extern "C" IL2CPP_METHOD_ATTR int32_t ZipEntry_get_ExternalFileAttributes_m202599059 (ZipEntry_t658048195 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_known_0(); if ((((int32_t)((uint8_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)16))))))) { goto IL_000e; } } { return (-1); } IL_000e: { int32_t L_1 = __this->get_externalFileAttributes_1(); return L_1; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_ExternalFileAttributes(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_set_ExternalFileAttributes_m3233834930 (ZipEntry_t658048195 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_externalFileAttributes_1(L_0); uint8_t L_1 = __this->get_known_0(); __this->set_known_0((((int32_t)((uint8_t)((int32_t)((int32_t)L_1|(int32_t)((int32_t)16))))))); return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::HasDosAttributes(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ZipEntry_HasDosAttributes_m1172271789 (ZipEntry_t658048195 * __this, int32_t ___attributes0, const RuntimeMethod* method) { bool V_0 = false; { V_0 = (bool)0; uint8_t L_0 = __this->get_known_0(); if (!(((int32_t)((uint8_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)16))))))) { goto IL_002d; } } { int32_t L_1 = ZipEntry_get_HostSystem_m2526560766(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0020; } } { int32_t L_2 = ZipEntry_get_HostSystem_m2526560766(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)10))))) { goto IL_002d; } } IL_0020: { int32_t L_3 = ZipEntry_get_ExternalFileAttributes_m202599059(__this, /*hidden argument*/NULL); int32_t L_4 = ___attributes0; int32_t L_5 = ___attributes0; if ((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)L_4))) == ((uint32_t)L_5)))) { goto IL_002d; } } { V_0 = (bool)1; } IL_002d: { bool L_6 = V_0; return L_6; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_HostSystem() extern "C" IL2CPP_METHOD_ATTR int32_t ZipEntry_get_HostSystem_m2526560766 (ZipEntry_t658048195 * __this, const RuntimeMethod* method) { { uint16_t L_0 = __this->get_versionMadeBy_2(); return ((int32_t)((int32_t)((int32_t)((int32_t)L_0>>(int32_t)8))&(int32_t)((int32_t)255))); } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_Version() extern "C" IL2CPP_METHOD_ATTR int32_t ZipEntry_get_Version_m1288817988 (ZipEntry_t658048195 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { uint16_t L_0 = __this->get_versionToExtract_6(); if (!L_0) { goto IL_000f; } } { uint16_t L_1 = __this->get_versionToExtract_6(); return L_1; } IL_000f: { V_0 = ((int32_t)10); int32_t L_2 = ZipEntry_get_AESKeySize_m4165772656(__this, /*hidden argument*/NULL); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0020; } } { V_0 = ((int32_t)51); goto IL_0061; } IL_0020: { bool L_3 = ZipEntry_get_CentralHeaderRequiresZip64_m3702739162(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_002d; } } { V_0 = ((int32_t)45); goto IL_0061; } IL_002d: { int32_t L_4 = __this->get_method_9(); if ((!(((uint32_t)8) == ((uint32_t)L_4)))) { goto IL_003b; } } { V_0 = ((int32_t)20); goto IL_0061; } IL_003b: { bool L_5 = ZipEntry_get_IsDirectory_m396075616(__this, /*hidden argument*/NULL); if (!L_5) { goto IL_0048; } } { V_0 = ((int32_t)20); goto IL_0061; } IL_0048: { bool L_6 = ZipEntry_get_IsCrypted_m788933468(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_0055; } } { V_0 = ((int32_t)20); goto IL_0061; } IL_0055: { bool L_7 = ZipEntry_HasDosAttributes_m1172271789(__this, 8, /*hidden argument*/NULL); if (!L_7) { goto IL_0061; } } { V_0 = ((int32_t)11); } IL_0061: { int32_t L_8 = V_0; return L_8; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::ForceZip64() extern "C" IL2CPP_METHOD_ATTR void ZipEntry_ForceZip64_m2331233421 (ZipEntry_t658048195 * __this, const RuntimeMethod* method) { { __this->set_forceZip64__15((bool)1); return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::IsZip64Forced() extern "C" IL2CPP_METHOD_ATTR bool ZipEntry_IsZip64Forced_m447069621 (ZipEntry_t658048195 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_forceZip64__15(); return L_0; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::get_LocalHeaderRequiresZip64() extern "C" IL2CPP_METHOD_ATTR bool ZipEntry_get_LocalHeaderRequiresZip64_m967660022 (ZipEntry_t658048195 * __this, const RuntimeMethod* method) { bool V_0 = false; uint64_t V_1 = 0; int32_t G_B10_0 = 0; { bool L_0 = __this->get_forceZip64__15(); V_0 = L_0; bool L_1 = V_0; if (L_1) { goto IL_0052; } } { uint64_t L_2 = __this->get_compressedSize_5(); V_1 = L_2; uint16_t L_3 = __this->get_versionToExtract_6(); if (L_3) { goto IL_0027; } } { bool L_4 = ZipEntry_get_IsCrypted_m788933468(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_0027; } } { uint64_t L_5 = V_1; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_5, (int64_t)(((int64_t)((int64_t)((int32_t)12)))))); } IL_0027: { uint64_t L_6 = __this->get_size_4(); if ((!(((uint64_t)L_6) < ((uint64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))))) { goto IL_0036; } } { uint64_t L_7 = V_1; if ((!(((uint64_t)L_7) >= ((uint64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))))) { goto IL_0050; } } IL_0036: { uint16_t L_8 = __this->get_versionToExtract_6(); if (!L_8) { goto IL_004d; } } { uint16_t L_9 = __this->get_versionToExtract_6(); G_B10_0 = ((((int32_t)((((int32_t)L_9) < ((int32_t)((int32_t)45)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0051; } IL_004d: { G_B10_0 = 1; goto IL_0051; } IL_0050: { G_B10_0 = 0; } IL_0051: { V_0 = (bool)G_B10_0; } IL_0052: { bool L_10 = V_0; return L_10; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::get_CentralHeaderRequiresZip64() extern "C" IL2CPP_METHOD_ATTR bool ZipEntry_get_CentralHeaderRequiresZip64_m3702739162 (ZipEntry_t658048195 * __this, const RuntimeMethod* method) { { bool L_0 = ZipEntry_get_LocalHeaderRequiresZip64_m967660022(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0016; } } { int64_t L_1 = __this->get_offset_14(); return (bool)((((int32_t)((((int64_t)L_1) < ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0016: { return (bool)1; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_DosTime() extern "C" IL2CPP_METHOD_ATTR int64_t ZipEntry_get_DosTime_m4000555640 (ZipEntry_t658048195 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_known_0(); if ((((int32_t)((uint8_t)((int32_t)((int32_t)L_0&(int32_t)8)))))) { goto IL_000e; } } { return (((int64_t)((int64_t)0))); } IL_000e: { uint32_t L_1 = __this->get_dosTime_8(); return (((int64_t)((uint64_t)L_1))); } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_DosTime(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_set_DosTime_m1657010038 (ZipEntry_t658048195 * __this, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; __this->set_dosTime_8((((int32_t)((uint32_t)L_0)))); uint8_t L_1 = __this->get_known_0(); __this->set_known_0((((int32_t)((uint8_t)((int32_t)((int32_t)L_1|(int32_t)8)))))); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_DateTime(System.DateTime) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_set_DateTime_m949192526 (ZipEntry_t658048195 * __this, DateTime_t3738529785 ___value0, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; uint32_t V_4 = 0; uint32_t V_5 = 0; { int32_t L_0 = DateTime_get_Year_m1184003812((&___value0), /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = DateTime_get_Month_m1566006993((&___value0), /*hidden argument*/NULL); V_1 = L_1; int32_t L_2 = DateTime_get_Day_m1623500273((&___value0), /*hidden argument*/NULL); V_2 = L_2; int32_t L_3 = DateTime_get_Hour_m4153505178((&___value0), /*hidden argument*/NULL); V_3 = L_3; int32_t L_4 = DateTime_get_Minute_m87527789((&___value0), /*hidden argument*/NULL); V_4 = L_4; int32_t L_5 = DateTime_get_Second_m2686182256((&___value0), /*hidden argument*/NULL); V_5 = L_5; uint32_t L_6 = V_0; if ((!(((uint32_t)L_6) < ((uint32_t)((int32_t)1980))))) { goto IL_004e; } } { V_0 = ((int32_t)1980); V_1 = 1; V_2 = 1; V_3 = 0; V_4 = 0; V_5 = 0; goto IL_006d; } IL_004e: { uint32_t L_7 = V_0; if ((!(((uint32_t)L_7) > ((uint32_t)((int32_t)2107))))) { goto IL_006d; } } { V_0 = ((int32_t)2107); V_1 = ((int32_t)12); V_2 = ((int32_t)31); V_3 = ((int32_t)23); V_4 = ((int32_t)59); V_5 = ((int32_t)59); } IL_006d: { uint32_t L_8 = V_0; uint32_t L_9 = V_1; uint32_t L_10 = V_2; uint32_t L_11 = V_3; uint32_t L_12 = V_4; uint32_t L_13 = V_5; ZipEntry_set_DosTime_m1657010038(__this, (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)1980)))&(int32_t)((int32_t)127)))<<(int32_t)((int32_t)25)))|(int32_t)((int32_t)((int32_t)L_9<<(int32_t)((int32_t)21)))))|(int32_t)((int32_t)((int32_t)L_10<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)((int32_t)11)))))|(int32_t)((int32_t)((int32_t)L_12<<(int32_t)5))))|(int32_t)((int32_t)((uint32_t)L_13>>1)))))))))), /*hidden argument*/NULL); return; } } // System.String ICSharpCode.SharpZipLib.Zip.ZipEntry::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* ZipEntry_get_Name_m1624543186 (ZipEntry_t658048195 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_3(); return L_0; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_Size() extern "C" IL2CPP_METHOD_ATTR int64_t ZipEntry_get_Size_m1225803338 (ZipEntry_t658048195 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_known_0(); if ((((int32_t)((uint8_t)((int32_t)((int32_t)L_0&(int32_t)1)))))) { goto IL_000e; } } { return (((int64_t)((int64_t)(-1)))); } IL_000e: { uint64_t L_1 = __this->get_size_4(); return L_1; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_Size(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_set_Size_m2456682509 (ZipEntry_t658048195 * __this, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; __this->set_size_4(L_0); uint8_t L_1 = __this->get_known_0(); __this->set_known_0((((int32_t)((uint8_t)((int32_t)((int32_t)L_1|(int32_t)1)))))); return; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_CompressedSize() extern "C" IL2CPP_METHOD_ATTR int64_t ZipEntry_get_CompressedSize_m640242384 (ZipEntry_t658048195 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_known_0(); if ((((int32_t)((uint8_t)((int32_t)((int32_t)L_0&(int32_t)2)))))) { goto IL_000e; } } { return (((int64_t)((int64_t)(-1)))); } IL_000e: { uint64_t L_1 = __this->get_compressedSize_5(); return L_1; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_CompressedSize(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_set_CompressedSize_m2622823131 (ZipEntry_t658048195 * __this, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; __this->set_compressedSize_5(L_0); uint8_t L_1 = __this->get_known_0(); __this->set_known_0((((int32_t)((uint8_t)((int32_t)((int32_t)L_1|(int32_t)2)))))); return; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_Crc() extern "C" IL2CPP_METHOD_ATTR int64_t ZipEntry_get_Crc_m3921682317 (ZipEntry_t658048195 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_known_0(); if ((((int32_t)((uint8_t)((int32_t)((int32_t)L_0&(int32_t)4)))))) { goto IL_000e; } } { return (((int64_t)((int64_t)(-1)))); } IL_000e: { uint32_t L_1 = __this->get_crc_7(); return ((int64_t)((int64_t)(((int64_t)((uint64_t)L_1)))&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))); } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_Crc(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_set_Crc_m2604579826 (ZipEntry_t658048195 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipEntry_set_Crc_m2604579826_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = __this->get_crc_7(); if ((((int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_0)))&(int64_t)((int64_t)-4294967296LL)))) == ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0020; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ZipEntry_set_Crc_m2604579826_RuntimeMethod_var); } IL_0020: { int64_t L_2 = ___value0; __this->set_crc_7((((int32_t)((uint32_t)L_2)))); uint8_t L_3 = __this->get_known_0(); __this->set_known_0((((int32_t)((uint8_t)((int32_t)((int32_t)L_3|(int32_t)4)))))); return; } } // ICSharpCode.SharpZipLib.Zip.CompressionMethod ICSharpCode.SharpZipLib.Zip.ZipEntry::get_CompressionMethod() extern "C" IL2CPP_METHOD_ATTR int32_t ZipEntry_get_CompressionMethod_m938942238 (ZipEntry_t658048195 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_method_9(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_CompressionMethod(ICSharpCode.SharpZipLib.Zip.CompressionMethod) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_set_CompressionMethod_m1443243498 (ZipEntry_t658048195 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipEntry_set_CompressionMethod_m1443243498_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; bool L_1 = ZipEntry_IsCompressionMethodSupported_m557734138(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0013; } } { NotSupportedException_t1314879016 * L_2 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_2, _stringLiteral928895102, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,ZipEntry_set_CompressionMethod_m1443243498_RuntimeMethod_var); } IL_0013: { int32_t L_3 = ___value0; __this->set_method_9(L_3); return; } } // ICSharpCode.SharpZipLib.Zip.CompressionMethod ICSharpCode.SharpZipLib.Zip.ZipEntry::get_CompressionMethodForHeader() extern "C" IL2CPP_METHOD_ATTR int32_t ZipEntry_get_CompressionMethodForHeader_m3536868895 (ZipEntry_t658048195 * __this, const RuntimeMethod* method) { { int32_t L_0 = ZipEntry_get_AESKeySize_m4165772656(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_0010; } } { int32_t L_1 = __this->get_method_9(); return L_1; } IL_0010: { return (int32_t)(((int32_t)99)); } } // System.Byte[] ICSharpCode.SharpZipLib.Zip.ZipEntry::get_ExtraData() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ZipEntry_get_ExtraData_m4043853911 (ZipEntry_t658048195 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_extra_10(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_ExtraData(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_set_ExtraData_m219422600 (ZipEntry_t658048195 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipEntry_set_ExtraData_m219422600_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___value0; if (L_0) { goto IL_000b; } } { __this->set_extra_10((ByteU5BU5D_t4116647657*)NULL); return; } IL_000b: { ByteU5BU5D_t4116647657* L_1 = ___value0; NullCheck(L_1); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) <= ((int32_t)((int32_t)65535)))) { goto IL_0020; } } { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_2, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,ZipEntry_set_ExtraData_m219422600_RuntimeMethod_var); } IL_0020: { ByteU5BU5D_t4116647657* L_3 = ___value0; NullCheck(L_3); __this->set_extra_10(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))))); ByteU5BU5D_t4116647657* L_4 = ___value0; ByteU5BU5D_t4116647657* L_5 = __this->get_extra_10(); ByteU5BU5D_t4116647657* L_6 = ___value0; NullCheck(L_6); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, 0, (RuntimeArray *)(RuntimeArray *)L_5, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))), /*hidden argument*/NULL); return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_AESKeySize() extern "C" IL2CPP_METHOD_ATTR int32_t ZipEntry_get_AESKeySize_m4165772656 (ZipEntry_t658048195 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipEntry_get_AESKeySize_m4165772656_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get__aesEncryptionStrength_18(); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_001f; } case 1: { goto IL_0021; } case 2: { goto IL_0027; } case 3: { goto IL_002d; } } } { goto IL_0033; } IL_001f: { return 0; } IL_0021: { return ((int32_t)128); } IL_0027: { return ((int32_t)192); } IL_002d: { return ((int32_t)256); } IL_0033: { int32_t L_2 = __this->get__aesEncryptionStrength_18(); int32_t L_3 = L_2; RuntimeObject * L_4 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_3); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1409426063, L_4, /*hidden argument*/NULL); ZipException_t3735454771 * L_6 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,ZipEntry_get_AESKeySize_m4165772656_RuntimeMethod_var); } } // System.Byte ICSharpCode.SharpZipLib.Zip.ZipEntry::get_AESEncryptionStrength() extern "C" IL2CPP_METHOD_ATTR uint8_t ZipEntry_get_AESEncryptionStrength_m3211524277 (ZipEntry_t658048195 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__aesEncryptionStrength_18(); return (uint8_t)(((int32_t)((uint8_t)L_0))); } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_AESSaltLen() extern "C" IL2CPP_METHOD_ATTR int32_t ZipEntry_get_AESSaltLen_m2993681847 (ZipEntry_t658048195 * __this, const RuntimeMethod* method) { { int32_t L_0 = ZipEntry_get_AESKeySize_m4165772656(__this, /*hidden argument*/NULL); return ((int32_t)((int32_t)L_0/(int32_t)((int32_t)16))); } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_AESOverheadSize() extern "C" IL2CPP_METHOD_ATTR int32_t ZipEntry_get_AESOverheadSize_m3033215473 (ZipEntry_t658048195 * __this, const RuntimeMethod* method) { { int32_t L_0 = ZipEntry_get_AESSaltLen_m2993681847(__this, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)12), (int32_t)L_0)); } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::ProcessExtraData(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_ProcessExtraData_m2421587542 (ZipEntry_t658048195 * __this, bool ___localHeader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipEntry_ProcessExtraData_m2421587542_MetadataUsageId); s_Il2CppMethodInitialized = true; } ZipExtraData_t3545003289 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int64_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; DateTime_t3738529785 V_7; memset(&V_7, 0, sizeof(V_7)); DateTime_t3738529785 V_8; memset(&V_8, 0, sizeof(V_8)); { ByteU5BU5D_t4116647657* L_0 = __this->get_extra_10(); ZipExtraData_t3545003289 * L_1 = (ZipExtraData_t3545003289 *)il2cpp_codegen_object_new(ZipExtraData_t3545003289_il2cpp_TypeInfo_var); ZipExtraData__ctor_m806670012(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; ZipExtraData_t3545003289 * L_2 = V_0; NullCheck(L_2); bool L_3 = ZipExtraData_Find_m1693986585(L_2, 1, /*hidden argument*/NULL); if (!L_3) { goto IL_007d; } } { __this->set_forceZip64__15((bool)1); ZipExtraData_t3545003289 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = ZipExtraData_get_ValueLength_m1844821788(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) >= ((int32_t)4))) { goto IL_0030; } } { ZipException_t3735454771 * L_6 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_6, _stringLiteral1254200953, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,ZipEntry_ProcessExtraData_m2421587542_RuntimeMethod_var); } IL_0030: { bool L_7 = ___localHeader0; if (L_7) { goto IL_003d; } } { uint64_t L_8 = __this->get_size_4(); if ((!(((uint64_t)L_8) == ((uint64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))))) { goto IL_0049; } } IL_003d: { ZipExtraData_t3545003289 * L_9 = V_0; NullCheck(L_9); int64_t L_10 = ZipExtraData_ReadLong_m1884965075(L_9, /*hidden argument*/NULL); __this->set_size_4(L_10); } IL_0049: { bool L_11 = ___localHeader0; if (L_11) { goto IL_0056; } } { uint64_t L_12 = __this->get_compressedSize_5(); if ((!(((uint64_t)L_12) == ((uint64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))))) { goto IL_0062; } } IL_0056: { ZipExtraData_t3545003289 * L_13 = V_0; NullCheck(L_13); int64_t L_14 = ZipExtraData_ReadLong_m1884965075(L_13, /*hidden argument*/NULL); __this->set_compressedSize_5(L_14); } IL_0062: { bool L_15 = ___localHeader0; if (L_15) { goto IL_00ac; } } { int64_t L_16 = __this->get_offset_14(); if ((!(((uint64_t)L_16) == ((uint64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))))) { goto IL_00ac; } } { ZipExtraData_t3545003289 * L_17 = V_0; NullCheck(L_17); int64_t L_18 = ZipExtraData_ReadLong_m1884965075(L_17, /*hidden argument*/NULL); __this->set_offset_14(L_18); goto IL_00ac; } IL_007d: { uint16_t L_19 = __this->get_versionToExtract_6(); if ((((int32_t)((int32_t)((int32_t)L_19&(int32_t)((int32_t)255)))) < ((int32_t)((int32_t)45)))) { goto IL_00ac; } } { uint64_t L_20 = __this->get_size_4(); if ((((int64_t)L_20) == ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_00a1; } } { uint64_t L_21 = __this->get_compressedSize_5(); if ((!(((uint64_t)L_21) == ((uint64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))))) { goto IL_00ac; } } IL_00a1: { ZipException_t3735454771 * L_22 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_22, _stringLiteral3257368408, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22,ZipEntry_ProcessExtraData_m2421587542_RuntimeMethod_var); } IL_00ac: { ZipExtraData_t3545003289 * L_23 = V_0; NullCheck(L_23); bool L_24 = ZipExtraData_Find_m1693986585(L_23, ((int32_t)10), /*hidden argument*/NULL); if (!L_24) { goto IL_0122; } } { ZipExtraData_t3545003289 * L_25 = V_0; NullCheck(L_25); int32_t L_26 = ZipExtraData_get_ValueLength_m1844821788(L_25, /*hidden argument*/NULL); if ((((int32_t)L_26) >= ((int32_t)4))) { goto IL_00ca; } } { ZipException_t3735454771 * L_27 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_27, _stringLiteral888266262, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27,ZipEntry_ProcessExtraData_m2421587542_RuntimeMethod_var); } IL_00ca: { ZipExtraData_t3545003289 * L_28 = V_0; NullCheck(L_28); ZipExtraData_ReadInt_m1439615567(L_28, /*hidden argument*/NULL); goto IL_0117; } IL_00d3: { ZipExtraData_t3545003289 * L_29 = V_0; NullCheck(L_29); int32_t L_30 = ZipExtraData_ReadShort_m3804022556(L_29, /*hidden argument*/NULL); V_1 = L_30; ZipExtraData_t3545003289 * L_31 = V_0; NullCheck(L_31); int32_t L_32 = ZipExtraData_ReadShort_m3804022556(L_31, /*hidden argument*/NULL); V_2 = L_32; int32_t L_33 = V_1; if ((!(((uint32_t)L_33) == ((uint32_t)1)))) { goto IL_0110; } } { int32_t L_34 = V_2; if ((((int32_t)L_34) < ((int32_t)((int32_t)24)))) { goto IL_0189; } } { ZipExtraData_t3545003289 * L_35 = V_0; NullCheck(L_35); int64_t L_36 = ZipExtraData_ReadLong_m1884965075(L_35, /*hidden argument*/NULL); V_3 = L_36; ZipExtraData_t3545003289 * L_37 = V_0; NullCheck(L_37); ZipExtraData_ReadLong_m1884965075(L_37, /*hidden argument*/NULL); ZipExtraData_t3545003289 * L_38 = V_0; NullCheck(L_38); ZipExtraData_ReadLong_m1884965075(L_38, /*hidden argument*/NULL); int64_t L_39 = V_3; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_40 = DateTime_FromFileTime_m47770515(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); ZipEntry_set_DateTime_m949192526(__this, L_40, /*hidden argument*/NULL); goto IL_0189; } IL_0110: { ZipExtraData_t3545003289 * L_41 = V_0; int32_t L_42 = V_2; NullCheck(L_41); ZipExtraData_Skip_m3543377846(L_41, L_42, /*hidden argument*/NULL); } IL_0117: { ZipExtraData_t3545003289 * L_43 = V_0; NullCheck(L_43); int32_t L_44 = ZipExtraData_get_UnreadCount_m424776681(L_43, /*hidden argument*/NULL); if ((((int32_t)L_44) >= ((int32_t)4))) { goto IL_00d3; } } { goto IL_0189; } IL_0122: { ZipExtraData_t3545003289 * L_45 = V_0; NullCheck(L_45); bool L_46 = ZipExtraData_Find_m1693986585(L_45, ((int32_t)21589), /*hidden argument*/NULL); if (!L_46) { goto IL_0189; } } { ZipExtraData_t3545003289 * L_47 = V_0; NullCheck(L_47); int32_t L_48 = ZipExtraData_get_ValueLength_m1844821788(L_47, /*hidden argument*/NULL); V_4 = L_48; ZipExtraData_t3545003289 * L_49 = V_0; NullCheck(L_49); int32_t L_50 = ZipExtraData_ReadByte_m2486552161(L_49, /*hidden argument*/NULL); V_5 = L_50; int32_t L_51 = V_5; if (!((int32_t)((int32_t)L_51&(int32_t)1))) { goto IL_0189; } } { int32_t L_52 = V_4; if ((((int32_t)L_52) < ((int32_t)5))) { goto IL_0189; } } { ZipExtraData_t3545003289 * L_53 = V_0; NullCheck(L_53); int32_t L_54 = ZipExtraData_ReadInt_m1439615567(L_53, /*hidden argument*/NULL); V_6 = L_54; DateTime_t3738529785 L_55; memset(&L_55, 0, sizeof(L_55)); DateTime__ctor_m3895589019((&L_55), ((int32_t)1970), 1, 1, 0, 0, 0, /*hidden argument*/NULL); V_7 = L_55; DateTime_t3738529785 L_56 = DateTime_ToUniversalTime_m1945318289((&V_7), /*hidden argument*/NULL); int32_t L_57 = V_6; TimeSpan_t881159249 L_58; memset(&L_58, 0, sizeof(L_58)); TimeSpan__ctor_m2047388489((&L_58), 0, 0, 0, L_57, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_59 = DateTime_op_Addition_m1857121695(NULL /*static, unused*/, L_56, L_58, /*hidden argument*/NULL); V_8 = L_59; DateTime_t3738529785 L_60 = DateTime_ToLocalTime_m3134475597((&V_8), /*hidden argument*/NULL); ZipEntry_set_DateTime_m949192526(__this, L_60, /*hidden argument*/NULL); } IL_0189: { int32_t L_61 = __this->get_method_9(); if ((!(((uint32_t)L_61) == ((uint32_t)((int32_t)99))))) { goto IL_019a; } } { ZipExtraData_t3545003289 * L_62 = V_0; ZipEntry_ProcessAESExtraData_m2238732364(__this, L_62, /*hidden argument*/NULL); } IL_019a: { return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::ProcessAESExtraData(ICSharpCode.SharpZipLib.Zip.ZipExtraData) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_ProcessAESExtraData_m2238732364 (ZipEntry_t658048195 * __this, ZipExtraData_t3545003289 * ___extraData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipEntry_ProcessAESExtraData_m2238732364_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { ZipExtraData_t3545003289 * L_0 = ___extraData0; NullCheck(L_0); bool L_1 = ZipExtraData_Find_m1693986585(L_0, ((int32_t)39169), /*hidden argument*/NULL); if (!L_1) { goto IL_007c; } } { __this->set_versionToExtract_6((uint16_t)((int32_t)51)); int32_t L_2 = ZipEntry_get_Flags_m4217420756(__this, /*hidden argument*/NULL); ZipEntry_set_Flags_m1085594863(__this, ((int32_t)((int32_t)L_2|(int32_t)((int32_t)64))), /*hidden argument*/NULL); ZipExtraData_t3545003289 * L_3 = ___extraData0; NullCheck(L_3); int32_t L_4 = ZipExtraData_get_ValueLength_m1844821788(L_3, /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) >= ((int32_t)7))) { goto IL_004a; } } { int32_t L_6 = V_0; int32_t L_7 = L_6; RuntimeObject * L_8 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_7); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral2586243914, L_8, _stringLiteral3496652213, /*hidden argument*/NULL); ZipException_t3735454771 * L_10 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,ZipEntry_ProcessAESExtraData_m2238732364_RuntimeMethod_var); } IL_004a: { ZipExtraData_t3545003289 * L_11 = ___extraData0; NullCheck(L_11); int32_t L_12 = ZipExtraData_ReadShort_m3804022556(L_11, /*hidden argument*/NULL); V_1 = L_12; ZipExtraData_t3545003289 * L_13 = ___extraData0; NullCheck(L_13); ZipExtraData_ReadShort_m3804022556(L_13, /*hidden argument*/NULL); ZipExtraData_t3545003289 * L_14 = ___extraData0; NullCheck(L_14); int32_t L_15 = ZipExtraData_ReadByte_m2486552161(L_14, /*hidden argument*/NULL); V_2 = L_15; ZipExtraData_t3545003289 * L_16 = ___extraData0; NullCheck(L_16); int32_t L_17 = ZipExtraData_ReadShort_m3804022556(L_16, /*hidden argument*/NULL); V_3 = L_17; int32_t L_18 = V_1; __this->set__aesVer_17(L_18); int32_t L_19 = V_2; __this->set__aesEncryptionStrength_18(L_19); int32_t L_20 = V_3; __this->set_method_9(L_20); return; } IL_007c: { ZipException_t3735454771 * L_21 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_21, _stringLiteral3836766488, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,ZipEntry_ProcessAESExtraData_m2238732364_RuntimeMethod_var); } } // System.String ICSharpCode.SharpZipLib.Zip.ZipEntry::get_Comment() extern "C" IL2CPP_METHOD_ATTR String_t* ZipEntry_get_Comment_m19598141 (ZipEntry_t658048195 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_comment_11(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_Comment(System.String) extern "C" IL2CPP_METHOD_ATTR void ZipEntry_set_Comment_m617564734 (ZipEntry_t658048195 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipEntry_set_Comment_m617564734_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (!L_0) { goto IL_0020; } } { String_t* L_1 = ___value0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) <= ((int32_t)((int32_t)65535)))) { goto IL_0020; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral3493618073, _stringLiteral3611200809, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ZipEntry_set_Comment_m617564734_RuntimeMethod_var); } IL_0020: { String_t* L_4 = ___value0; __this->set_comment_11(L_4); return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::get_IsDirectory() extern "C" IL2CPP_METHOD_ATTR bool ZipEntry_get_IsDirectory_m396075616 (ZipEntry_t658048195 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; bool V_1 = false; int32_t G_B5_0 = 0; { String_t* L_0 = __this->get_name_3(); NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0034; } } { String_t* L_3 = __this->get_name_3(); int32_t L_4 = V_0; NullCheck(L_3); Il2CppChar L_5 = String_get_Chars_m2986988803(L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)((int32_t)47)))) { goto IL_003e; } } { String_t* L_6 = __this->get_name_3(); int32_t L_7 = V_0; NullCheck(L_6); Il2CppChar L_8 = String_get_Chars_m2986988803(L_6, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)((int32_t)92)))) { goto IL_003e; } } IL_0034: { bool L_9 = ZipEntry_HasDosAttributes_m1172271789(__this, ((int32_t)16), /*hidden argument*/NULL); G_B5_0 = ((int32_t)(L_9)); goto IL_003f; } IL_003e: { G_B5_0 = 1; } IL_003f: { V_1 = (bool)G_B5_0; bool L_10 = V_1; return L_10; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::get_IsFile() extern "C" IL2CPP_METHOD_ATTR bool ZipEntry_get_IsFile_m1955188421 (ZipEntry_t658048195 * __this, const RuntimeMethod* method) { { bool L_0 = ZipEntry_get_IsDirectory_m396075616(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0013; } } { bool L_1 = ZipEntry_HasDosAttributes_m1172271789(__this, 8, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } IL_0013: { return (bool)0; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::IsCompressionMethodSupported() extern "C" IL2CPP_METHOD_ATTR bool ZipEntry_IsCompressionMethodSupported_m838744797 (ZipEntry_t658048195 * __this, const RuntimeMethod* method) { { int32_t L_0 = ZipEntry_get_CompressionMethod_m938942238(__this, /*hidden argument*/NULL); bool L_1 = ZipEntry_IsCompressionMethodSupported_m557734138(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Object ICSharpCode.SharpZipLib.Zip.ZipEntry::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ZipEntry_Clone_m1714868489 (ZipEntry_t658048195 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipEntry_Clone_m1714868489_MetadataUsageId); s_Il2CppMethodInitialized = true; } ZipEntry_t658048195 * V_0 = NULL; { RuntimeObject * L_0 = Object_MemberwiseClone_m1474068832(__this, /*hidden argument*/NULL); V_0 = ((ZipEntry_t658048195 *)CastclassClass((RuntimeObject*)L_0, ZipEntry_t658048195_il2cpp_TypeInfo_var)); ByteU5BU5D_t4116647657* L_1 = __this->get_extra_10(); if (!L_1) { goto IL_0042; } } { ZipEntry_t658048195 * L_2 = V_0; ByteU5BU5D_t4116647657* L_3 = __this->get_extra_10(); NullCheck(L_3); NullCheck(L_2); L_2->set_extra_10(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))))); ByteU5BU5D_t4116647657* L_4 = __this->get_extra_10(); ZipEntry_t658048195 * L_5 = V_0; NullCheck(L_5); ByteU5BU5D_t4116647657* L_6 = L_5->get_extra_10(); ByteU5BU5D_t4116647657* L_7 = __this->get_extra_10(); NullCheck(L_7); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, 0, (RuntimeArray *)(RuntimeArray *)L_6, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), /*hidden argument*/NULL); } IL_0042: { ZipEntry_t658048195 * L_8 = V_0; return L_8; } } // System.String ICSharpCode.SharpZipLib.Zip.ZipEntry::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* ZipEntry_ToString_m729827789 (ZipEntry_t658048195 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_3(); return L_0; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::IsCompressionMethodSupported(ICSharpCode.SharpZipLib.Zip.CompressionMethod) extern "C" IL2CPP_METHOD_ATTR bool ZipEntry_IsCompressionMethodSupported_m557734138 (RuntimeObject * __this /* static, unused */, int32_t ___method0, const RuntimeMethod* method) { { int32_t L_0 = ___method0; if ((((int32_t)L_0) == ((int32_t)8))) { goto IL_0009; } } { int32_t L_1 = ___method0; return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } IL_0009: { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::.ctor() extern "C" IL2CPP_METHOD_ATTR void ZipEntryFactory__ctor_m1476761994 (ZipEntryFactory_t2384201453 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipEntryFactory__ctor_m1476761994_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_0 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_fixedDateTime__1(L_0); __this->set_getAttributes__4((-1)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); ZipNameTransform_t466430031 * L_1 = (ZipNameTransform_t466430031 *)il2cpp_codegen_object_new(ZipNameTransform_t466430031_il2cpp_TypeInfo_var); ZipNameTransform__ctor_m3999084287(L_1, /*hidden argument*/NULL); __this->set_nameTransform__0(L_1); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::set_NameTransform(ICSharpCode.SharpZipLib.Core.INameTransform) extern "C" IL2CPP_METHOD_ATTR void ZipEntryFactory_set_NameTransform_m405142436 (ZipEntryFactory_t2384201453 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipEntryFactory_set_NameTransform_m405142436_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___value0; if (L_0) { goto IL_000f; } } { ZipNameTransform_t466430031 * L_1 = (ZipNameTransform_t466430031 *)il2cpp_codegen_object_new(ZipNameTransform_t466430031_il2cpp_TypeInfo_var); ZipNameTransform__ctor_m3999084287(L_1, /*hidden argument*/NULL); __this->set_nameTransform__0(L_1); return; } IL_000f: { RuntimeObject* L_2 = ___value0; __this->set_nameTransform__0(L_2); return; } } // ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::MakeFileEntry(System.String) extern "C" IL2CPP_METHOD_ATTR ZipEntry_t658048195 * ZipEntryFactory_MakeFileEntry_m2847715974 (ZipEntryFactory_t2384201453 * __this, String_t* ___fileName0, const RuntimeMethod* method) { { String_t* L_0 = ___fileName0; ZipEntry_t658048195 * L_1 = ZipEntryFactory_MakeFileEntry_m3579670948(__this, L_0, (bool)1, /*hidden argument*/NULL); return L_1; } } // ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::MakeFileEntry(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ZipEntry_t658048195 * ZipEntryFactory_MakeFileEntry_m3579670948 (ZipEntryFactory_t2384201453 * __this, String_t* ___fileName0, bool ___useFileSystem1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipEntryFactory_MakeFileEntry_m3579670948_MetadataUsageId); s_Il2CppMethodInitialized = true; } ZipEntry_t658048195 * V_0 = NULL; int32_t V_1 = 0; bool V_2 = false; FileInfo_t1169991790 * V_3 = NULL; int32_t V_4 = 0; { RuntimeObject* L_0 = __this->get_nameTransform__0(); String_t* L_1 = ___fileName0; NullCheck(L_0); String_t* L_2 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(0 /* System.String ICSharpCode.SharpZipLib.Core.INameTransform::TransformFile(System.String) */, INameTransform_t794478090_il2cpp_TypeInfo_var, L_0, L_1); ZipEntry_t658048195 * L_3 = (ZipEntry_t658048195 *)il2cpp_codegen_object_new(ZipEntry_t658048195_il2cpp_TypeInfo_var); ZipEntry__ctor_m1437400046(L_3, L_2, /*hidden argument*/NULL); V_0 = L_3; ZipEntry_t658048195 * L_4 = V_0; bool L_5 = __this->get_isUnicodeText__3(); NullCheck(L_4); ZipEntry_set_IsUnicodeText_m3874571827(L_4, L_5, /*hidden argument*/NULL); V_1 = 0; int32_t L_6 = __this->get_setAttributes__5(); V_2 = (bool)((((int32_t)((((int32_t)L_6) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); V_3 = (FileInfo_t1169991790 *)NULL; bool L_7 = ___useFileSystem1; if (!L_7) { goto IL_0039; } } { String_t* L_8 = ___fileName0; FileInfo_t1169991790 * L_9 = (FileInfo_t1169991790 *)il2cpp_codegen_object_new(FileInfo_t1169991790_il2cpp_TypeInfo_var); FileInfo__ctor_m3289795077(L_9, L_8, /*hidden argument*/NULL); V_3 = L_9; } IL_0039: { FileInfo_t1169991790 * L_10 = V_3; if (!L_10) { goto IL_0102; } } { FileInfo_t1169991790 * L_11 = V_3; NullCheck(L_11); bool L_12 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.FileSystemInfo::get_Exists() */, L_11); if (!L_12) { goto IL_0102; } } { int32_t L_13 = __this->get_timeSetting__2(); V_4 = L_13; int32_t L_14 = V_4; switch (L_14) { case 0: { goto IL_00af; } case 1: { goto IL_00bd; } case 2: { goto IL_0077; } case 3: { goto IL_0085; } case 4: { goto IL_0093; } case 5: { goto IL_00a1; } case 6: { goto IL_00cb; } } } { goto IL_00d9; } IL_0077: { ZipEntry_t658048195 * L_15 = V_0; FileInfo_t1169991790 * L_16 = V_3; NullCheck(L_16); DateTime_t3738529785 L_17 = FileSystemInfo_get_CreationTime_m3644550429(L_16, /*hidden argument*/NULL); NullCheck(L_15); ZipEntry_set_DateTime_m949192526(L_15, L_17, /*hidden argument*/NULL); goto IL_00e4; } IL_0085: { ZipEntry_t658048195 * L_18 = V_0; FileInfo_t1169991790 * L_19 = V_3; NullCheck(L_19); DateTime_t3738529785 L_20 = FileSystemInfo_get_CreationTimeUtc_m2985402610(L_19, /*hidden argument*/NULL); NullCheck(L_18); ZipEntry_set_DateTime_m949192526(L_18, L_20, /*hidden argument*/NULL); goto IL_00e4; } IL_0093: { ZipEntry_t658048195 * L_21 = V_0; FileInfo_t1169991790 * L_22 = V_3; NullCheck(L_22); DateTime_t3738529785 L_23 = FileSystemInfo_get_LastAccessTime_m2947231438(L_22, /*hidden argument*/NULL); NullCheck(L_21); ZipEntry_set_DateTime_m949192526(L_21, L_23, /*hidden argument*/NULL); goto IL_00e4; } IL_00a1: { ZipEntry_t658048195 * L_24 = V_0; FileInfo_t1169991790 * L_25 = V_3; NullCheck(L_25); DateTime_t3738529785 L_26 = FileSystemInfo_get_LastAccessTimeUtc_m3493456900(L_25, /*hidden argument*/NULL); NullCheck(L_24); ZipEntry_set_DateTime_m949192526(L_24, L_26, /*hidden argument*/NULL); goto IL_00e4; } IL_00af: { ZipEntry_t658048195 * L_27 = V_0; FileInfo_t1169991790 * L_28 = V_3; NullCheck(L_28); DateTime_t3738529785 L_29 = FileSystemInfo_get_LastWriteTime_m1574089390(L_28, /*hidden argument*/NULL); NullCheck(L_27); ZipEntry_set_DateTime_m949192526(L_27, L_29, /*hidden argument*/NULL); goto IL_00e4; } IL_00bd: { ZipEntry_t658048195 * L_30 = V_0; FileInfo_t1169991790 * L_31 = V_3; NullCheck(L_31); DateTime_t3738529785 L_32 = FileSystemInfo_get_LastWriteTimeUtc_m3231859333(L_31, /*hidden argument*/NULL); NullCheck(L_30); ZipEntry_set_DateTime_m949192526(L_30, L_32, /*hidden argument*/NULL); goto IL_00e4; } IL_00cb: { ZipEntry_t658048195 * L_33 = V_0; DateTime_t3738529785 L_34 = __this->get_fixedDateTime__1(); NullCheck(L_33); ZipEntry_set_DateTime_m949192526(L_33, L_34, /*hidden argument*/NULL); goto IL_00e4; } IL_00d9: { ZipException_t3735454771 * L_35 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_35, _stringLiteral3335520955, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35,ZipEntryFactory_MakeFileEntry_m3579670948_RuntimeMethod_var); } IL_00e4: { ZipEntry_t658048195 * L_36 = V_0; FileInfo_t1169991790 * L_37 = V_3; NullCheck(L_37); int64_t L_38 = FileInfo_get_Length_m1421843225(L_37, /*hidden argument*/NULL); NullCheck(L_36); ZipEntry_set_Size_m2456682509(L_36, L_38, /*hidden argument*/NULL); V_2 = (bool)1; FileInfo_t1169991790 * L_39 = V_3; NullCheck(L_39); int32_t L_40 = FileSystemInfo_get_Attributes_m3376634478(L_39, /*hidden argument*/NULL); int32_t L_41 = __this->get_getAttributes__4(); V_1 = ((int32_t)((int32_t)L_40&(int32_t)L_41)); goto IL_0117; } IL_0102: { int32_t L_42 = __this->get_timeSetting__2(); if ((!(((uint32_t)L_42) == ((uint32_t)6)))) { goto IL_0117; } } { ZipEntry_t658048195 * L_43 = V_0; DateTime_t3738529785 L_44 = __this->get_fixedDateTime__1(); NullCheck(L_43); ZipEntry_set_DateTime_m949192526(L_43, L_44, /*hidden argument*/NULL); } IL_0117: { bool L_45 = V_2; if (!L_45) { goto IL_012a; } } { int32_t L_46 = V_1; int32_t L_47 = __this->get_setAttributes__5(); V_1 = ((int32_t)((int32_t)L_46|(int32_t)L_47)); ZipEntry_t658048195 * L_48 = V_0; int32_t L_49 = V_1; NullCheck(L_48); ZipEntry_set_ExternalFileAttributes_m3233834930(L_48, L_49, /*hidden argument*/NULL); } IL_012a: { ZipEntry_t658048195 * L_50 = V_0; return L_50; } } // ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::MakeDirectoryEntry(System.String) extern "C" IL2CPP_METHOD_ATTR ZipEntry_t658048195 * ZipEntryFactory_MakeDirectoryEntry_m2958114689 (ZipEntryFactory_t2384201453 * __this, String_t* ___directoryName0, const RuntimeMethod* method) { { String_t* L_0 = ___directoryName0; ZipEntry_t658048195 * L_1 = ZipEntryFactory_MakeDirectoryEntry_m3391239011(__this, L_0, (bool)1, /*hidden argument*/NULL); return L_1; } } // ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::MakeDirectoryEntry(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ZipEntry_t658048195 * ZipEntryFactory_MakeDirectoryEntry_m3391239011 (ZipEntryFactory_t2384201453 * __this, String_t* ___directoryName0, bool ___useFileSystem1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipEntryFactory_MakeDirectoryEntry_m3391239011_MetadataUsageId); s_Il2CppMethodInitialized = true; } ZipEntry_t658048195 * V_0 = NULL; int32_t V_1 = 0; DirectoryInfo_t35957480 * V_2 = NULL; int32_t V_3 = 0; { RuntimeObject* L_0 = __this->get_nameTransform__0(); String_t* L_1 = ___directoryName0; NullCheck(L_0); String_t* L_2 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(1 /* System.String ICSharpCode.SharpZipLib.Core.INameTransform::TransformDirectory(System.String) */, INameTransform_t794478090_il2cpp_TypeInfo_var, L_0, L_1); ZipEntry_t658048195 * L_3 = (ZipEntry_t658048195 *)il2cpp_codegen_object_new(ZipEntry_t658048195_il2cpp_TypeInfo_var); ZipEntry__ctor_m1437400046(L_3, L_2, /*hidden argument*/NULL); V_0 = L_3; ZipEntry_t658048195 * L_4 = V_0; bool L_5 = __this->get_isUnicodeText__3(); NullCheck(L_4); ZipEntry_set_IsUnicodeText_m3874571827(L_4, L_5, /*hidden argument*/NULL); ZipEntry_t658048195 * L_6 = V_0; NullCheck(L_6); ZipEntry_set_Size_m2456682509(L_6, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_1 = 0; V_2 = (DirectoryInfo_t35957480 *)NULL; bool L_7 = ___useFileSystem1; if (!L_7) { goto IL_0034; } } { String_t* L_8 = ___directoryName0; DirectoryInfo_t35957480 * L_9 = (DirectoryInfo_t35957480 *)il2cpp_codegen_object_new(DirectoryInfo_t35957480_il2cpp_TypeInfo_var); DirectoryInfo__ctor_m1000259829(L_9, L_8, /*hidden argument*/NULL); V_2 = L_9; } IL_0034: { DirectoryInfo_t35957480 * L_10 = V_2; if (!L_10) { goto IL_00ed; } } { DirectoryInfo_t35957480 * L_11 = V_2; NullCheck(L_11); bool L_12 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.FileSystemInfo::get_Exists() */, L_11); if (!L_12) { goto IL_00ed; } } { int32_t L_13 = __this->get_timeSetting__2(); V_3 = L_13; int32_t L_14 = V_3; switch (L_14) { case 0: { goto IL_00a8; } case 1: { goto IL_00b6; } case 2: { goto IL_0070; } case 3: { goto IL_007e; } case 4: { goto IL_008c; } case 5: { goto IL_009a; } case 6: { goto IL_00c4; } } } { goto IL_00d2; } IL_0070: { ZipEntry_t658048195 * L_15 = V_0; DirectoryInfo_t35957480 * L_16 = V_2; NullCheck(L_16); DateTime_t3738529785 L_17 = FileSystemInfo_get_CreationTime_m3644550429(L_16, /*hidden argument*/NULL); NullCheck(L_15); ZipEntry_set_DateTime_m949192526(L_15, L_17, /*hidden argument*/NULL); goto IL_00dd; } IL_007e: { ZipEntry_t658048195 * L_18 = V_0; DirectoryInfo_t35957480 * L_19 = V_2; NullCheck(L_19); DateTime_t3738529785 L_20 = FileSystemInfo_get_CreationTimeUtc_m2985402610(L_19, /*hidden argument*/NULL); NullCheck(L_18); ZipEntry_set_DateTime_m949192526(L_18, L_20, /*hidden argument*/NULL); goto IL_00dd; } IL_008c: { ZipEntry_t658048195 * L_21 = V_0; DirectoryInfo_t35957480 * L_22 = V_2; NullCheck(L_22); DateTime_t3738529785 L_23 = FileSystemInfo_get_LastAccessTime_m2947231438(L_22, /*hidden argument*/NULL); NullCheck(L_21); ZipEntry_set_DateTime_m949192526(L_21, L_23, /*hidden argument*/NULL); goto IL_00dd; } IL_009a: { ZipEntry_t658048195 * L_24 = V_0; DirectoryInfo_t35957480 * L_25 = V_2; NullCheck(L_25); DateTime_t3738529785 L_26 = FileSystemInfo_get_LastAccessTimeUtc_m3493456900(L_25, /*hidden argument*/NULL); NullCheck(L_24); ZipEntry_set_DateTime_m949192526(L_24, L_26, /*hidden argument*/NULL); goto IL_00dd; } IL_00a8: { ZipEntry_t658048195 * L_27 = V_0; DirectoryInfo_t35957480 * L_28 = V_2; NullCheck(L_28); DateTime_t3738529785 L_29 = FileSystemInfo_get_LastWriteTime_m1574089390(L_28, /*hidden argument*/NULL); NullCheck(L_27); ZipEntry_set_DateTime_m949192526(L_27, L_29, /*hidden argument*/NULL); goto IL_00dd; } IL_00b6: { ZipEntry_t658048195 * L_30 = V_0; DirectoryInfo_t35957480 * L_31 = V_2; NullCheck(L_31); DateTime_t3738529785 L_32 = FileSystemInfo_get_LastWriteTimeUtc_m3231859333(L_31, /*hidden argument*/NULL); NullCheck(L_30); ZipEntry_set_DateTime_m949192526(L_30, L_32, /*hidden argument*/NULL); goto IL_00dd; } IL_00c4: { ZipEntry_t658048195 * L_33 = V_0; DateTime_t3738529785 L_34 = __this->get_fixedDateTime__1(); NullCheck(L_33); ZipEntry_set_DateTime_m949192526(L_33, L_34, /*hidden argument*/NULL); goto IL_00dd; } IL_00d2: { ZipException_t3735454771 * L_35 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_35, _stringLiteral3039100716, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35,ZipEntryFactory_MakeDirectoryEntry_m3391239011_RuntimeMethod_var); } IL_00dd: { DirectoryInfo_t35957480 * L_36 = V_2; NullCheck(L_36); int32_t L_37 = FileSystemInfo_get_Attributes_m3376634478(L_36, /*hidden argument*/NULL); int32_t L_38 = __this->get_getAttributes__4(); V_1 = ((int32_t)((int32_t)L_37&(int32_t)L_38)); goto IL_0102; } IL_00ed: { int32_t L_39 = __this->get_timeSetting__2(); if ((!(((uint32_t)L_39) == ((uint32_t)6)))) { goto IL_0102; } } { ZipEntry_t658048195 * L_40 = V_0; DateTime_t3738529785 L_41 = __this->get_fixedDateTime__1(); NullCheck(L_40); ZipEntry_set_DateTime_m949192526(L_40, L_41, /*hidden argument*/NULL); } IL_0102: { int32_t L_42 = V_1; int32_t L_43 = __this->get_setAttributes__5(); V_1 = ((int32_t)((int32_t)L_42|(int32_t)((int32_t)((int32_t)L_43|(int32_t)((int32_t)16))))); ZipEntry_t658048195 * L_44 = V_0; int32_t L_45 = V_1; NullCheck(L_44); ZipEntry_set_ExternalFileAttributes_m3233834930(L_44, L_45, /*hidden argument*/NULL); ZipEntry_t658048195 * L_46 = V_0; return L_46; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.ZipException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ZipException__ctor_m1797090169 (ZipException_t3735454771 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; SharpZipBaseException__ctor_m2331388633(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ZipException__ctor_m2256952395 (ZipException_t3735454771 * __this, const RuntimeMethod* method) { { SharpZipBaseException__ctor_m1158914753(__this, /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ZipException__ctor_m3019046444 (ZipException_t3735454771 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SharpZipBaseException__ctor_m1401850726(__this, L_0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ZipExtraData__ctor_m806670012 (ZipExtraData_t3545003289 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipExtraData__ctor_m806670012_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_0 = ___data0; if (L_0) { goto IL_0016; } } { __this->set__data_4(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)0))); return; } IL_0016: { ByteU5BU5D_t4116647657* L_1 = ___data0; __this->set__data_4(L_1); return; } } // System.Byte[] ICSharpCode.SharpZipLib.Zip.ZipExtraData::GetEntryData() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ZipExtraData_GetEntryData_m3346744850 (ZipExtraData_t3545003289 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipExtraData_GetEntryData_m3346744850_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ZipExtraData_get_Length_m3981765642(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)((int32_t)65535)))) { goto IL_0018; } } { ZipException_t3735454771 * L_1 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_1, _stringLiteral3722626007, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ZipExtraData_GetEntryData_m3346744850_RuntimeMethod_var); } IL_0018: { ByteU5BU5D_t4116647657* L_2 = __this->get__data_4(); NullCheck((RuntimeArray *)(RuntimeArray *)L_2); RuntimeObject * L_3 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_2, /*hidden argument*/NULL); return ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_3, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t ZipExtraData_get_Length_m3981765642 (ZipExtraData_t3545003289 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get__data_4(); NullCheck(L_0); return (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::get_ValueLength() extern "C" IL2CPP_METHOD_ATTR int32_t ZipExtraData_get_ValueLength_m1844821788 (ZipExtraData_t3545003289 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__readValueLength_2(); return L_0; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::get_CurrentReadIndex() extern "C" IL2CPP_METHOD_ATTR int32_t ZipExtraData_get_CurrentReadIndex_m1273167548 (ZipExtraData_t3545003289 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__index_0(); return L_0; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::get_UnreadCount() extern "C" IL2CPP_METHOD_ATTR int32_t ZipExtraData_get_UnreadCount_m424776681 (ZipExtraData_t3545003289 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipExtraData_get_UnreadCount_m424776681_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get__readValueStart_1(); ByteU5BU5D_t4116647657* L_1 = __this->get__data_4(); NullCheck(L_1); if ((((int32_t)L_0) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))))) { goto IL_0019; } } { int32_t L_2 = __this->get__readValueStart_1(); if ((((int32_t)L_2) >= ((int32_t)4))) { goto IL_0024; } } IL_0019: { ZipException_t3735454771 * L_3 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_3, _stringLiteral3501907297, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ZipExtraData_get_UnreadCount_m424776681_RuntimeMethod_var); } IL_0024: { int32_t L_4 = __this->get__readValueStart_1(); int32_t L_5 = __this->get__readValueLength_2(); int32_t L_6 = __this->get__index_0(); return ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)), (int32_t)L_6)); } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipExtraData::Find(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ZipExtraData_Find_m1693986585 (ZipExtraData_t3545003289 * __this, int32_t ___headerID0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; bool V_2 = false; int32_t G_B8_0 = 0; { ByteU5BU5D_t4116647657* L_0 = __this->get__data_4(); NullCheck(L_0); __this->set__readValueStart_1((((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))); __this->set__readValueLength_2(0); __this->set__index_0(0); int32_t L_1 = __this->get__readValueStart_1(); V_0 = L_1; int32_t L_2 = ___headerID0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); goto IL_0049; } IL_0029: { int32_t L_3 = ZipExtraData_ReadShortInternal_m1433505443(__this, /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = ZipExtraData_ReadShortInternal_m1433505443(__this, /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = V_1; int32_t L_6 = ___headerID0; if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_0049; } } { int32_t L_7 = __this->get__index_0(); int32_t L_8 = V_0; __this->set__index_0(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8))); } IL_0049: { int32_t L_9 = V_1; int32_t L_10 = ___headerID0; if ((((int32_t)L_9) == ((int32_t)L_10))) { goto IL_005f; } } { int32_t L_11 = __this->get__index_0(); ByteU5BU5D_t4116647657* L_12 = __this->get__data_4(); NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))), (int32_t)3))))) { goto IL_0029; } } IL_005f: { int32_t L_13 = V_1; int32_t L_14 = ___headerID0; if ((!(((uint32_t)L_13) == ((uint32_t)L_14)))) { goto IL_007a; } } { int32_t L_15 = __this->get__index_0(); int32_t L_16 = V_0; ByteU5BU5D_t4116647657* L_17 = __this->get__data_4(); NullCheck(L_17); G_B8_0 = ((((int32_t)((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16))) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length))))))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_007b; } IL_007a: { G_B8_0 = 0; } IL_007b: { V_2 = (bool)G_B8_0; bool L_18 = V_2; if (!L_18) { goto IL_0092; } } { int32_t L_19 = __this->get__index_0(); __this->set__readValueStart_1(L_19); int32_t L_20 = V_0; __this->set__readValueLength_2(L_20); } IL_0092: { bool L_21 = V_2; return L_21; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::AddEntry(System.Int32,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ZipExtraData_AddEntry_m1447410624 (ZipExtraData_t3545003289 * __this, int32_t ___headerID0, ByteU5BU5D_t4116647657* ___fieldData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipExtraData_AddEntry_m1447410624_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ByteU5BU5D_t4116647657* V_2 = NULL; int32_t V_3 = 0; int32_t G_B6_0 = 0; { int32_t L_0 = ___headerID0; if ((((int32_t)L_0) > ((int32_t)((int32_t)65535)))) { goto IL_000c; } } { int32_t L_1 = ___headerID0; if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_0017; } } IL_000c: { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_2, _stringLiteral3478892969, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,ZipExtraData_AddEntry_m1447410624_RuntimeMethod_var); } IL_0017: { ByteU5BU5D_t4116647657* L_3 = ___fieldData1; if (!L_3) { goto IL_001f; } } { ByteU5BU5D_t4116647657* L_4 = ___fieldData1; NullCheck(L_4); G_B6_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))); goto IL_0020; } IL_001f: { G_B6_0 = 0; } IL_0020: { V_0 = G_B6_0; int32_t L_5 = V_0; if ((((int32_t)L_5) <= ((int32_t)((int32_t)65535)))) { goto IL_0039; } } { ArgumentOutOfRangeException_t777629997 * L_6 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_6, _stringLiteral463631518, _stringLiteral348582159, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,ZipExtraData_AddEntry_m1447410624_RuntimeMethod_var); } IL_0039: { ByteU5BU5D_t4116647657* L_7 = __this->get__data_4(); NullCheck(L_7); int32_t L_8 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), (int32_t)L_8)), (int32_t)4)); int32_t L_9 = ___headerID0; bool L_10 = ZipExtraData_Find_m1693986585(__this, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_005a; } } { int32_t L_11 = V_1; int32_t L_12 = ZipExtraData_get_ValueLength_m1844821788(__this, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)4)))); } IL_005a: { int32_t L_13 = V_1; if ((((int32_t)L_13) <= ((int32_t)((int32_t)65535)))) { goto IL_006d; } } { ZipException_t3735454771 * L_14 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_14, _stringLiteral3722626007, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,ZipExtraData_AddEntry_m1447410624_RuntimeMethod_var); } IL_006d: { int32_t L_15 = ___headerID0; ZipExtraData_Delete_m1786966142(__this, L_15, /*hidden argument*/NULL); int32_t L_16 = V_1; V_2 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_16)); ByteU5BU5D_t4116647657* L_17 = __this->get__data_4(); ByteU5BU5D_t4116647657* L_18 = V_2; NullCheck((RuntimeArray *)(RuntimeArray *)L_17); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_17, (RuntimeArray *)(RuntimeArray *)L_18, 0, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_19 = __this->get__data_4(); NullCheck(L_19); V_3 = (((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length)))); ByteU5BU5D_t4116647657* L_20 = V_2; __this->set__data_4(L_20); int32_t L_21 = ___headerID0; ZipExtraData_SetShort_m4083769854(__this, (&V_3), L_21, /*hidden argument*/NULL); int32_t L_22 = V_0; ZipExtraData_SetShort_m4083769854(__this, (&V_3), L_22, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_23 = ___fieldData1; if (!L_23) { goto IL_00b6; } } { ByteU5BU5D_t4116647657* L_24 = ___fieldData1; ByteU5BU5D_t4116647657* L_25 = V_2; int32_t L_26 = V_3; NullCheck((RuntimeArray *)(RuntimeArray *)L_24); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_24, (RuntimeArray *)(RuntimeArray *)L_25, L_26, /*hidden argument*/NULL); } IL_00b6: { return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::StartNewEntry() extern "C" IL2CPP_METHOD_ATTR void ZipExtraData_StartNewEntry_m940288835 (ZipExtraData_t3545003289 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipExtraData_StartNewEntry_m940288835_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MemoryStream_t94973147 * L_0 = (MemoryStream_t94973147 *)il2cpp_codegen_object_new(MemoryStream_t94973147_il2cpp_TypeInfo_var); MemoryStream__ctor_m2678285228(L_0, /*hidden argument*/NULL); __this->set__newEntry_3(L_0); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::AddNewEntry(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ZipExtraData_AddNewEntry_m2918706673 (ZipExtraData_t3545003289 * __this, int32_t ___headerID0, const RuntimeMethod* method) { ByteU5BU5D_t4116647657* V_0 = NULL; { MemoryStream_t94973147 * L_0 = __this->get__newEntry_3(); NullCheck(L_0); ByteU5BU5D_t4116647657* L_1 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(30 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_0); V_0 = L_1; __this->set__newEntry_3((MemoryStream_t94973147 *)NULL); int32_t L_2 = ___headerID0; ByteU5BU5D_t4116647657* L_3 = V_0; ZipExtraData_AddEntry_m1447410624(__this, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::AddData(System.Byte) extern "C" IL2CPP_METHOD_ATTR void ZipExtraData_AddData_m3430307780 (ZipExtraData_t3545003289 * __this, uint8_t ___data0, const RuntimeMethod* method) { { MemoryStream_t94973147 * L_0 = __this->get__newEntry_3(); uint8_t L_1 = ___data0; NullCheck(L_0); VirtActionInvoker1< uint8_t >::Invoke(23 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_0, L_1); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::AddLeShort(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ZipExtraData_AddLeShort_m2681819167 (ZipExtraData_t3545003289 * __this, int32_t ___toAdd0, const RuntimeMethod* method) { { MemoryStream_t94973147 * L_0 = __this->get__newEntry_3(); int32_t L_1 = ___toAdd0; NullCheck(L_0); VirtActionInvoker1< uint8_t >::Invoke(23 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_0, (uint8_t)(((int32_t)((uint8_t)L_1)))); MemoryStream_t94973147 * L_2 = __this->get__newEntry_3(); int32_t L_3 = ___toAdd0; NullCheck(L_2); VirtActionInvoker1< uint8_t >::Invoke(23 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_2, (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_3>>(int32_t)8)))))); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::AddLeInt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ZipExtraData_AddLeInt_m751589201 (ZipExtraData_t3545003289 * __this, int32_t ___toAdd0, const RuntimeMethod* method) { { int32_t L_0 = ___toAdd0; ZipExtraData_AddLeShort_m2681819167(__this, (((int16_t)((int16_t)L_0))), /*hidden argument*/NULL); int32_t L_1 = ___toAdd0; ZipExtraData_AddLeShort_m2681819167(__this, (((int16_t)((int16_t)((int32_t)((int32_t)L_1>>(int32_t)((int32_t)16)))))), /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::AddLeLong(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ZipExtraData_AddLeLong_m2903902788 (ZipExtraData_t3545003289 * __this, int64_t ___toAdd0, const RuntimeMethod* method) { { int64_t L_0 = ___toAdd0; ZipExtraData_AddLeInt_m751589201(__this, (((int32_t)((int32_t)((int64_t)((int64_t)L_0&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))))), /*hidden argument*/NULL); int64_t L_1 = ___toAdd0; ZipExtraData_AddLeInt_m751589201(__this, (((int32_t)((int32_t)((int64_t)((int64_t)L_1>>(int32_t)((int32_t)32)))))), /*hidden argument*/NULL); return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipExtraData::Delete(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ZipExtraData_Delete_m1786966142 (ZipExtraData_t3545003289 * __this, int32_t ___headerID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipExtraData_Delete_m1786966142_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; ByteU5BU5D_t4116647657* V_2 = NULL; int32_t V_3 = 0; { V_0 = (bool)0; int32_t L_0 = ___headerID0; bool L_1 = ZipExtraData_Find_m1693986585(__this, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0066; } } { V_0 = (bool)1; int32_t L_2 = __this->get__readValueStart_1(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)4)); ByteU5BU5D_t4116647657* L_3 = __this->get__data_4(); NullCheck(L_3); int32_t L_4 = ZipExtraData_get_ValueLength_m1844821788(__this, /*hidden argument*/NULL); V_2 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)4)))))); ByteU5BU5D_t4116647657* L_5 = __this->get__data_4(); ByteU5BU5D_t4116647657* L_6 = V_2; int32_t L_7 = V_1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, 0, (RuntimeArray *)(RuntimeArray *)L_6, 0, L_7, /*hidden argument*/NULL); int32_t L_8 = V_1; int32_t L_9 = ZipExtraData_get_ValueLength_m1844821788(__this, /*hidden argument*/NULL); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)), (int32_t)4)); ByteU5BU5D_t4116647657* L_10 = __this->get__data_4(); int32_t L_11 = V_3; ByteU5BU5D_t4116647657* L_12 = V_2; int32_t L_13 = V_1; ByteU5BU5D_t4116647657* L_14 = __this->get__data_4(); NullCheck(L_14); int32_t L_15 = V_3; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_10, L_11, (RuntimeArray *)(RuntimeArray *)L_12, L_13, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))), (int32_t)L_15)), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_16 = V_2; __this->set__data_4(L_16); } IL_0066: { bool L_17 = V_0; return L_17; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipExtraData::ReadLong() extern "C" IL2CPP_METHOD_ATTR int64_t ZipExtraData_ReadLong_m1884965075 (ZipExtraData_t3545003289 * __this, const RuntimeMethod* method) { { ZipExtraData_ReadCheck_m3277444843(__this, 8, /*hidden argument*/NULL); int32_t L_0 = ZipExtraData_ReadInt_m1439615567(__this, /*hidden argument*/NULL); int32_t L_1 = ZipExtraData_ReadInt_m1439615567(__this, /*hidden argument*/NULL); return ((int64_t)((int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_0)))&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))|(int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_1)))<<(int32_t)((int32_t)32))))); } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::ReadInt() extern "C" IL2CPP_METHOD_ATTR int32_t ZipExtraData_ReadInt_m1439615567 (ZipExtraData_t3545003289 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { ZipExtraData_ReadCheck_m3277444843(__this, 4, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_0 = __this->get__data_4(); int32_t L_1 = __this->get__index_0(); NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); ByteU5BU5D_t4116647657* L_4 = __this->get__data_4(); int32_t L_5 = __this->get__index_0(); NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); ByteU5BU5D_t4116647657* L_8 = __this->get__data_4(); int32_t L_9 = __this->get__index_0(); NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)2)); uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); ByteU5BU5D_t4116647657* L_12 = __this->get__data_4(); int32_t L_13 = __this->get__index_0(); NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)3)); uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)((int32_t)L_7<<(int32_t)8)))), (int32_t)((int32_t)((int32_t)L_11<<(int32_t)((int32_t)16))))), (int32_t)((int32_t)((int32_t)L_15<<(int32_t)((int32_t)24))))); int32_t L_16 = __this->get__index_0(); __this->set__index_0(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)4))); int32_t L_17 = V_0; return L_17; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::ReadShort() extern "C" IL2CPP_METHOD_ATTR int32_t ZipExtraData_ReadShort_m3804022556 (ZipExtraData_t3545003289 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { ZipExtraData_ReadCheck_m3277444843(__this, 2, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_0 = __this->get__data_4(); int32_t L_1 = __this->get__index_0(); NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); ByteU5BU5D_t4116647657* L_4 = __this->get__data_4(); int32_t L_5 = __this->get__index_0(); NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)((int32_t)L_7<<(int32_t)8)))); int32_t L_8 = __this->get__index_0(); __this->set__index_0(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)2))); int32_t L_9 = V_0; return L_9; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::ReadByte() extern "C" IL2CPP_METHOD_ATTR int32_t ZipExtraData_ReadByte_m2486552161 (ZipExtraData_t3545003289 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = (-1); int32_t L_0 = __this->get__index_0(); ByteU5BU5D_t4116647657* L_1 = __this->get__data_4(); NullCheck(L_1); if ((((int32_t)L_0) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))))) { goto IL_0043; } } { int32_t L_2 = __this->get__readValueStart_1(); int32_t L_3 = __this->get__readValueLength_2(); int32_t L_4 = __this->get__index_0(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3))) <= ((int32_t)L_4))) { goto IL_0043; } } { ByteU5BU5D_t4116647657* L_5 = __this->get__data_4(); int32_t L_6 = __this->get__index_0(); NullCheck(L_5); int32_t L_7 = L_6; uint8_t L_8 = (L_5)->GetAt(static_cast(L_7)); V_0 = L_8; int32_t L_9 = __this->get__index_0(); __this->set__index_0(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))); } IL_0043: { int32_t L_10 = V_0; return L_10; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::Skip(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ZipExtraData_Skip_m3543377846 (ZipExtraData_t3545003289 * __this, int32_t ___amount0, const RuntimeMethod* method) { { int32_t L_0 = ___amount0; ZipExtraData_ReadCheck_m3277444843(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = __this->get__index_0(); int32_t L_2 = ___amount0; __this->set__index_0(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2))); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::ReadCheck(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ZipExtraData_ReadCheck_m3277444843 (ZipExtraData_t3545003289 * __this, int32_t ___length0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipExtraData_ReadCheck_m3277444843_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get__readValueStart_1(); ByteU5BU5D_t4116647657* L_1 = __this->get__data_4(); NullCheck(L_1); if ((((int32_t)L_0) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))))) { goto IL_0019; } } { int32_t L_2 = __this->get__readValueStart_1(); if ((((int32_t)L_2) >= ((int32_t)4))) { goto IL_0024; } } IL_0019: { ZipException_t3735454771 * L_3 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_3, _stringLiteral3501907297, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ZipExtraData_ReadCheck_m3277444843_RuntimeMethod_var); } IL_0024: { int32_t L_4 = __this->get__index_0(); int32_t L_5 = __this->get__readValueStart_1(); int32_t L_6 = __this->get__readValueLength_2(); int32_t L_7 = ___length0; if ((((int32_t)L_4) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7))))) { goto IL_0046; } } { ZipException_t3735454771 * L_8 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_8, _stringLiteral553305331, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,ZipExtraData_ReadCheck_m3277444843_RuntimeMethod_var); } IL_0046: { int32_t L_9 = __this->get__index_0(); int32_t L_10 = ___length0; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10))) >= ((int32_t)4))) { goto IL_005c; } } { ZipException_t3735454771 * L_11 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_11, _stringLiteral3137083796, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,ZipExtraData_ReadCheck_m3277444843_RuntimeMethod_var); } IL_005c: { return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::ReadShortInternal() extern "C" IL2CPP_METHOD_ATTR int32_t ZipExtraData_ReadShortInternal_m1433505443 (ZipExtraData_t3545003289 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipExtraData_ReadShortInternal_m1433505443_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get__index_0(); ByteU5BU5D_t4116647657* L_1 = __this->get__data_4(); NullCheck(L_1); if ((((int32_t)L_0) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))), (int32_t)2))))) { goto IL_001d; } } { ZipException_t3735454771 * L_2 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_2, _stringLiteral553305331, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,ZipExtraData_ReadShortInternal_m1433505443_RuntimeMethod_var); } IL_001d: { ByteU5BU5D_t4116647657* L_3 = __this->get__data_4(); int32_t L_4 = __this->get__index_0(); NullCheck(L_3); int32_t L_5 = L_4; uint8_t L_6 = (L_3)->GetAt(static_cast(L_5)); ByteU5BU5D_t4116647657* L_7 = __this->get__data_4(); int32_t L_8 = __this->get__index_0(); NullCheck(L_7); int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); uint8_t L_10 = (L_7)->GetAt(static_cast(L_9)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)((int32_t)((int32_t)L_10<<(int32_t)8)))); int32_t L_11 = __this->get__index_0(); __this->set__index_0(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)2))); int32_t L_12 = V_0; return L_12; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::SetShort(System.Int32&,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ZipExtraData_SetShort_m4083769854 (ZipExtraData_t3545003289 * __this, int32_t* ___index0, int32_t ___source1, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get__data_4(); int32_t* L_1 = ___index0; int32_t L_2 = ___source1; NullCheck(L_0); (L_0)->SetAt(static_cast((*((int32_t*)L_1))), (uint8_t)(((int32_t)((uint8_t)L_2)))); ByteU5BU5D_t4116647657* L_3 = __this->get__data_4(); int32_t* L_4 = ___index0; int32_t L_5 = ___source1; NullCheck(L_3); (L_3)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_4)), (int32_t)1))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_5>>(int32_t)8)))))); int32_t* L_6 = ___index0; int32_t* L_7 = L_6; *((int32_t*)(L_7)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_7)), (int32_t)2)); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::Dispose() extern "C" IL2CPP_METHOD_ATTR void ZipExtraData_Dispose_m2452239223 (ZipExtraData_t3545003289 * __this, const RuntimeMethod* method) { { MemoryStream_t94973147 * L_0 = __this->get__newEntry_3(); if (!L_0) { goto IL_0013; } } { MemoryStream_t94973147 * L_1 = __this->get__newEntry_3(); NullCheck(L_1); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_1); } IL_0013: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::OnKeysRequired(System.String) extern "C" IL2CPP_METHOD_ATTR void ZipFile_OnKeysRequired_m1110237521 (ZipFile_t1258023761 * __this, String_t* ___fileName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_OnKeysRequired_m1110237521_MetadataUsageId); s_Il2CppMethodInitialized = true; } KeysRequiredEventArgs_t58718538 * V_0 = NULL; { KeysRequiredEventHandler_t4251835903 * L_0 = __this->get_KeysRequired_0(); if (!L_0) { goto IL_002e; } } { String_t* L_1 = ___fileName0; ByteU5BU5D_t4116647657* L_2 = __this->get_key_8(); KeysRequiredEventArgs_t58718538 * L_3 = (KeysRequiredEventArgs_t58718538 *)il2cpp_codegen_object_new(KeysRequiredEventArgs_t58718538_il2cpp_TypeInfo_var); KeysRequiredEventArgs__ctor_m554988461(L_3, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; KeysRequiredEventHandler_t4251835903 * L_4 = __this->get_KeysRequired_0(); KeysRequiredEventArgs_t58718538 * L_5 = V_0; NullCheck(L_4); KeysRequiredEventHandler_Invoke_m3303644722(L_4, __this, L_5, /*hidden argument*/NULL); KeysRequiredEventArgs_t58718538 * L_6 = V_0; NullCheck(L_6); ByteU5BU5D_t4116647657* L_7 = KeysRequiredEventArgs_get_Key_m3469650539(L_6, /*hidden argument*/NULL); __this->set_key_8(L_7); } IL_002e: { return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile::get_HaveKeys() extern "C" IL2CPP_METHOD_ATTR bool ZipFile_get_HaveKeys_m523324951 (ZipFile_t1258023761 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_key_8(); return (bool)((((int32_t)((((RuntimeObject*)(ByteU5BU5D_t4116647657*)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::.ctor(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void ZipFile__ctor_m4118571743 (ZipFile_t1258023761 * __this, Stream_t1273022909 * ___stream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile__ctor_m4118571743_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { __this->set_useZip64__10(2); __this->set_bufferSize__15(((int32_t)4096)); ZipEntryFactory_t2384201453 * L_0 = (ZipEntryFactory_t2384201453 *)il2cpp_codegen_object_new(ZipEntryFactory_t2384201453_il2cpp_TypeInfo_var); ZipEntryFactory__ctor_m1476761994(L_0, /*hidden argument*/NULL); __this->set_updateEntryFactory__16(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); Stream_t1273022909 * L_1 = ___stream0; if (L_1) { goto IL_0031; } } { ArgumentNullException_t1615371798 * L_2 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_2, _stringLiteral3236680756, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,ZipFile__ctor_m4118571743_RuntimeMethod_var); } IL_0031: { Stream_t1273022909 * L_3 = ___stream0; NullCheck(L_3); bool L_4 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_3); if (L_4) { goto IL_0049; } } { ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_5, _stringLiteral3948537828, _stringLiteral3236680756, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,ZipFile__ctor_m4118571743_RuntimeMethod_var); } IL_0049: { Stream_t1273022909 * L_6 = ___stream0; __this->set_baseStream__4(L_6); __this->set_isStreamOwner_5((bool)1); Stream_t1273022909 * L_7 = __this->get_baseStream__4(); NullCheck(L_7); int64_t L_8 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_7); if ((((int64_t)L_8) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0078; } } IL_0066: try { // begin try (depth: 1) ZipFile_ReadEntries_m1947646707(__this, /*hidden argument*/NULL); goto IL_008b; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_006e; throw e; } CATCH_006e: { // begin catch(System.Object) ZipFile_DisposeInternal_m182779477(__this, (bool)1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } // end catch (depth: 1) IL_0078: { __this->set_entries__7(((ZipEntryU5BU5D_t2637723858*)SZArrayNew(ZipEntryU5BU5D_t2637723858_il2cpp_TypeInfo_var, (uint32_t)0))); __this->set_isNewArchive__9((bool)1); } IL_008b: { return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::Finalize() extern "C" IL2CPP_METHOD_ATTR void ZipFile_Finalize_m3367709744 (ZipFile_t1258023761 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) VirtActionInvoker1< bool >::Invoke(6 /* System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::Dispose(System.Boolean) */, __this, (bool)0); IL2CPP_LEAVE(0x10, FINALLY_0009); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0009; } FINALLY_0009: { // begin finally (depth: 1) Object_Finalize_m3076187857(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(9) } // end finally (depth: 1) IL2CPP_CLEANUP(9) { IL2CPP_JUMP_TBL(0x10, IL_0010) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0010: { return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::Close() extern "C" IL2CPP_METHOD_ATTR void ZipFile_Close_m645550148 (ZipFile_t1258023761 * __this, const RuntimeMethod* method) { { ZipFile_DisposeInternal_m182779477(__this, (bool)1, /*hidden argument*/NULL); GC_SuppressFinalize_m1177400158(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile::get_IsStreamOwner() extern "C" IL2CPP_METHOD_ATTR bool ZipFile_get_IsStreamOwner_m3712030767 (ZipFile_t1258023761 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isStreamOwner_5(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::set_IsStreamOwner(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ZipFile_set_IsStreamOwner_m327537463 (ZipFile_t1258023761 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isStreamOwner_5(L_0); return; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile::get_FileCount() extern "C" IL2CPP_METHOD_ATTR int64_t ZipFile_get_FileCount_m3861371974 (ZipFile_t1258023761 * __this, const RuntimeMethod* method) { int64_t V_0 = 0; int32_t V_1 = 0; ZipEntry_t658048195 * V_2 = NULL; { ZipEntryU5BU5D_t2637723858* L_0 = __this->get_entries__7(); if (!L_0) { goto IL_0012; } } { ZipEntryU5BU5D_t2637723858* L_1 = __this->get_entries__7(); NullCheck(L_1); if ((((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) { goto IL_0015; } } IL_0012: { return (((int64_t)((int64_t)0))); } IL_0015: { V_0 = (((int64_t)((int64_t)0))); V_1 = 0; goto IL_0039; } IL_001c: { ZipEntryU5BU5D_t2637723858* L_2 = __this->get_entries__7(); int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; ZipEntry_t658048195 * L_5 = (L_2)->GetAt(static_cast(L_4)); V_2 = L_5; ZipEntry_t658048195 * L_6 = V_2; if (!L_6) { goto IL_0035; } } { ZipEntry_t658048195 * L_7 = V_2; NullCheck(L_7); bool L_8 = ZipEntry_get_IsFile_m1955188421(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0035; } } { int64_t L_9 = V_0; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_9, (int64_t)(((int64_t)((int64_t)1))))); } IL_0035: { int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0039: { int32_t L_11 = V_1; ZipEntryU5BU5D_t2637723858* L_12 = __this->get_entries__7(); NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))))))) { goto IL_001c; } } { int64_t L_13 = V_0; return L_13; } } // System.Collections.IEnumerator ICSharpCode.SharpZipLib.Zip.ZipFile::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ZipFile_GetEnumerator_m2087878865 (ZipFile_t1258023761 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_GetEnumerator_m2087878865_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_isDisposed__1(); if (!L_0) { goto IL_0013; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_1, _stringLiteral627739874, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ZipFile_GetEnumerator_m2087878865_RuntimeMethod_var); } IL_0013: { ZipEntryU5BU5D_t2637723858* L_2 = __this->get_entries__7(); ZipEntryEnumerator_t320967600 * L_3 = (ZipEntryEnumerator_t320967600 *)il2cpp_codegen_object_new(ZipEntryEnumerator_t320967600_il2cpp_TypeInfo_var); ZipEntryEnumerator__ctor_m537793484(L_3, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipFile::FindEntry(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t ZipFile_FindEntry_m2264054840 (ZipFile_t1258023761 * __this, String_t* ___name0, bool ___ignoreCase1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_FindEntry_m2264054840_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = __this->get_isDisposed__1(); if (!L_0) { goto IL_0013; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_1, _stringLiteral627739874, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ZipFile_FindEntry_m2264054840_RuntimeMethod_var); } IL_0013: { V_0 = 0; goto IL_0038; } IL_0017: { String_t* L_2 = ___name0; ZipEntryU5BU5D_t2637723858* L_3 = __this->get_entries__7(); int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; ZipEntry_t658048195 * L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck(L_6); String_t* L_7 = ZipEntry_get_Name_m1624543186(L_6, /*hidden argument*/NULL); bool L_8 = ___ignoreCase1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_9 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_10 = String_Compare_m1293271421(NULL /*static, unused*/, L_2, L_7, L_8, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0034; } } { int32_t L_11 = V_0; return L_11; } IL_0034: { int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0038: { int32_t L_13 = V_0; ZipEntryU5BU5D_t2637723858* L_14 = __this->get_entries__7(); NullCheck(L_14); if ((((int32_t)L_13) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))))) { goto IL_0017; } } { return (-1); } } // System.IO.Stream ICSharpCode.SharpZipLib.Zip.ZipFile::GetInputStream(ICSharpCode.SharpZipLib.Zip.ZipEntry) extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * ZipFile_GetInputStream_m2840176831 (ZipFile_t1258023761 * __this, ZipEntry_t658048195 * ___entry0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_GetInputStream_m2840176831_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { ZipEntry_t658048195 * L_0 = ___entry0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1569897152, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ZipFile_GetInputStream_m2840176831_RuntimeMethod_var); } IL_000e: { bool L_2 = __this->get_isDisposed__1(); if (!L_2) { goto IL_0021; } } { ObjectDisposedException_t21392786 * L_3 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_3, _stringLiteral627739874, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ZipFile_GetInputStream_m2840176831_RuntimeMethod_var); } IL_0021: { ZipEntry_t658048195 * L_4 = ___entry0; NullCheck(L_4); int64_t L_5 = ZipEntry_get_ZipFileIndex_m1843196149(L_4, /*hidden argument*/NULL); V_0 = L_5; int64_t L_6 = V_0; if ((((int64_t)L_6) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0054; } } { int64_t L_7 = V_0; ZipEntryU5BU5D_t2637723858* L_8 = __this->get_entries__7(); NullCheck(L_8); if ((((int64_t)L_7) >= ((int64_t)(((int64_t)((int64_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))))))))) { goto IL_0054; } } { ZipEntryU5BU5D_t2637723858* L_9 = __this->get_entries__7(); int64_t L_10 = V_0; if ((int64_t)(L_10) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),ZipFile_GetInputStream_m2840176831_RuntimeMethod_var); NullCheck(L_9); intptr_t L_11 = (((intptr_t)L_10)); ZipEntry_t658048195 * L_12 = (L_9)->GetAt(static_cast(L_11)); NullCheck(L_12); String_t* L_13 = ZipEntry_get_Name_m1624543186(L_12, /*hidden argument*/NULL); ZipEntry_t658048195 * L_14 = ___entry0; NullCheck(L_14); String_t* L_15 = ZipEntry_get_Name_m1624543186(L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_16 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_13, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0073; } } IL_0054: { ZipEntry_t658048195 * L_17 = ___entry0; NullCheck(L_17); String_t* L_18 = ZipEntry_get_Name_m1624543186(L_17, /*hidden argument*/NULL); int32_t L_19 = ZipFile_FindEntry_m2264054840(__this, L_18, (bool)1, /*hidden argument*/NULL); V_0 = (((int64_t)((int64_t)L_19))); int64_t L_20 = V_0; if ((((int64_t)L_20) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0073; } } { ZipException_t3735454771 * L_21 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_21, _stringLiteral1903517370, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,ZipFile_GetInputStream_m2840176831_RuntimeMethod_var); } IL_0073: { int64_t L_22 = V_0; Stream_t1273022909 * L_23 = ZipFile_GetInputStream_m1696397201(__this, L_22, /*hidden argument*/NULL); return L_23; } } // System.IO.Stream ICSharpCode.SharpZipLib.Zip.ZipFile::GetInputStream(System.Int64) extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * ZipFile_GetInputStream_m1696397201 (ZipFile_t1258023761 * __this, int64_t ___entryIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_GetInputStream_m1696397201_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int32_t V_1 = 0; Stream_t1273022909 * V_2 = NULL; int32_t V_3 = 0; { bool L_0 = __this->get_isDisposed__1(); if (!L_0) { goto IL_0013; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_1, _stringLiteral627739874, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ZipFile_GetInputStream_m1696397201_RuntimeMethod_var); } IL_0013: { ZipEntryU5BU5D_t2637723858* L_2 = __this->get_entries__7(); int64_t L_3 = ___entryIndex0; if ((int64_t)(L_3) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),ZipFile_GetInputStream_m1696397201_RuntimeMethod_var); NullCheck(L_2); intptr_t L_4 = (((intptr_t)L_3)); ZipEntry_t658048195 * L_5 = (L_2)->GetAt(static_cast(L_4)); int64_t L_6 = ZipFile_LocateEntry_m665436414(__this, L_5, /*hidden argument*/NULL); V_0 = L_6; ZipEntryU5BU5D_t2637723858* L_7 = __this->get_entries__7(); int64_t L_8 = ___entryIndex0; if ((int64_t)(L_8) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),ZipFile_GetInputStream_m1696397201_RuntimeMethod_var); NullCheck(L_7); intptr_t L_9 = (((intptr_t)L_8)); ZipEntry_t658048195 * L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck(L_10); int32_t L_11 = ZipEntry_get_CompressionMethod_m938942238(L_10, /*hidden argument*/NULL); V_1 = L_11; int64_t L_12 = V_0; ZipEntryU5BU5D_t2637723858* L_13 = __this->get_entries__7(); int64_t L_14 = ___entryIndex0; if ((int64_t)(L_14) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),ZipFile_GetInputStream_m1696397201_RuntimeMethod_var); NullCheck(L_13); intptr_t L_15 = (((intptr_t)L_14)); ZipEntry_t658048195 * L_16 = (L_13)->GetAt(static_cast(L_15)); NullCheck(L_16); int64_t L_17 = ZipEntry_get_CompressedSize_m640242384(L_16, /*hidden argument*/NULL); PartialInputStream_t2202686741 * L_18 = (PartialInputStream_t2202686741 *)il2cpp_codegen_object_new(PartialInputStream_t2202686741_il2cpp_TypeInfo_var); PartialInputStream__ctor_m1574793412(L_18, __this, L_12, L_17, /*hidden argument*/NULL); V_2 = L_18; ZipEntryU5BU5D_t2637723858* L_19 = __this->get_entries__7(); int64_t L_20 = ___entryIndex0; if ((int64_t)(L_20) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),ZipFile_GetInputStream_m1696397201_RuntimeMethod_var); NullCheck(L_19); intptr_t L_21 = (((intptr_t)L_20)); ZipEntry_t658048195 * L_22 = (L_19)->GetAt(static_cast(L_21)); NullCheck(L_22); bool L_23 = ZipEntry_get_IsCrypted_m788933468(L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_0077; } } { Stream_t1273022909 * L_24 = V_2; ZipEntryU5BU5D_t2637723858* L_25 = __this->get_entries__7(); int64_t L_26 = ___entryIndex0; if ((int64_t)(L_26) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),ZipFile_GetInputStream_m1696397201_RuntimeMethod_var); NullCheck(L_25); intptr_t L_27 = (((intptr_t)L_26)); ZipEntry_t658048195 * L_28 = (L_25)->GetAt(static_cast(L_27)); Stream_t1273022909 * L_29 = ZipFile_CreateAndInitDecryptionStream_m1073764801(__this, L_24, L_28, /*hidden argument*/NULL); V_2 = L_29; Stream_t1273022909 * L_30 = V_2; if (L_30) { goto IL_0077; } } { ZipException_t3735454771 * L_31 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_31, _stringLiteral2796529214, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31,ZipFile_GetInputStream_m1696397201_RuntimeMethod_var); } IL_0077: { int32_t L_32 = V_1; V_3 = L_32; int32_t L_33 = V_3; if ((((int32_t)L_33) == ((int32_t)0))) { goto IL_00a6; } } { int32_t L_34 = V_3; if ((!(((uint32_t)L_34) == ((uint32_t)8)))) { goto IL_0090; } } { Stream_t1273022909 * L_35 = V_2; Inflater_t642114133 * L_36 = (Inflater_t642114133 *)il2cpp_codegen_object_new(Inflater_t642114133_il2cpp_TypeInfo_var); Inflater__ctor_m4226561825(L_36, (bool)1, /*hidden argument*/NULL); InflaterInputStream_t1176653752 * L_37 = (InflaterInputStream_t1176653752 *)il2cpp_codegen_object_new(InflaterInputStream_t1176653752_il2cpp_TypeInfo_var); InflaterInputStream__ctor_m884266379(L_37, L_35, L_36, /*hidden argument*/NULL); V_2 = L_37; goto IL_00a6; } IL_0090: { int32_t L_38 = V_1; int32_t L_39 = L_38; RuntimeObject * L_40 = Box(CompressionMethod_t3914296270_il2cpp_TypeInfo_var, &L_39); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_41 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3554287872, L_40, /*hidden argument*/NULL); ZipException_t3735454771 * L_42 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_42, L_41, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42,ZipFile_GetInputStream_m1696397201_RuntimeMethod_var); } IL_00a6: { Stream_t1273022909 * L_43 = V_2; return L_43; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile::TestLocalHeader(ICSharpCode.SharpZipLib.Zip.ZipEntry,ICSharpCode.SharpZipLib.Zip.ZipFile/HeaderTest) extern "C" IL2CPP_METHOD_ATTR int64_t ZipFile_TestLocalHeader_m1435141347 (ZipFile_t1258023761 * __this, ZipEntry_t658048195 * ___entry0, int32_t ___tests1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_TestLocalHeader_m1435141347_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; int16_t V_2 = 0; int16_t V_3 = 0; int16_t V_4 = 0; int16_t V_5 = 0; int16_t V_6 = 0; uint32_t V_7 = 0; int64_t V_8 = 0; int64_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; ByteU5BU5D_t4116647657* V_12 = NULL; ByteU5BU5D_t4116647657* V_13 = NULL; ZipExtraData_t3545003289 * V_14 = NULL; String_t* V_15 = NULL; int32_t V_16 = 0; int64_t V_17 = 0; Stream_t1273022909 * V_18 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Stream_t1273022909 * L_0 = __this->get_baseStream__4(); Stream_t1273022909 * L_1 = L_0; V_18 = L_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000e: try { // begin try (depth: 1) { int32_t L_2 = ___tests1; V_0 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_2&(int32_t)2))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_3 = ___tests1; V_1 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_3&(int32_t)1))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); Stream_t1273022909 * L_4 = __this->get_baseStream__4(); int64_t L_5 = __this->get_offsetOfFirstEntry_6(); ZipEntry_t658048195 * L_6 = ___entry0; NullCheck(L_6); int64_t L_7 = ZipEntry_get_Offset_m559943012(L_6, /*hidden argument*/NULL); NullCheck(L_4); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(20 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_4, ((int64_t)il2cpp_codegen_add((int64_t)L_5, (int64_t)L_7)), 0); uint32_t L_8 = ZipFile_ReadLEUint_m2700324481(__this, /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)((int32_t)67324752)))) { goto IL_006b; } } IL_0049: { int64_t L_9 = __this->get_offsetOfFirstEntry_6(); ZipEntry_t658048195 * L_10 = ___entry0; NullCheck(L_10); int64_t L_11 = ZipEntry_get_Offset_m559943012(L_10, /*hidden argument*/NULL); int64_t L_12 = ((int64_t)il2cpp_codegen_add((int64_t)L_9, (int64_t)L_11)); RuntimeObject * L_13 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1161196436, L_13, /*hidden argument*/NULL); ZipException_t3735454771 * L_15 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ZipFile_TestLocalHeader_m1435141347_RuntimeMethod_var); } IL_006b: { uint16_t L_16 = ZipFile_ReadLEUshort_m1492530742(__this, /*hidden argument*/NULL); V_2 = (((int16_t)((int16_t)L_16))); uint16_t L_17 = ZipFile_ReadLEUshort_m1492530742(__this, /*hidden argument*/NULL); V_3 = (((int16_t)((int16_t)L_17))); uint16_t L_18 = ZipFile_ReadLEUshort_m1492530742(__this, /*hidden argument*/NULL); V_4 = (((int16_t)((int16_t)L_18))); uint16_t L_19 = ZipFile_ReadLEUshort_m1492530742(__this, /*hidden argument*/NULL); V_5 = (((int16_t)((int16_t)L_19))); uint16_t L_20 = ZipFile_ReadLEUshort_m1492530742(__this, /*hidden argument*/NULL); V_6 = (((int16_t)((int16_t)L_20))); uint32_t L_21 = ZipFile_ReadLEUint_m2700324481(__this, /*hidden argument*/NULL); V_7 = L_21; uint32_t L_22 = ZipFile_ReadLEUint_m2700324481(__this, /*hidden argument*/NULL); V_8 = (((int64_t)((uint64_t)L_22))); uint32_t L_23 = ZipFile_ReadLEUint_m2700324481(__this, /*hidden argument*/NULL); V_9 = (((int64_t)((uint64_t)L_23))); uint16_t L_24 = ZipFile_ReadLEUshort_m1492530742(__this, /*hidden argument*/NULL); V_10 = L_24; uint16_t L_25 = ZipFile_ReadLEUshort_m1492530742(__this, /*hidden argument*/NULL); V_11 = L_25; int32_t L_26 = V_10; V_12 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_26)); Stream_t1273022909 * L_27 = __this->get_baseStream__4(); ByteU5BU5D_t4116647657* L_28 = V_12; StreamUtils_ReadFully_m2431329410(NULL /*static, unused*/, L_27, L_28, /*hidden argument*/NULL); int32_t L_29 = V_11; V_13 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_29)); Stream_t1273022909 * L_30 = __this->get_baseStream__4(); ByteU5BU5D_t4116647657* L_31 = V_13; StreamUtils_ReadFully_m2431329410(NULL /*static, unused*/, L_30, L_31, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_32 = V_13; ZipExtraData_t3545003289 * L_33 = (ZipExtraData_t3545003289 *)il2cpp_codegen_object_new(ZipExtraData_t3545003289_il2cpp_TypeInfo_var); ZipExtraData__ctor_m806670012(L_33, L_32, /*hidden argument*/NULL); V_14 = L_33; ZipExtraData_t3545003289 * L_34 = V_14; NullCheck(L_34); bool L_35 = ZipExtraData_Find_m1693986585(L_34, 1, /*hidden argument*/NULL); if (!L_35) { goto IL_014c; } } IL_00ff: { ZipExtraData_t3545003289 * L_36 = V_14; NullCheck(L_36); int64_t L_37 = ZipExtraData_ReadLong_m1884965075(L_36, /*hidden argument*/NULL); V_9 = L_37; ZipExtraData_t3545003289 * L_38 = V_14; NullCheck(L_38); int64_t L_39 = ZipExtraData_ReadLong_m1884965075(L_38, /*hidden argument*/NULL); V_8 = L_39; int16_t L_40 = V_3; if (!((int32_t)((int32_t)L_40&(int32_t)8))) { goto IL_0168; } } IL_0116: { int64_t L_41 = V_9; if ((((int64_t)L_41) == ((int64_t)(((int64_t)((int64_t)(-1))))))) { goto IL_0131; } } IL_011c: { int64_t L_42 = V_9; ZipEntry_t658048195 * L_43 = ___entry0; NullCheck(L_43); int64_t L_44 = ZipEntry_get_Size_m1225803338(L_43, /*hidden argument*/NULL); if ((((int64_t)L_42) == ((int64_t)L_44))) { goto IL_0131; } } IL_0126: { ZipException_t3735454771 * L_45 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_45, _stringLiteral1738642700, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_45,ZipFile_TestLocalHeader_m1435141347_RuntimeMethod_var); } IL_0131: { int64_t L_46 = V_8; if ((((int64_t)L_46) == ((int64_t)(((int64_t)((int64_t)(-1))))))) { goto IL_0168; } } IL_0137: { int64_t L_47 = V_8; ZipEntry_t658048195 * L_48 = ___entry0; NullCheck(L_48); int64_t L_49 = ZipEntry_get_CompressedSize_m640242384(L_48, /*hidden argument*/NULL); if ((((int64_t)L_47) == ((int64_t)L_49))) { goto IL_0168; } } IL_0141: { ZipException_t3735454771 * L_50 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_50, _stringLiteral179786072, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_50,ZipFile_TestLocalHeader_m1435141347_RuntimeMethod_var); } IL_014c: { int16_t L_51 = V_2; if ((((int32_t)L_51) < ((int32_t)((int32_t)45)))) { goto IL_0168; } } IL_0151: { int64_t L_52 = V_9; if ((((int32_t)(((int32_t)((uint32_t)L_52)))) == ((int32_t)(-1)))) { goto IL_015d; } } IL_0157: { int64_t L_53 = V_8; if ((!(((uint32_t)(((int32_t)((uint32_t)L_53)))) == ((uint32_t)(-1))))) { goto IL_0168; } } IL_015d: { ZipException_t3735454771 * L_54 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_54, _stringLiteral3853024798, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_54,ZipFile_TestLocalHeader_m1435141347_RuntimeMethod_var); } IL_0168: { bool L_55 = V_1; if (!L_55) { goto IL_01bf; } } IL_016b: { ZipEntry_t658048195 * L_56 = ___entry0; NullCheck(L_56); bool L_57 = ZipEntry_get_IsFile_m1955188421(L_56, /*hidden argument*/NULL); if (!L_57) { goto IL_01bf; } } IL_0173: { ZipEntry_t658048195 * L_58 = ___entry0; NullCheck(L_58); bool L_59 = ZipEntry_IsCompressionMethodSupported_m838744797(L_58, /*hidden argument*/NULL); if (L_59) { goto IL_0186; } } IL_017b: { ZipException_t3735454771 * L_60 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_60, _stringLiteral928895102, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_60,ZipFile_TestLocalHeader_m1435141347_RuntimeMethod_var); } IL_0186: { int16_t L_61 = V_2; if ((((int32_t)L_61) > ((int32_t)((int32_t)51)))) { goto IL_0195; } } IL_018b: { int16_t L_62 = V_2; if ((((int32_t)L_62) <= ((int32_t)((int32_t)20)))) { goto IL_01ab; } } IL_0190: { int16_t L_63 = V_2; if ((((int32_t)L_63) >= ((int32_t)((int32_t)45)))) { goto IL_01ab; } } IL_0195: { int16_t L_64 = V_2; int16_t L_65 = L_64; RuntimeObject * L_66 = Box(Int16_t2552820387_il2cpp_TypeInfo_var, &L_65); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_67 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1580417484, L_66, /*hidden argument*/NULL); ZipException_t3735454771 * L_68 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_68, L_67, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_68,ZipFile_TestLocalHeader_m1435141347_RuntimeMethod_var); } IL_01ab: { int16_t L_69 = V_3; if (!((int32_t)((int32_t)L_69&(int32_t)((int32_t)12384)))) { goto IL_01bf; } } IL_01b4: { ZipException_t3735454771 * L_70 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_70, _stringLiteral1735752123, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_70,ZipFile_TestLocalHeader_m1435141347_RuntimeMethod_var); } IL_01bf: { bool L_71 = V_0; if (!L_71) { goto IL_03e8; } } IL_01c5: { int16_t L_72 = V_2; if ((((int32_t)L_72) > ((int32_t)((int32_t)63)))) { goto IL_0226; } } IL_01ca: { int16_t L_73 = V_2; if ((((int32_t)L_73) == ((int32_t)((int32_t)10)))) { goto IL_0226; } } IL_01cf: { int16_t L_74 = V_2; if ((((int32_t)L_74) == ((int32_t)((int32_t)11)))) { goto IL_0226; } } IL_01d4: { int16_t L_75 = V_2; if ((((int32_t)L_75) == ((int32_t)((int32_t)20)))) { goto IL_0226; } } IL_01d9: { int16_t L_76 = V_2; if ((((int32_t)L_76) == ((int32_t)((int32_t)21)))) { goto IL_0226; } } IL_01de: { int16_t L_77 = V_2; if ((((int32_t)L_77) == ((int32_t)((int32_t)25)))) { goto IL_0226; } } IL_01e3: { int16_t L_78 = V_2; if ((((int32_t)L_78) == ((int32_t)((int32_t)27)))) { goto IL_0226; } } IL_01e8: { int16_t L_79 = V_2; if ((((int32_t)L_79) == ((int32_t)((int32_t)45)))) { goto IL_0226; } } IL_01ed: { int16_t L_80 = V_2; if ((((int32_t)L_80) == ((int32_t)((int32_t)46)))) { goto IL_0226; } } IL_01f2: { int16_t L_81 = V_2; if ((((int32_t)L_81) == ((int32_t)((int32_t)50)))) { goto IL_0226; } } IL_01f7: { int16_t L_82 = V_2; if ((((int32_t)L_82) == ((int32_t)((int32_t)51)))) { goto IL_0226; } } IL_01fc: { int16_t L_83 = V_2; if ((((int32_t)L_83) == ((int32_t)((int32_t)52)))) { goto IL_0226; } } IL_0201: { int16_t L_84 = V_2; if ((((int32_t)L_84) == ((int32_t)((int32_t)61)))) { goto IL_0226; } } IL_0206: { int16_t L_85 = V_2; if ((((int32_t)L_85) == ((int32_t)((int32_t)62)))) { goto IL_0226; } } IL_020b: { int16_t L_86 = V_2; if ((((int32_t)L_86) == ((int32_t)((int32_t)63)))) { goto IL_0226; } } IL_0210: { int16_t L_87 = V_2; int16_t L_88 = L_87; RuntimeObject * L_89 = Box(Int16_t2552820387_il2cpp_TypeInfo_var, &L_88); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_90 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2289505197, L_89, /*hidden argument*/NULL); ZipException_t3735454771 * L_91 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_91, L_90, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_91,ZipFile_TestLocalHeader_m1435141347_RuntimeMethod_var); } IL_0226: { int16_t L_92 = V_3; if (!((int32_t)((int32_t)L_92&(int32_t)((int32_t)49168)))) { goto IL_023a; } } IL_022f: { ZipException_t3735454771 * L_93 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_93, _stringLiteral143570466, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_93,ZipFile_TestLocalHeader_m1435141347_RuntimeMethod_var); } IL_023a: { int16_t L_94 = V_3; if (!((int32_t)((int32_t)L_94&(int32_t)1))) { goto IL_025a; } } IL_023f: { int16_t L_95 = V_2; if ((((int32_t)L_95) >= ((int32_t)((int32_t)20)))) { goto IL_025a; } } IL_0244: { int16_t L_96 = V_2; int16_t L_97 = L_96; RuntimeObject * L_98 = Box(Int16_t2552820387_il2cpp_TypeInfo_var, &L_97); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_99 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral503873353, L_98, /*hidden argument*/NULL); ZipException_t3735454771 * L_100 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_100, L_99, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_100,ZipFile_TestLocalHeader_m1435141347_RuntimeMethod_var); } IL_025a: { int16_t L_101 = V_3; if (!((int32_t)((int32_t)L_101&(int32_t)((int32_t)64)))) { goto IL_028b; } } IL_0260: { int16_t L_102 = V_3; if (((int32_t)((int32_t)L_102&(int32_t)1))) { goto IL_0270; } } IL_0265: { ZipException_t3735454771 * L_103 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_103, _stringLiteral2352934624, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_103,ZipFile_TestLocalHeader_m1435141347_RuntimeMethod_var); } IL_0270: { int16_t L_104 = V_2; if ((((int32_t)L_104) >= ((int32_t)((int32_t)50)))) { goto IL_028b; } } IL_0275: { int16_t L_105 = V_2; int16_t L_106 = L_105; RuntimeObject * L_107 = Box(Int16_t2552820387_il2cpp_TypeInfo_var, &L_106); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_108 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral503873353, L_107, /*hidden argument*/NULL); ZipException_t3735454771 * L_109 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_109, L_108, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_109,ZipFile_TestLocalHeader_m1435141347_RuntimeMethod_var); } IL_028b: { int16_t L_110 = V_3; if (!((int32_t)((int32_t)L_110&(int32_t)((int32_t)32)))) { goto IL_02ac; } } IL_0291: { int16_t L_111 = V_2; if ((((int32_t)L_111) >= ((int32_t)((int32_t)27)))) { goto IL_02ac; } } IL_0296: { int16_t L_112 = V_2; int16_t L_113 = L_112; RuntimeObject * L_114 = Box(Int16_t2552820387_il2cpp_TypeInfo_var, &L_113); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_115 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral946345506, L_114, /*hidden argument*/NULL); ZipException_t3735454771 * L_116 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_116, L_115, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_116,ZipFile_TestLocalHeader_m1435141347_RuntimeMethod_var); } IL_02ac: { int16_t L_117 = V_3; ZipEntry_t658048195 * L_118 = ___entry0; NullCheck(L_118); int32_t L_119 = ZipEntry_get_Flags_m4217420756(L_118, /*hidden argument*/NULL); if ((((int32_t)L_117) == ((int32_t)L_119))) { goto IL_02c0; } } IL_02b5: { ZipException_t3735454771 * L_120 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_120, _stringLiteral1577946215, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_120,ZipFile_TestLocalHeader_m1435141347_RuntimeMethod_var); } IL_02c0: { ZipEntry_t658048195 * L_121 = ___entry0; NullCheck(L_121); int32_t L_122 = ZipEntry_get_CompressionMethod_m938942238(L_121, /*hidden argument*/NULL); int16_t L_123 = V_4; if ((((int32_t)L_122) == ((int32_t)L_123))) { goto IL_02d5; } } IL_02ca: { ZipException_t3735454771 * L_124 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_124, _stringLiteral165003212, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_124,ZipFile_TestLocalHeader_m1435141347_RuntimeMethod_var); } IL_02d5: { ZipEntry_t658048195 * L_125 = ___entry0; NullCheck(L_125); int32_t L_126 = ZipEntry_get_Version_m1288817988(L_125, /*hidden argument*/NULL); int16_t L_127 = V_2; if ((((int32_t)L_126) == ((int32_t)L_127))) { goto IL_02e9; } } IL_02de: { ZipException_t3735454771 * L_128 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_128, _stringLiteral3212848046, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_128,ZipFile_TestLocalHeader_m1435141347_RuntimeMethod_var); } IL_02e9: { int16_t L_129 = V_3; if (!((int32_t)((int32_t)L_129&(int32_t)((int32_t)64)))) { goto IL_02ff; } } IL_02ef: { int16_t L_130 = V_2; if ((((int32_t)L_130) >= ((int32_t)((int32_t)62)))) { goto IL_02ff; } } IL_02f4: { ZipException_t3735454771 * L_131 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_131, _stringLiteral1177693142, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_131,ZipFile_TestLocalHeader_m1435141347_RuntimeMethod_var); } IL_02ff: { int16_t L_132 = V_3; if (!((int32_t)((int32_t)L_132&(int32_t)((int32_t)8192)))) { goto IL_031b; } } IL_0308: { int16_t L_133 = V_5; if (L_133) { goto IL_0310; } } IL_030c: { int16_t L_134 = V_6; if (!L_134) { goto IL_031b; } } IL_0310: { ZipException_t3735454771 * L_135 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_135, _stringLiteral4249851075, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_135,ZipFile_TestLocalHeader_m1435141347_RuntimeMethod_var); } IL_031b: { int16_t L_136 = V_3; if (((int32_t)((int32_t)L_136&(int32_t)8))) { goto IL_0336; } } IL_0320: { uint32_t L_137 = V_7; ZipEntry_t658048195 * L_138 = ___entry0; NullCheck(L_138); int64_t L_139 = ZipEntry_get_Crc_m3921682317(L_138, /*hidden argument*/NULL); if ((((int32_t)L_137) == ((int32_t)(((int32_t)((uint32_t)L_139)))))) { goto IL_0336; } } IL_032b: { ZipException_t3735454771 * L_140 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_140, _stringLiteral3587206804, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_140,ZipFile_TestLocalHeader_m1435141347_RuntimeMethod_var); } IL_0336: { int64_t L_141 = V_9; if ((!(((uint64_t)L_141) == ((uint64_t)(((int64_t)((int64_t)0))))))) { goto IL_0351; } } IL_033c: { int64_t L_142 = V_8; if ((!(((uint64_t)L_142) == ((uint64_t)(((int64_t)((int64_t)0))))))) { goto IL_0351; } } IL_0342: { uint32_t L_143 = V_7; if (!L_143) { goto IL_0351; } } IL_0346: { ZipException_t3735454771 * L_144 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_144, _stringLiteral3700970815, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_144,ZipFile_TestLocalHeader_m1435141347_RuntimeMethod_var); } IL_0351: { ZipEntry_t658048195 * L_145 = ___entry0; NullCheck(L_145); String_t* L_146 = ZipEntry_get_Name_m1624543186(L_145, /*hidden argument*/NULL); NullCheck(L_146); int32_t L_147 = String_get_Length_m3847582255(L_146, /*hidden argument*/NULL); int32_t L_148 = V_10; if ((((int32_t)L_147) <= ((int32_t)L_148))) { goto IL_036b; } } IL_0360: { ZipException_t3735454771 * L_149 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_149, _stringLiteral2065491159, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_149,ZipFile_TestLocalHeader_m1435141347_RuntimeMethod_var); } IL_036b: { int16_t L_150 = V_3; ByteU5BU5D_t4116647657* L_151 = V_12; IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t3000827260_il2cpp_TypeInfo_var); String_t* L_152 = ZipConstants_ConvertToStringExt_m3553020783(NULL /*static, unused*/, L_150, L_151, /*hidden argument*/NULL); V_15 = L_152; String_t* L_153 = V_15; ZipEntry_t658048195 * L_154 = ___entry0; NullCheck(L_154); String_t* L_155 = ZipEntry_get_Name_m1624543186(L_154, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_156 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_153, L_155, /*hidden argument*/NULL); if (!L_156) { goto IL_038f; } } IL_0384: { ZipException_t3735454771 * L_157 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_157, _stringLiteral902595523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_157,ZipFile_TestLocalHeader_m1435141347_RuntimeMethod_var); } IL_038f: { ZipEntry_t658048195 * L_158 = ___entry0; NullCheck(L_158); bool L_159 = ZipEntry_get_IsDirectory_m396075616(L_158, /*hidden argument*/NULL); if (!L_159) { goto IL_03d3; } } IL_0397: { int64_t L_160 = V_9; if ((((int64_t)L_160) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_03a8; } } IL_039d: { ZipException_t3735454771 * L_161 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_161, _stringLiteral1918710261, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_161,ZipFile_TestLocalHeader_m1435141347_RuntimeMethod_var); } IL_03a8: { ZipEntry_t658048195 * L_162 = ___entry0; NullCheck(L_162); bool L_163 = ZipEntry_get_IsCrypted_m788933468(L_162, /*hidden argument*/NULL); if (!L_163) { goto IL_03c2; } } IL_03b0: { int64_t L_164 = V_8; if ((((int64_t)L_164) <= ((int64_t)(((int64_t)((int64_t)((int32_t)14))))))) { goto IL_03d3; } } IL_03b7: { ZipException_t3735454771 * L_165 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_165, _stringLiteral704593320, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_165,ZipFile_TestLocalHeader_m1435141347_RuntimeMethod_var); } IL_03c2: { int64_t L_166 = V_8; if ((((int64_t)L_166) <= ((int64_t)(((int64_t)((int64_t)2)))))) { goto IL_03d3; } } IL_03c8: { ZipException_t3735454771 * L_167 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_167, _stringLiteral704593320, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_167,ZipFile_TestLocalHeader_m1435141347_RuntimeMethod_var); } IL_03d3: { String_t* L_168 = V_15; IL2CPP_RUNTIME_CLASS_INIT(ZipNameTransform_t466430031_il2cpp_TypeInfo_var); bool L_169 = ZipNameTransform_IsValidName_m1490092671(NULL /*static, unused*/, L_168, (bool)1, /*hidden argument*/NULL); if (L_169) { goto IL_03e8; } } IL_03dd: { ZipException_t3735454771 * L_170 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_170, _stringLiteral1641967930, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_170,ZipFile_TestLocalHeader_m1435141347_RuntimeMethod_var); } IL_03e8: { int16_t L_171 = V_3; if (!((int32_t)((int32_t)L_171&(int32_t)8))) { goto IL_03f9; } } IL_03ed: { int64_t L_172 = V_9; if ((((int64_t)L_172) > ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_03f9; } } IL_03f3: { int64_t L_173 = V_8; if ((((int64_t)L_173) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_045d; } } IL_03f9: { int64_t L_174 = V_9; ZipEntry_t658048195 * L_175 = ___entry0; NullCheck(L_175); int64_t L_176 = ZipEntry_get_Size_m1225803338(L_175, /*hidden argument*/NULL); if ((((int64_t)L_174) == ((int64_t)L_176))) { goto IL_0425; } } IL_0403: { ZipEntry_t658048195 * L_177 = ___entry0; NullCheck(L_177); int64_t L_178 = ZipEntry_get_Size_m1225803338(L_177, /*hidden argument*/NULL); int64_t L_179 = L_178; RuntimeObject * L_180 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_179); int64_t L_181 = V_9; int64_t L_182 = L_181; RuntimeObject * L_183 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_182); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_184 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral2680781310, L_180, L_183, /*hidden argument*/NULL); ZipException_t3735454771 * L_185 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_185, L_184, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_185,ZipFile_TestLocalHeader_m1435141347_RuntimeMethod_var); } IL_0425: { int64_t L_186 = V_8; ZipEntry_t658048195 * L_187 = ___entry0; NullCheck(L_187); int64_t L_188 = ZipEntry_get_CompressedSize_m640242384(L_187, /*hidden argument*/NULL); if ((((int64_t)L_186) == ((int64_t)L_188))) { goto IL_045d; } } IL_042f: { int64_t L_189 = V_8; if ((((int64_t)L_189) == ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_045d; } } IL_0435: { int64_t L_190 = V_8; if ((((int64_t)L_190) == ((int64_t)(((int64_t)((int64_t)(-1))))))) { goto IL_045d; } } IL_043b: { ZipEntry_t658048195 * L_191 = ___entry0; NullCheck(L_191); int64_t L_192 = ZipEntry_get_CompressedSize_m640242384(L_191, /*hidden argument*/NULL); int64_t L_193 = L_192; RuntimeObject * L_194 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_193); int64_t L_195 = V_8; int64_t L_196 = L_195; RuntimeObject * L_197 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_196); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_198 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral1949533974, L_194, L_197, /*hidden argument*/NULL); ZipException_t3735454771 * L_199 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_199, L_198, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_199,ZipFile_TestLocalHeader_m1435141347_RuntimeMethod_var); } IL_045d: { int32_t L_200 = V_10; int32_t L_201 = V_11; V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_200, (int32_t)L_201)); int64_t L_202 = __this->get_offsetOfFirstEntry_6(); ZipEntry_t658048195 * L_203 = ___entry0; NullCheck(L_203); int64_t L_204 = ZipEntry_get_Offset_m559943012(L_203, /*hidden argument*/NULL); int32_t L_205 = V_16; V_17 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_202, (int64_t)L_204)), (int64_t)(((int64_t)((int64_t)((int32_t)30)))))), (int64_t)(((int64_t)((int64_t)L_205))))); IL2CPP_LEAVE(0x485, FINALLY_047d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_047d; } FINALLY_047d: { // begin finally (depth: 1) Stream_t1273022909 * L_206 = V_18; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_206, /*hidden argument*/NULL); IL2CPP_END_FINALLY(1149) } // end finally (depth: 1) IL2CPP_CLEANUP(1149) { IL2CPP_JUMP_TBL(0x485, IL_0485) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0485: { int64_t L_207 = V_17; return L_207; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::PostUpdateCleanup() extern "C" IL2CPP_METHOD_ATTR void ZipFile_PostUpdateCleanup_m2254698640 (ZipFile_t1258023761 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_PostUpdateCleanup_m2254698640_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_updateDataSource__14((RuntimeObject*)NULL); __this->set_updates__11((ArrayList_t2718874744 *)NULL); __this->set_updateIndex__12((Hashtable_t1853889766 *)NULL); RuntimeObject* L_0 = __this->get_archiveStorage__13(); if (!L_0) { goto IL_002f; } } { RuntimeObject* L_1 = __this->get_archiveStorage__13(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void ICSharpCode.SharpZipLib.Zip.IArchiveStorage::Dispose() */, IArchiveStorage_t3427723357_il2cpp_TypeInfo_var, L_1); __this->set_archiveStorage__13((RuntimeObject*)NULL); } IL_002f: { return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void ZipFile_System_IDisposable_Dispose_m2087544555 (ZipFile_t1258023761 * __this, const RuntimeMethod* method) { { ZipFile_Close_m645550148(__this, /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::DisposeInternal(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ZipFile_DisposeInternal_m182779477 (ZipFile_t1258023761 * __this, bool ___disposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_DisposeInternal_m182779477_MetadataUsageId); s_Il2CppMethodInitialized = true; } Stream_t1273022909 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { bool L_0 = __this->get_isDisposed__1(); if (L_0) { goto IL_0052; } } { __this->set_isDisposed__1((bool)1); __this->set_entries__7(((ZipEntryU5BU5D_t2637723858*)SZArrayNew(ZipEntryU5BU5D_t2637723858_il2cpp_TypeInfo_var, (uint32_t)0))); bool L_1 = ZipFile_get_IsStreamOwner_m3712030767(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_004c; } } { Stream_t1273022909 * L_2 = __this->get_baseStream__4(); if (!L_2) { goto IL_004c; } } { Stream_t1273022909 * L_3 = __this->get_baseStream__4(); Stream_t1273022909 * L_4 = L_3; V_0 = L_4; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); } IL_0038: try { // begin try (depth: 1) Stream_t1273022909 * L_5 = __this->get_baseStream__4(); NullCheck(L_5); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_5); IL2CPP_LEAVE(0x4C, FINALLY_0045); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0045; } FINALLY_0045: { // begin finally (depth: 1) Stream_t1273022909 * L_6 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); IL2CPP_END_FINALLY(69) } // end finally (depth: 1) IL2CPP_CLEANUP(69) { IL2CPP_JUMP_TBL(0x4C, IL_004c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004c: { ZipFile_PostUpdateCleanup_m2254698640(__this, /*hidden argument*/NULL); } IL_0052: { return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ZipFile_Dispose_m388017288 (ZipFile_t1258023761 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = ___disposing0; ZipFile_DisposeInternal_m182779477(__this, L_0, /*hidden argument*/NULL); return; } } // System.UInt16 ICSharpCode.SharpZipLib.Zip.ZipFile::ReadLEUshort() extern "C" IL2CPP_METHOD_ATTR uint16_t ZipFile_ReadLEUshort_m1492530742 (ZipFile_t1258023761 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_ReadLEUshort_m1492530742_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { Stream_t1273022909 * L_0 = __this->get_baseStream__4(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.Stream::ReadByte() */, L_0); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_001b; } } { EndOfStreamException_t2015613008 * L_3 = (EndOfStreamException_t2015613008 *)il2cpp_codegen_object_new(EndOfStreamException_t2015613008_il2cpp_TypeInfo_var); EndOfStreamException__ctor_m2720774049(L_3, _stringLiteral1358744694, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ZipFile_ReadLEUshort_m1492530742_RuntimeMethod_var); } IL_001b: { Stream_t1273022909 * L_4 = __this->get_baseStream__4(); NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.Stream::ReadByte() */, L_4); V_1 = L_5; int32_t L_6 = V_1; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0036; } } { EndOfStreamException_t2015613008 * L_7 = (EndOfStreamException_t2015613008 *)il2cpp_codegen_object_new(EndOfStreamException_t2015613008_il2cpp_TypeInfo_var); EndOfStreamException__ctor_m2720774049(L_7, _stringLiteral1358744694, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ZipFile_ReadLEUshort_m1492530742_RuntimeMethod_var); } IL_0036: { int32_t L_8 = V_0; int32_t L_9 = V_1; return (uint16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)(((int32_t)((uint16_t)L_8)))|(int32_t)(((int32_t)((uint16_t)((int32_t)((int32_t)L_9<<(int32_t)8)))))))))); } } // System.UInt32 ICSharpCode.SharpZipLib.Zip.ZipFile::ReadLEUint() extern "C" IL2CPP_METHOD_ATTR uint32_t ZipFile_ReadLEUint_m2700324481 (ZipFile_t1258023761 * __this, const RuntimeMethod* method) { { uint16_t L_0 = ZipFile_ReadLEUshort_m1492530742(__this, /*hidden argument*/NULL); uint16_t L_1 = ZipFile_ReadLEUshort_m1492530742(__this, /*hidden argument*/NULL); return ((int32_t)((int32_t)L_0|(int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)16))))); } } // System.UInt64 ICSharpCode.SharpZipLib.Zip.ZipFile::ReadLEUlong() extern "C" IL2CPP_METHOD_ATTR uint64_t ZipFile_ReadLEUlong_m250227529 (ZipFile_t1258023761 * __this, const RuntimeMethod* method) { { uint32_t L_0 = ZipFile_ReadLEUint_m2700324481(__this, /*hidden argument*/NULL); uint32_t L_1 = ZipFile_ReadLEUint_m2700324481(__this, /*hidden argument*/NULL); return ((int64_t)((int64_t)(((int64_t)((uint64_t)L_0)))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_1)))<<(int32_t)((int32_t)32))))); } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile::LocateBlockWithSignature(System.Int32,System.Int64,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int64_t ZipFile_LocateBlockWithSignature_m2336230134 (ZipFile_t1258023761 * __this, int32_t ___signature0, int64_t ___endLocation1, int32_t ___minimumBlockSize2, int32_t ___maximumVariableData3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_LocateBlockWithSignature_m2336230134_MetadataUsageId); s_Il2CppMethodInitialized = true; } ZipHelperStream_t633245716 * V_0 = NULL; int64_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Stream_t1273022909 * L_0 = __this->get_baseStream__4(); ZipHelperStream_t633245716 * L_1 = (ZipHelperStream_t633245716 *)il2cpp_codegen_object_new(ZipHelperStream_t633245716_il2cpp_TypeInfo_var); ZipHelperStream__ctor_m1271816823(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_000c: try { // begin try (depth: 1) ZipHelperStream_t633245716 * L_2 = V_0; int32_t L_3 = ___signature0; int64_t L_4 = ___endLocation1; int32_t L_5 = ___minimumBlockSize2; int32_t L_6 = ___maximumVariableData3; NullCheck(L_2); int64_t L_7 = ZipHelperStream_LocateBlockWithSignature_m562779598(L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); V_1 = L_7; IL2CPP_LEAVE(0x24, FINALLY_001a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001a; } FINALLY_001a: { // begin finally (depth: 1) { ZipHelperStream_t633245716 * L_8 = V_0; if (!L_8) { goto IL_0023; } } IL_001d: { ZipHelperStream_t633245716 * L_9 = V_0; NullCheck(L_9); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_9); } IL_0023: { IL2CPP_END_FINALLY(26) } } // end finally (depth: 1) IL2CPP_CLEANUP(26) { IL2CPP_JUMP_TBL(0x24, IL_0024) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0024: { int64_t L_10 = V_1; return L_10; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::ReadEntries() extern "C" IL2CPP_METHOD_ATTR void ZipFile_ReadEntries_m1947646707 (ZipFile_t1258023761 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_ReadEntries_m1947646707_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; uint16_t V_1 = 0; uint16_t V_2 = 0; uint64_t V_3 = 0; uint64_t V_4 = 0; uint64_t V_5 = 0; int64_t V_6 = 0; uint32_t V_7 = 0; ByteU5BU5D_t4116647657* V_8 = NULL; bool V_9 = false; int64_t V_10 = 0; uint64_t V_11 = 0; int64_t V_12 = 0; uint64_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; int32_t V_16 = 0; int32_t V_17 = 0; uint32_t V_18 = 0; uint32_t V_19 = 0; int64_t V_20 = 0; int64_t V_21 = 0; int32_t V_22 = 0; int32_t V_23 = 0; int32_t V_24 = 0; uint32_t V_25 = 0; int64_t V_26 = 0; ByteU5BU5D_t4116647657* V_27 = NULL; String_t* V_28 = NULL; ZipEntry_t658048195 * V_29 = NULL; ByteU5BU5D_t4116647657* V_30 = NULL; { Stream_t1273022909 * L_0 = __this->get_baseStream__4(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_0); if (L_1) { goto IL_0018; } } { ZipException_t3735454771 * L_2 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_2, _stringLiteral2467037626, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,ZipFile_ReadEntries_m1947646707_RuntimeMethod_var); } IL_0018: { Stream_t1273022909 * L_3 = __this->get_baseStream__4(); NullCheck(L_3); int64_t L_4 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_3); int64_t L_5 = ZipFile_LocateBlockWithSignature_m2336230134(__this, ((int32_t)101010256), L_4, ((int32_t)22), ((int32_t)65535), /*hidden argument*/NULL); V_0 = L_5; int64_t L_6 = V_0; if ((((int64_t)L_6) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0046; } } { ZipException_t3735454771 * L_7 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_7, _stringLiteral4138775009, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ZipFile_ReadEntries_m1947646707_RuntimeMethod_var); } IL_0046: { uint16_t L_8 = ZipFile_ReadLEUshort_m1492530742(__this, /*hidden argument*/NULL); V_1 = L_8; uint16_t L_9 = ZipFile_ReadLEUshort_m1492530742(__this, /*hidden argument*/NULL); V_2 = L_9; uint16_t L_10 = ZipFile_ReadLEUshort_m1492530742(__this, /*hidden argument*/NULL); V_3 = (((int64_t)((uint64_t)L_10))); uint16_t L_11 = ZipFile_ReadLEUshort_m1492530742(__this, /*hidden argument*/NULL); V_4 = (((int64_t)((uint64_t)L_11))); uint32_t L_12 = ZipFile_ReadLEUint_m2700324481(__this, /*hidden argument*/NULL); V_5 = (((int64_t)((uint64_t)L_12))); uint32_t L_13 = ZipFile_ReadLEUint_m2700324481(__this, /*hidden argument*/NULL); V_6 = (((int64_t)((uint64_t)L_13))); uint16_t L_14 = ZipFile_ReadLEUshort_m1492530742(__this, /*hidden argument*/NULL); V_7 = L_14; uint32_t L_15 = V_7; if ((!(((uint32_t)L_15) > ((uint32_t)0)))) { goto IL_00aa; } } { uint32_t L_16 = V_7; V_8 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)(((uintptr_t)L_16)))); Stream_t1273022909 * L_17 = __this->get_baseStream__4(); ByteU5BU5D_t4116647657* L_18 = V_8; StreamUtils_ReadFully_m2431329410(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_19 = V_8; IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t3000827260_il2cpp_TypeInfo_var); String_t* L_20 = ZipConstants_ConvertToString_m2143323509(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); __this->set_comment__2(L_20); goto IL_00b5; } IL_00aa: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_comment__2(L_21); } IL_00b5: { V_9 = (bool)0; uint16_t L_22 = V_1; if ((((int32_t)L_22) == ((int32_t)((int32_t)65535)))) { goto IL_00ea; } } { uint16_t L_23 = V_2; if ((((int32_t)L_23) == ((int32_t)((int32_t)65535)))) { goto IL_00ea; } } { uint64_t L_24 = V_3; if ((((int64_t)L_24) == ((int64_t)(((int64_t)((int64_t)((int32_t)65535))))))) { goto IL_00ea; } } { uint64_t L_25 = V_4; if ((((int64_t)L_25) == ((int64_t)(((int64_t)((int64_t)((int32_t)65535))))))) { goto IL_00ea; } } { uint64_t L_26 = V_5; if ((((int64_t)L_26) == ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_00ea; } } { int64_t L_27 = V_6; if ((!(((uint64_t)L_27) == ((uint64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))))) { goto IL_01a1; } } IL_00ea: { V_9 = (bool)1; int64_t L_28 = V_0; int64_t L_29 = ZipFile_LocateBlockWithSignature_m2336230134(__this, ((int32_t)117853008), L_28, 0, ((int32_t)4096), /*hidden argument*/NULL); V_10 = L_29; int64_t L_30 = V_10; if ((((int64_t)L_30) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0112; } } { ZipException_t3735454771 * L_31 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_31, _stringLiteral1707805957, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31,ZipFile_ReadEntries_m1947646707_RuntimeMethod_var); } IL_0112: { ZipFile_ReadLEUint_m2700324481(__this, /*hidden argument*/NULL); uint64_t L_32 = ZipFile_ReadLEUlong_m250227529(__this, /*hidden argument*/NULL); V_11 = L_32; ZipFile_ReadLEUint_m2700324481(__this, /*hidden argument*/NULL); Stream_t1273022909 * L_33 = __this->get_baseStream__4(); uint64_t L_34 = V_11; NullCheck(L_33); VirtActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_33, L_34); uint32_t L_35 = ZipFile_ReadLEUint_m2700324481(__this, /*hidden argument*/NULL); V_12 = (((int64_t)((uint64_t)L_35))); int64_t L_36 = V_12; if ((((int64_t)L_36) == ((int64_t)(((int64_t)((int64_t)((int32_t)101075792))))))) { goto IL_015f; } } { uint64_t L_37 = V_11; uint64_t L_38 = L_37; RuntimeObject * L_39 = Box(UInt64_t4134040092_il2cpp_TypeInfo_var, &L_38); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_40 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1030057675, L_39, /*hidden argument*/NULL); ZipException_t3735454771 * L_41 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_41, L_40, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_41,ZipFile_ReadEntries_m1947646707_RuntimeMethod_var); } IL_015f: { ZipFile_ReadLEUlong_m250227529(__this, /*hidden argument*/NULL); ZipFile_ReadLEUshort_m1492530742(__this, /*hidden argument*/NULL); ZipFile_ReadLEUshort_m1492530742(__this, /*hidden argument*/NULL); ZipFile_ReadLEUint_m2700324481(__this, /*hidden argument*/NULL); ZipFile_ReadLEUint_m2700324481(__this, /*hidden argument*/NULL); uint64_t L_42 = ZipFile_ReadLEUlong_m250227529(__this, /*hidden argument*/NULL); V_3 = L_42; uint64_t L_43 = ZipFile_ReadLEUlong_m250227529(__this, /*hidden argument*/NULL); V_4 = L_43; uint64_t L_44 = ZipFile_ReadLEUlong_m250227529(__this, /*hidden argument*/NULL); V_5 = L_44; uint64_t L_45 = ZipFile_ReadLEUlong_m250227529(__this, /*hidden argument*/NULL); V_6 = L_45; } IL_01a1: { uint64_t L_46 = V_3; if ((uint64_t)(L_46) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),ZipFile_ReadEntries_m1947646707_RuntimeMethod_var); __this->set_entries__7(((ZipEntryU5BU5D_t2637723858*)SZArrayNew(ZipEntryU5BU5D_t2637723858_il2cpp_TypeInfo_var, (uint32_t)(((intptr_t)L_46))))); bool L_47 = V_9; if (L_47) { goto IL_01e2; } } { int64_t L_48 = V_6; int64_t L_49 = V_0; uint64_t L_50 = V_5; if ((((int64_t)L_48) >= ((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_49, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)4))), (int64_t)L_50))))))) { goto IL_01e2; } } { int64_t L_51 = V_0; uint64_t L_52 = V_5; int64_t L_53 = V_6; __this->set_offsetOfFirstEntry_6(((int64_t)il2cpp_codegen_subtract((int64_t)L_51, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)4))), (int64_t)L_52)), (int64_t)L_53))))); int64_t L_54 = __this->get_offsetOfFirstEntry_6(); if ((((int64_t)L_54) > ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_01e2; } } { ZipException_t3735454771 * L_55 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_55, _stringLiteral2197161813, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_55,ZipFile_ReadEntries_m1947646707_RuntimeMethod_var); } IL_01e2: { Stream_t1273022909 * L_56 = __this->get_baseStream__4(); int64_t L_57 = __this->get_offsetOfFirstEntry_6(); int64_t L_58 = V_6; NullCheck(L_56); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(20 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_56, ((int64_t)il2cpp_codegen_add((int64_t)L_57, (int64_t)L_58)), 0); V_13 = (((int64_t)((int64_t)0))); goto IL_03ae; } IL_0201: { uint32_t L_59 = ZipFile_ReadLEUint_m2700324481(__this, /*hidden argument*/NULL); if ((((int32_t)L_59) == ((int32_t)((int32_t)33639248)))) { goto IL_0219; } } { ZipException_t3735454771 * L_60 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_60, _stringLiteral1472162645, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_60,ZipFile_ReadEntries_m1947646707_RuntimeMethod_var); } IL_0219: { uint16_t L_61 = ZipFile_ReadLEUshort_m1492530742(__this, /*hidden argument*/NULL); V_14 = L_61; uint16_t L_62 = ZipFile_ReadLEUshort_m1492530742(__this, /*hidden argument*/NULL); V_15 = L_62; uint16_t L_63 = ZipFile_ReadLEUshort_m1492530742(__this, /*hidden argument*/NULL); V_16 = L_63; uint16_t L_64 = ZipFile_ReadLEUshort_m1492530742(__this, /*hidden argument*/NULL); V_17 = L_64; uint32_t L_65 = ZipFile_ReadLEUint_m2700324481(__this, /*hidden argument*/NULL); V_18 = L_65; uint32_t L_66 = ZipFile_ReadLEUint_m2700324481(__this, /*hidden argument*/NULL); V_19 = L_66; uint32_t L_67 = ZipFile_ReadLEUint_m2700324481(__this, /*hidden argument*/NULL); V_20 = (((int64_t)((uint64_t)L_67))); uint32_t L_68 = ZipFile_ReadLEUint_m2700324481(__this, /*hidden argument*/NULL); V_21 = (((int64_t)((uint64_t)L_68))); uint16_t L_69 = ZipFile_ReadLEUshort_m1492530742(__this, /*hidden argument*/NULL); V_22 = L_69; uint16_t L_70 = ZipFile_ReadLEUshort_m1492530742(__this, /*hidden argument*/NULL); V_23 = L_70; uint16_t L_71 = ZipFile_ReadLEUshort_m1492530742(__this, /*hidden argument*/NULL); V_24 = L_71; ZipFile_ReadLEUshort_m1492530742(__this, /*hidden argument*/NULL); ZipFile_ReadLEUshort_m1492530742(__this, /*hidden argument*/NULL); uint32_t L_72 = ZipFile_ReadLEUint_m2700324481(__this, /*hidden argument*/NULL); V_25 = L_72; uint32_t L_73 = ZipFile_ReadLEUint_m2700324481(__this, /*hidden argument*/NULL); V_26 = (((int64_t)((uint64_t)L_73))); int32_t L_74 = V_22; int32_t L_75 = V_24; int32_t L_76 = Math_Max_m1873195862(NULL /*static, unused*/, L_74, L_75, /*hidden argument*/NULL); V_27 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_76)); Stream_t1273022909 * L_77 = __this->get_baseStream__4(); ByteU5BU5D_t4116647657* L_78 = V_27; int32_t L_79 = V_22; StreamUtils_ReadFully_m2266781614(NULL /*static, unused*/, L_77, L_78, 0, L_79, /*hidden argument*/NULL); int32_t L_80 = V_16; ByteU5BU5D_t4116647657* L_81 = V_27; int32_t L_82 = V_22; IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t3000827260_il2cpp_TypeInfo_var); String_t* L_83 = ZipConstants_ConvertToStringExt_m2653330595(NULL /*static, unused*/, L_80, L_81, L_82, /*hidden argument*/NULL); V_28 = L_83; String_t* L_84 = V_28; int32_t L_85 = V_15; int32_t L_86 = V_14; int32_t L_87 = V_17; ZipEntry_t658048195 * L_88 = (ZipEntry_t658048195 *)il2cpp_codegen_object_new(ZipEntry_t658048195_il2cpp_TypeInfo_var); ZipEntry__ctor_m2423241429(L_88, L_84, L_85, L_86, L_87, /*hidden argument*/NULL); V_29 = L_88; ZipEntry_t658048195 * L_89 = V_29; uint32_t L_90 = V_19; NullCheck(L_89); ZipEntry_set_Crc_m2604579826(L_89, ((int64_t)((int64_t)(((int64_t)((uint64_t)L_90)))&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))), /*hidden argument*/NULL); ZipEntry_t658048195 * L_91 = V_29; int64_t L_92 = V_21; NullCheck(L_91); ZipEntry_set_Size_m2456682509(L_91, ((int64_t)((int64_t)L_92&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))), /*hidden argument*/NULL); ZipEntry_t658048195 * L_93 = V_29; int64_t L_94 = V_20; NullCheck(L_93); ZipEntry_set_CompressedSize_m2622823131(L_93, ((int64_t)((int64_t)L_94&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))), /*hidden argument*/NULL); ZipEntry_t658048195 * L_95 = V_29; int32_t L_96 = V_16; NullCheck(L_95); ZipEntry_set_Flags_m1085594863(L_95, L_96, /*hidden argument*/NULL); ZipEntry_t658048195 * L_97 = V_29; uint32_t L_98 = V_18; NullCheck(L_97); ZipEntry_set_DosTime_m1657010038(L_97, (((int64_t)((uint64_t)L_98))), /*hidden argument*/NULL); ZipEntry_t658048195 * L_99 = V_29; uint64_t L_100 = V_13; NullCheck(L_99); ZipEntry_set_ZipFileIndex_m2944588297(L_99, L_100, /*hidden argument*/NULL); ZipEntry_t658048195 * L_101 = V_29; int64_t L_102 = V_26; NullCheck(L_101); ZipEntry_set_Offset_m2355753822(L_101, L_102, /*hidden argument*/NULL); ZipEntry_t658048195 * L_103 = V_29; uint32_t L_104 = V_25; NullCheck(L_103); ZipEntry_set_ExternalFileAttributes_m3233834930(L_103, L_104, /*hidden argument*/NULL); int32_t L_105 = V_16; if (((int32_t)((int32_t)L_105&(int32_t)8))) { goto IL_0336; } } { ZipEntry_t658048195 * L_106 = V_29; uint32_t L_107 = V_19; NullCheck(L_106); ZipEntry_set_CryptoCheckValue_m2793055366(L_106, (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_107>>((int32_t)24)))))), /*hidden argument*/NULL); goto IL_0348; } IL_0336: { ZipEntry_t658048195 * L_108 = V_29; uint32_t L_109 = V_18; NullCheck(L_108); ZipEntry_set_CryptoCheckValue_m2793055366(L_108, (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_109>>8))&(int32_t)((int32_t)255)))))), /*hidden argument*/NULL); } IL_0348: { int32_t L_110 = V_23; if ((((int32_t)L_110) <= ((int32_t)0))) { goto IL_036c; } } { int32_t L_111 = V_23; V_30 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_111)); Stream_t1273022909 * L_112 = __this->get_baseStream__4(); ByteU5BU5D_t4116647657* L_113 = V_30; StreamUtils_ReadFully_m2431329410(NULL /*static, unused*/, L_112, L_113, /*hidden argument*/NULL); ZipEntry_t658048195 * L_114 = V_29; ByteU5BU5D_t4116647657* L_115 = V_30; NullCheck(L_114); ZipEntry_set_ExtraData_m219422600(L_114, L_115, /*hidden argument*/NULL); } IL_036c: { ZipEntry_t658048195 * L_116 = V_29; NullCheck(L_116); ZipEntry_ProcessExtraData_m2421587542(L_116, (bool)0, /*hidden argument*/NULL); int32_t L_117 = V_24; if ((((int32_t)L_117) <= ((int32_t)0))) { goto IL_039b; } } { Stream_t1273022909 * L_118 = __this->get_baseStream__4(); ByteU5BU5D_t4116647657* L_119 = V_27; int32_t L_120 = V_24; StreamUtils_ReadFully_m2266781614(NULL /*static, unused*/, L_118, L_119, 0, L_120, /*hidden argument*/NULL); ZipEntry_t658048195 * L_121 = V_29; int32_t L_122 = V_16; ByteU5BU5D_t4116647657* L_123 = V_27; int32_t L_124 = V_24; IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t3000827260_il2cpp_TypeInfo_var); String_t* L_125 = ZipConstants_ConvertToStringExt_m2653330595(NULL /*static, unused*/, L_122, L_123, L_124, /*hidden argument*/NULL); NullCheck(L_121); ZipEntry_set_Comment_m617564734(L_121, L_125, /*hidden argument*/NULL); } IL_039b: { ZipEntryU5BU5D_t2637723858* L_126 = __this->get_entries__7(); uint64_t L_127 = V_13; if ((uint64_t)(L_127) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),ZipFile_ReadEntries_m1947646707_RuntimeMethod_var); ZipEntry_t658048195 * L_128 = V_29; NullCheck(L_126); ArrayElementTypeCheck (L_126, L_128); (L_126)->SetAt(static_cast((((intptr_t)L_127))), (ZipEntry_t658048195 *)L_128); uint64_t L_129 = V_13; V_13 = ((int64_t)il2cpp_codegen_add((int64_t)L_129, (int64_t)(((int64_t)((int64_t)1))))); } IL_03ae: { uint64_t L_130 = V_13; uint64_t L_131 = V_3; if ((!(((uint64_t)L_130) >= ((uint64_t)L_131)))) { goto IL_0201; } } { return; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile::LocateEntry(ICSharpCode.SharpZipLib.Zip.ZipEntry) extern "C" IL2CPP_METHOD_ATTR int64_t ZipFile_LocateEntry_m665436414 (ZipFile_t1258023761 * __this, ZipEntry_t658048195 * ___entry0, const RuntimeMethod* method) { { ZipEntry_t658048195 * L_0 = ___entry0; int64_t L_1 = ZipFile_TestLocalHeader_m1435141347(__this, L_0, 1, /*hidden argument*/NULL); return L_1; } } // System.IO.Stream ICSharpCode.SharpZipLib.Zip.ZipFile::CreateAndInitDecryptionStream(System.IO.Stream,ICSharpCode.SharpZipLib.Zip.ZipEntry) extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * ZipFile_CreateAndInitDecryptionStream_m1073764801 (ZipFile_t1258023761 * __this, Stream_t1273022909 * ___baseStream0, ZipEntry_t658048195 * ___entry1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_CreateAndInitDecryptionStream_m1073764801_MetadataUsageId); s_Il2CppMethodInitialized = true; } CryptoStream_t2702504504 * V_0 = NULL; PkzipClassicManaged_t3913554169 * V_1 = NULL; int32_t V_2 = 0; ByteU5BU5D_t4116647657* V_3 = NULL; int32_t V_4 = 0; ByteU5BU5D_t4116647657* V_5 = NULL; int32_t V_6 = 0; ZipAESTransform_t2332021196 * V_7 = NULL; ByteU5BU5D_t4116647657* V_8 = NULL; ObjectU5BU5D_t2843939325* V_9 = NULL; { V_0 = (CryptoStream_t2702504504 *)NULL; ZipEntry_t658048195 * L_0 = ___entry1; NullCheck(L_0); int32_t L_1 = ZipEntry_get_Version_m1288817988(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)((int32_t)50)))) { goto IL_0017; } } { ZipEntry_t658048195 * L_2 = ___entry1; NullCheck(L_2); int32_t L_3 = ZipEntry_get_Flags_m4217420756(L_2, /*hidden argument*/NULL); if (((int32_t)((int32_t)L_3&(int32_t)((int32_t)64)))) { goto IL_005d; } } IL_0017: { PkzipClassicManaged_t3913554169 * L_4 = (PkzipClassicManaged_t3913554169 *)il2cpp_codegen_object_new(PkzipClassicManaged_t3913554169_il2cpp_TypeInfo_var); PkzipClassicManaged__ctor_m190897554(L_4, /*hidden argument*/NULL); V_1 = L_4; ZipEntry_t658048195 * L_5 = ___entry1; NullCheck(L_5); String_t* L_6 = ZipEntry_get_Name_m1624543186(L_5, /*hidden argument*/NULL); ZipFile_OnKeysRequired_m1110237521(__this, L_6, /*hidden argument*/NULL); bool L_7 = ZipFile_get_HaveKeys_m523324951(__this, /*hidden argument*/NULL); if (L_7) { goto IL_003c; } } { ZipException_t3735454771 * L_8 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_8, _stringLiteral368774250, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,ZipFile_CreateAndInitDecryptionStream_m1073764801_RuntimeMethod_var); } IL_003c: { Stream_t1273022909 * L_9 = ___baseStream0; PkzipClassicManaged_t3913554169 * L_10 = V_1; ByteU5BU5D_t4116647657* L_11 = __this->get_key_8(); NullCheck(L_10); RuntimeObject* L_12 = VirtFuncInvoker2< RuntimeObject*, ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657* >::Invoke(21 /* System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.SymmetricAlgorithm::CreateDecryptor(System.Byte[],System.Byte[]) */, L_10, L_11, (ByteU5BU5D_t4116647657*)(ByteU5BU5D_t4116647657*)NULL); CryptoStream_t2702504504 * L_13 = (CryptoStream_t2702504504 *)il2cpp_codegen_object_new(CryptoStream_t2702504504_il2cpp_TypeInfo_var); CryptoStream__ctor_m2579441618(L_13, L_9, L_12, 0, /*hidden argument*/NULL); V_0 = L_13; CryptoStream_t2702504504 * L_14 = V_0; ZipEntry_t658048195 * L_15 = ___entry1; ZipFile_CheckClassicPassword_m1026300735(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL); goto IL_0150; } IL_005d: { ZipEntry_t658048195 * L_16 = ___entry1; NullCheck(L_16); int32_t L_17 = ZipEntry_get_Version_m1288817988(L_16, /*hidden argument*/NULL); if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)51))))) { goto IL_0145; } } { ZipEntry_t658048195 * L_18 = ___entry1; NullCheck(L_18); String_t* L_19 = ZipEntry_get_Name_m1624543186(L_18, /*hidden argument*/NULL); ZipFile_OnKeysRequired_m1110237521(__this, L_19, /*hidden argument*/NULL); bool L_20 = ZipFile_get_HaveKeys_m523324951(__this, /*hidden argument*/NULL); if (L_20) { goto IL_0089; } } { ZipException_t3735454771 * L_21 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_21, _stringLiteral1043152257, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,ZipFile_CreateAndInitDecryptionStream_m1073764801_RuntimeMethod_var); } IL_0089: { ZipEntry_t658048195 * L_22 = ___entry1; NullCheck(L_22); int32_t L_23 = ZipEntry_get_AESSaltLen_m2993681847(L_22, /*hidden argument*/NULL); V_2 = L_23; int32_t L_24 = V_2; V_3 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_24)); Stream_t1273022909 * L_25 = ___baseStream0; ByteU5BU5D_t4116647657* L_26 = V_3; int32_t L_27 = V_2; NullCheck(L_25); int32_t L_28 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(18 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_25, L_26, 0, L_27); V_4 = L_28; int32_t L_29 = V_4; int32_t L_30 = V_2; if ((((int32_t)L_29) == ((int32_t)L_30))) { goto IL_00e3; } } { V_9 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); ObjectU5BU5D_t2843939325* L_31 = V_9; NullCheck(L_31); ArrayElementTypeCheck (L_31, _stringLiteral3390132698); (L_31)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3390132698); ObjectU5BU5D_t2843939325* L_32 = V_9; int32_t L_33 = V_2; int32_t L_34 = L_33; RuntimeObject * L_35 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_34); NullCheck(L_32); ArrayElementTypeCheck (L_32, L_35); (L_32)->SetAt(static_cast(1), (RuntimeObject *)L_35); ObjectU5BU5D_t2843939325* L_36 = V_9; NullCheck(L_36); ArrayElementTypeCheck (L_36, _stringLiteral1121039973); (L_36)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1121039973); ObjectU5BU5D_t2843939325* L_37 = V_9; int32_t L_38 = V_4; int32_t L_39 = L_38; RuntimeObject * L_40 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_39); NullCheck(L_37); ArrayElementTypeCheck (L_37, L_40); (L_37)->SetAt(static_cast(3), (RuntimeObject *)L_40); ObjectU5BU5D_t2843939325* L_41 = V_9; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_42 = String_Concat_m2971454694(NULL /*static, unused*/, L_41, /*hidden argument*/NULL); ZipException_t3735454771 * L_43 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_43, L_42, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43,ZipFile_CreateAndInitDecryptionStream_m1073764801_RuntimeMethod_var); } IL_00e3: { V_5 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)2)); Stream_t1273022909 * L_44 = ___baseStream0; ByteU5BU5D_t4116647657* L_45 = V_5; NullCheck(L_44); VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(18 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_44, L_45, 0, 2); ZipEntry_t658048195 * L_46 = ___entry1; NullCheck(L_46); int32_t L_47 = ZipEntry_get_AESKeySize_m4165772656(L_46, /*hidden argument*/NULL); V_6 = ((int32_t)((int32_t)L_47/(int32_t)8)); String_t* L_48 = __this->get_rawPassword__3(); ByteU5BU5D_t4116647657* L_49 = V_3; int32_t L_50 = V_6; ZipAESTransform_t2332021196 * L_51 = (ZipAESTransform_t2332021196 *)il2cpp_codegen_object_new(ZipAESTransform_t2332021196_il2cpp_TypeInfo_var); ZipAESTransform__ctor_m1048999669(L_51, L_48, L_49, L_50, (bool)0, /*hidden argument*/NULL); V_7 = L_51; ZipAESTransform_t2332021196 * L_52 = V_7; NullCheck(L_52); ByteU5BU5D_t4116647657* L_53 = ZipAESTransform_get_PwdVerifier_m3002398398(L_52, /*hidden argument*/NULL); V_8 = L_53; ByteU5BU5D_t4116647657* L_54 = V_8; NullCheck(L_54); int32_t L_55 = 0; uint8_t L_56 = (L_54)->GetAt(static_cast(L_55)); ByteU5BU5D_t4116647657* L_57 = V_5; NullCheck(L_57); int32_t L_58 = 0; uint8_t L_59 = (L_57)->GetAt(static_cast(L_58)); if ((!(((uint32_t)L_56) == ((uint32_t)L_59)))) { goto IL_012e; } } { ByteU5BU5D_t4116647657* L_60 = V_8; NullCheck(L_60); int32_t L_61 = 1; uint8_t L_62 = (L_60)->GetAt(static_cast(L_61)); ByteU5BU5D_t4116647657* L_63 = V_5; NullCheck(L_63); int32_t L_64 = 1; uint8_t L_65 = (L_63)->GetAt(static_cast(L_64)); if ((((int32_t)L_62) == ((int32_t)L_65))) { goto IL_0139; } } IL_012e: { Exception_t * L_66 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_66, _stringLiteral3601931850, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_66,ZipFile_CreateAndInitDecryptionStream_m1073764801_RuntimeMethod_var); } IL_0139: { Stream_t1273022909 * L_67 = ___baseStream0; ZipAESTransform_t2332021196 * L_68 = V_7; ZipAESStream_t2668453910 * L_69 = (ZipAESStream_t2668453910 *)il2cpp_codegen_object_new(ZipAESStream_t2668453910_il2cpp_TypeInfo_var); ZipAESStream__ctor_m2173930800(L_69, L_67, L_68, 0, /*hidden argument*/NULL); V_0 = L_69; goto IL_0150; } IL_0145: { ZipException_t3735454771 * L_70 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_70, _stringLiteral1783689608, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_70,ZipFile_CreateAndInitDecryptionStream_m1073764801_RuntimeMethod_var); } IL_0150: { CryptoStream_t2702504504 * L_71 = V_0; return L_71; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::CheckClassicPassword(System.Security.Cryptography.CryptoStream,ICSharpCode.SharpZipLib.Zip.ZipEntry) extern "C" IL2CPP_METHOD_ATTR void ZipFile_CheckClassicPassword_m1026300735 (RuntimeObject * __this /* static, unused */, CryptoStream_t2702504504 * ___classicCryptoStream0, ZipEntry_t658048195 * ___entry1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_CheckClassicPassword_m1026300735_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12))); CryptoStream_t2702504504 * L_0 = ___classicCryptoStream0; ByteU5BU5D_t4116647657* L_1 = V_0; StreamUtils_ReadFully_m2431329410(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_2 = V_0; NullCheck(L_2); int32_t L_3 = ((int32_t)11); uint8_t L_4 = (L_2)->GetAt(static_cast(L_3)); ZipEntry_t658048195 * L_5 = ___entry1; NullCheck(L_5); uint8_t L_6 = ZipEntry_get_CryptoCheckValue_m237103266(L_5, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)L_6))) { goto IL_0026; } } { ZipException_t3735454771 * L_7 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_7, _stringLiteral2129329028, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ZipFile_CheckClassicPassword_m1026300735_RuntimeMethod_var); } IL_0026: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile/KeysRequiredEventHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void KeysRequiredEventHandler__ctor_m63110595 (KeysRequiredEventHandler_t4251835903 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile/KeysRequiredEventHandler::Invoke(System.Object,ICSharpCode.SharpZipLib.Zip.KeysRequiredEventArgs) extern "C" IL2CPP_METHOD_ATTR void KeysRequiredEventHandler_Invoke_m3303644722 (KeysRequiredEventHandler_t4251835903 * __this, RuntimeObject * ___sender0, KeysRequiredEventArgs_t58718538 * ___e1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { KeysRequiredEventHandler_Invoke_m3303644722((KeysRequiredEventHandler_t4251835903 *)__this->get_prev_9(), ___sender0, ___e1, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, KeysRequiredEventArgs_t58718538 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___sender0, ___e1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, KeysRequiredEventArgs_t58718538 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___sender0, ___e1, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RuntimeObject *, KeysRequiredEventArgs_t58718538 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); else GenericVirtActionInvoker2< RuntimeObject *, KeysRequiredEventArgs_t58718538 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, KeysRequiredEventArgs_t58718538 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1); else VirtActionInvoker2< RuntimeObject *, KeysRequiredEventArgs_t58718538 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, KeysRequiredEventArgs_t58718538 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< KeysRequiredEventArgs_t58718538 * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtActionInvoker1< KeysRequiredEventArgs_t58718538 * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< KeysRequiredEventArgs_t58718538 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtActionInvoker1< KeysRequiredEventArgs_t58718538 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, KeysRequiredEventArgs_t58718538 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } } } } // System.IAsyncResult ICSharpCode.SharpZipLib.Zip.ZipFile/KeysRequiredEventHandler::BeginInvoke(System.Object,ICSharpCode.SharpZipLib.Zip.KeysRequiredEventArgs,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* KeysRequiredEventHandler_BeginInvoke_m960497019 (KeysRequiredEventHandler_t4251835903 * __this, RuntimeObject * ___sender0, KeysRequiredEventArgs_t58718538 * ___e1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___sender0; __d_args[1] = ___e1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile/KeysRequiredEventHandler::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void KeysRequiredEventHandler_EndInvoke_m2133230648 (KeysRequiredEventHandler_t4251835903 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile/PartialInputStream::.ctor(ICSharpCode.SharpZipLib.Zip.ZipFile,System.Int64,System.Int64) extern "C" IL2CPP_METHOD_ATTR void PartialInputStream__ctor_m1574793412 (PartialInputStream_t2202686741 * __this, ZipFile_t1258023761 * ___zipFile0, int64_t ___start1, int64_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PartialInputStream__ctor_m1574793412_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Stream_t1273022909_il2cpp_TypeInfo_var); Stream__ctor_m3881936881(__this, /*hidden argument*/NULL); int64_t L_0 = ___start1; __this->set_start__4(L_0); int64_t L_1 = ___length2; __this->set_length__5(L_1); ZipFile_t1258023761 * L_2 = ___zipFile0; __this->set_zipFile__2(L_2); ZipFile_t1258023761 * L_3 = __this->get_zipFile__2(); NullCheck(L_3); Stream_t1273022909 * L_4 = L_3->get_baseStream__4(); __this->set_baseStream__3(L_4); int64_t L_5 = ___start1; __this->set_readPos__6(L_5); int64_t L_6 = ___start1; int64_t L_7 = ___length2; __this->set_end__7(((int64_t)il2cpp_codegen_add((int64_t)L_6, (int64_t)L_7))); return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipFile/PartialInputStream::ReadByte() extern "C" IL2CPP_METHOD_ATTR int32_t PartialInputStream_ReadByte_m3948509470 (PartialInputStream_t2202686741 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; Stream_t1273022909 * V_1 = NULL; int64_t V_2 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { int64_t L_0 = __this->get_readPos__6(); int64_t L_1 = __this->get_end__7(); if ((((int64_t)L_0) < ((int64_t)L_1))) { goto IL_0010; } } { return (-1); } IL_0010: { Stream_t1273022909 * L_2 = __this->get_baseStream__3(); Stream_t1273022909 * L_3 = L_2; V_1 = L_3; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); } IL_001d: try { // begin try (depth: 1) Stream_t1273022909 * L_4 = __this->get_baseStream__3(); int64_t L_5 = __this->get_readPos__6(); int64_t L_6 = L_5; V_2 = L_6; __this->set_readPos__6(((int64_t)il2cpp_codegen_add((int64_t)L_6, (int64_t)(((int64_t)((int64_t)1)))))); int64_t L_7 = V_2; NullCheck(L_4); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(20 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_4, L_7, 0); Stream_t1273022909 * L_8 = __this->get_baseStream__3(); NullCheck(L_8); int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.Stream::ReadByte() */, L_8); V_0 = L_9; IL2CPP_LEAVE(0x51, FINALLY_004a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004a; } FINALLY_004a: { // begin finally (depth: 1) Stream_t1273022909 * L_10 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); IL2CPP_END_FINALLY(74) } // end finally (depth: 1) IL2CPP_CLEANUP(74) { IL2CPP_JUMP_TBL(0x51, IL_0051) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0051: { int32_t L_11 = V_0; return L_11; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile/PartialInputStream::Close() extern "C" IL2CPP_METHOD_ATTR void PartialInputStream_Close_m204696807 (PartialInputStream_t2202686741 * __this, const RuntimeMethod* method) { { return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipFile/PartialInputStream::Read(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t PartialInputStream_Read_m915989232 (PartialInputStream_t2202686741 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; Stream_t1273022909 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Stream_t1273022909 * L_0 = __this->get_baseStream__3(); Stream_t1273022909 * L_1 = L_0; V_2 = L_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) { int32_t L_2 = ___count2; int64_t L_3 = __this->get_end__7(); int64_t L_4 = __this->get_readPos__6(); if ((((int64_t)(((int64_t)((int64_t)L_2)))) <= ((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_3, (int64_t)L_4))))) { goto IL_0035; } } IL_001e: { int64_t L_5 = __this->get_end__7(); int64_t L_6 = __this->get_readPos__6(); ___count2 = (((int32_t)((int32_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_5, (int64_t)L_6))))); int32_t L_7 = ___count2; if (L_7) { goto IL_0035; } } IL_0031: { V_1 = 0; IL2CPP_LEAVE(0x75, FINALLY_006e); } IL_0035: { Stream_t1273022909 * L_8 = __this->get_baseStream__3(); int64_t L_9 = __this->get_readPos__6(); NullCheck(L_8); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(20 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_8, L_9, 0); Stream_t1273022909 * L_10 = __this->get_baseStream__3(); ByteU5BU5D_t4116647657* L_11 = ___buffer0; int32_t L_12 = ___offset1; int32_t L_13 = ___count2; NullCheck(L_10); int32_t L_14 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(18 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_10, L_11, L_12, L_13); V_0 = L_14; int32_t L_15 = V_0; if ((((int32_t)L_15) <= ((int32_t)0))) { goto IL_006a; } } IL_005b: { int64_t L_16 = __this->get_readPos__6(); int32_t L_17 = V_0; __this->set_readPos__6(((int64_t)il2cpp_codegen_add((int64_t)L_16, (int64_t)(((int64_t)((int64_t)L_17)))))); } IL_006a: { int32_t L_18 = V_0; V_1 = L_18; IL2CPP_LEAVE(0x75, FINALLY_006e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006e; } FINALLY_006e: { // begin finally (depth: 1) Stream_t1273022909 * L_19 = V_2; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); IL2CPP_END_FINALLY(110) } // end finally (depth: 1) IL2CPP_CLEANUP(110) { IL2CPP_JUMP_TBL(0x75, IL_0075) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0075: { int32_t L_20 = V_1; return L_20; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile/PartialInputStream::Write(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void PartialInputStream_Write_m904330470 (PartialInputStream_t2202686741 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PartialInputStream_Write_m904330470_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,PartialInputStream_Write_m904330470_RuntimeMethod_var); } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile/PartialInputStream::SetLength(System.Int64) extern "C" IL2CPP_METHOD_ATTR void PartialInputStream_SetLength_m4262788298 (PartialInputStream_t2202686741 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PartialInputStream_SetLength_m4262788298_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,PartialInputStream_SetLength_m4262788298_RuntimeMethod_var); } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile/PartialInputStream::Seek(System.Int64,System.IO.SeekOrigin) extern "C" IL2CPP_METHOD_ATTR int64_t PartialInputStream_Seek_m2473552994 (PartialInputStream_t2202686741 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PartialInputStream_Seek_m2473552994_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int32_t V_1 = 0; { int64_t L_0 = __this->get_readPos__6(); V_0 = L_0; int32_t L_1 = ___origin1; V_1 = L_1; int32_t L_2 = V_1; switch (L_2) { case 0: { goto IL_001d; } case 1: { goto IL_0028; } case 2: { goto IL_0033; } } } { goto IL_003c; } IL_001d: { int64_t L_3 = __this->get_start__4(); int64_t L_4 = ___offset0; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_3, (int64_t)L_4)); goto IL_003c; } IL_0028: { int64_t L_5 = __this->get_readPos__6(); int64_t L_6 = ___offset0; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_5, (int64_t)L_6)); goto IL_003c; } IL_0033: { int64_t L_7 = __this->get_end__7(); int64_t L_8 = ___offset0; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_7, (int64_t)L_8)); } IL_003c: { int64_t L_9 = V_0; int64_t L_10 = __this->get_start__4(); if ((((int64_t)L_9) >= ((int64_t)L_10))) { goto IL_0050; } } { ArgumentException_t132251570 * L_11 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_11, _stringLiteral1855910408, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,PartialInputStream_Seek_m2473552994_RuntimeMethod_var); } IL_0050: { int64_t L_12 = V_0; int64_t L_13 = __this->get_end__7(); if ((((int64_t)L_12) < ((int64_t)L_13))) { goto IL_0064; } } { IOException_t4088381929 * L_14 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3662782713(L_14, _stringLiteral4292768060, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,PartialInputStream_Seek_m2473552994_RuntimeMethod_var); } IL_0064: { int64_t L_15 = V_0; __this->set_readPos__6(L_15); int64_t L_16 = __this->get_readPos__6(); return L_16; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile/PartialInputStream::Flush() extern "C" IL2CPP_METHOD_ATTR void PartialInputStream_Flush_m1717336863 (PartialInputStream_t2202686741 * __this, const RuntimeMethod* method) { { return; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile/PartialInputStream::get_Position() extern "C" IL2CPP_METHOD_ATTR int64_t PartialInputStream_get_Position_m4294271837 (PartialInputStream_t2202686741 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_readPos__6(); int64_t L_1 = __this->get_start__4(); return ((int64_t)il2cpp_codegen_subtract((int64_t)L_0, (int64_t)L_1)); } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile/PartialInputStream::set_Position(System.Int64) extern "C" IL2CPP_METHOD_ATTR void PartialInputStream_set_Position_m2510153358 (PartialInputStream_t2202686741 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PartialInputStream_set_Position_m2510153358_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { int64_t L_0 = __this->get_start__4(); int64_t L_1 = ___value0; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_0, (int64_t)L_1)); int64_t L_2 = V_0; int64_t L_3 = __this->get_start__4(); if ((((int64_t)L_2) >= ((int64_t)L_3))) { goto IL_001d; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, _stringLiteral1855910408, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,PartialInputStream_set_Position_m2510153358_RuntimeMethod_var); } IL_001d: { int64_t L_5 = V_0; int64_t L_6 = __this->get_end__7(); if ((((int64_t)L_5) < ((int64_t)L_6))) { goto IL_0031; } } { InvalidOperationException_t56020091 * L_7 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_7, _stringLiteral4292768060, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,PartialInputStream_set_Position_m2510153358_RuntimeMethod_var); } IL_0031: { int64_t L_8 = V_0; __this->set_readPos__6(L_8); return; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile/PartialInputStream::get_Length() extern "C" IL2CPP_METHOD_ATTR int64_t PartialInputStream_get_Length_m1030485870 (PartialInputStream_t2202686741 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_length__5(); return L_0; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile/PartialInputStream::get_CanWrite() extern "C" IL2CPP_METHOD_ATTR bool PartialInputStream_get_CanWrite_m143579183 (PartialInputStream_t2202686741 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile/PartialInputStream::get_CanSeek() extern "C" IL2CPP_METHOD_ATTR bool PartialInputStream_get_CanSeek_m353271764 (PartialInputStream_t2202686741 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile/PartialInputStream::get_CanRead() extern "C" IL2CPP_METHOD_ATTR bool PartialInputStream_get_CanRead_m1657823507 (PartialInputStream_t2202686741 * __this, const RuntimeMethod* method) { { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile/ZipEntryEnumerator::.ctor(ICSharpCode.SharpZipLib.Zip.ZipEntry[]) extern "C" IL2CPP_METHOD_ATTR void ZipEntryEnumerator__ctor_m537793484 (ZipEntryEnumerator_t320967600 * __this, ZipEntryU5BU5D_t2637723858* ___entries0, const RuntimeMethod* method) { { __this->set_index_1((-1)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); ZipEntryU5BU5D_t2637723858* L_0 = ___entries0; __this->set_array_0(L_0); return; } } // System.Object ICSharpCode.SharpZipLib.Zip.ZipFile/ZipEntryEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ZipEntryEnumerator_get_Current_m2378252994 (ZipEntryEnumerator_t320967600 * __this, const RuntimeMethod* method) { { ZipEntryU5BU5D_t2637723858* L_0 = __this->get_array_0(); int32_t L_1 = __this->get_index_1(); NullCheck(L_0); int32_t L_2 = L_1; ZipEntry_t658048195 * L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile/ZipEntryEnumerator::Reset() extern "C" IL2CPP_METHOD_ATTR void ZipEntryEnumerator_Reset_m1482760642 (ZipEntryEnumerator_t320967600 * __this, const RuntimeMethod* method) { { __this->set_index_1((-1)); return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile/ZipEntryEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool ZipEntryEnumerator_MoveNext_m1451172916 (ZipEntryEnumerator_t320967600 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_index_1(); int32_t L_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); V_0 = L_1; __this->set_index_1(L_1); int32_t L_2 = V_0; ZipEntryU5BU5D_t2637723858* L_3 = __this->get_array_0(); NullCheck(L_3); return (bool)((((int32_t)L_2) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::.ctor(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void ZipHelperStream__ctor_m1271816823 (ZipHelperStream_t633245716 * __this, Stream_t1273022909 * ___stream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipHelperStream__ctor_m1271816823_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Stream_t1273022909_il2cpp_TypeInfo_var); Stream__ctor_m3881936881(__this, /*hidden argument*/NULL); Stream_t1273022909 * L_0 = ___stream0; __this->set_stream__3(L_0); return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipHelperStream::get_CanRead() extern "C" IL2CPP_METHOD_ATTR bool ZipHelperStream_get_CanRead_m841922929 (ZipHelperStream_t633245716 * __this, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get_stream__3(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_0); return L_1; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipHelperStream::get_CanSeek() extern "C" IL2CPP_METHOD_ATTR bool ZipHelperStream_get_CanSeek_m3539593646 (ZipHelperStream_t633245716 * __this, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get_stream__3(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_0); return L_1; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipHelperStream::get_Length() extern "C" IL2CPP_METHOD_ATTR int64_t ZipHelperStream_get_Length_m3188685167 (ZipHelperStream_t633245716 * __this, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get_stream__3(); NullCheck(L_0); int64_t L_1 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_0); return L_1; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipHelperStream::get_Position() extern "C" IL2CPP_METHOD_ATTR int64_t ZipHelperStream_get_Position_m4281467190 (ZipHelperStream_t633245716 * __this, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get_stream__3(); NullCheck(L_0); int64_t L_1 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_0); return L_1; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::set_Position(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ZipHelperStream_set_Position_m4284800458 (ZipHelperStream_t633245716 * __this, int64_t ___value0, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get_stream__3(); int64_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_0, L_1); return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipHelperStream::get_CanWrite() extern "C" IL2CPP_METHOD_ATTR bool ZipHelperStream_get_CanWrite_m3666243273 (ZipHelperStream_t633245716 * __this, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get_stream__3(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_0); return L_1; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::Flush() extern "C" IL2CPP_METHOD_ATTR void ZipHelperStream_Flush_m356947183 (ZipHelperStream_t633245716 * __this, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get_stream__3(); NullCheck(L_0); VirtActionInvoker0::Invoke(17 /* System.Void System.IO.Stream::Flush() */, L_0); return; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipHelperStream::Seek(System.Int64,System.IO.SeekOrigin) extern "C" IL2CPP_METHOD_ATTR int64_t ZipHelperStream_Seek_m3618257823 (ZipHelperStream_t633245716 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get_stream__3(); int64_t L_1 = ___offset0; int32_t L_2 = ___origin1; NullCheck(L_0); int64_t L_3 = VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(20 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_0, L_1, L_2); return L_3; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::SetLength(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ZipHelperStream_SetLength_m1353719994 (ZipHelperStream_t633245716 * __this, int64_t ___value0, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get_stream__3(); int64_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< int64_t >::Invoke(21 /* System.Void System.IO.Stream::SetLength(System.Int64) */, L_0, L_1); return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipHelperStream::Read(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ZipHelperStream_Read_m145783301 (ZipHelperStream_t633245716 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get_stream__3(); ByteU5BU5D_t4116647657* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; NullCheck(L_0); int32_t L_4 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(18 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return L_4; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::Write(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ZipHelperStream_Write_m3453166556 (ZipHelperStream_t633245716 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get_stream__3(); ByteU5BU5D_t4116647657* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; NullCheck(L_0); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::Close() extern "C" IL2CPP_METHOD_ATTR void ZipHelperStream_Close_m1972540655 (ZipHelperStream_t633245716 * __this, const RuntimeMethod* method) { Stream_t1273022909 * V_0 = NULL; { Stream_t1273022909 * L_0 = __this->get_stream__3(); V_0 = L_0; __this->set_stream__3((Stream_t1273022909 *)NULL); bool L_1 = __this->get_isOwner__2(); if (!L_1) { goto IL_0026; } } { Stream_t1273022909 * L_2 = V_0; if (!L_2) { goto IL_0026; } } { __this->set_isOwner__2((bool)0); Stream_t1273022909 * L_3 = V_0; NullCheck(L_3); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_3); } IL_0026: { return; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipHelperStream::LocateBlockWithSignature(System.Int32,System.Int64,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int64_t ZipHelperStream_LocateBlockWithSignature_m562779598 (ZipHelperStream_t633245716 * __this, int32_t ___signature0, int64_t ___endLocation1, int32_t ___minimumBlockSize2, int32_t ___maximumVariableData3, const RuntimeMethod* method) { int64_t V_0 = 0; int64_t V_1 = 0; { int64_t L_0 = ___endLocation1; int32_t L_1 = ___minimumBlockSize2; V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_0, (int64_t)(((int64_t)((int64_t)L_1))))); int64_t L_2 = V_0; if ((((int64_t)L_2) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_000d; } } { return (((int64_t)((int64_t)(-1)))); } IL_000d: { int64_t L_3 = V_0; int32_t L_4 = ___maximumVariableData3; int64_t L_5 = Math_Max_m3392967427(NULL /*static, unused*/, ((int64_t)il2cpp_codegen_subtract((int64_t)L_3, (int64_t)(((int64_t)((int64_t)L_4))))), (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_1 = L_5; } IL_001a: { int64_t L_6 = V_0; int64_t L_7 = V_1; if ((((int64_t)L_6) >= ((int64_t)L_7))) { goto IL_0021; } } { return (((int64_t)((int64_t)(-1)))); } IL_0021: { int64_t L_8 = V_0; int64_t L_9 = L_8; V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_9, (int64_t)(((int64_t)((int64_t)1))))); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(20 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, __this, L_9, 0); int32_t L_10 = ZipHelperStream_ReadLEInt_m2957032730(__this, /*hidden argument*/NULL); int32_t L_11 = ___signature0; if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_001a; } } { int64_t L_12 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, __this); return L_12; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::WriteZip64EndOfCentralDirectory(System.Int64,System.Int64,System.Int64) extern "C" IL2CPP_METHOD_ATTR void ZipHelperStream_WriteZip64EndOfCentralDirectory_m218972444 (ZipHelperStream_t633245716 * __this, int64_t ___noOfEntries0, int64_t ___sizeEntries1, int64_t ___centralDirOffset2, const RuntimeMethod* method) { int64_t V_0 = 0; { Stream_t1273022909 * L_0 = __this->get_stream__3(); NullCheck(L_0); int64_t L_1 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_0); V_0 = L_1; ZipHelperStream_WriteLEInt_m1679840047(__this, ((int32_t)101075792), /*hidden argument*/NULL); ZipHelperStream_WriteLELong_m2263907233(__this, (((int64_t)((int64_t)((int32_t)44)))), /*hidden argument*/NULL); ZipHelperStream_WriteLEShort_m849262889(__this, ((int32_t)51), /*hidden argument*/NULL); ZipHelperStream_WriteLEShort_m849262889(__this, ((int32_t)45), /*hidden argument*/NULL); ZipHelperStream_WriteLEInt_m1679840047(__this, 0, /*hidden argument*/NULL); ZipHelperStream_WriteLEInt_m1679840047(__this, 0, /*hidden argument*/NULL); int64_t L_2 = ___noOfEntries0; ZipHelperStream_WriteLELong_m2263907233(__this, L_2, /*hidden argument*/NULL); int64_t L_3 = ___noOfEntries0; ZipHelperStream_WriteLELong_m2263907233(__this, L_3, /*hidden argument*/NULL); int64_t L_4 = ___sizeEntries1; ZipHelperStream_WriteLELong_m2263907233(__this, L_4, /*hidden argument*/NULL); int64_t L_5 = ___centralDirOffset2; ZipHelperStream_WriteLELong_m2263907233(__this, L_5, /*hidden argument*/NULL); ZipHelperStream_WriteLEInt_m1679840047(__this, ((int32_t)117853008), /*hidden argument*/NULL); ZipHelperStream_WriteLEInt_m1679840047(__this, 0, /*hidden argument*/NULL); int64_t L_6 = V_0; ZipHelperStream_WriteLELong_m2263907233(__this, L_6, /*hidden argument*/NULL); ZipHelperStream_WriteLEInt_m1679840047(__this, 1, /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::WriteEndOfCentralDirectory(System.Int64,System.Int64,System.Int64,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ZipHelperStream_WriteEndOfCentralDirectory_m568948924 (ZipHelperStream_t633245716 * __this, int64_t ___noOfEntries0, int64_t ___sizeEntries1, int64_t ___startOfCentralDirectory2, ByteU5BU5D_t4116647657* ___comment3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipHelperStream_WriteEndOfCentralDirectory_m568948924_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B16_0 = 0; { int64_t L_0 = ___noOfEntries0; if ((((int64_t)L_0) >= ((int64_t)(((int64_t)((int64_t)((int32_t)65535))))))) { goto IL_0013; } } { int64_t L_1 = ___startOfCentralDirectory2; if ((((int64_t)L_1) >= ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_0013; } } { int64_t L_2 = ___sizeEntries1; if ((((int64_t)L_2) < ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_001c; } } IL_0013: { int64_t L_3 = ___noOfEntries0; int64_t L_4 = ___sizeEntries1; int64_t L_5 = ___startOfCentralDirectory2; ZipHelperStream_WriteZip64EndOfCentralDirectory_m218972444(__this, L_3, L_4, L_5, /*hidden argument*/NULL); } IL_001c: { ZipHelperStream_WriteLEInt_m1679840047(__this, ((int32_t)101010256), /*hidden argument*/NULL); ZipHelperStream_WriteLEShort_m849262889(__this, 0, /*hidden argument*/NULL); ZipHelperStream_WriteLEShort_m849262889(__this, 0, /*hidden argument*/NULL); int64_t L_6 = ___noOfEntries0; if ((((int64_t)L_6) < ((int64_t)(((int64_t)((int64_t)((int32_t)65535))))))) { goto IL_0056; } } { ZipHelperStream_WriteLEUshort_m173697058(__this, (uint16_t)((int32_t)65535), /*hidden argument*/NULL); ZipHelperStream_WriteLEUshort_m173697058(__this, (uint16_t)((int32_t)65535), /*hidden argument*/NULL); goto IL_0066; } IL_0056: { int64_t L_7 = ___noOfEntries0; ZipHelperStream_WriteLEShort_m849262889(__this, (((int16_t)((int16_t)L_7))), /*hidden argument*/NULL); int64_t L_8 = ___noOfEntries0; ZipHelperStream_WriteLEShort_m849262889(__this, (((int16_t)((int16_t)L_8))), /*hidden argument*/NULL); } IL_0066: { int64_t L_9 = ___sizeEntries1; if ((((int64_t)L_9) < ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_0074; } } { ZipHelperStream_WriteLEUint_m467032468(__this, (-1), /*hidden argument*/NULL); goto IL_007c; } IL_0074: { int64_t L_10 = ___sizeEntries1; ZipHelperStream_WriteLEInt_m1679840047(__this, (((int32_t)((int32_t)L_10))), /*hidden argument*/NULL); } IL_007c: { int64_t L_11 = ___startOfCentralDirectory2; if ((((int64_t)L_11) < ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_008a; } } { ZipHelperStream_WriteLEUint_m467032468(__this, (-1), /*hidden argument*/NULL); goto IL_0092; } IL_008a: { int64_t L_12 = ___startOfCentralDirectory2; ZipHelperStream_WriteLEInt_m1679840047(__this, (((int32_t)((int32_t)L_12))), /*hidden argument*/NULL); } IL_0092: { ByteU5BU5D_t4116647657* L_13 = ___comment3; if (L_13) { goto IL_0099; } } { G_B16_0 = 0; goto IL_009d; } IL_0099: { ByteU5BU5D_t4116647657* L_14 = ___comment3; NullCheck(L_14); G_B16_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))); } IL_009d: { V_0 = G_B16_0; int32_t L_15 = V_0; if ((((int32_t)L_15) <= ((int32_t)((int32_t)65535)))) { goto IL_00bc; } } { int32_t L_16 = V_0; int32_t L_17 = L_16; RuntimeObject * L_18 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_17); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral674382886, L_18, /*hidden argument*/NULL); ZipException_t3735454771 * L_20 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_20, L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20,ZipHelperStream_WriteEndOfCentralDirectory_m568948924_RuntimeMethod_var); } IL_00bc: { int32_t L_21 = V_0; ZipHelperStream_WriteLEShort_m849262889(__this, L_21, /*hidden argument*/NULL); int32_t L_22 = V_0; if ((((int32_t)L_22) <= ((int32_t)0))) { goto IL_00d4; } } { ByteU5BU5D_t4116647657* L_23 = ___comment3; ByteU5BU5D_t4116647657* L_24 = ___comment3; NullCheck(L_24); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, __this, L_23, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_24)->max_length))))); } IL_00d4: { return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipHelperStream::ReadLEShort() extern "C" IL2CPP_METHOD_ATTR int32_t ZipHelperStream_ReadLEShort_m3425283050 (ZipHelperStream_t633245716 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipHelperStream_ReadLEShort_m3425283050_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { Stream_t1273022909 * L_0 = __this->get_stream__3(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.Stream::ReadByte() */, L_0); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0016; } } { EndOfStreamException_t2015613008 * L_3 = (EndOfStreamException_t2015613008 *)il2cpp_codegen_object_new(EndOfStreamException_t2015613008_il2cpp_TypeInfo_var); EndOfStreamException__ctor_m2202021005(L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ZipHelperStream_ReadLEShort_m3425283050_RuntimeMethod_var); } IL_0016: { Stream_t1273022909 * L_4 = __this->get_stream__3(); NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.Stream::ReadByte() */, L_4); V_1 = L_5; int32_t L_6 = V_1; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_002c; } } { EndOfStreamException_t2015613008 * L_7 = (EndOfStreamException_t2015613008 *)il2cpp_codegen_object_new(EndOfStreamException_t2015613008_il2cpp_TypeInfo_var); EndOfStreamException__ctor_m2202021005(L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ZipHelperStream_ReadLEShort_m3425283050_RuntimeMethod_var); } IL_002c: { int32_t L_8 = V_0; int32_t L_9 = V_1; return ((int32_t)((int32_t)L_8|(int32_t)((int32_t)((int32_t)L_9<<(int32_t)8)))); } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipHelperStream::ReadLEInt() extern "C" IL2CPP_METHOD_ATTR int32_t ZipHelperStream_ReadLEInt_m2957032730 (ZipHelperStream_t633245716 * __this, const RuntimeMethod* method) { { int32_t L_0 = ZipHelperStream_ReadLEShort_m3425283050(__this, /*hidden argument*/NULL); int32_t L_1 = ZipHelperStream_ReadLEShort_m3425283050(__this, /*hidden argument*/NULL); return ((int32_t)((int32_t)L_0|(int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)16))))); } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::WriteLEShort(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ZipHelperStream_WriteLEShort_m849262889 (ZipHelperStream_t633245716 * __this, int32_t ___value0, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get_stream__3(); int32_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< uint8_t >::Invoke(23 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_0, (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)255))))))); Stream_t1273022909 * L_2 = __this->get_stream__3(); int32_t L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< uint8_t >::Invoke(23 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_2, (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3>>(int32_t)8))&(int32_t)((int32_t)255))))))); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::WriteLEUshort(System.UInt16) extern "C" IL2CPP_METHOD_ATTR void ZipHelperStream_WriteLEUshort_m173697058 (ZipHelperStream_t633245716 * __this, uint16_t ___value0, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get_stream__3(); uint16_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< uint8_t >::Invoke(23 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_0, (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)255))))))); Stream_t1273022909 * L_2 = __this->get_stream__3(); uint16_t L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< uint8_t >::Invoke(23 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_2, (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_3>>(int32_t)8)))))); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::WriteLEInt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ZipHelperStream_WriteLEInt_m1679840047 (ZipHelperStream_t633245716 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; ZipHelperStream_WriteLEShort_m849262889(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___value0; ZipHelperStream_WriteLEShort_m849262889(__this, ((int32_t)((int32_t)L_1>>(int32_t)((int32_t)16))), /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::WriteLEUint(System.UInt32) extern "C" IL2CPP_METHOD_ATTR void ZipHelperStream_WriteLEUint_m467032468 (ZipHelperStream_t633245716 * __this, uint32_t ___value0, const RuntimeMethod* method) { { uint32_t L_0 = ___value0; ZipHelperStream_WriteLEUshort_m173697058(__this, (uint16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)65535)))))), /*hidden argument*/NULL); uint32_t L_1 = ___value0; ZipHelperStream_WriteLEUshort_m173697058(__this, (uint16_t)(((int32_t)((uint16_t)((int32_t)((uint32_t)L_1>>((int32_t)16)))))), /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::WriteLELong(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ZipHelperStream_WriteLELong_m2263907233 (ZipHelperStream_t633245716 * __this, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; ZipHelperStream_WriteLEInt_m1679840047(__this, (((int32_t)((int32_t)L_0))), /*hidden argument*/NULL); int64_t L_1 = ___value0; ZipHelperStream_WriteLEInt_m1679840047(__this, (((int32_t)((int32_t)((int64_t)((int64_t)L_1>>(int32_t)((int32_t)32)))))), /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.ZipNameTransform::.ctor() extern "C" IL2CPP_METHOD_ATTR void ZipNameTransform__ctor_m3999084287 (ZipNameTransform_t466430031 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipNameTransform::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ZipNameTransform__ctor_m2570965265 (ZipNameTransform_t466430031 * __this, String_t* ___trimPrefix0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___trimPrefix0; ZipNameTransform_set_TrimPrefix_m4146092323(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipNameTransform::.cctor() extern "C" IL2CPP_METHOD_ATTR void ZipNameTransform__cctor_m804968490 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipNameTransform__cctor_m804968490_MetadataUsageId); s_Il2CppMethodInitialized = true; } CharU5BU5D_t3528271667* V_0 = NULL; int32_t V_1 = 0; { IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_0 = Path_GetInvalidPathChars_m3959874485(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; CharU5BU5D_t3528271667* L_1 = V_0; NullCheck(L_1); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))), (int32_t)2)); int32_t L_2 = V_1; ((ZipNameTransform_t466430031_StaticFields*)il2cpp_codegen_static_fields_for(ZipNameTransform_t466430031_il2cpp_TypeInfo_var))->set_InvalidEntryCharsRelaxed_2(((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)L_2))); CharU5BU5D_t3528271667* L_3 = V_0; CharU5BU5D_t3528271667* L_4 = ((ZipNameTransform_t466430031_StaticFields*)il2cpp_codegen_static_fields_for(ZipNameTransform_t466430031_il2cpp_TypeInfo_var))->get_InvalidEntryCharsRelaxed_2(); CharU5BU5D_t3528271667* L_5 = V_0; NullCheck(L_5); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_3, 0, (RuntimeArray *)(RuntimeArray *)L_4, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))), /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_6 = ((ZipNameTransform_t466430031_StaticFields*)il2cpp_codegen_static_fields_for(ZipNameTransform_t466430031_il2cpp_TypeInfo_var))->get_InvalidEntryCharsRelaxed_2(); int32_t L_7 = V_1; NullCheck(L_6); (L_6)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1))), (Il2CppChar)((int32_t)42)); CharU5BU5D_t3528271667* L_8 = ((ZipNameTransform_t466430031_StaticFields*)il2cpp_codegen_static_fields_for(ZipNameTransform_t466430031_il2cpp_TypeInfo_var))->get_InvalidEntryCharsRelaxed_2(); int32_t L_9 = V_1; NullCheck(L_8); (L_8)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)2))), (Il2CppChar)((int32_t)63)); CharU5BU5D_t3528271667* L_10 = V_0; NullCheck(L_10); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))), (int32_t)4)); int32_t L_11 = V_1; ((ZipNameTransform_t466430031_StaticFields*)il2cpp_codegen_static_fields_for(ZipNameTransform_t466430031_il2cpp_TypeInfo_var))->set_InvalidEntryChars_1(((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)L_11))); CharU5BU5D_t3528271667* L_12 = V_0; CharU5BU5D_t3528271667* L_13 = ((ZipNameTransform_t466430031_StaticFields*)il2cpp_codegen_static_fields_for(ZipNameTransform_t466430031_il2cpp_TypeInfo_var))->get_InvalidEntryChars_1(); CharU5BU5D_t3528271667* L_14 = V_0; NullCheck(L_14); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_12, 0, (RuntimeArray *)(RuntimeArray *)L_13, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))), /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_15 = ((ZipNameTransform_t466430031_StaticFields*)il2cpp_codegen_static_fields_for(ZipNameTransform_t466430031_il2cpp_TypeInfo_var))->get_InvalidEntryChars_1(); int32_t L_16 = V_1; NullCheck(L_15); (L_15)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1))), (Il2CppChar)((int32_t)58)); CharU5BU5D_t3528271667* L_17 = ((ZipNameTransform_t466430031_StaticFields*)il2cpp_codegen_static_fields_for(ZipNameTransform_t466430031_il2cpp_TypeInfo_var))->get_InvalidEntryChars_1(); int32_t L_18 = V_1; NullCheck(L_17); (L_17)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)2))), (Il2CppChar)((int32_t)92)); CharU5BU5D_t3528271667* L_19 = ((ZipNameTransform_t466430031_StaticFields*)il2cpp_codegen_static_fields_for(ZipNameTransform_t466430031_il2cpp_TypeInfo_var))->get_InvalidEntryChars_1(); int32_t L_20 = V_1; NullCheck(L_19); (L_19)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)3))), (Il2CppChar)((int32_t)42)); CharU5BU5D_t3528271667* L_21 = ((ZipNameTransform_t466430031_StaticFields*)il2cpp_codegen_static_fields_for(ZipNameTransform_t466430031_il2cpp_TypeInfo_var))->get_InvalidEntryChars_1(); int32_t L_22 = V_1; NullCheck(L_21); (L_21)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)4))), (Il2CppChar)((int32_t)63)); return; } } // System.String ICSharpCode.SharpZipLib.Zip.ZipNameTransform::TransformDirectory(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* ZipNameTransform_TransformDirectory_m1553808757 (ZipNameTransform_t466430031 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipNameTransform_TransformDirectory_m1553808757_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; String_t* L_1 = ZipNameTransform_TransformFile_m1223738851(__this, L_0, /*hidden argument*/NULL); ___name0 = L_1; String_t* L_2 = ___name0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_002e; } } { String_t* L_4 = ___name0; NullCheck(L_4); bool L_5 = String_EndsWith_m1901926500(L_4, _stringLiteral3452614529, /*hidden argument*/NULL); if (L_5) { goto IL_0039; } } { String_t* L_6 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m3937257545(NULL /*static, unused*/, L_6, _stringLiteral3452614529, /*hidden argument*/NULL); ___name0 = L_7; goto IL_0039; } IL_002e: { ZipException_t3735454771 * L_8 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_8, _stringLiteral1658778663, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,ZipNameTransform_TransformDirectory_m1553808757_RuntimeMethod_var); } IL_0039: { String_t* L_9 = ___name0; return L_9; } } // System.String ICSharpCode.SharpZipLib.Zip.ZipNameTransform::TransformFile(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* ZipNameTransform_TransformFile_m1223738851 (ZipNameTransform_t466430031 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipNameTransform_TransformFile_m1223738851_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { String_t* L_0 = ___name0; if (!L_0) { goto IL_00d2; } } { String_t* L_1 = ___name0; NullCheck(L_1); String_t* L_2 = String_ToLower_m2029374922(L_1, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = __this->get_trimPrefix__0(); if (!L_3) { goto IL_0036; } } { String_t* L_4 = V_0; String_t* L_5 = __this->get_trimPrefix__0(); NullCheck(L_4); int32_t L_6 = String_IndexOf_m1977622757(L_4, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0036; } } { String_t* L_7 = ___name0; String_t* L_8 = __this->get_trimPrefix__0(); NullCheck(L_8); int32_t L_9 = String_get_Length_m3847582255(L_8, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_10 = String_Substring_m2848979100(L_7, L_9, /*hidden argument*/NULL); ___name0 = L_10; } IL_0036: { String_t* L_11 = ___name0; NullCheck(L_11); String_t* L_12 = String_Replace_m1273907647(L_11, _stringLiteral3452614644, _stringLiteral3452614529, /*hidden argument*/NULL); ___name0 = L_12; String_t* L_13 = ___name0; String_t* L_14 = WindowsPathUtils_DropPathRoot_m1231663244(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); ___name0 = L_14; goto IL_005c; } IL_0052: { String_t* L_15 = ___name0; NullCheck(L_15); String_t* L_16 = String_Remove_m562998446(L_15, 0, 1, /*hidden argument*/NULL); ___name0 = L_16; } IL_005c: { String_t* L_17 = ___name0; NullCheck(L_17); int32_t L_18 = String_get_Length_m3847582255(L_17, /*hidden argument*/NULL); if ((((int32_t)L_18) <= ((int32_t)0))) { goto IL_0083; } } { String_t* L_19 = ___name0; NullCheck(L_19); Il2CppChar L_20 = String_get_Chars_m2986988803(L_19, 0, /*hidden argument*/NULL); if ((((int32_t)L_20) == ((int32_t)((int32_t)47)))) { goto IL_0052; } } { goto IL_0083; } IL_0072: { String_t* L_21 = ___name0; String_t* L_22 = ___name0; NullCheck(L_22); int32_t L_23 = String_get_Length_m3847582255(L_22, /*hidden argument*/NULL); NullCheck(L_21); String_t* L_24 = String_Remove_m562998446(L_21, ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)), 1, /*hidden argument*/NULL); ___name0 = L_24; } IL_0083: { String_t* L_25 = ___name0; NullCheck(L_25); int32_t L_26 = String_get_Length_m3847582255(L_25, /*hidden argument*/NULL); if ((((int32_t)L_26) <= ((int32_t)0))) { goto IL_009e; } } { String_t* L_27 = ___name0; String_t* L_28 = ___name0; NullCheck(L_28); int32_t L_29 = String_get_Length_m3847582255(L_28, /*hidden argument*/NULL); NullCheck(L_27); Il2CppChar L_30 = String_get_Chars_m2986988803(L_27, ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_30) == ((int32_t)((int32_t)47)))) { goto IL_0072; } } IL_009e: { String_t* L_31 = ___name0; NullCheck(L_31); int32_t L_32 = String_IndexOf_m1977622757(L_31, _stringLiteral3450582913, /*hidden argument*/NULL); V_1 = L_32; goto IL_00c2; } IL_00ac: { String_t* L_33 = ___name0; int32_t L_34 = V_1; NullCheck(L_33); String_t* L_35 = String_Remove_m562998446(L_33, L_34, 1, /*hidden argument*/NULL); ___name0 = L_35; String_t* L_36 = ___name0; NullCheck(L_36); int32_t L_37 = String_IndexOf_m1977622757(L_36, _stringLiteral3450582913, /*hidden argument*/NULL); V_1 = L_37; } IL_00c2: { int32_t L_38 = V_1; if ((((int32_t)L_38) >= ((int32_t)0))) { goto IL_00ac; } } { String_t* L_39 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(ZipNameTransform_t466430031_il2cpp_TypeInfo_var); String_t* L_40 = ZipNameTransform_MakeValidName_m3781529833(NULL /*static, unused*/, L_39, ((int32_t)95), /*hidden argument*/NULL); ___name0 = L_40; goto IL_00d9; } IL_00d2: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_41 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); ___name0 = L_41; } IL_00d9: { String_t* L_42 = ___name0; return L_42; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipNameTransform::set_TrimPrefix(System.String) extern "C" IL2CPP_METHOD_ATTR void ZipNameTransform_set_TrimPrefix_m4146092323 (ZipNameTransform_t466430031 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_trimPrefix__0(L_0); String_t* L_1 = __this->get_trimPrefix__0(); if (!L_1) { goto IL_0020; } } { String_t* L_2 = __this->get_trimPrefix__0(); NullCheck(L_2); String_t* L_3 = String_ToLower_m2029374922(L_2, /*hidden argument*/NULL); __this->set_trimPrefix__0(L_3); } IL_0020: { return; } } // System.String ICSharpCode.SharpZipLib.Zip.ZipNameTransform::MakeValidName(System.String,System.Char) extern "C" IL2CPP_METHOD_ATTR String_t* ZipNameTransform_MakeValidName_m3781529833 (RuntimeObject * __this /* static, unused */, String_t* ___name0, Il2CppChar ___replacement1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipNameTransform_MakeValidName_m3781529833_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringBuilder_t * V_1 = NULL; { String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(ZipNameTransform_t466430031_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_1 = ((ZipNameTransform_t466430031_StaticFields*)il2cpp_codegen_static_fields_for(ZipNameTransform_t466430031_il2cpp_TypeInfo_var))->get_InvalidEntryChars_1(); NullCheck(L_0); int32_t L_2 = String_IndexOfAny_m4159774896(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0049; } } { String_t* L_4 = ___name0; StringBuilder_t * L_5 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2989139009(L_5, L_4, /*hidden argument*/NULL); V_1 = L_5; goto IL_003d; } IL_0019: { StringBuilder_t * L_6 = V_1; int32_t L_7 = V_0; Il2CppChar L_8 = ___replacement1; NullCheck(L_6); StringBuilder_set_Chars_m3548656617(L_6, L_7, L_8, /*hidden argument*/NULL); int32_t L_9 = V_0; String_t* L_10 = ___name0; NullCheck(L_10); int32_t L_11 = String_get_Length_m3847582255(L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_002e; } } { V_0 = (-1); goto IL_003d; } IL_002e: { String_t* L_12 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(ZipNameTransform_t466430031_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_13 = ((ZipNameTransform_t466430031_StaticFields*)il2cpp_codegen_static_fields_for(ZipNameTransform_t466430031_il2cpp_TypeInfo_var))->get_InvalidEntryChars_1(); int32_t L_14 = V_0; NullCheck(L_12); int32_t L_15 = String_IndexOfAny_m2323029521(L_12, L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_15; } IL_003d: { int32_t L_16 = V_0; if ((((int32_t)L_16) >= ((int32_t)0))) { goto IL_0019; } } { StringBuilder_t * L_17 = V_1; NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_17); ___name0 = L_18; } IL_0049: { String_t* L_19 = ___name0; NullCheck(L_19); int32_t L_20 = String_get_Length_m3847582255(L_19, /*hidden argument*/NULL); if ((((int32_t)L_20) <= ((int32_t)((int32_t)65535)))) { goto IL_005c; } } { PathTooLongException_t2919094560 * L_21 = (PathTooLongException_t2919094560 *)il2cpp_codegen_object_new(PathTooLongException_t2919094560_il2cpp_TypeInfo_var); PathTooLongException__ctor_m3265957480(L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,ZipNameTransform_MakeValidName_m3781529833_RuntimeMethod_var); } IL_005c: { String_t* L_22 = ___name0; return L_22; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipNameTransform::IsValidName(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool ZipNameTransform_IsValidName_m1490092671 (RuntimeObject * __this /* static, unused */, String_t* ___name0, bool ___relaxed1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipNameTransform_IsValidName_m1490092671_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t G_B6_0 = 0; { String_t* L_0 = ___name0; V_0 = (bool)((((int32_t)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003f; } } { bool L_2 = ___relaxed1; if (!L_2) { goto IL_001f; } } { String_t* L_3 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(ZipNameTransform_t466430031_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_4 = ((ZipNameTransform_t466430031_StaticFields*)il2cpp_codegen_static_fields_for(ZipNameTransform_t466430031_il2cpp_TypeInfo_var))->get_InvalidEntryCharsRelaxed_2(); NullCheck(L_3); int32_t L_5 = String_IndexOfAny_m4159774896(L_3, L_4, /*hidden argument*/NULL); V_0 = (bool)((((int32_t)L_5) < ((int32_t)0))? 1 : 0); goto IL_003f; } IL_001f: { String_t* L_6 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(ZipNameTransform_t466430031_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_7 = ((ZipNameTransform_t466430031_StaticFields*)il2cpp_codegen_static_fields_for(ZipNameTransform_t466430031_il2cpp_TypeInfo_var))->get_InvalidEntryChars_1(); NullCheck(L_6); int32_t L_8 = String_IndexOfAny_m4159774896(L_6, L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) >= ((int32_t)0))) { goto IL_003d; } } { String_t* L_9 = ___name0; NullCheck(L_9); int32_t L_10 = String_IndexOf_m363431711(L_9, ((int32_t)47), /*hidden argument*/NULL); G_B6_0 = ((((int32_t)((((int32_t)L_10) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_003e; } IL_003d: { G_B6_0 = 0; } IL_003e: { V_0 = (bool)G_B6_0; } IL_003f: { bool L_11 = V_0; return L_11; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::.ctor(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void ZipOutputStream__ctor_m1678865875 (ZipOutputStream_t3000418837 * __this, Stream_t1273022909 * ___baseOutputStream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipOutputStream__ctor_m1678865875_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); __this->set_entries_11(L_0); Crc32_t4094429278 * L_1 = (Crc32_t4094429278 *)il2cpp_codegen_object_new(Crc32_t4094429278_il2cpp_TypeInfo_var); Crc32__ctor_m2079760016(L_1, /*hidden argument*/NULL); __this->set_crc_12(L_1); __this->set_defaultCompressionLevel_14((-1)); __this->set_curMethod_15(8); __this->set_zipComment_18(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)0))); __this->set_crcPatchPos_20((((int64_t)((int64_t)(-1))))); __this->set_sizePatchPos_21((((int64_t)((int64_t)(-1))))); __this->set_useZip64__22(2); Stream_t1273022909 * L_2 = ___baseOutputStream0; Deflater_t668001208 * L_3 = (Deflater_t668001208 *)il2cpp_codegen_object_new(Deflater_t668001208_il2cpp_TypeInfo_var); Deflater__ctor_m1087963896(L_3, (-1), (bool)1, /*hidden argument*/NULL); DeflaterOutputStream__ctor_m3141860280(__this, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::set_UseZip64(ICSharpCode.SharpZipLib.Zip.UseZip64) extern "C" IL2CPP_METHOD_ATTR void ZipOutputStream_set_UseZip64_m3315433457 (ZipOutputStream_t3000418837 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_useZip64__22(L_0); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::WriteLeShort(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ZipOutputStream_WriteLeShort_m2340829945 (ZipOutputStream_t3000418837 * __this, int32_t ___value0, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = ((DeflaterOutputStream_t939764091 *)__this)->get_baseOutputStream__7(); int32_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< uint8_t >::Invoke(23 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_0, (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)255))))))); Stream_t1273022909 * L_2 = ((DeflaterOutputStream_t939764091 *)__this)->get_baseOutputStream__7(); int32_t L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< uint8_t >::Invoke(23 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_2, (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3>>(int32_t)8))&(int32_t)((int32_t)255))))))); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::WriteLeInt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ZipOutputStream_WriteLeInt_m996044123 (ZipOutputStream_t3000418837 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; ZipOutputStream_WriteLeShort_m2340829945(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___value0; ZipOutputStream_WriteLeShort_m2340829945(__this, ((int32_t)((int32_t)L_1>>(int32_t)((int32_t)16))), /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::WriteLeLong(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ZipOutputStream_WriteLeLong_m2952041041 (ZipOutputStream_t3000418837 * __this, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; ZipOutputStream_WriteLeInt_m996044123(__this, (((int32_t)((int32_t)L_0))), /*hidden argument*/NULL); int64_t L_1 = ___value0; ZipOutputStream_WriteLeInt_m996044123(__this, (((int32_t)((int32_t)((int64_t)((int64_t)L_1>>(int32_t)((int32_t)32)))))), /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::PutNextEntry(ICSharpCode.SharpZipLib.Zip.ZipEntry) extern "C" IL2CPP_METHOD_ATTR void ZipOutputStream_PutNextEntry_m1566852600 (ZipOutputStream_t3000418837 * __this, ZipEntry_t658048195 * ___entry0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipOutputStream_PutNextEntry_m1566852600_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; bool V_2 = false; ByteU5BU5D_t4116647657* V_3 = NULL; ZipExtraData_t3545003289 * V_4 = NULL; ByteU5BU5D_t4116647657* V_5 = NULL; int32_t G_B13_0 = 0; ZipOutputStream_t3000418837 * G_B34_0 = NULL; ZipOutputStream_t3000418837 * G_B33_0 = NULL; int32_t G_B35_0 = 0; ZipOutputStream_t3000418837 * G_B35_1 = NULL; { ZipEntry_t658048195 * L_0 = ___entry0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1569897152, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ZipOutputStream_PutNextEntry_m1566852600_RuntimeMethod_var); } IL_000e: { ArrayList_t2718874744 * L_2 = __this->get_entries_11(); if (L_2) { goto IL_0021; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, _stringLiteral3317340572, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ZipOutputStream_PutNextEntry_m1566852600_RuntimeMethod_var); } IL_0021: { ZipEntry_t658048195 * L_4 = __this->get_curEntry_13(); if (!L_4) { goto IL_002f; } } { ZipOutputStream_CloseEntry_m2166457093(__this, /*hidden argument*/NULL); } IL_002f: { ArrayList_t2718874744 * L_5 = __this->get_entries_11(); NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_5); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)2147483647LL))))) { goto IL_004c; } } { ZipException_t3735454771 * L_7 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_7, _stringLiteral3484404092, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ZipOutputStream_PutNextEntry_m1566852600_RuntimeMethod_var); } IL_004c: { ZipEntry_t658048195 * L_8 = ___entry0; NullCheck(L_8); int32_t L_9 = ZipEntry_get_CompressionMethod_m938942238(L_8, /*hidden argument*/NULL); V_0 = L_9; int32_t L_10 = __this->get_defaultCompressionLevel_14(); V_1 = L_10; ZipEntry_t658048195 * L_11 = ___entry0; ZipEntry_t658048195 * L_12 = L_11; NullCheck(L_12); int32_t L_13 = ZipEntry_get_Flags_m4217420756(L_12, /*hidden argument*/NULL); NullCheck(L_12); ZipEntry_set_Flags_m1085594863(L_12, ((int32_t)((int32_t)L_13&(int32_t)((int32_t)2048))), /*hidden argument*/NULL); __this->set_patchEntryHeader_19((bool)0); ZipEntry_t658048195 * L_14 = ___entry0; NullCheck(L_14); int64_t L_15 = ZipEntry_get_Size_m1225803338(L_14, /*hidden argument*/NULL); if ((!(((uint64_t)L_15) == ((uint64_t)(((int64_t)((int64_t)0))))))) { goto IL_0097; } } { ZipEntry_t658048195 * L_16 = ___entry0; ZipEntry_t658048195 * L_17 = ___entry0; NullCheck(L_17); int64_t L_18 = ZipEntry_get_Size_m1225803338(L_17, /*hidden argument*/NULL); NullCheck(L_16); ZipEntry_set_CompressedSize_m2622823131(L_16, L_18, /*hidden argument*/NULL); ZipEntry_t658048195 * L_19 = ___entry0; NullCheck(L_19); ZipEntry_set_Crc_m2604579826(L_19, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_0 = 0; V_2 = (bool)1; goto IL_00d2; } IL_0097: { ZipEntry_t658048195 * L_20 = ___entry0; NullCheck(L_20); int64_t L_21 = ZipEntry_get_Size_m1225803338(L_20, /*hidden argument*/NULL); if ((((int64_t)L_21) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_00a9; } } { ZipEntry_t658048195 * L_22 = ___entry0; NullCheck(L_22); bool L_23 = ZipEntry_get_HasCrc_m2147486463(L_22, /*hidden argument*/NULL); G_B13_0 = ((int32_t)(L_23)); goto IL_00aa; } IL_00a9: { G_B13_0 = 0; } IL_00aa: { V_2 = (bool)G_B13_0; int32_t L_24 = V_0; if (L_24) { goto IL_00d2; } } { bool L_25 = V_2; if (L_25) { goto IL_00bf; } } { bool L_26 = DeflaterOutputStream_get_CanPatchEntries_m1166527064(__this, /*hidden argument*/NULL); if (L_26) { goto IL_00d2; } } { V_0 = 8; V_1 = 0; goto IL_00d2; } IL_00bf: { ZipEntry_t658048195 * L_27 = ___entry0; ZipEntry_t658048195 * L_28 = ___entry0; NullCheck(L_28); int64_t L_29 = ZipEntry_get_Size_m1225803338(L_28, /*hidden argument*/NULL); NullCheck(L_27); ZipEntry_set_CompressedSize_m2622823131(L_27, L_29, /*hidden argument*/NULL); ZipEntry_t658048195 * L_30 = ___entry0; NullCheck(L_30); bool L_31 = ZipEntry_get_HasCrc_m2147486463(L_30, /*hidden argument*/NULL); V_2 = L_31; } IL_00d2: { bool L_32 = V_2; if (L_32) { goto IL_00f4; } } { bool L_33 = DeflaterOutputStream_get_CanPatchEntries_m1166527064(__this, /*hidden argument*/NULL); if (L_33) { goto IL_00ed; } } { ZipEntry_t658048195 * L_34 = ___entry0; ZipEntry_t658048195 * L_35 = L_34; NullCheck(L_35); int32_t L_36 = ZipEntry_get_Flags_m4217420756(L_35, /*hidden argument*/NULL); NullCheck(L_35); ZipEntry_set_Flags_m1085594863(L_35, ((int32_t)((int32_t)L_36|(int32_t)8)), /*hidden argument*/NULL); goto IL_00f4; } IL_00ed: { __this->set_patchEntryHeader_19((bool)1); } IL_00f4: { String_t* L_37 = DeflaterOutputStream_get_Password_m578360469(__this, /*hidden argument*/NULL); if (!L_37) { goto IL_011b; } } { ZipEntry_t658048195 * L_38 = ___entry0; NullCheck(L_38); ZipEntry_set_IsCrypted_m1098109532(L_38, (bool)1, /*hidden argument*/NULL); ZipEntry_t658048195 * L_39 = ___entry0; NullCheck(L_39); int64_t L_40 = ZipEntry_get_Crc_m3921682317(L_39, /*hidden argument*/NULL); if ((((int64_t)L_40) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_011b; } } { ZipEntry_t658048195 * L_41 = ___entry0; ZipEntry_t658048195 * L_42 = L_41; NullCheck(L_42); int32_t L_43 = ZipEntry_get_Flags_m4217420756(L_42, /*hidden argument*/NULL); NullCheck(L_42); ZipEntry_set_Flags_m1085594863(L_42, ((int32_t)((int32_t)L_43|(int32_t)8)), /*hidden argument*/NULL); } IL_011b: { ZipEntry_t658048195 * L_44 = ___entry0; int64_t L_45 = __this->get_offset_17(); NullCheck(L_44); ZipEntry_set_Offset_m2355753822(L_44, L_45, /*hidden argument*/NULL); ZipEntry_t658048195 * L_46 = ___entry0; int32_t L_47 = V_0; NullCheck(L_46); ZipEntry_set_CompressionMethod_m1443243498(L_46, L_47, /*hidden argument*/NULL); int32_t L_48 = V_0; __this->set_curMethod_15(L_48); __this->set_sizePatchPos_21((((int64_t)((int64_t)(-1))))); int32_t L_49 = __this->get_useZip64__22(); if ((((int32_t)L_49) == ((int32_t)1))) { goto IL_0159; } } { ZipEntry_t658048195 * L_50 = ___entry0; NullCheck(L_50); int64_t L_51 = ZipEntry_get_Size_m1225803338(L_50, /*hidden argument*/NULL); if ((((int64_t)L_51) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_015f; } } { int32_t L_52 = __this->get_useZip64__22(); if ((!(((uint32_t)L_52) == ((uint32_t)2)))) { goto IL_015f; } } IL_0159: { ZipEntry_t658048195 * L_53 = ___entry0; NullCheck(L_53); ZipEntry_ForceZip64_m2331233421(L_53, /*hidden argument*/NULL); } IL_015f: { ZipOutputStream_WriteLeInt_m996044123(__this, ((int32_t)67324752), /*hidden argument*/NULL); ZipEntry_t658048195 * L_54 = ___entry0; NullCheck(L_54); int32_t L_55 = ZipEntry_get_Version_m1288817988(L_54, /*hidden argument*/NULL); ZipOutputStream_WriteLeShort_m2340829945(__this, L_55, /*hidden argument*/NULL); ZipEntry_t658048195 * L_56 = ___entry0; NullCheck(L_56); int32_t L_57 = ZipEntry_get_Flags_m4217420756(L_56, /*hidden argument*/NULL); ZipOutputStream_WriteLeShort_m2340829945(__this, L_57, /*hidden argument*/NULL); ZipEntry_t658048195 * L_58 = ___entry0; NullCheck(L_58); int32_t L_59 = ZipEntry_get_CompressionMethodForHeader_m3536868895(L_58, /*hidden argument*/NULL); ZipOutputStream_WriteLeShort_m2340829945(__this, (((int32_t)((uint8_t)L_59))), /*hidden argument*/NULL); ZipEntry_t658048195 * L_60 = ___entry0; NullCheck(L_60); int64_t L_61 = ZipEntry_get_DosTime_m4000555640(L_60, /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_m996044123(__this, (((int32_t)((int32_t)L_61))), /*hidden argument*/NULL); bool L_62 = V_2; if (!L_62) { goto IL_01f7; } } { ZipEntry_t658048195 * L_63 = ___entry0; NullCheck(L_63); int64_t L_64 = ZipEntry_get_Crc_m3921682317(L_63, /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_m996044123(__this, (((int32_t)((int32_t)L_64))), /*hidden argument*/NULL); ZipEntry_t658048195 * L_65 = ___entry0; NullCheck(L_65); bool L_66 = ZipEntry_get_LocalHeaderRequiresZip64_m967660022(L_65, /*hidden argument*/NULL); if (!L_66) { goto IL_01c7; } } { ZipOutputStream_WriteLeInt_m996044123(__this, (-1), /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_m996044123(__this, (-1), /*hidden argument*/NULL); goto IL_025e; } IL_01c7: { ZipEntry_t658048195 * L_67 = ___entry0; NullCheck(L_67); bool L_68 = ZipEntry_get_IsCrypted_m788933468(L_67, /*hidden argument*/NULL); G_B33_0 = __this; if (L_68) { G_B34_0 = __this; goto IL_01d9; } } { ZipEntry_t658048195 * L_69 = ___entry0; NullCheck(L_69); int64_t L_70 = ZipEntry_get_CompressedSize_m640242384(L_69, /*hidden argument*/NULL); G_B35_0 = (((int32_t)((int32_t)L_70))); G_B35_1 = G_B33_0; goto IL_01e3; } IL_01d9: { ZipEntry_t658048195 * L_71 = ___entry0; NullCheck(L_71); int64_t L_72 = ZipEntry_get_CompressedSize_m640242384(L_71, /*hidden argument*/NULL); G_B35_0 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)L_72))), (int32_t)((int32_t)12))); G_B35_1 = G_B34_0; } IL_01e3: { NullCheck(G_B35_1); ZipOutputStream_WriteLeInt_m996044123(G_B35_1, G_B35_0, /*hidden argument*/NULL); ZipEntry_t658048195 * L_73 = ___entry0; NullCheck(L_73); int64_t L_74 = ZipEntry_get_Size_m1225803338(L_73, /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_m996044123(__this, (((int32_t)((int32_t)L_74))), /*hidden argument*/NULL); goto IL_025e; } IL_01f7: { bool L_75 = __this->get_patchEntryHeader_19(); if (!L_75) { goto IL_0210; } } { Stream_t1273022909 * L_76 = ((DeflaterOutputStream_t939764091 *)__this)->get_baseOutputStream__7(); NullCheck(L_76); int64_t L_77 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_76); __this->set_crcPatchPos_20(L_77); } IL_0210: { ZipOutputStream_WriteLeInt_m996044123(__this, 0, /*hidden argument*/NULL); bool L_78 = __this->get_patchEntryHeader_19(); if (!L_78) { goto IL_0230; } } { Stream_t1273022909 * L_79 = ((DeflaterOutputStream_t939764091 *)__this)->get_baseOutputStream__7(); NullCheck(L_79); int64_t L_80 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_79); __this->set_sizePatchPos_21(L_80); } IL_0230: { ZipEntry_t658048195 * L_81 = ___entry0; NullCheck(L_81); bool L_82 = ZipEntry_get_LocalHeaderRequiresZip64_m967660022(L_81, /*hidden argument*/NULL); if (L_82) { goto IL_0240; } } { bool L_83 = __this->get_patchEntryHeader_19(); if (!L_83) { goto IL_0250; } } IL_0240: { ZipOutputStream_WriteLeInt_m996044123(__this, (-1), /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_m996044123(__this, (-1), /*hidden argument*/NULL); goto IL_025e; } IL_0250: { ZipOutputStream_WriteLeInt_m996044123(__this, 0, /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_m996044123(__this, 0, /*hidden argument*/NULL); } IL_025e: { ZipEntry_t658048195 * L_84 = ___entry0; NullCheck(L_84); int32_t L_85 = ZipEntry_get_Flags_m4217420756(L_84, /*hidden argument*/NULL); ZipEntry_t658048195 * L_86 = ___entry0; NullCheck(L_86); String_t* L_87 = ZipEntry_get_Name_m1624543186(L_86, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t3000827260_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_88 = ZipConstants_ConvertToArray_m1846057569(NULL /*static, unused*/, L_85, L_87, /*hidden argument*/NULL); V_3 = L_88; ByteU5BU5D_t4116647657* L_89 = V_3; NullCheck(L_89); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_89)->max_length))))) <= ((int32_t)((int32_t)65535)))) { goto IL_0285; } } { ZipException_t3735454771 * L_90 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_90, _stringLiteral1704922042, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_90,ZipOutputStream_PutNextEntry_m1566852600_RuntimeMethod_var); } IL_0285: { ZipEntry_t658048195 * L_91 = ___entry0; NullCheck(L_91); ByteU5BU5D_t4116647657* L_92 = ZipEntry_get_ExtraData_m4043853911(L_91, /*hidden argument*/NULL); ZipExtraData_t3545003289 * L_93 = (ZipExtraData_t3545003289 *)il2cpp_codegen_object_new(ZipExtraData_t3545003289_il2cpp_TypeInfo_var); ZipExtraData__ctor_m806670012(L_93, L_92, /*hidden argument*/NULL); V_4 = L_93; ZipEntry_t658048195 * L_94 = ___entry0; NullCheck(L_94); bool L_95 = ZipEntry_get_LocalHeaderRequiresZip64_m967660022(L_94, /*hidden argument*/NULL); if (!L_95) { goto IL_0307; } } { ZipExtraData_t3545003289 * L_96 = V_4; NullCheck(L_96); ZipExtraData_StartNewEntry_m940288835(L_96, /*hidden argument*/NULL); bool L_97 = V_2; if (!L_97) { goto IL_02c0; } } { ZipExtraData_t3545003289 * L_98 = V_4; ZipEntry_t658048195 * L_99 = ___entry0; NullCheck(L_99); int64_t L_100 = ZipEntry_get_Size_m1225803338(L_99, /*hidden argument*/NULL); NullCheck(L_98); ZipExtraData_AddLeLong_m2903902788(L_98, L_100, /*hidden argument*/NULL); ZipExtraData_t3545003289 * L_101 = V_4; ZipEntry_t658048195 * L_102 = ___entry0; NullCheck(L_102); int64_t L_103 = ZipEntry_get_CompressedSize_m640242384(L_102, /*hidden argument*/NULL); NullCheck(L_101); ZipExtraData_AddLeLong_m2903902788(L_101, L_103, /*hidden argument*/NULL); goto IL_02d2; } IL_02c0: { ZipExtraData_t3545003289 * L_104 = V_4; NullCheck(L_104); ZipExtraData_AddLeLong_m2903902788(L_104, (((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL); ZipExtraData_t3545003289 * L_105 = V_4; NullCheck(L_105); ZipExtraData_AddLeLong_m2903902788(L_105, (((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL); } IL_02d2: { ZipExtraData_t3545003289 * L_106 = V_4; NullCheck(L_106); ZipExtraData_AddNewEntry_m2918706673(L_106, 1, /*hidden argument*/NULL); ZipExtraData_t3545003289 * L_107 = V_4; NullCheck(L_107); bool L_108 = ZipExtraData_Find_m1693986585(L_107, 1, /*hidden argument*/NULL); if (L_108) { goto IL_02ef; } } { ZipException_t3735454771 * L_109 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_109, _stringLiteral989569347, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_109,ZipOutputStream_PutNextEntry_m1566852600_RuntimeMethod_var); } IL_02ef: { bool L_110 = __this->get_patchEntryHeader_19(); if (!L_110) { goto IL_0310; } } { ZipExtraData_t3545003289 * L_111 = V_4; NullCheck(L_111); int32_t L_112 = ZipExtraData_get_CurrentReadIndex_m1273167548(L_111, /*hidden argument*/NULL); __this->set_sizePatchPos_21((((int64_t)((int64_t)L_112)))); goto IL_0310; } IL_0307: { ZipExtraData_t3545003289 * L_113 = V_4; NullCheck(L_113); ZipExtraData_Delete_m1786966142(L_113, 1, /*hidden argument*/NULL); } IL_0310: { ZipEntry_t658048195 * L_114 = ___entry0; NullCheck(L_114); int32_t L_115 = ZipEntry_get_AESKeySize_m4165772656(L_114, /*hidden argument*/NULL); if ((((int32_t)L_115) <= ((int32_t)0))) { goto IL_0321; } } { ZipEntry_t658048195 * L_116 = ___entry0; ZipExtraData_t3545003289 * L_117 = V_4; ZipOutputStream_AddExtraDataAES_m4011999387(NULL /*static, unused*/, L_116, L_117, /*hidden argument*/NULL); } IL_0321: { ZipExtraData_t3545003289 * L_118 = V_4; NullCheck(L_118); ByteU5BU5D_t4116647657* L_119 = ZipExtraData_GetEntryData_m3346744850(L_118, /*hidden argument*/NULL); V_5 = L_119; ByteU5BU5D_t4116647657* L_120 = V_3; NullCheck(L_120); ZipOutputStream_WriteLeShort_m2340829945(__this, (((int32_t)((int32_t)(((RuntimeArray *)L_120)->max_length)))), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_121 = V_5; NullCheck(L_121); ZipOutputStream_WriteLeShort_m2340829945(__this, (((int32_t)((int32_t)(((RuntimeArray *)L_121)->max_length)))), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_122 = V_3; NullCheck(L_122); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_122)->max_length))))) <= ((int32_t)0))) { goto IL_0353; } } { Stream_t1273022909 * L_123 = ((DeflaterOutputStream_t939764091 *)__this)->get_baseOutputStream__7(); ByteU5BU5D_t4116647657* L_124 = V_3; ByteU5BU5D_t4116647657* L_125 = V_3; NullCheck(L_125); NullCheck(L_123); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_123, L_124, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_125)->max_length))))); } IL_0353: { ZipEntry_t658048195 * L_126 = ___entry0; NullCheck(L_126); bool L_127 = ZipEntry_get_LocalHeaderRequiresZip64_m967660022(L_126, /*hidden argument*/NULL); if (!L_127) { goto IL_037b; } } { bool L_128 = __this->get_patchEntryHeader_19(); if (!L_128) { goto IL_037b; } } { int64_t L_129 = __this->get_sizePatchPos_21(); Stream_t1273022909 * L_130 = ((DeflaterOutputStream_t939764091 *)__this)->get_baseOutputStream__7(); NullCheck(L_130); int64_t L_131 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_130); __this->set_sizePatchPos_21(((int64_t)il2cpp_codegen_add((int64_t)L_129, (int64_t)L_131))); } IL_037b: { ByteU5BU5D_t4116647657* L_132 = V_5; NullCheck(L_132); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_132)->max_length))))) <= ((int32_t)0))) { goto IL_0394; } } { Stream_t1273022909 * L_133 = ((DeflaterOutputStream_t939764091 *)__this)->get_baseOutputStream__7(); ByteU5BU5D_t4116647657* L_134 = V_5; ByteU5BU5D_t4116647657* L_135 = V_5; NullCheck(L_135); NullCheck(L_133); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_133, L_134, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_135)->max_length))))); } IL_0394: { int64_t L_136 = __this->get_offset_17(); ByteU5BU5D_t4116647657* L_137 = V_3; NullCheck(L_137); ByteU5BU5D_t4116647657* L_138 = V_5; NullCheck(L_138); __this->set_offset_17(((int64_t)il2cpp_codegen_add((int64_t)L_136, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)30), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_137)->max_length)))))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_138)->max_length)))))))))))); ZipEntry_t658048195 * L_139 = ___entry0; NullCheck(L_139); int32_t L_140 = ZipEntry_get_AESKeySize_m4165772656(L_139, /*hidden argument*/NULL); if ((((int32_t)L_140) <= ((int32_t)0))) { goto IL_03ca; } } { int64_t L_141 = __this->get_offset_17(); ZipEntry_t658048195 * L_142 = ___entry0; NullCheck(L_142); int32_t L_143 = ZipEntry_get_AESOverheadSize_m3033215473(L_142, /*hidden argument*/NULL); __this->set_offset_17(((int64_t)il2cpp_codegen_add((int64_t)L_141, (int64_t)(((int64_t)((int64_t)L_143)))))); } IL_03ca: { ZipEntry_t658048195 * L_144 = ___entry0; __this->set_curEntry_13(L_144); Crc32_t4094429278 * L_145 = __this->get_crc_12(); NullCheck(L_145); Crc32_Reset_m3905662592(L_145, /*hidden argument*/NULL); int32_t L_146 = V_0; if ((!(((uint32_t)L_146) == ((uint32_t)8)))) { goto IL_03f7; } } { Deflater_t668001208 * L_147 = ((DeflaterOutputStream_t939764091 *)__this)->get_deflater__6(); NullCheck(L_147); Deflater_Reset_m3379861611(L_147, /*hidden argument*/NULL); Deflater_t668001208 * L_148 = ((DeflaterOutputStream_t939764091 *)__this)->get_deflater__6(); int32_t L_149 = V_1; NullCheck(L_148); Deflater_SetLevel_m618561834(L_148, L_149, /*hidden argument*/NULL); } IL_03f7: { __this->set_size_16((((int64_t)((int64_t)0)))); ZipEntry_t658048195 * L_150 = ___entry0; NullCheck(L_150); bool L_151 = ZipEntry_get_IsCrypted_m788933468(L_150, /*hidden argument*/NULL); if (!L_151) { goto IL_043e; } } { ZipEntry_t658048195 * L_152 = ___entry0; NullCheck(L_152); int32_t L_153 = ZipEntry_get_AESKeySize_m4165772656(L_152, /*hidden argument*/NULL); if ((((int32_t)L_153) <= ((int32_t)0))) { goto IL_0418; } } { ZipEntry_t658048195 * L_154 = ___entry0; ZipOutputStream_WriteAESHeader_m3362420549(__this, L_154, /*hidden argument*/NULL); return; } IL_0418: { ZipEntry_t658048195 * L_155 = ___entry0; NullCheck(L_155); int64_t L_156 = ZipEntry_get_Crc_m3921682317(L_155, /*hidden argument*/NULL); if ((((int64_t)L_156) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0432; } } { ZipEntry_t658048195 * L_157 = ___entry0; NullCheck(L_157); int64_t L_158 = ZipEntry_get_DosTime_m4000555640(L_157, /*hidden argument*/NULL); ZipOutputStream_WriteEncryptionHeader_m1011910068(__this, ((int64_t)((int64_t)L_158<<(int32_t)((int32_t)16))), /*hidden argument*/NULL); return; } IL_0432: { ZipEntry_t658048195 * L_159 = ___entry0; NullCheck(L_159); int64_t L_160 = ZipEntry_get_Crc_m3921682317(L_159, /*hidden argument*/NULL); ZipOutputStream_WriteEncryptionHeader_m1011910068(__this, L_160, /*hidden argument*/NULL); } IL_043e: { return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::CloseEntry() extern "C" IL2CPP_METHOD_ATTR void ZipOutputStream_CloseEntry_m2166457093 (ZipOutputStream_t3000418837 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipOutputStream_CloseEntry_m2166457093_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int64_t V_1 = 0; ObjectU5BU5D_t2843939325* V_2 = NULL; ObjectU5BU5D_t2843939325* V_3 = NULL; ObjectU5BU5D_t2843939325* V_4 = NULL; { ZipEntry_t658048195 * L_0 = __this->get_curEntry_13(); if (L_0) { goto IL_0013; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, _stringLiteral1725829852, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ZipOutputStream_CloseEntry_m2166457093_RuntimeMethod_var); } IL_0013: { int64_t L_2 = __this->get_size_16(); V_0 = L_2; int32_t L_3 = __this->get_curMethod_15(); if ((!(((uint32_t)L_3) == ((uint32_t)8)))) { goto IL_004c; } } { int64_t L_4 = __this->get_size_16(); if ((((int64_t)L_4) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0041; } } { DeflaterOutputStream_Finish_m1821647523(__this, /*hidden argument*/NULL); Deflater_t668001208 * L_5 = ((DeflaterOutputStream_t939764091 *)__this)->get_deflater__6(); NullCheck(L_5); int64_t L_6 = Deflater_get_TotalOut_m3741399413(L_5, /*hidden argument*/NULL); V_0 = L_6; goto IL_004c; } IL_0041: { Deflater_t668001208 * L_7 = ((DeflaterOutputStream_t939764091 *)__this)->get_deflater__6(); NullCheck(L_7); Deflater_Reset_m3379861611(L_7, /*hidden argument*/NULL); } IL_004c: { ZipEntry_t658048195 * L_8 = __this->get_curEntry_13(); NullCheck(L_8); int32_t L_9 = ZipEntry_get_AESKeySize_m4165772656(L_8, /*hidden argument*/NULL); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_006e; } } { Stream_t1273022909 * L_10 = ((DeflaterOutputStream_t939764091 *)__this)->get_baseOutputStream__7(); ByteU5BU5D_t4116647657* L_11 = ((DeflaterOutputStream_t939764091 *)__this)->get_AESAuthCode_4(); NullCheck(L_10); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_10, L_11, 0, ((int32_t)10)); } IL_006e: { ZipEntry_t658048195 * L_12 = __this->get_curEntry_13(); NullCheck(L_12); int64_t L_13 = ZipEntry_get_Size_m1225803338(L_12, /*hidden argument*/NULL); if ((((int64_t)L_13) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0090; } } { ZipEntry_t658048195 * L_14 = __this->get_curEntry_13(); int64_t L_15 = __this->get_size_16(); NullCheck(L_14); ZipEntry_set_Size_m2456682509(L_14, L_15, /*hidden argument*/NULL); goto IL_00e7; } IL_0090: { ZipEntry_t658048195 * L_16 = __this->get_curEntry_13(); NullCheck(L_16); int64_t L_17 = ZipEntry_get_Size_m1225803338(L_16, /*hidden argument*/NULL); int64_t L_18 = __this->get_size_16(); if ((((int64_t)L_17) == ((int64_t)L_18))) { goto IL_00e7; } } { V_2 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); ObjectU5BU5D_t2843939325* L_19 = V_2; NullCheck(L_19); ArrayElementTypeCheck (L_19, _stringLiteral766762929); (L_19)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral766762929); ObjectU5BU5D_t2843939325* L_20 = V_2; int64_t L_21 = __this->get_size_16(); int64_t L_22 = L_21; RuntimeObject * L_23 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_22); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_23); (L_20)->SetAt(static_cast(1), (RuntimeObject *)L_23); ObjectU5BU5D_t2843939325* L_24 = V_2; NullCheck(L_24); ArrayElementTypeCheck (L_24, _stringLiteral2580204127); (L_24)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral2580204127); ObjectU5BU5D_t2843939325* L_25 = V_2; ZipEntry_t658048195 * L_26 = __this->get_curEntry_13(); NullCheck(L_26); int64_t L_27 = ZipEntry_get_Size_m1225803338(L_26, /*hidden argument*/NULL); int64_t L_28 = L_27; RuntimeObject * L_29 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_28); NullCheck(L_25); ArrayElementTypeCheck (L_25, L_29); (L_25)->SetAt(static_cast(3), (RuntimeObject *)L_29); ObjectU5BU5D_t2843939325* L_30 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_31 = String_Concat_m2971454694(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); ZipException_t3735454771 * L_32 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_32, L_31, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32,ZipOutputStream_CloseEntry_m2166457093_RuntimeMethod_var); } IL_00e7: { ZipEntry_t658048195 * L_33 = __this->get_curEntry_13(); NullCheck(L_33); int64_t L_34 = ZipEntry_get_CompressedSize_m640242384(L_33, /*hidden argument*/NULL); if ((((int64_t)L_34) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0104; } } { ZipEntry_t658048195 * L_35 = __this->get_curEntry_13(); int64_t L_36 = V_0; NullCheck(L_35); ZipEntry_set_CompressedSize_m2622823131(L_35, L_36, /*hidden argument*/NULL); goto IL_0151; } IL_0104: { ZipEntry_t658048195 * L_37 = __this->get_curEntry_13(); NullCheck(L_37); int64_t L_38 = ZipEntry_get_CompressedSize_m640242384(L_37, /*hidden argument*/NULL); int64_t L_39 = V_0; if ((((int64_t)L_38) == ((int64_t)L_39))) { goto IL_0151; } } { V_3 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); ObjectU5BU5D_t2843939325* L_40 = V_3; NullCheck(L_40); ArrayElementTypeCheck (L_40, _stringLiteral3023105803); (L_40)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3023105803); ObjectU5BU5D_t2843939325* L_41 = V_3; int64_t L_42 = V_0; int64_t L_43 = L_42; RuntimeObject * L_44 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_43); NullCheck(L_41); ArrayElementTypeCheck (L_41, L_44); (L_41)->SetAt(static_cast(1), (RuntimeObject *)L_44); ObjectU5BU5D_t2843939325* L_45 = V_3; NullCheck(L_45); ArrayElementTypeCheck (L_45, _stringLiteral2580204127); (L_45)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral2580204127); ObjectU5BU5D_t2843939325* L_46 = V_3; ZipEntry_t658048195 * L_47 = __this->get_curEntry_13(); NullCheck(L_47); int64_t L_48 = ZipEntry_get_CompressedSize_m640242384(L_47, /*hidden argument*/NULL); int64_t L_49 = L_48; RuntimeObject * L_50 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_49); NullCheck(L_46); ArrayElementTypeCheck (L_46, L_50); (L_46)->SetAt(static_cast(3), (RuntimeObject *)L_50); ObjectU5BU5D_t2843939325* L_51 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_52 = String_Concat_m2971454694(NULL /*static, unused*/, L_51, /*hidden argument*/NULL); ZipException_t3735454771 * L_53 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_53, L_52, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_53,ZipOutputStream_CloseEntry_m2166457093_RuntimeMethod_var); } IL_0151: { ZipEntry_t658048195 * L_54 = __this->get_curEntry_13(); NullCheck(L_54); int64_t L_55 = ZipEntry_get_Crc_m3921682317(L_54, /*hidden argument*/NULL); if ((((int64_t)L_55) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0178; } } { ZipEntry_t658048195 * L_56 = __this->get_curEntry_13(); Crc32_t4094429278 * L_57 = __this->get_crc_12(); NullCheck(L_57); int64_t L_58 = Crc32_get_Value_m2125972758(L_57, /*hidden argument*/NULL); NullCheck(L_56); ZipEntry_set_Crc_m2604579826(L_56, L_58, /*hidden argument*/NULL); goto IL_01df; } IL_0178: { ZipEntry_t658048195 * L_59 = __this->get_curEntry_13(); NullCheck(L_59); int64_t L_60 = ZipEntry_get_Crc_m3921682317(L_59, /*hidden argument*/NULL); Crc32_t4094429278 * L_61 = __this->get_crc_12(); NullCheck(L_61); int64_t L_62 = Crc32_get_Value_m2125972758(L_61, /*hidden argument*/NULL); if ((((int64_t)L_60) == ((int64_t)L_62))) { goto IL_01df; } } { V_4 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); ObjectU5BU5D_t2843939325* L_63 = V_4; NullCheck(L_63); ArrayElementTypeCheck (L_63, _stringLiteral2284360730); (L_63)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2284360730); ObjectU5BU5D_t2843939325* L_64 = V_4; Crc32_t4094429278 * L_65 = __this->get_crc_12(); NullCheck(L_65); int64_t L_66 = Crc32_get_Value_m2125972758(L_65, /*hidden argument*/NULL); int64_t L_67 = L_66; RuntimeObject * L_68 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_67); NullCheck(L_64); ArrayElementTypeCheck (L_64, L_68); (L_64)->SetAt(static_cast(1), (RuntimeObject *)L_68); ObjectU5BU5D_t2843939325* L_69 = V_4; NullCheck(L_69); ArrayElementTypeCheck (L_69, _stringLiteral2580204127); (L_69)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral2580204127); ObjectU5BU5D_t2843939325* L_70 = V_4; ZipEntry_t658048195 * L_71 = __this->get_curEntry_13(); NullCheck(L_71); int64_t L_72 = ZipEntry_get_Crc_m3921682317(L_71, /*hidden argument*/NULL); int64_t L_73 = L_72; RuntimeObject * L_74 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_73); NullCheck(L_70); ArrayElementTypeCheck (L_70, L_74); (L_70)->SetAt(static_cast(3), (RuntimeObject *)L_74); ObjectU5BU5D_t2843939325* L_75 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_76 = String_Concat_m2971454694(NULL /*static, unused*/, L_75, /*hidden argument*/NULL); ZipException_t3735454771 * L_77 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_77, L_76, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_77,ZipOutputStream_CloseEntry_m2166457093_RuntimeMethod_var); } IL_01df: { int64_t L_78 = __this->get_offset_17(); int64_t L_79 = V_0; __this->set_offset_17(((int64_t)il2cpp_codegen_add((int64_t)L_78, (int64_t)L_79))); ZipEntry_t658048195 * L_80 = __this->get_curEntry_13(); NullCheck(L_80); bool L_81 = ZipEntry_get_IsCrypted_m788933468(L_80, /*hidden argument*/NULL); if (!L_81) { goto IL_023d; } } { ZipEntry_t658048195 * L_82 = __this->get_curEntry_13(); NullCheck(L_82); int32_t L_83 = ZipEntry_get_AESKeySize_m4165772656(L_82, /*hidden argument*/NULL); if ((((int32_t)L_83) <= ((int32_t)0))) { goto IL_0228; } } { ZipEntry_t658048195 * L_84 = __this->get_curEntry_13(); ZipEntry_t658048195 * L_85 = L_84; NullCheck(L_85); int64_t L_86 = ZipEntry_get_CompressedSize_m640242384(L_85, /*hidden argument*/NULL); ZipEntry_t658048195 * L_87 = __this->get_curEntry_13(); NullCheck(L_87); int32_t L_88 = ZipEntry_get_AESOverheadSize_m3033215473(L_87, /*hidden argument*/NULL); NullCheck(L_85); ZipEntry_set_CompressedSize_m2622823131(L_85, ((int64_t)il2cpp_codegen_add((int64_t)L_86, (int64_t)(((int64_t)((int64_t)L_88))))), /*hidden argument*/NULL); goto IL_023d; } IL_0228: { ZipEntry_t658048195 * L_89 = __this->get_curEntry_13(); ZipEntry_t658048195 * L_90 = L_89; NullCheck(L_90); int64_t L_91 = ZipEntry_get_CompressedSize_m640242384(L_90, /*hidden argument*/NULL); NullCheck(L_90); ZipEntry_set_CompressedSize_m2622823131(L_90, ((int64_t)il2cpp_codegen_add((int64_t)L_91, (int64_t)(((int64_t)((int64_t)((int32_t)12)))))), /*hidden argument*/NULL); } IL_023d: { bool L_92 = __this->get_patchEntryHeader_19(); if (!L_92) { goto IL_030b; } } { __this->set_patchEntryHeader_19((bool)0); Stream_t1273022909 * L_93 = ((DeflaterOutputStream_t939764091 *)__this)->get_baseOutputStream__7(); NullCheck(L_93); int64_t L_94 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_93); V_1 = L_94; Stream_t1273022909 * L_95 = ((DeflaterOutputStream_t939764091 *)__this)->get_baseOutputStream__7(); int64_t L_96 = __this->get_crcPatchPos_20(); NullCheck(L_95); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(20 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_95, L_96, 0); ZipEntry_t658048195 * L_97 = __this->get_curEntry_13(); NullCheck(L_97); int64_t L_98 = ZipEntry_get_Crc_m3921682317(L_97, /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_m996044123(__this, (((int32_t)((int32_t)L_98))), /*hidden argument*/NULL); ZipEntry_t658048195 * L_99 = __this->get_curEntry_13(); NullCheck(L_99); bool L_100 = ZipEntry_get_LocalHeaderRequiresZip64_m967660022(L_99, /*hidden argument*/NULL); if (!L_100) { goto IL_02d9; } } { int64_t L_101 = __this->get_sizePatchPos_21(); if ((!(((uint64_t)L_101) == ((uint64_t)(((int64_t)((int64_t)(-1)))))))) { goto IL_02a2; } } { ZipException_t3735454771 * L_102 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_102, _stringLiteral2916885202, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_102,ZipOutputStream_CloseEntry_m2166457093_RuntimeMethod_var); } IL_02a2: { Stream_t1273022909 * L_103 = ((DeflaterOutputStream_t939764091 *)__this)->get_baseOutputStream__7(); int64_t L_104 = __this->get_sizePatchPos_21(); NullCheck(L_103); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(20 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_103, L_104, 0); ZipEntry_t658048195 * L_105 = __this->get_curEntry_13(); NullCheck(L_105); int64_t L_106 = ZipEntry_get_Size_m1225803338(L_105, /*hidden argument*/NULL); ZipOutputStream_WriteLeLong_m2952041041(__this, L_106, /*hidden argument*/NULL); ZipEntry_t658048195 * L_107 = __this->get_curEntry_13(); NullCheck(L_107); int64_t L_108 = ZipEntry_get_CompressedSize_m640242384(L_107, /*hidden argument*/NULL); ZipOutputStream_WriteLeLong_m2952041041(__this, L_108, /*hidden argument*/NULL); goto IL_02fd; } IL_02d9: { ZipEntry_t658048195 * L_109 = __this->get_curEntry_13(); NullCheck(L_109); int64_t L_110 = ZipEntry_get_CompressedSize_m640242384(L_109, /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_m996044123(__this, (((int32_t)((int32_t)L_110))), /*hidden argument*/NULL); ZipEntry_t658048195 * L_111 = __this->get_curEntry_13(); NullCheck(L_111); int64_t L_112 = ZipEntry_get_Size_m1225803338(L_111, /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_m996044123(__this, (((int32_t)((int32_t)L_112))), /*hidden argument*/NULL); } IL_02fd: { Stream_t1273022909 * L_113 = ((DeflaterOutputStream_t939764091 *)__this)->get_baseOutputStream__7(); int64_t L_114 = V_1; NullCheck(L_113); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(20 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_113, L_114, 0); } IL_030b: { ZipEntry_t658048195 * L_115 = __this->get_curEntry_13(); NullCheck(L_115); int32_t L_116 = ZipEntry_get_Flags_m4217420756(L_115, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_116&(int32_t)8))) { goto IL_03af; } } { ZipOutputStream_WriteLeInt_m996044123(__this, ((int32_t)134695760), /*hidden argument*/NULL); ZipEntry_t658048195 * L_117 = __this->get_curEntry_13(); NullCheck(L_117); int64_t L_118 = ZipEntry_get_Crc_m3921682317(L_117, /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_m996044123(__this, (((int32_t)((int32_t)L_118))), /*hidden argument*/NULL); ZipEntry_t658048195 * L_119 = __this->get_curEntry_13(); NullCheck(L_119); bool L_120 = ZipEntry_get_LocalHeaderRequiresZip64_m967660022(L_119, /*hidden argument*/NULL); if (!L_120) { goto IL_037b; } } { ZipEntry_t658048195 * L_121 = __this->get_curEntry_13(); NullCheck(L_121); int64_t L_122 = ZipEntry_get_CompressedSize_m640242384(L_121, /*hidden argument*/NULL); ZipOutputStream_WriteLeLong_m2952041041(__this, L_122, /*hidden argument*/NULL); ZipEntry_t658048195 * L_123 = __this->get_curEntry_13(); NullCheck(L_123); int64_t L_124 = ZipEntry_get_Size_m1225803338(L_123, /*hidden argument*/NULL); ZipOutputStream_WriteLeLong_m2952041041(__this, L_124, /*hidden argument*/NULL); int64_t L_125 = __this->get_offset_17(); __this->set_offset_17(((int64_t)il2cpp_codegen_add((int64_t)L_125, (int64_t)(((int64_t)((int64_t)((int32_t)24))))))); goto IL_03af; } IL_037b: { ZipEntry_t658048195 * L_126 = __this->get_curEntry_13(); NullCheck(L_126); int64_t L_127 = ZipEntry_get_CompressedSize_m640242384(L_126, /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_m996044123(__this, (((int32_t)((int32_t)L_127))), /*hidden argument*/NULL); ZipEntry_t658048195 * L_128 = __this->get_curEntry_13(); NullCheck(L_128); int64_t L_129 = ZipEntry_get_Size_m1225803338(L_128, /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_m996044123(__this, (((int32_t)((int32_t)L_129))), /*hidden argument*/NULL); int64_t L_130 = __this->get_offset_17(); __this->set_offset_17(((int64_t)il2cpp_codegen_add((int64_t)L_130, (int64_t)(((int64_t)((int64_t)((int32_t)16))))))); } IL_03af: { ArrayList_t2718874744 * L_131 = __this->get_entries_11(); ZipEntry_t658048195 * L_132 = __this->get_curEntry_13(); NullCheck(L_131); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_131, L_132); __this->set_curEntry_13((ZipEntry_t658048195 *)NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::WriteEncryptionHeader(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ZipOutputStream_WriteEncryptionHeader_m1011910068 (ZipOutputStream_t3000418837 * __this, int64_t ___crcValue0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipOutputStream_WriteEncryptionHeader_m1011910068_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; Random_t108471755 * V_1 = NULL; { int64_t L_0 = __this->get_offset_17(); __this->set_offset_17(((int64_t)il2cpp_codegen_add((int64_t)L_0, (int64_t)(((int64_t)((int64_t)((int32_t)12))))))); String_t* L_1 = DeflaterOutputStream_get_Password_m578360469(__this, /*hidden argument*/NULL); DeflaterOutputStream_InitializePassword_m1335862541(__this, L_1, /*hidden argument*/NULL); V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12))); Random_t108471755 * L_2 = (Random_t108471755 *)il2cpp_codegen_object_new(Random_t108471755_il2cpp_TypeInfo_var); Random__ctor_m4122933043(L_2, /*hidden argument*/NULL); V_1 = L_2; Random_t108471755 * L_3 = V_1; ByteU5BU5D_t4116647657* L_4 = V_0; NullCheck(L_3); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(6 /* System.Void System.Random::NextBytes(System.Byte[]) */, L_3, L_4); ByteU5BU5D_t4116647657* L_5 = V_0; int64_t L_6 = ___crcValue0; NullCheck(L_5); (L_5)->SetAt(static_cast(((int32_t)11)), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)L_6>>(int32_t)((int32_t)24))))))); ByteU5BU5D_t4116647657* L_7 = V_0; ByteU5BU5D_t4116647657* L_8 = V_0; NullCheck(L_8); DeflaterOutputStream_EncryptBlock_m1867193525(__this, L_7, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), /*hidden argument*/NULL); Stream_t1273022909 * L_9 = ((DeflaterOutputStream_t939764091 *)__this)->get_baseOutputStream__7(); ByteU5BU5D_t4116647657* L_10 = V_0; ByteU5BU5D_t4116647657* L_11 = V_0; NullCheck(L_11); NullCheck(L_9); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_9, L_10, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::AddExtraDataAES(ICSharpCode.SharpZipLib.Zip.ZipEntry,ICSharpCode.SharpZipLib.Zip.ZipExtraData) extern "C" IL2CPP_METHOD_ATTR void ZipOutputStream_AddExtraDataAES_m4011999387 (RuntimeObject * __this /* static, unused */, ZipEntry_t658048195 * ___entry0, ZipExtraData_t3545003289 * ___extraData1, const RuntimeMethod* method) { { ZipExtraData_t3545003289 * L_0 = ___extraData1; NullCheck(L_0); ZipExtraData_StartNewEntry_m940288835(L_0, /*hidden argument*/NULL); ZipExtraData_t3545003289 * L_1 = ___extraData1; NullCheck(L_1); ZipExtraData_AddLeShort_m2681819167(L_1, 2, /*hidden argument*/NULL); ZipExtraData_t3545003289 * L_2 = ___extraData1; NullCheck(L_2); ZipExtraData_AddLeShort_m2681819167(L_2, ((int32_t)17729), /*hidden argument*/NULL); ZipExtraData_t3545003289 * L_3 = ___extraData1; ZipEntry_t658048195 * L_4 = ___entry0; NullCheck(L_4); uint8_t L_5 = ZipEntry_get_AESEncryptionStrength_m3211524277(L_4, /*hidden argument*/NULL); NullCheck(L_3); ZipExtraData_AddData_m3430307780(L_3, L_5, /*hidden argument*/NULL); ZipExtraData_t3545003289 * L_6 = ___extraData1; ZipEntry_t658048195 * L_7 = ___entry0; NullCheck(L_7); int32_t L_8 = ZipEntry_get_CompressionMethod_m938942238(L_7, /*hidden argument*/NULL); NullCheck(L_6); ZipExtraData_AddLeShort_m2681819167(L_6, L_8, /*hidden argument*/NULL); ZipExtraData_t3545003289 * L_9 = ___extraData1; NullCheck(L_9); ZipExtraData_AddNewEntry_m2918706673(L_9, ((int32_t)39169), /*hidden argument*/NULL); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::WriteAESHeader(ICSharpCode.SharpZipLib.Zip.ZipEntry) extern "C" IL2CPP_METHOD_ATTR void ZipOutputStream_WriteAESHeader_m3362420549 (ZipOutputStream_t3000418837 * __this, ZipEntry_t658048195 * ___entry0, const RuntimeMethod* method) { ByteU5BU5D_t4116647657* V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; { ZipEntry_t658048195 * L_0 = ___entry0; String_t* L_1 = DeflaterOutputStream_get_Password_m578360469(__this, /*hidden argument*/NULL); DeflaterOutputStream_InitializeAESPassword_m1927450009(__this, L_0, L_1, (&V_0), (&V_1), /*hidden argument*/NULL); Stream_t1273022909 * L_2 = ((DeflaterOutputStream_t939764091 *)__this)->get_baseOutputStream__7(); ByteU5BU5D_t4116647657* L_3 = V_0; ByteU5BU5D_t4116647657* L_4 = V_0; NullCheck(L_4); NullCheck(L_2); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_2, L_3, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))); Stream_t1273022909 * L_5 = ((DeflaterOutputStream_t939764091 *)__this)->get_baseOutputStream__7(); ByteU5BU5D_t4116647657* L_6 = V_1; ByteU5BU5D_t4116647657* L_7 = V_1; NullCheck(L_7); NullCheck(L_5); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_5, L_6, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::Write(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ZipOutputStream_Write_m706737454 (ZipOutputStream_t3000418837 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipOutputStream_Write_m706737454_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ZipEntry_t658048195 * L_0 = __this->get_curEntry_13(); if (L_0) { goto IL_0013; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, _stringLiteral1722815196, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ZipOutputStream_Write_m706737454_RuntimeMethod_var); } IL_0013: { ByteU5BU5D_t4116647657* L_2 = ___buffer0; if (L_2) { goto IL_0021; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ZipOutputStream_Write_m706737454_RuntimeMethod_var); } IL_0021: { int32_t L_4 = ___offset1; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0035; } } { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_5, _stringLiteral1082126080, _stringLiteral2066644356, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,ZipOutputStream_Write_m706737454_RuntimeMethod_var); } IL_0035: { int32_t L_6 = ___count2; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0049; } } { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_7, _stringLiteral2002595880, _stringLiteral2066644356, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ZipOutputStream_Write_m706737454_RuntimeMethod_var); } IL_0049: { ByteU5BU5D_t4116647657* L_8 = ___buffer0; NullCheck(L_8); int32_t L_9 = ___offset1; int32_t L_10 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), (int32_t)L_9))) >= ((int32_t)L_10))) { goto IL_005c; } } { ArgumentException_t132251570 * L_11 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_11, _stringLiteral3258427775, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,ZipOutputStream_Write_m706737454_RuntimeMethod_var); } IL_005c: { Crc32_t4094429278 * L_12 = __this->get_crc_12(); ByteU5BU5D_t4116647657* L_13 = ___buffer0; int32_t L_14 = ___offset1; int32_t L_15 = ___count2; NullCheck(L_12); Crc32_Update_m4042769000(L_12, L_13, L_14, L_15, /*hidden argument*/NULL); int64_t L_16 = __this->get_size_16(); int32_t L_17 = ___count2; __this->set_size_16(((int64_t)il2cpp_codegen_add((int64_t)L_16, (int64_t)(((int64_t)((int64_t)L_17)))))); int32_t L_18 = __this->get_curMethod_15(); V_0 = L_18; int32_t L_19 = V_0; if ((((int32_t)L_19) == ((int32_t)0))) { goto IL_0093; } } { int32_t L_20 = V_0; if ((((int32_t)L_20) == ((int32_t)8))) { goto IL_0089; } } { return; } IL_0089: { ByteU5BU5D_t4116647657* L_21 = ___buffer0; int32_t L_22 = ___offset1; int32_t L_23 = ___count2; DeflaterOutputStream_Write_m4091735855(__this, L_21, L_22, L_23, /*hidden argument*/NULL); return; } IL_0093: { String_t* L_24 = DeflaterOutputStream_get_Password_m578360469(__this, /*hidden argument*/NULL); if (!L_24) { goto IL_00a5; } } { ByteU5BU5D_t4116647657* L_25 = ___buffer0; int32_t L_26 = ___offset1; int32_t L_27 = ___count2; ZipOutputStream_CopyAndEncrypt_m3046324003(__this, L_25, L_26, L_27, /*hidden argument*/NULL); return; } IL_00a5: { Stream_t1273022909 * L_28 = ((DeflaterOutputStream_t939764091 *)__this)->get_baseOutputStream__7(); ByteU5BU5D_t4116647657* L_29 = ___buffer0; int32_t L_30 = ___offset1; int32_t L_31 = ___count2; NullCheck(L_28); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_28, L_29, L_30, L_31); return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::CopyAndEncrypt(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ZipOutputStream_CopyAndEncrypt_m3046324003 (ZipOutputStream_t3000418837 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipOutputStream_CopyAndEncrypt_m3046324003_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; int32_t V_1 = 0; int32_t G_B4_0 = 0; { V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4096))); goto IL_0049; } IL_000d: { int32_t L_0 = ___count2; if ((((int32_t)L_0) < ((int32_t)((int32_t)4096)))) { goto IL_001c; } } { G_B4_0 = ((int32_t)4096); goto IL_001d; } IL_001c: { int32_t L_1 = ___count2; G_B4_0 = L_1; } IL_001d: { V_1 = G_B4_0; ByteU5BU5D_t4116647657* L_2 = ___buffer0; int32_t L_3 = ___offset1; ByteU5BU5D_t4116647657* L_4 = V_0; int32_t L_5 = V_1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, L_3, (RuntimeArray *)(RuntimeArray *)L_4, 0, L_5, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_6 = V_0; int32_t L_7 = V_1; DeflaterOutputStream_EncryptBlock_m1867193525(__this, L_6, 0, L_7, /*hidden argument*/NULL); Stream_t1273022909 * L_8 = ((DeflaterOutputStream_t939764091 *)__this)->get_baseOutputStream__7(); ByteU5BU5D_t4116647657* L_9 = V_0; int32_t L_10 = V_1; NullCheck(L_8); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_8, L_9, 0, L_10); int32_t L_11 = ___count2; int32_t L_12 = V_1; ___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12)); int32_t L_13 = ___offset1; int32_t L_14 = V_1; ___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14)); } IL_0049: { int32_t L_15 = ___count2; if ((((int32_t)L_15) > ((int32_t)0))) { goto IL_000d; } } { return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::Finish() extern "C" IL2CPP_METHOD_ATTR void ZipOutputStream_Finish_m257136296 (ZipOutputStream_t3000418837 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipOutputStream_Finish_m257136296_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int64_t V_1 = 0; ZipEntry_t658048195 * V_2 = NULL; ByteU5BU5D_t4116647657* V_3 = NULL; ZipExtraData_t3545003289 * V_4 = NULL; ByteU5BU5D_t4116647657* V_5 = NULL; ByteU5BU5D_t4116647657* V_6 = NULL; ZipHelperStream_t633245716 * V_7 = NULL; RuntimeObject* V_8 = NULL; RuntimeObject* V_9 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); ByteU5BU5D_t4116647657* G_B32_0 = NULL; { ArrayList_t2718874744 * L_0 = __this->get_entries_11(); if (L_0) { goto IL_0009; } } { return; } IL_0009: { ZipEntry_t658048195 * L_1 = __this->get_curEntry_13(); if (!L_1) { goto IL_0017; } } { ZipOutputStream_CloseEntry_m2166457093(__this, /*hidden argument*/NULL); } IL_0017: { ArrayList_t2718874744 * L_2 = __this->get_entries_11(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_2); V_0 = (((int64_t)((int64_t)L_3))); V_1 = (((int64_t)((int64_t)0))); ArrayList_t2718874744 * L_4 = __this->get_entries_11(); NullCheck(L_4); RuntimeObject* L_5 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_4); V_8 = L_5; } IL_0034: try { // begin try (depth: 1) { goto IL_02bd; } IL_0039: { RuntimeObject* L_6 = V_8; NullCheck(L_6); RuntimeObject * L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_6); V_2 = ((ZipEntry_t658048195 *)CastclassClass((RuntimeObject*)L_7, ZipEntry_t658048195_il2cpp_TypeInfo_var)); ZipOutputStream_WriteLeInt_m996044123(__this, ((int32_t)33639248), /*hidden argument*/NULL); ZipOutputStream_WriteLeShort_m2340829945(__this, ((int32_t)51), /*hidden argument*/NULL); ZipEntry_t658048195 * L_8 = V_2; NullCheck(L_8); int32_t L_9 = ZipEntry_get_Version_m1288817988(L_8, /*hidden argument*/NULL); ZipOutputStream_WriteLeShort_m2340829945(__this, L_9, /*hidden argument*/NULL); ZipEntry_t658048195 * L_10 = V_2; NullCheck(L_10); int32_t L_11 = ZipEntry_get_Flags_m4217420756(L_10, /*hidden argument*/NULL); ZipOutputStream_WriteLeShort_m2340829945(__this, L_11, /*hidden argument*/NULL); ZipEntry_t658048195 * L_12 = V_2; NullCheck(L_12); int32_t L_13 = ZipEntry_get_CompressionMethodForHeader_m3536868895(L_12, /*hidden argument*/NULL); ZipOutputStream_WriteLeShort_m2340829945(__this, (((int16_t)((int16_t)L_13))), /*hidden argument*/NULL); ZipEntry_t658048195 * L_14 = V_2; NullCheck(L_14); int64_t L_15 = ZipEntry_get_DosTime_m4000555640(L_14, /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_m996044123(__this, (((int32_t)((int32_t)L_15))), /*hidden argument*/NULL); ZipEntry_t658048195 * L_16 = V_2; NullCheck(L_16); int64_t L_17 = ZipEntry_get_Crc_m3921682317(L_16, /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_m996044123(__this, (((int32_t)((int32_t)L_17))), /*hidden argument*/NULL); ZipEntry_t658048195 * L_18 = V_2; NullCheck(L_18); bool L_19 = ZipEntry_IsZip64Forced_m447069621(L_18, /*hidden argument*/NULL); if (L_19) { goto IL_00aa; } } IL_00a0: { ZipEntry_t658048195 * L_20 = V_2; NullCheck(L_20); int64_t L_21 = ZipEntry_get_CompressedSize_m640242384(L_20, /*hidden argument*/NULL); if ((((int64_t)L_21) < ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_00b3; } } IL_00aa: { ZipOutputStream_WriteLeInt_m996044123(__this, (-1), /*hidden argument*/NULL); goto IL_00c0; } IL_00b3: { ZipEntry_t658048195 * L_22 = V_2; NullCheck(L_22); int64_t L_23 = ZipEntry_get_CompressedSize_m640242384(L_22, /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_m996044123(__this, (((int32_t)((int32_t)L_23))), /*hidden argument*/NULL); } IL_00c0: { ZipEntry_t658048195 * L_24 = V_2; NullCheck(L_24); bool L_25 = ZipEntry_IsZip64Forced_m447069621(L_24, /*hidden argument*/NULL); if (L_25) { goto IL_00d2; } } IL_00c8: { ZipEntry_t658048195 * L_26 = V_2; NullCheck(L_26); int64_t L_27 = ZipEntry_get_Size_m1225803338(L_26, /*hidden argument*/NULL); if ((((int64_t)L_27) < ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_00db; } } IL_00d2: { ZipOutputStream_WriteLeInt_m996044123(__this, (-1), /*hidden argument*/NULL); goto IL_00e8; } IL_00db: { ZipEntry_t658048195 * L_28 = V_2; NullCheck(L_28); int64_t L_29 = ZipEntry_get_Size_m1225803338(L_28, /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_m996044123(__this, (((int32_t)((int32_t)L_29))), /*hidden argument*/NULL); } IL_00e8: { ZipEntry_t658048195 * L_30 = V_2; NullCheck(L_30); int32_t L_31 = ZipEntry_get_Flags_m4217420756(L_30, /*hidden argument*/NULL); ZipEntry_t658048195 * L_32 = V_2; NullCheck(L_32); String_t* L_33 = ZipEntry_get_Name_m1624543186(L_32, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t3000827260_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_34 = ZipConstants_ConvertToArray_m1846057569(NULL /*static, unused*/, L_31, L_33, /*hidden argument*/NULL); V_3 = L_34; ByteU5BU5D_t4116647657* L_35 = V_3; NullCheck(L_35); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_35)->max_length))))) <= ((int32_t)((int32_t)65535)))) { goto IL_010f; } } IL_0104: { ZipException_t3735454771 * L_36 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_36, _stringLiteral2394235441, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36,ZipOutputStream_Finish_m257136296_RuntimeMethod_var); } IL_010f: { ZipEntry_t658048195 * L_37 = V_2; NullCheck(L_37); ByteU5BU5D_t4116647657* L_38 = ZipEntry_get_ExtraData_m4043853911(L_37, /*hidden argument*/NULL); ZipExtraData_t3545003289 * L_39 = (ZipExtraData_t3545003289 *)il2cpp_codegen_object_new(ZipExtraData_t3545003289_il2cpp_TypeInfo_var); ZipExtraData__ctor_m806670012(L_39, L_38, /*hidden argument*/NULL); V_4 = L_39; ZipEntry_t658048195 * L_40 = V_2; NullCheck(L_40); bool L_41 = ZipEntry_get_CentralHeaderRequiresZip64_m3702739162(L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_018a; } } IL_0124: { ZipExtraData_t3545003289 * L_42 = V_4; NullCheck(L_42); ZipExtraData_StartNewEntry_m940288835(L_42, /*hidden argument*/NULL); ZipEntry_t658048195 * L_43 = V_2; NullCheck(L_43); bool L_44 = ZipEntry_IsZip64Forced_m447069621(L_43, /*hidden argument*/NULL); if (L_44) { goto IL_013d; } } IL_0133: { ZipEntry_t658048195 * L_45 = V_2; NullCheck(L_45); int64_t L_46 = ZipEntry_get_Size_m1225803338(L_45, /*hidden argument*/NULL); if ((((int64_t)L_46) < ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_014a; } } IL_013d: { ZipExtraData_t3545003289 * L_47 = V_4; ZipEntry_t658048195 * L_48 = V_2; NullCheck(L_48); int64_t L_49 = ZipEntry_get_Size_m1225803338(L_48, /*hidden argument*/NULL); NullCheck(L_47); ZipExtraData_AddLeLong_m2903902788(L_47, L_49, /*hidden argument*/NULL); } IL_014a: { ZipEntry_t658048195 * L_50 = V_2; NullCheck(L_50); bool L_51 = ZipEntry_IsZip64Forced_m447069621(L_50, /*hidden argument*/NULL); if (L_51) { goto IL_015c; } } IL_0152: { ZipEntry_t658048195 * L_52 = V_2; NullCheck(L_52); int64_t L_53 = ZipEntry_get_CompressedSize_m640242384(L_52, /*hidden argument*/NULL); if ((((int64_t)L_53) < ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_0169; } } IL_015c: { ZipExtraData_t3545003289 * L_54 = V_4; ZipEntry_t658048195 * L_55 = V_2; NullCheck(L_55); int64_t L_56 = ZipEntry_get_CompressedSize_m640242384(L_55, /*hidden argument*/NULL); NullCheck(L_54); ZipExtraData_AddLeLong_m2903902788(L_54, L_56, /*hidden argument*/NULL); } IL_0169: { ZipEntry_t658048195 * L_57 = V_2; NullCheck(L_57); int64_t L_58 = ZipEntry_get_Offset_m559943012(L_57, /*hidden argument*/NULL); if ((((int64_t)L_58) < ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_0180; } } IL_0173: { ZipExtraData_t3545003289 * L_59 = V_4; ZipEntry_t658048195 * L_60 = V_2; NullCheck(L_60); int64_t L_61 = ZipEntry_get_Offset_m559943012(L_60, /*hidden argument*/NULL); NullCheck(L_59); ZipExtraData_AddLeLong_m2903902788(L_59, L_61, /*hidden argument*/NULL); } IL_0180: { ZipExtraData_t3545003289 * L_62 = V_4; NullCheck(L_62); ZipExtraData_AddNewEntry_m2918706673(L_62, 1, /*hidden argument*/NULL); goto IL_0193; } IL_018a: { ZipExtraData_t3545003289 * L_63 = V_4; NullCheck(L_63); ZipExtraData_Delete_m1786966142(L_63, 1, /*hidden argument*/NULL); } IL_0193: { ZipEntry_t658048195 * L_64 = V_2; NullCheck(L_64); int32_t L_65 = ZipEntry_get_AESKeySize_m4165772656(L_64, /*hidden argument*/NULL); if ((((int32_t)L_65) <= ((int32_t)0))) { goto IL_01a4; } } IL_019c: { ZipEntry_t658048195 * L_66 = V_2; ZipExtraData_t3545003289 * L_67 = V_4; ZipOutputStream_AddExtraDataAES_m4011999387(NULL /*static, unused*/, L_66, L_67, /*hidden argument*/NULL); } IL_01a4: { ZipExtraData_t3545003289 * L_68 = V_4; NullCheck(L_68); ByteU5BU5D_t4116647657* L_69 = ZipExtraData_GetEntryData_m3346744850(L_68, /*hidden argument*/NULL); V_5 = L_69; ZipEntry_t658048195 * L_70 = V_2; NullCheck(L_70); String_t* L_71 = ZipEntry_get_Comment_m19598141(L_70, /*hidden argument*/NULL); if (L_71) { goto IL_01bd; } } IL_01b5: { G_B32_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)0)); goto IL_01ce; } IL_01bd: { ZipEntry_t658048195 * L_72 = V_2; NullCheck(L_72); int32_t L_73 = ZipEntry_get_Flags_m4217420756(L_72, /*hidden argument*/NULL); ZipEntry_t658048195 * L_74 = V_2; NullCheck(L_74); String_t* L_75 = ZipEntry_get_Comment_m19598141(L_74, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t3000827260_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_76 = ZipConstants_ConvertToArray_m1846057569(NULL /*static, unused*/, L_73, L_75, /*hidden argument*/NULL); G_B32_0 = L_76; } IL_01ce: { V_6 = G_B32_0; ByteU5BU5D_t4116647657* L_77 = V_6; NullCheck(L_77); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_77)->max_length))))) <= ((int32_t)((int32_t)65535)))) { goto IL_01e6; } } IL_01db: { ZipException_t3735454771 * L_78 = (ZipException_t3735454771 *)il2cpp_codegen_object_new(ZipException_t3735454771_il2cpp_TypeInfo_var); ZipException__ctor_m3019046444(L_78, _stringLiteral3167844550, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_78,ZipOutputStream_Finish_m257136296_RuntimeMethod_var); } IL_01e6: { ByteU5BU5D_t4116647657* L_79 = V_3; NullCheck(L_79); ZipOutputStream_WriteLeShort_m2340829945(__this, (((int32_t)((int32_t)(((RuntimeArray *)L_79)->max_length)))), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_80 = V_5; NullCheck(L_80); ZipOutputStream_WriteLeShort_m2340829945(__this, (((int32_t)((int32_t)(((RuntimeArray *)L_80)->max_length)))), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_81 = V_6; NullCheck(L_81); ZipOutputStream_WriteLeShort_m2340829945(__this, (((int32_t)((int32_t)(((RuntimeArray *)L_81)->max_length)))), /*hidden argument*/NULL); ZipOutputStream_WriteLeShort_m2340829945(__this, 0, /*hidden argument*/NULL); ZipOutputStream_WriteLeShort_m2340829945(__this, 0, /*hidden argument*/NULL); ZipEntry_t658048195 * L_82 = V_2; NullCheck(L_82); int32_t L_83 = ZipEntry_get_ExternalFileAttributes_m202599059(L_82, /*hidden argument*/NULL); if ((((int32_t)L_83) == ((int32_t)(-1)))) { goto IL_0228; } } IL_021a: { ZipEntry_t658048195 * L_84 = V_2; NullCheck(L_84); int32_t L_85 = ZipEntry_get_ExternalFileAttributes_m202599059(L_84, /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_m996044123(__this, L_85, /*hidden argument*/NULL); goto IL_0241; } IL_0228: { ZipEntry_t658048195 * L_86 = V_2; NullCheck(L_86); bool L_87 = ZipEntry_get_IsDirectory_m396075616(L_86, /*hidden argument*/NULL); if (!L_87) { goto IL_023a; } } IL_0230: { ZipOutputStream_WriteLeInt_m996044123(__this, ((int32_t)16), /*hidden argument*/NULL); goto IL_0241; } IL_023a: { ZipOutputStream_WriteLeInt_m996044123(__this, 0, /*hidden argument*/NULL); } IL_0241: { ZipEntry_t658048195 * L_88 = V_2; NullCheck(L_88); int64_t L_89 = ZipEntry_get_Offset_m559943012(L_88, /*hidden argument*/NULL); if ((((int64_t)L_89) < ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_0254; } } IL_024b: { ZipOutputStream_WriteLeInt_m996044123(__this, (-1), /*hidden argument*/NULL); goto IL_0261; } IL_0254: { ZipEntry_t658048195 * L_90 = V_2; NullCheck(L_90); int64_t L_91 = ZipEntry_get_Offset_m559943012(L_90, /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_m996044123(__this, (((int32_t)((int32_t)L_91))), /*hidden argument*/NULL); } IL_0261: { ByteU5BU5D_t4116647657* L_92 = V_3; NullCheck(L_92); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_92)->max_length))))) <= ((int32_t)0))) { goto IL_0277; } } IL_0267: { Stream_t1273022909 * L_93 = ((DeflaterOutputStream_t939764091 *)__this)->get_baseOutputStream__7(); ByteU5BU5D_t4116647657* L_94 = V_3; ByteU5BU5D_t4116647657* L_95 = V_3; NullCheck(L_95); NullCheck(L_93); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_93, L_94, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_95)->max_length))))); } IL_0277: { ByteU5BU5D_t4116647657* L_96 = V_5; NullCheck(L_96); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_96)->max_length))))) <= ((int32_t)0))) { goto IL_0290; } } IL_027e: { Stream_t1273022909 * L_97 = ((DeflaterOutputStream_t939764091 *)__this)->get_baseOutputStream__7(); ByteU5BU5D_t4116647657* L_98 = V_5; ByteU5BU5D_t4116647657* L_99 = V_5; NullCheck(L_99); NullCheck(L_97); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_97, L_98, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_99)->max_length))))); } IL_0290: { ByteU5BU5D_t4116647657* L_100 = V_6; NullCheck(L_100); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_100)->max_length))))) <= ((int32_t)0))) { goto IL_02a9; } } IL_0297: { Stream_t1273022909 * L_101 = ((DeflaterOutputStream_t939764091 *)__this)->get_baseOutputStream__7(); ByteU5BU5D_t4116647657* L_102 = V_6; ByteU5BU5D_t4116647657* L_103 = V_6; NullCheck(L_103); NullCheck(L_101); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_101, L_102, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_103)->max_length))))); } IL_02a9: { int64_t L_104 = V_1; ByteU5BU5D_t4116647657* L_105 = V_3; NullCheck(L_105); ByteU5BU5D_t4116647657* L_106 = V_5; NullCheck(L_106); ByteU5BU5D_t4116647657* L_107 = V_6; NullCheck(L_107); V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_104, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)46), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_105)->max_length)))))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_106)->max_length)))))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_107)->max_length))))))))))); } IL_02bd: { RuntimeObject* L_108 = V_8; NullCheck(L_108); bool L_109 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_108); if (L_109) { goto IL_0039; } } IL_02c9: { IL2CPP_LEAVE(0x2E0, FINALLY_02cb); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_02cb; } FINALLY_02cb: { // begin finally (depth: 1) { RuntimeObject* L_110 = V_8; V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_110, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_111 = V_9; if (!L_111) { goto IL_02df; } } IL_02d8: { RuntimeObject* L_112 = V_9; NullCheck(L_112); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_112); } IL_02df: { IL2CPP_END_FINALLY(715) } } // end finally (depth: 1) IL2CPP_CLEANUP(715) { IL2CPP_JUMP_TBL(0x2E0, IL_02e0) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_02e0: { Stream_t1273022909 * L_113 = ((DeflaterOutputStream_t939764091 *)__this)->get_baseOutputStream__7(); ZipHelperStream_t633245716 * L_114 = (ZipHelperStream_t633245716 *)il2cpp_codegen_object_new(ZipHelperStream_t633245716_il2cpp_TypeInfo_var); ZipHelperStream__ctor_m1271816823(L_114, L_113, /*hidden argument*/NULL); V_7 = L_114; } IL_02ed: try { // begin try (depth: 1) ZipHelperStream_t633245716 * L_115 = V_7; int64_t L_116 = V_0; int64_t L_117 = V_1; int64_t L_118 = __this->get_offset_17(); ByteU5BU5D_t4116647657* L_119 = __this->get_zipComment_18(); NullCheck(L_115); ZipHelperStream_WriteEndOfCentralDirectory_m568948924(L_115, L_116, L_117, L_118, L_119, /*hidden argument*/NULL); IL2CPP_LEAVE(0x310, FINALLY_0304); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0304; } FINALLY_0304: { // begin finally (depth: 1) { ZipHelperStream_t633245716 * L_120 = V_7; if (!L_120) { goto IL_030f; } } IL_0308: { ZipHelperStream_t633245716 * L_121 = V_7; NullCheck(L_121); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_121); } IL_030f: { IL2CPP_END_FINALLY(772) } } // end finally (depth: 1) IL2CPP_CLEANUP(772) { IL2CPP_JUMP_TBL(0x310, IL_0310) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0310: { __this->set_entries_11((ArrayList_t2718874744 *)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif