diff --git a/src/CatPort Launcher/CartPort Laucher.sln b/src/CatPort Launcher/CartPort Laucher.sln
deleted file mode 100644
index 7d4ca8b..0000000
--- a/src/CatPort Launcher/CartPort Laucher.sln
+++ /dev/null
@@ -1,25 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 16
-VisualStudioVersion = 16.0.34407.143
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CartPort Laucher", "CartPort Laucher\CartPort Laucher.csproj", "{A2D7A225-828C-4603-B4E1-9D805F7B1B68}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {A2D7A225-828C-4603-B4E1-9D805F7B1B68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {A2D7A225-828C-4603-B4E1-9D805F7B1B68}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {A2D7A225-828C-4603-B4E1-9D805F7B1B68}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {A2D7A225-828C-4603-B4E1-9D805F7B1B68}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {9E7D9CBA-1FD1-43AC-B0FE-4DFE57CA7EE0}
- EndGlobalSection
-EndGlobal
diff --git a/src/CatPort Launcher/CartPort Laucher/App.config b/src/CatPort Launcher/CartPort Laucher/App.config
deleted file mode 100644
index 5754728..0000000
--- a/src/CatPort Launcher/CartPort Laucher/App.config
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/CartPort Laucher/CartPort Laucher.csproj b/src/CatPort Launcher/CartPort Laucher/CartPort Laucher.csproj
deleted file mode 100644
index fd6b82e..0000000
--- a/src/CatPort Launcher/CartPort Laucher/CartPort Laucher.csproj
+++ /dev/null
@@ -1,96 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- {A2D7A225-828C-4603-B4E1-9D805F7B1B68}
- WinExe
- CartPort_Laucher
- CartPort Laucher
- v4.7.2
- 512
- true
- true
-
-
- AnyCPU
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
-
-
- AnyCPU
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
-
-
- ajnw1-aevu2-001.ico
-
-
-
-
-
- ..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll
- True
- True
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Form
-
-
- Form1.cs
-
-
-
-
- Form1.cs
-
-
- ResXFileCodeGenerator
- Resources.Designer.cs
- Designer
-
-
- True
- Resources.resx
-
-
-
- SettingsSingleFileGenerator
- Settings.Designer.cs
-
-
- True
- Settings.settings
- True
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/CartPort Laucher/Form1.Designer.cs b/src/CatPort Launcher/CartPort Laucher/Form1.Designer.cs
deleted file mode 100644
index 60df550..0000000
--- a/src/CatPort Launcher/CartPort Laucher/Form1.Designer.cs
+++ /dev/null
@@ -1,56 +0,0 @@
-
-namespace CartPort_Laucher
-{
- partial class Form1
- {
-
- ///
- /// 設計工具所需的變數。
- ///
- private System.ComponentModel.IContainer components = null;
-
- ///
- /// 清除任何使用中的資源。
- ///
- /// 如果應該處置受控資源則為 true,否則為 false。
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows Form 設計工具產生的程式碼
-
- ///
- /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改
- /// 這個方法的內容。
- ///
- private void InitializeComponent()
- {
- this.SuspendLayout();
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(27, 23);
- this.ControlBox = false;
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "Form1";
- this.Opacity = 0.01D;
- this.ShowIcon = false;
- this.ShowInTaskbar = false;
- this.Load += new System.EventHandler(this.Form1_Load);
- this.ResumeLayout(false);
-
- }
-
- #endregion
- }
-}
-
diff --git a/src/CatPort Launcher/CartPort Laucher/Form1.cs b/src/CatPort Launcher/CartPort Laucher/Form1.cs
deleted file mode 100644
index d0fc5c9..0000000
--- a/src/CatPort Launcher/CartPort Laucher/Form1.cs
+++ /dev/null
@@ -1,101 +0,0 @@
-using System;
-using System.Diagnostics;
-using System.IO;
-using System.Net;
-using System.IO.Compression;
-using System.Net.NetworkInformation;
-using System.Threading.Tasks;
-using System.Windows.Forms;
-
-
-namespace CartPort_Laucher
-{
- public partial class Form1 : Form
- {
- public Form1()
- {
- InitializeComponent();
- }
-
- private async void Form1_Load(object sender, EventArgs e)
- {
- await DownLoad(sender, e);
- }
-
-
- public async Task DownLoad(object sender, EventArgs e)
- {
- // 指定要下載的檔案的 URL 和要保存的檔案名稱
- string downloadUrl = "https://github.com/Nickyangtpe/CatPort/files/14395861/CatPort.zip";
- string fileName = "cartport.zip";
- string downloadPath = @"C:\temp"; // 保存下載的檔案的路徑
- string extractPath = Path.Combine(downloadPath, "CartPort"); // 保存提取的檔案的路徑
-
- // 檢查以前是否已下載過檔案
- bool oldVersionExists = File.Exists(Path.Combine(downloadPath, fileName));
-
- if (!NetworkInterface.GetIsNetworkAvailable())
- {
- // 沒有網路連線
- MessageBox.Show("無法連線至網路。請檢查您的網路連線。", "錯誤", MessageBoxButtons.OK, MessageBoxIcon.Error);
- return;
- }
-
- // 創建 WebClient 實例來下載檔案
- using (WebClient client = new WebClient())
- {
- try
- {
- Console.WriteLine("正在下載檔案...");
- // 確保保存下載的檔案的目錄存在
- Directory.CreateDirectory(downloadPath);
- await client.DownloadFileTaskAsync(downloadUrl, Path.Combine(downloadPath, fileName));
- Console.WriteLine("檔案下載成功。");
-
- // 確保保存提取的檔案的目錄存在
- Directory.CreateDirectory(extractPath);
-
- // 提取下載的檔案
- Console.WriteLine("正在提取檔案...");
- using (ZipArchive archive = ZipFile.OpenRead(Path.Combine(downloadPath, fileName)))
- {
- foreach (ZipArchiveEntry entry in archive.Entries)
- {
- string entryFullPath = Path.Combine(extractPath, entry.FullName);
- // 確保已創建目錄結構
- Directory.CreateDirectory(Path.GetDirectoryName(entryFullPath));
- // 提取條目(檔案)
- entry.ExtractToFile(entryFullPath, true);
- }
- }
- Console.WriteLine("提取完成。");
-
- // 打開提取的資料夾
- Process.Start(extractPath + @"\CatPort");
- Close();
- }
- catch (Exception ex)
- {
- if (oldVersionExists)
- {
- // 詢問用戶是否要使用舊版本
- DialogResult result = MessageBox.Show("下載過程中發生錯誤。您要使用本地檔案嗎?", "錯誤", MessageBoxButtons.YesNo, MessageBoxIcon.Error);
- if (result == DialogResult.Yes)
- {
- // 使用本地檔案
- Console.WriteLine("使用舊版本...");
- // 打開提取的資料夾
- Process.Start("explorer.exe", extractPath);
- }
- }
- else
- {
- // 顯示錯誤訊息
- MessageBox.Show($"下載過程中發生錯誤:{ex.Message}", "錯誤", MessageBoxButtons.OK, MessageBoxIcon.Error);
- }
- }
- }
- }
-
- }
-}
diff --git a/src/CatPort Launcher/CartPort Laucher/Form1.resx b/src/CatPort Launcher/CartPort Laucher/Form1.resx
deleted file mode 100644
index 29dcb1b..0000000
--- a/src/CatPort Launcher/CartPort Laucher/Form1.resx
+++ /dev/null
@@ -1,120 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/CartPort Laucher/Program.cs b/src/CatPort Launcher/CartPort Laucher/Program.cs
deleted file mode 100644
index 339eb5a..0000000
--- a/src/CatPort Launcher/CartPort Laucher/Program.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Threading.Tasks;
-using System.Windows.Forms;
-
-namespace CartPort_Laucher
-{
- static class Program
- {
- ///
- /// 應用程式的主要進入點。
- ///
- [STAThread]
- static void Main()
- {
- Application.EnableVisualStyles();
- Application.SetCompatibleTextRenderingDefault(false);
- Application.Run(new Form1());
- }
- }
-}
diff --git a/src/CatPort Launcher/CartPort Laucher/Properties/AssemblyInfo.cs b/src/CatPort Launcher/CartPort Laucher/Properties/AssemblyInfo.cs
deleted file mode 100644
index ca33022..0000000
--- a/src/CatPort Launcher/CartPort Laucher/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-// 組件的一般資訊是由下列的屬性集控制。
-// 變更這些屬性的值即可修改組件的相關
-// 資訊。
-[assembly: AssemblyTitle("CartPort Laucher")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("HP Inc.")]
-[assembly: AssemblyProduct("CartPort Laucher")]
-[assembly: AssemblyCopyright("Copyright © HP Inc. 2024")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// 將 ComVisible 設為 false 可對 COM 元件隱藏
-// 組件中的類型。若必須從 COM 存取此組件中的類型,
-// 的類型,請在該類型上將 ComVisible 屬性設定為 true。
-[assembly: ComVisible(false)]
-
-// 下列 GUID 為專案公開 (Expose) 至 COM 時所要使用的 typelib ID
-[assembly: Guid("a2d7a225-828c-4603-b4e1-9d805f7b1b68")]
-
-// 組件的版本資訊由下列四個值所組成:
-//
-// 主要版本
-// 次要版本
-// 組建編號
-// 修訂編號
-//
-// 您可以指定所有的值,也可以使用 '*' 將組建和修訂編號
-// 設為預設,如下所示:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/src/CatPort Launcher/CartPort Laucher/Properties/Resources.Designer.cs b/src/CatPort Launcher/CartPort Laucher/Properties/Resources.Designer.cs
deleted file mode 100644
index de6db64..0000000
--- a/src/CatPort Launcher/CartPort Laucher/Properties/Resources.Designer.cs
+++ /dev/null
@@ -1,70 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 這段程式碼是由工具產生的。
-// 執行階段版本:4.0.30319.42000
-//
-// 變更這個檔案可能會導致不正確的行為,而且如果已重新產生
-// 程式碼,則會遺失變更。
-//
-//------------------------------------------------------------------------------
-
-
-namespace CartPort_Laucher.Properties
-{
- ///
- /// 用於查詢當地語系化字串等的強類型資源類別
- ///
- // 這個類別是自動產生的,是利用 StronglyTypedResourceBuilder
- // 類別透過 ResGen 或 Visual Studio 這類工具產生。
- // 若要加入或移除成員,請編輯您的 .ResX 檔,然後重新執行 ResGen
- // (利用 /str 選項),或重建您的 VS 專案。
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- internal class Resources
- {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources()
- {
- }
-
- ///
- /// 傳回這個類別使用的快取的 ResourceManager 執行個體。
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Resources.ResourceManager ResourceManager
- {
- get
- {
- if ((resourceMan == null))
- {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("CartPort_Laucher.Properties.Resources", typeof(Resources).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
- ///
- /// 覆寫目前執行緒的 CurrentUICulture 屬性,對象是所有
- /// 使用這個強類型資源類別的資源查閱。
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Globalization.CultureInfo Culture
- {
- get
- {
- return resourceCulture;
- }
- set
- {
- resourceCulture = value;
- }
- }
- }
-}
diff --git a/src/CatPort Launcher/CartPort Laucher/Properties/Resources.resx b/src/CatPort Launcher/CartPort Laucher/Properties/Resources.resx
deleted file mode 100644
index ffecec8..0000000
--- a/src/CatPort Launcher/CartPort Laucher/Properties/Resources.resx
+++ /dev/null
@@ -1,117 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/CartPort Laucher/Properties/Settings.Designer.cs b/src/CatPort Launcher/CartPort Laucher/Properties/Settings.Designer.cs
deleted file mode 100644
index 453980f..0000000
--- a/src/CatPort Launcher/CartPort Laucher/Properties/Settings.Designer.cs
+++ /dev/null
@@ -1,29 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-
-namespace CartPort_Laucher.Properties
-{
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
- internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
- {
-
- private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
-
- public static Settings Default
- {
- get
- {
- return defaultInstance;
- }
- }
- }
-}
diff --git a/src/CatPort Launcher/CartPort Laucher/Properties/Settings.settings b/src/CatPort Launcher/CartPort Laucher/Properties/Settings.settings
deleted file mode 100644
index abf36c5..0000000
--- a/src/CatPort Launcher/CartPort Laucher/Properties/Settings.settings
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/src/CatPort Launcher/CartPort Laucher/ajnw1-aevu2-001.ico b/src/CatPort Launcher/CartPort Laucher/ajnw1-aevu2-001.ico
deleted file mode 100644
index 9b04ba9..0000000
Binary files a/src/CatPort Launcher/CartPort Laucher/ajnw1-aevu2-001.ico and /dev/null differ
diff --git a/src/CatPort Launcher/CartPort Laucher/bin/Debug/CartPort Laucher.exe b/src/CatPort Launcher/CartPort Laucher/bin/Debug/CartPort Laucher.exe
deleted file mode 100644
index 7d4c27e..0000000
Binary files a/src/CatPort Launcher/CartPort Laucher/bin/Debug/CartPort Laucher.exe and /dev/null differ
diff --git a/src/CatPort Launcher/CartPort Laucher/bin/Debug/CartPort Laucher.exe.config b/src/CatPort Launcher/CartPort Laucher/bin/Debug/CartPort Laucher.exe.config
deleted file mode 100644
index 5754728..0000000
--- a/src/CatPort Launcher/CartPort Laucher/bin/Debug/CartPort Laucher.exe.config
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/CartPort Laucher/bin/Debug/CartPort Laucher.pdb b/src/CatPort Launcher/CartPort Laucher/bin/Debug/CartPort Laucher.pdb
deleted file mode 100644
index c585ca2..0000000
Binary files a/src/CatPort Launcher/CartPort Laucher/bin/Debug/CartPort Laucher.pdb and /dev/null differ
diff --git a/src/CatPort Launcher/CartPort Laucher/obj/Debug/CartPort Laucher.csproj.AssemblyReference.cache b/src/CatPort Launcher/CartPort Laucher/obj/Debug/CartPort Laucher.csproj.AssemblyReference.cache
deleted file mode 100644
index f5e894a..0000000
Binary files a/src/CatPort Launcher/CartPort Laucher/obj/Debug/CartPort Laucher.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/src/CatPort Launcher/CartPort Laucher/obj/Debug/CartPort Laucher.csproj.CoreCompileInputs.cache b/src/CatPort Launcher/CartPort Laucher/obj/Debug/CartPort Laucher.csproj.CoreCompileInputs.cache
deleted file mode 100644
index dd9f12b..0000000
--- a/src/CatPort Launcher/CartPort Laucher/obj/Debug/CartPort Laucher.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-858dae1f1d55bebf94f300b3c456bd8f68a85a98
diff --git a/src/CatPort Launcher/CartPort Laucher/obj/Debug/CartPort Laucher.csproj.FileListAbsolute.txt b/src/CatPort Launcher/CartPort Laucher/obj/Debug/CartPort Laucher.csproj.FileListAbsolute.txt
deleted file mode 100644
index 1c1fa70..0000000
--- a/src/CatPort Launcher/CartPort Laucher/obj/Debug/CartPort Laucher.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-C:\Users\nick yang2\source\repos\CartPort Laucher\CartPort Laucher\obj\Debug\CartPort Laucher.csproj.AssemblyReference.cache
-C:\Users\nick yang2\source\repos\CartPort Laucher\CartPort Laucher\obj\Debug\CartPort_Laucher.Properties.Resources.resources
-C:\Users\nick yang2\source\repos\CartPort Laucher\CartPort Laucher\obj\Debug\CartPort Laucher.csproj.GenerateResource.cache
-C:\Users\nick yang2\source\repos\CartPort Laucher\CartPort Laucher\obj\Debug\CartPort Laucher.csproj.CoreCompileInputs.cache
-C:\Users\nick yang2\source\repos\CartPort Laucher\CartPort Laucher\obj\Debug\CartPort_Laucher.Form1.resources
-C:\Users\nick yang2\source\repos\CartPort Laucher\CartPort Laucher\bin\Debug\CartPort Laucher.exe.config
-C:\Users\nick yang2\source\repos\CartPort Laucher\CartPort Laucher\bin\Debug\CartPort Laucher.exe
-C:\Users\nick yang2\source\repos\CartPort Laucher\CartPort Laucher\bin\Debug\CartPort Laucher.pdb
-C:\Users\nick yang2\source\repos\CartPort Laucher\CartPort Laucher\obj\Debug\CartPort Laucher.exe
-C:\Users\nick yang2\source\repos\CartPort Laucher\CartPort Laucher\obj\Debug\CartPort Laucher.pdb
diff --git a/src/CatPort Launcher/CartPort Laucher/obj/Debug/CartPort Laucher.csproj.GenerateResource.cache b/src/CatPort Launcher/CartPort Laucher/obj/Debug/CartPort Laucher.csproj.GenerateResource.cache
deleted file mode 100644
index 6372a31..0000000
Binary files a/src/CatPort Launcher/CartPort Laucher/obj/Debug/CartPort Laucher.csproj.GenerateResource.cache and /dev/null differ
diff --git a/src/CatPort Launcher/CartPort Laucher/obj/Debug/CartPort Laucher.exe b/src/CatPort Launcher/CartPort Laucher/obj/Debug/CartPort Laucher.exe
deleted file mode 100644
index 7d4c27e..0000000
Binary files a/src/CatPort Launcher/CartPort Laucher/obj/Debug/CartPort Laucher.exe and /dev/null differ
diff --git a/src/CatPort Launcher/CartPort Laucher/obj/Debug/CartPort Laucher.pdb b/src/CatPort Launcher/CartPort Laucher/obj/Debug/CartPort Laucher.pdb
deleted file mode 100644
index c585ca2..0000000
Binary files a/src/CatPort Launcher/CartPort Laucher/obj/Debug/CartPort Laucher.pdb and /dev/null differ
diff --git a/src/CatPort Launcher/CartPort Laucher/obj/Debug/CartPort_Laucher.Form1.resources b/src/CatPort Launcher/CartPort Laucher/obj/Debug/CartPort_Laucher.Form1.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/src/CatPort Launcher/CartPort Laucher/obj/Debug/CartPort_Laucher.Form1.resources and /dev/null differ
diff --git a/src/CatPort Launcher/CartPort Laucher/obj/Debug/CartPort_Laucher.Properties.Resources.resources b/src/CatPort Launcher/CartPort Laucher/obj/Debug/CartPort_Laucher.Properties.Resources.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/src/CatPort Launcher/CartPort Laucher/obj/Debug/CartPort_Laucher.Properties.Resources.resources and /dev/null differ
diff --git a/src/CatPort Launcher/CartPort Laucher/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/src/CatPort Launcher/CartPort Laucher/obj/Debug/DesignTimeResolveAssemblyReferences.cache
deleted file mode 100644
index f7baf5e..0000000
Binary files a/src/CatPort Launcher/CartPort Laucher/obj/Debug/DesignTimeResolveAssemblyReferences.cache and /dev/null differ
diff --git a/src/CatPort Launcher/CartPort Laucher/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/src/CatPort Launcher/CartPort Laucher/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
deleted file mode 100644
index ca6e649..0000000
Binary files a/src/CatPort Launcher/CartPort Laucher/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ
diff --git a/src/CatPort Launcher/CartPort Laucher/packages.config b/src/CatPort Launcher/CartPort Laucher/packages.config
deleted file mode 100644
index ee3ec9f..0000000
--- a/src/CatPort Launcher/CartPort Laucher/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/System.IO.Compression.4.3.0.nupkg b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/System.IO.Compression.4.3.0.nupkg
deleted file mode 100644
index 708ca65..0000000
Binary files a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/System.IO.Compression.4.3.0.nupkg and /dev/null differ
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ThirdPartyNotices.txt b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ThirdPartyNotices.txt
deleted file mode 100644
index 3da4f19..0000000
--- a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ThirdPartyNotices.txt
+++ /dev/null
@@ -1,31 +0,0 @@
-This Microsoft .NET Library may incorporate components from the projects listed
-below. Microsoft licenses these components under the Microsoft .NET Library
-software license terms. The original copyright notices and the licenses under
-which Microsoft received such components are set forth below for informational
-purposes only. Microsoft reserves all rights not expressly granted herein,
-whether by implication, estoppel or otherwise.
-
-1. .NET Core (https://github.com/dotnet/core/)
-
-.NET Core
-Copyright (c) .NET Foundation and Contributors
-
-The MIT License (MIT)
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
\ No newline at end of file
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/dotnet_library_license.txt b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/dotnet_library_license.txt
deleted file mode 100644
index c9a54fc..0000000
--- a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/dotnet_library_license.txt
+++ /dev/null
@@ -1,128 +0,0 @@
-
-MICROSOFT SOFTWARE LICENSE TERMS
-
-
-MICROSOFT .NET LIBRARY
-
-These license terms are an agreement between Microsoft Corporation (or based on where you live, one of its affiliates) and you. Please read them. They apply to the software named above, which includes the media on which you received it, if any. The terms also apply to any Microsoft
-
-· updates,
-
-· supplements,
-
-· Internet-based services, and
-
-· support services
-
-for this software, unless other terms accompany those items. If so, those terms apply.
-
-BY USING THE SOFTWARE, YOU ACCEPT THESE TERMS. IF YOU DO NOT ACCEPT THEM, DO NOT USE THE SOFTWARE.
-
-
-IF YOU COMPLY WITH THESE LICENSE TERMS, YOU HAVE THE PERPETUAL RIGHTS BELOW.
-
-1. INSTALLATION AND USE RIGHTS.
-
-a. Installation and Use. You may install and use any number of copies of the software to design, develop and test your programs.
-
-b. Third Party Programs. The software may include third party programs that Microsoft, not the third party, licenses to you under this agreement. Notices, if any, for the third party program are included for your information only.
-
-2. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS.
-
-a. DISTRIBUTABLE CODE. The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in programs you develop if you comply with the terms below.
-
-i. Right to Use and Distribute.
-
-· You may copy and distribute the object code form of the software.
-
-· Third Party Distribution. You may permit distributors of your programs to copy and distribute the Distributable Code as part of those programs.
-
-ii. Distribution Requirements. For any Distributable Code you distribute, you must
-
-· add significant primary functionality to it in your programs;
-
-· require distributors and external end users to agree to terms that protect it at least as much as this agreement;
-
-· display your valid copyright notice on your programs; and
-
-· indemnify, defend, and hold harmless Microsoft from any claims, including attorneys’ fees, related to the distribution or use of your programs.
-
-iii. Distribution Restrictions. You may not
-
-· alter any copyright, trademark or patent notice in the Distributable Code;
-
-· use Microsoft’s trademarks in your programs’ names or in a way that suggests your programs come from or are endorsed by Microsoft;
-
-· include Distributable Code in malicious, deceptive or unlawful programs; or
-
-· modify or distribute the source code of any Distributable Code so that any part of it becomes subject to an Excluded License. An Excluded License is one that requires, as a condition of use, modification or distribution, that
-
-· the code be disclosed or distributed in source code form; or
-
-· others have the right to modify it.
-
-3. SCOPE OF LICENSE. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other rights. Unless applicable law gives you more rights despite this limitation, you may use the software only as expressly permitted in this agreement. In doing so, you must comply with any technical limitations in the software that only allow you to use it in certain ways. You may not
-
-· work around any technical limitations in the software;
-
-· reverse engineer, decompile or disassemble the software, except and only to the extent that applicable law expressly permits, despite this limitation;
-
-· publish the software for others to copy;
-
-· rent, lease or lend the software;
-
-· transfer the software or this agreement to any third party; or
-
-· use the software for commercial software hosting services.
-
-4. BACKUP COPY. You may make one backup copy of the software. You may use it only to reinstall the software.
-
-5. DOCUMENTATION. Any person that has valid access to your computer or internal network may copy and use the documentation for your internal, reference purposes.
-
-6. EXPORT RESTRICTIONS. The software is subject to United States export laws and regulations. You must comply with all domestic and international export laws and regulations that apply to the software. These laws include restrictions on destinations, end users and end use. For additional information, see www.microsoft.com/exporting.
-
-7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it.
-
-8. ENTIRE AGREEMENT. This agreement, and the terms for supplements, updates, Internet-based services and support services that you use, are the entire agreement for the software and support services.
-
-9. APPLICABLE LAW.
-
-a. United States. If you acquired the software in the United States, Washington state law governs the interpretation of this agreement and applies to claims for breach of it, regardless of conflict of laws principles. The laws of the state where you live govern all other claims, including claims under state consumer protection laws, unfair competition laws, and in tort.
-
-b. Outside the United States. If you acquired the software in any other country, the laws of that country apply.
-
-10. LEGAL EFFECT. This agreement describes certain legal rights. You may have other rights under the laws of your country. You may also have rights with respect to the party from whom you acquired the software. This agreement does not change your rights under the laws of your country if the laws of your country do not permit it to do so.
-
-11. DISCLAIMER OF WARRANTY. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. YOU MAY HAVE ADDITIONAL CONSUMER RIGHTS OR STATUTORY GUARANTEES UNDER YOUR LOCAL LAWS WHICH THIS AGREEMENT CANNOT CHANGE. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
-
-FOR AUSTRALIA – YOU HAVE STATUTORY GUARANTEES UNDER THE AUSTRALIAN CONSUMER LAW AND NOTHING IN THESE TERMS IS INTENDED TO AFFECT THOSE RIGHTS.
-
-12. LIMITATION ON AND EXCLUSION OF REMEDIES AND DAMAGES. YOU CAN RECOVER FROM MICROSOFT AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S. $5.00. YOU CANNOT RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST PROFITS, SPECIAL, INDIRECT OR INCIDENTAL DAMAGES.
-
-This limitation applies to
-
-· anything related to the software, services, content (including code) on third party Internet sites, or third party programs; and
-
-· claims for breach of contract, breach of warranty, guarantee or condition, strict liability, negligence, or other tort to the extent permitted by applicable law.
-
-It also applies even if Microsoft knew or should have known about the possibility of the damages. The above limitation or exclusion may not apply to you because your country may not allow the exclusion or limitation of incidental, consequential or other damages.
-
-Please note: As this software is distributed in Quebec, Canada, some of the clauses in this agreement are provided below in French.
-
-Remarque : Ce logiciel étant distribué au Québec, Canada, certaines des clauses dans ce contrat sont fournies ci-dessous en français.
-
-EXONÉRATION DE GARANTIE. Le logiciel visé par une licence est offert « tel quel ». Toute utilisation de ce logiciel est à votre seule risque et péril. Microsoft n’accorde aucune autre garantie expresse. Vous pouvez bénéficier de droits additionnels en vertu du droit local sur la protection des consommateurs, que ce contrat ne peut modifier. La ou elles sont permises par le droit locale, les garanties implicites de qualité marchande, d’adéquation à un usage particulier et d’absence de contrefaçon sont exclues.
-
-LIMITATION DES DOMMAGES-INTÉRÊTS ET EXCLUSION DE RESPONSABILITÉ POUR LES DOMMAGES. Vous pouvez obtenir de Microsoft et de ses fournisseurs une indemnisation en cas de dommages directs uniquement à hauteur de 5,00 $ US. Vous ne pouvez prétendre à aucune indemnisation pour les autres dommages, y compris les dommages spéciaux, indirects ou accessoires et pertes de bénéfices.
-
-Cette limitation concerne :
-
-· tout ce qui est relié au logiciel, aux services ou au contenu (y compris le code) figurant sur des sites Internet tiers ou dans des programmes tiers ; et
-
-· les réclamations au titre de violation de contrat ou de garantie, ou au titre de responsabilité stricte, de négligence ou d’une autre faute dans la limite autorisée par la loi en vigueur.
-
-Elle s’applique également, même si Microsoft connaissait ou devrait connaître l’éventualité d’un tel dommage. Si votre pays n’autorise pas l’exclusion ou la limitation de responsabilité pour les dommages indirects, accessoires ou de quelque nature que ce soit, il se peut que la limitation ou l’exclusion ci-dessus ne s’appliquera pas à votre égard.
-
-EFFET JURIDIQUE. Le présent contrat décrit certains droits juridiques. Vous pourriez avoir d’autres droits prévus par les lois de votre pays. Le présent contrat ne modifie pas les droits que vous confèrent les lois de votre pays si celles-ci ne le permettent pas.
-
-
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/lib/MonoAndroid10/_._ b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/lib/MonoAndroid10/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/lib/MonoTouch10/_._ b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/lib/MonoTouch10/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/lib/net45/_._ b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/lib/net45/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/lib/net46/System.IO.Compression.dll b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/lib/net46/System.IO.Compression.dll
deleted file mode 100644
index f8468a6..0000000
Binary files a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/lib/net46/System.IO.Compression.dll and /dev/null differ
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/lib/portable-net45+win8+wpa81/_._ b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/lib/portable-net45+win8+wpa81/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/lib/win8/_._ b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/lib/win8/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/lib/wpa81/_._ b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/lib/wpa81/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/lib/xamarinios10/_._ b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/lib/xamarinios10/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/lib/xamarinmac20/_._ b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/lib/xamarinmac20/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/lib/xamarintvos10/_._ b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/lib/xamarintvos10/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/lib/xamarinwatchos10/_._ b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/lib/xamarinwatchos10/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/MonoAndroid10/_._ b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/MonoAndroid10/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/MonoTouch10/_._ b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/MonoTouch10/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/net45/_._ b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/net45/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/net46/System.IO.Compression.dll b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/net46/System.IO.Compression.dll
deleted file mode 100644
index f8468a6..0000000
Binary files a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/net46/System.IO.Compression.dll and /dev/null differ
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/System.IO.Compression.dll b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/System.IO.Compression.dll
deleted file mode 100644
index 6de132f..0000000
Binary files a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/System.IO.Compression.dll and /dev/null differ
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/System.IO.Compression.xml b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/System.IO.Compression.xml
deleted file mode 100644
index 8d194f6..0000000
--- a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/System.IO.Compression.xml
+++ /dev/null
@@ -1,430 +0,0 @@
-
-
-
- System.IO.Compression
-
-
-
- Specifies values that indicate whether a compression operation emphasizes speed or compression size.
-
-
- The compression operation should complete as quickly as possible, even if the resulting file is not optimally compressed.
-
-
- No compression should be performed on the file.
-
-
- The compression operation should be optimally compressed, even if the operation takes a longer time to complete.
-
-
- Specifies whether to compress or decompress the underlying stream.
-
-
- Compresses the underlying stream.
-
-
- Decompresses the underlying stream.
-
-
- Provides methods and properties for compressing and decompressing streams by using the Deflate algorithm.
-
-
- Initializes a new instance of the class by using the specified stream and compression level.
- The stream to compress.
- One of the enumeration values that indicates whether to emphasize speed or compression efficiency when compressing the stream.
-
- is null.
- The stream does not support write operations such as compression. (The property on the stream object is false.)
-
-
- Initializes a new instance of the class by using the specified stream and compression level, and optionally leaves the stream open.
- The stream to compress.
- One of the enumeration values that indicates whether to emphasize speed or compression efficiency when compressing the stream.
- true to leave the stream object open after disposing the object; otherwise, false.
-
- is null.
- The stream does not support write operations such as compression. (The property on the stream object is false.)
-
-
- Initializes a new instance of the class by using the specified stream and compression mode.
- The stream to compress or decompress.
- One of the enumeration values that indicates whether to compress or decompress the stream.
-
- is null.
-
- is not a valid value.-or- is and is false.-or- is and is false.
-
-
- Initializes a new instance of the class by using the specified stream and compression mode, and optionally leaves the stream open.
- The stream to compress or decompress.
- One of the enumeration values that indicates whether to compress or decompress the stream.
- true to leave the stream open after disposing the object; otherwise, false.
-
- is null.
-
- is not a valid value.-or- is and is false.-or- is and is false.
-
-
- Gets a reference to the underlying stream.
- A stream object that represents the underlying stream.
- The underlying stream is closed.
-
-
- Gets a value indicating whether the stream supports reading while decompressing a file.
- true if the value is Decompress, and the underlying stream is opened and supports reading; otherwise, false.
-
-
- Gets a value indicating whether the stream supports seeking.
- false in all cases.
-
-
- Gets a value indicating whether the stream supports writing.
- true if the value is Compress, and the underlying stream supports writing and is not closed; otherwise, false.
-
-
- Releases the unmanaged resources used by the and optionally releases the managed resources.
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
- The current implementation of this method has no functionality.
- The stream is closed.
-
-
-
-
-
- This property is not supported and always throws a .
- A long value.
- This property is not supported on this stream.
-
-
-
-
-
- This property is not supported and always throws a .
- A long value.
- This property is not supported on this stream.
-
-
-
-
-
- Reads a number of decompressed bytes into the specified byte array.
- The number of bytes that were read into the byte array.
- The array to store decompressed bytes.
- The byte offset in at which the read bytes will be placed.
- The maximum number of decompressed bytes to read.
-
- is null.
- The value was Compress when the object was created.- or - The underlying stream does not support reading.
-
- or is less than zero.-or- length minus the index starting point is less than .
- The data is in an invalid format.
- The stream is closed.
-
-
- This operation is not supported and always throws a .
- A long value.
- The location in the stream.
- One of the values.
- This property is not supported on this stream.
-
-
- This operation is not supported and always throws a .
- The length of the stream.
- This property is not supported on this stream.
-
-
- Writes compressed bytes to the underlying stream from the specified byte array.
- The buffer that contains the data to compress.
- The byte offset in from which the bytes will be read.
- The maximum number of bytes to write.
-
-
- Provides methods and properties used to compress and decompress streams.
-
-
- Initializes a new instance of the class by using the specified stream and compression level.
- The stream to write the compressed data to.
- One of the enumeration values that indicates whether to emphasize speed or compression efficiency when compressing the stream.
-
- is null.
- The stream does not support write operations such as compression. (The property on the stream object is false.)
-
-
- Initializes a new instance of the class by using the specified stream and compression level, and optionally leaves the stream open.
- The stream to write the compressed data to.
- One of the enumeration values that indicates whether to emphasize speed or compression efficiency when compressing the stream.
- true to leave the stream object open after disposing the object; otherwise, false.
-
- is null.
- The stream does not support write operations such as compression. (The property on the stream object is false.)
-
-
- Initializes a new instance of the class by using the specified stream and compression mode.
- The stream the compressed or decompressed data is written to.
- One of the enumeration values that indicates whether to compress or decompress the stream.
-
- is null.
-
- is not a valid enumeration value.-or- is and is false.-or- is and is false.
-
-
- Initializes a new instance of the class by using the specified stream and compression mode, and optionally leaves the stream open.
- The stream the compressed or decompressed data is written to.
- One of the enumeration values that indicates whether to compress or decompress the stream.
- true to leave the stream open after disposing the object; otherwise, false.
-
- is null.
-
- is not a valid value.-or- is and is false.-or- is and is false.
-
-
- Gets a reference to the underlying stream.
- A stream object that represents the underlying stream.
- The underlying stream is closed.
-
-
-
-
-
- Gets a value indicating whether the stream supports reading while decompressing a file.
- true if the value is Decompress, and the underlying stream supports reading and is not closed; otherwise, false.
-
-
-
-
-
- Gets a value indicating whether the stream supports seeking.
- false in all cases.
-
-
- Gets a value indicating whether the stream supports writing.
- true if the value is Compress, and the underlying stream supports writing and is not closed; otherwise, false.
-
-
-
-
-
- Releases the unmanaged resources used by the and optionally releases the managed resources.
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
- The current implementation of this method has no functionality.
- The stream is closed.
-
-
-
-
-
- This property is not supported and always throws a .
- A long value.
- This property is not supported on this stream.
-
-
-
-
-
- This property is not supported and always throws a .
- A long value.
- This property is not supported on this stream.
-
-
-
-
-
- Reads a number of decompressed bytes into the specified byte array.
- The number of bytes that were decompressed into the byte array. If the end of the stream has been reached, zero or the number of bytes read is returned.
- The array used to store decompressed bytes.
- The byte offset in at which the read bytes will be placed.
- The maximum number of decompressed bytes to read.
-
- is null.
- The value was Compress when the object was created.- or -The underlying stream does not support reading.
-
- or is less than zero.-or- length minus the index starting point is less than .
- The data is in an invalid format.
- The stream is closed.
-
-
- This property is not supported and always throws a .
- A long value.
- The location in the stream.
- One of the values.
- This property is not supported on this stream.
-
-
- This property is not supported and always throws a .
- The length of the stream.
- This property is not supported on this stream.
-
-
- Writes compressed bytes to the underlying stream from the specified byte array.
- The buffer that contains the data to compress.
- The byte offset in from which the bytes will be read.
- The maximum number of bytes to write.
- The write operation cannot be performed because the stream is closed.
-
-
- Represents a package of compressed files in the zip archive format.
-
-
- Initializes a new instance of the class from the specified stream.
- The stream that contains the archive to be read.
- The stream is already closed or does not support reading.
-
- is null.
- The contents of the stream are not in the zip archive format.
-
-
- Initializes a new instance of the class from the specified stream and with the specified mode.
- The input or output stream.
- One of the enumeration values that indicates whether the zip archive is used to read, create, or update entries.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Initializes a new instance of the class on the specified stream for the specified mode, and optionally leaves the stream open.
- The input or output stream.
- One of the enumeration values that indicates whether the zip archive is used to read, create, or update entries.
- true to leave the stream open after the object is disposed; otherwise, false.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Initializes a new instance of the class on the specified stream for the specified mode, uses the specified encoding for entry names, and optionally leaves the stream open.
- The input or output stream.
- One of the enumeration values that indicates whether the zip archive is used to read, create, or update entries.
- true to leave the stream open after the object is disposed; otherwise, false.
- The encoding to use when reading or writing entry names in this archive. Specify a value for this parameter only when an encoding is required for interoperability with zip archive tools and libraries that do not support UTF-8 encoding for entry names.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Creates an empty entry that has the specified path and entry name in the zip archive.
- An empty entry in the zip archive.
- A path, relative to the root of the archive, that specifies the name of the entry to be created.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Creates an empty entry that has the specified entry name and compression level in the zip archive.
- An empty entry in the zip archive.
- A path, relative to the root of the archive, that specifies the name of the entry to be created.
- One of the enumeration values that indicates whether to emphasize speed or compression effectiveness when creating the entry.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Releases the resources used by the current instance of the class.
-
-
- Called by the and methods to release the unmanaged resources used by the current instance of the class, and optionally finishes writing the archive and releases the managed resources.
- true to finish writing the archive and release unmanaged and managed resources; false to release only unmanaged resources.
-
-
- Gets the collection of entries that are currently in the zip archive.
- The collection of entries that are currently in the zip archive.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Retrieves a wrapper for the specified entry in the zip archive.
- A wrapper for the specified entry in the archive; null if the entry does not exist in the archive.
- A path, relative to the root of the archive, that identifies the entry to retrieve.
-
- is .
-
- is null.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Gets a value that describes the type of action the zip archive can perform on entries.
- One of the enumeration values that describes the type of action (read, create, or update) the zip archive can perform on entries.
-
-
- Represents a compressed file within a zip archive.
-
-
- Gets the zip archive that the entry belongs to.
- The zip archive that the entry belongs to, or null if the entry has been deleted.
-
-
- Gets the compressed size of the entry in the zip archive.
- The compressed size of the entry in the zip archive.
- The value of the property is not available because the entry has been modified.
-
-
- Deletes the entry from the zip archive.
- The entry is already open for reading or writing.
- The zip archive for this entry was opened in a mode other than .
- The zip archive for this entry has been disposed.
-
-
- Gets the relative path of the entry in the zip archive.
- The relative path of the entry in the zip archive.
-
-
- Gets or sets the last time the entry in the zip archive was changed.
- The last time the entry in the zip archive was changed.
- The attempt to set this property failed, because the zip archive for the entry is in mode.
- The archive mode is set to .- or -The archive mode is set to and the entry has been opened.
- An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (one second before midnight).
-
-
- Gets the uncompressed size of the entry in the zip archive.
- The uncompressed size of the entry in the zip archive.
- The value of the property is not available because the entry has been modified.
-
-
- Gets the file name of the entry in the zip archive.
- The file name of the entry in the zip archive.
-
-
- Opens the entry from the zip archive.
- The stream that represents the contents of the entry.
- The entry is already currently open for writing.-or-The entry has been deleted from the archive.-or-The archive for this entry was opened with the mode, and this entry has already been written to.
- The entry is either missing from the archive or is corrupt and cannot be read. -or-The entry has been compressed by using a compression method that is not supported.
- The zip archive for this entry has been disposed.
-
-
- Retrieves the relative path of the entry in the zip archive.
- The relative path of the entry, which is the value stored in the property.
-
-
- Specifies values for interacting with zip archive entries.
-
-
- Only creating new archive entries is permitted.
-
-
- Only reading archive entries is permitted.
-
-
- Both read and write operations are permitted for archive entries.
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/de/System.IO.Compression.xml b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/de/System.IO.Compression.xml
deleted file mode 100644
index e7d6bfc..0000000
--- a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/de/System.IO.Compression.xml
+++ /dev/null
@@ -1,430 +0,0 @@
-
-
-
- System.IO.Compression
-
-
-
- Gibt Werte an, die angeben, ob ein Komprimierungsvorgang die Geschwindigkeit oder den Komprimierungsumfang hervorhebt.
-
-
- Der Komprimierungsvorgang soll so schnell wie möglich beendet werden, auch wenn die resultierende Datei nicht optimal komprimiert wird.
-
-
- Bei der Datei sollte keine Komprimierung erfolgen.
-
-
- Der Komprimierungsvorgang soll optimal ausgeführt werden, auch wenn der Vorgang eine längere Zeit in Anspruch nimmt.
-
-
- Gibt an, ob der zugrunde liegende Stream komprimiert oder dekomprimiert werden soll.
-
-
- Komprimiert den zugrunde liegenden Stream.
-
-
- Dekomprimiert den zugrunde liegenden Stream.
-
-
- Stellt Methoden und Eigenschaften zum Komprimieren und Dekomprimieren von Streams mithilfe des Deflate-Algorithmus bereit.
-
-
- Initialisiert eine neue Instanz der -Klasse mithilfe des angegebenen Stream- und Komprimierungsgrads.
- Der zu komprimierende Stream.
- Einer der Enumerationswerte, der angibt, ob die Geschwindigkeit oder Komprimierungsleistungsfähigkeit priorisiert wird, wenn der Stream komprimiert wird.
-
- ist null.
- Der Stream unterstützt keine Schreibvorgänge wie die Komprimierung.(Die -Eigenschaft für das Streamobjekt ist false).
-
-
- Initialisiert eine neue Instanz der -Klasse unter Verwendung des angegebenen Streams und der Komprimierungsebene und lässt den Stream optional geöffnet.
- Der zu komprimierende Stream.
- Einer der Enumerationswerte, der angibt, ob die Geschwindigkeit oder Komprimierungsleistungsfähigkeit priorisiert wird, wenn der Stream komprimiert wird.
- true, um das Streamobjekt offen zu lassen, nachdem das -Objekt freigegeben wurde, andernfalls false.
-
- ist null.
- Der Stream unterstützt keine Schreibvorgänge wie die Komprimierung.(Die -Eigenschaft für das Streamobjekt ist false).
-
-
- Initialisiert eine neue Instanz der -Klasse mithilfe des angegebenen Stream- und Komprimierungsmodus.
- Der zu komprimierende oder zu dekomprimierende Stream.
- Einer der Enumerationswerte, der angibt, ob der Stream gelesen oder geschrieben wird.
-
- ist null.
-
- ist kein gültiger -Wert.- oder - ist und ist false.- oder - ist und ist false.
-
-
- Initialisiert eine neue Instanz der -Klasse unter Verwendung des angegebenen Streams und des Komprimierungsmodus und lässt den Stream optional geöffnet.
- Der zu komprimierende oder zu dekomprimierende Stream.
- Einer der Enumerationswerte, der angibt, ob der Stream gelesen oder geschrieben wird.
- true, um den Stream offen zu lassen, nachdem das -Objekt freigegeben wurde, andernfalls false.
-
- ist null.
-
- ist kein gültiger -Wert.- oder - ist und ist false.- oder - ist und ist false.
-
-
- Ruft einen Verweis auf den zugrunde liegenden Stream ab.
- Ein Streamobjekt, das den zugrunde liegenden Stream darstellt.
- Der zugrunde liegende Stream ist geschlossen.
-
-
- Ruft einen Wert ab, der angibt, ob der Stream Lesevorgänge unterstützt, während eine Datei dekomprimiert wird.
- true, wenn der -Wert Decompress ist und der zugrunde liegende Stream geöffnet ist und Lesevorgänge unterstützt, andernfalls false.
-
-
- Ruft einen Wert, der angibt, ob der Stream Suchvorgänge unterstützt.
- false in allen Fällen.
-
-
- Ruft einen Wert, der angibt, ob der Stream Schreibvorgänge unterstützt.
- true, wenn der -Wert gleich Compress ist und der zugrunde liegende Stream Schreibvorgänge unterstützt und nicht geschlossen ist, andernfalls false.
-
-
- Gibt die von verwendeten nicht verwalteten Ressourcen und optional die verwalteten Ressourcen frei.
- true, um sowohl verwaltete als auch nicht verwaltete Ressourcen freizugeben, false, um ausschließlich nicht verwaltete Ressourcen freizugeben.
-
-
- Die aktuelle Implementierung dieser Methode hat keine Funktion.
- Der Stream ist geschlossen.
-
-
-
-
-
- Diese Eigenschaft wird nicht unterstützt und löst immer eine aus.
- Ein Long-Wert.
- Diese Eigenschaft wird für diesen Stream nicht unterstützt.
-
-
-
-
-
- Diese Eigenschaft wird nicht unterstützt und löst immer eine aus.
- Ein Long-Wert.
- Diese Eigenschaft wird für diesen Stream nicht unterstützt.
-
-
-
-
-
- Liest eine Anzahl von dekomprimierten Bytes in das angegebene Bytearray.
- Die Anzahl von Bytes, die in das Bytearray gelesen wurden.
- Das Array zum Speichern von dekomprimierten Bytes.
- Das Byteoffset in , an dem die gelesenen Bytes platziert werden.
- Die maximale Anzahl der zu lesenden dekomprimierten Bytes.
-
- ist null.
- Der -Wert war Compress, als das Objekt erstellt wurde.- oder - Der zugrunde liegende Stream unterstützt keine Lesevorgänge.
-
- oder ist kleiner als 0.- oder - Die -Länge minus des Indexausgangspunkts ist kleiner als .
- Die Daten haben ein ungültiges Format.
- Der Stream ist geschlossen.
-
-
- Dieser Vorgang wird nicht unterstützt und löst immer eine aus.
- Ein Long-Wert.
- Die Position im Stream.
- Einer der -Werte.
- Diese Eigenschaft wird für diesen Stream nicht unterstützt.
-
-
- Dieser Vorgang wird nicht unterstützt und löst immer eine aus.
- Die Länge des Streams.
- Diese Eigenschaft wird für diesen Stream nicht unterstützt.
-
-
- Schreibt komprimierte Bytes aus dem angegebenen Bytearray in den zugrunde liegenden Stream.
- Der Puffer, der die zu komprimierenden Daten enthält.
- Das Byteoffset in , aus dem die Bytes gelesen werden.
- Die maximale Anzahl der zu schreibenden Bytes.
-
-
- Stellt Methoden und Eigenschaften bereit, die zum Komprimieren und Dekomprimieren von Streams verwendet werden.
-
-
- Initialisiert eine neue Instanz der -Klasse mithilfe des angegebenen Stream- und Komprimierungsgrads.
- Der Stream, in den die komprimierten Daten geschrieben werden.
- Einer der Enumerationswerte, der angibt, ob die Geschwindigkeit oder Komprimierungsleistungsfähigkeit priorisiert wird, wenn der Stream komprimiert wird.
-
- ist null.
- Der Stream unterstützt keine Schreibvorgänge wie die Komprimierung.(Die -Eigenschaft für das Streamobjekt ist false).
-
-
- Initialisiert eine neue Instanz der -Klasse unter Verwendung des angegebenen Streams und der Komprimierungsebene und lässt den Stream optional geöffnet.
- Der Stream, in den die komprimierten Daten geschrieben werden.
- Einer der Enumerationswerte, der angibt, ob die Geschwindigkeit oder Komprimierungsleistungsfähigkeit priorisiert wird, wenn der Stream komprimiert wird.
- true, um das Streamobjekt offen zu lassen, nachdem das -Objekt freigegeben wurde, andernfalls false.
-
- ist null.
- Der Stream unterstützt keine Schreibvorgänge wie die Komprimierung.(Die -Eigenschaft für das Streamobjekt ist false).
-
-
- Initialisiert eine neue Instanz der -Klasse mithilfe des angegebenen Stream- und Komprimierungsmodus.
- Der Stream, in den die komprimierten oder dekomprimierten Daten geschrieben werden.
- Einer der Enumerationswerte, der angibt, ob der Stream gelesen oder geschrieben wird.
-
- ist null.
-
- ist kein gültiger -Enumerationswert.- oder - ist und ist false.- oder - ist und ist false.
-
-
- Initialisiert eine neue Instanz der -Klasse unter Verwendung des angegebenen Streams und des Komprimierungsmodus und lässt den Stream optional geöffnet.
- Der Stream, in den die komprimierten oder dekomprimierten Daten geschrieben werden.
- Einer der Enumerationswerte, der angibt, ob der Stream gelesen oder geschrieben wird.
- true, um den Stream offen zu lassen, nachdem das -Objekt freigegeben wurde, andernfalls false.
-
- ist null.
-
- ist kein gültiger -Wert.- oder - ist und ist false.- oder - ist und ist false.
-
-
- Ruft einen Verweis auf den zugrunde liegenden Stream ab.
- Ein Streamobjekt, das den zugrunde liegenden Stream darstellt.
- Der zugrunde liegende Stream ist geschlossen.
-
-
-
-
-
- Ruft einen Wert ab, der angibt, ob der Stream Lesevorgänge unterstützt, während eine Datei dekomprimiert wird.
- true, wenn der -Wert gleich Decompress, ist und der zugrunde liegende Stream Lesevorgänge unterstützt und nicht geschlossen ist, andernfalls false.
-
-
-
-
-
- Ruft einen Wert, der angibt, ob der Stream Suchvorgänge unterstützt.
- false in allen Fällen.
-
-
- Ruft einen Wert, der angibt, ob der Stream Schreibvorgänge unterstützt.
- true, wenn der -Wert gleich Compress ist und der zugrunde liegende Stream Schreibvorgänge unterstützt und nicht geschlossen ist, andernfalls false.
-
-
-
-
-
- Gibt die von verwendeten nicht verwalteten Ressourcen und optional die verwalteten Ressourcen frei.
- true, um sowohl verwaltete als auch nicht verwaltete Ressourcen freizugeben, false, um ausschließlich nicht verwaltete Ressourcen freizugeben.
-
-
- Die aktuelle Implementierung dieser Methode hat keine Funktion.
- Der Stream ist geschlossen.
-
-
-
-
-
- Diese Eigenschaft wird nicht unterstützt und löst immer eine aus.
- Ein Long-Wert.
- Diese Eigenschaft wird für diesen Stream nicht unterstützt.
-
-
-
-
-
- Diese Eigenschaft wird nicht unterstützt und löst immer eine aus.
- Ein Long-Wert.
- Diese Eigenschaft wird für diesen Stream nicht unterstützt.
-
-
-
-
-
- Liest eine Anzahl von dekomprimierten Bytes in das angegebene Bytearray.
- Die Anzahl der Bytes, die im Bytearray dekomprimiert wurden.Wenn das Ende des Streams erreicht worden ist, wird 0 oder die Anzahl der gelesenen Bytes zurückgegeben.
- Das Array, das zum Speichern von dekomprimierten Bytes verwendet wird.
- Das Byteoffset in , an dem die gelesenen Bytes platziert werden.
- Die maximale Anzahl der zu lesenden dekomprimierten Bytes.
-
- ist null.
- Der -Wert war Compress, als das Objekt erstellt wurde.- oder -Der zugrunde liegende Stream unterstützt keine Lesevorgänge.
-
- oder ist kleiner als 0.- oder - Die -Länge minus des Indexausgangspunkts ist kleiner als .
- Die Daten haben ein ungültiges Format.
- Der Stream ist geschlossen.
-
-
- Diese Eigenschaft wird nicht unterstützt und löst immer eine aus.
- Ein Long-Wert.
- Die Position im Stream.
- Einer der -Werte.
- Diese Eigenschaft wird für diesen Stream nicht unterstützt.
-
-
- Diese Eigenschaft wird nicht unterstützt und löst immer eine aus.
- Die Länge des Streams.
- Diese Eigenschaft wird für diesen Stream nicht unterstützt.
-
-
- Schreibt komprimierte Bytes aus dem angegebenen Bytearray in den zugrunde liegenden Stream.
- Der Puffer, der die zu komprimierenden Daten enthält.
- Das Byteoffset in , aus dem die Bytes gelesen werden.
- Die maximale Anzahl der zu schreibenden Bytes.
- Der Schreibvorgang kann nicht ausgeführt werden, da der Stream geschlossen ist.
-
-
- Stellt ein Paket komprimierter Dateien im Zip-Archiv-Format dar.
-
-
- Initialisiert eine neue Instanz der -Klasse für den angegebenen Stream.
- Ein Stream, der das zu lesende Archiv enthält.
- The stream is already closed or does not support reading.
-
- is null.
- The contents of the stream are not in the zip archive format.
-
-
- Initialisiert eine neue Instanz der -Klasse aus dem angegebenen Stream und mit dem angegebenen Modus.
- Der Eingabe- oder Ausgabestream.
- Einer der Enumerationswerte, der angibt, ob das Zip-Archiv verwendet wird, um Einträge zu lesen, zu erstellen oder zu aktualisieren.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Initialisiert eine neue Instanz der -Klasse für den angegebenen Stream und den angegebenen Modus und lässt den Stream optional geöffnet.
- Der Eingabe- oder Ausgabestream.
- Einer der Enumerationswerte, der angibt, ob das Zip-Archiv verwendet wird, um Einträge zu lesen, zu erstellen oder zu aktualisieren.
- true, um den Datenstrom geöffnet zu lassen, nach dem das -Objekt freigegeben wurde; andernfalls false.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Initialisiert eine neue Instanz der -Klasse für den angegebenen Stream und den angegebenen Modus und verwendet dabei die angegebene Codierung für Eintragsnamen und lässt den Stream optional geöffnet.
- Der Eingabe- oder Ausgabestream.
- Einer der Enumerationswerte, der angibt, ob das Zip-Archiv verwendet wird, um Einträge zu lesen, zu erstellen oder zu aktualisieren.
- true, um den Datenstrom geöffnet zu lassen, nach dem das -Objekt freigegeben wurde; andernfalls false.
- Die Codierung, die beim Lesen oder Schreiben von Eintragsnamen in diesem Archiv verwendet werden soll.Geben Sie einen Wert für diesen Parameter nur an, wenn eine Codierung für die Interoperabilität mit ZIP-Archiv-Tools und -Bibliotheken erforderlich ist, die die UTF-8-Codierung für Eintragsnamen nicht unterstützen.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Erstellt einen leeren Eintrag, der den angegebenen Pfad und Eintragsnamen im ZIP-Archiv Ebene verwendet.
- Ein leerer Eintrag im ZIP-Archiv.
- Ein Pfad relativ zum Stamm des Archivs, der den Namen des Eintrags angibt, der erstellt werden soll.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Erstellt einen leeren Eintrag, der den angegebenen Eintragsnamen und die Komprimierung im ZIP-Archiv Ebene verwendet.
- Ein leerer Eintrag im ZIP-Archiv.
- Ein Pfad relativ zum Stamm des Archivs, der den Namen des Eintrags angibt, der erstellt werden soll.
- Einer der Enumerationswerte, der angibt, ob Geschwindigkeit oder Komprimierungseffektivität priorisiert wird, wenn der Eintrag erstellt.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Gibt alle von der aktuellen Instanz der -Klasse verwendeten Ressourcen frei.
-
-
- Wird von den und -Methoden aufgerufen, um die nicht verwalteten Ressourcen freizugeben, die von der aktuellen Instanz der -Klasse verwendet werden, und beendet optional das Schreiben ins Archiv und gibt die verwalteten Ressourcen frei.
- true, um das Schreiben des Archivs abzuschließen und sowohl nicht verwaltete als auch verwaltete Ressourcen freizugeben; false, um ausschließlich nicht verwaltete Ressourcen freizugeben.
-
-
- Ruft die Auflistung von Einträgen ab, die das ZIP-Archiv momentan enthält.
- Die Auflistung von Einträgen, die das ZIP-Archiv momentan enthält.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Ruft einen Wrapper für den angegebenen Eintrag im Zip-Archiv ab.
- Ein Wrapper für den angegebenen Eintrag im Archiv. null, wenn der Eintrag nicht im Archiv vorhanden ist.
- Ein Pfad relativ zum Stamm des Archivs, das den Eintrag identifiziert, der abgerufen werden soll.
-
- is .
-
- is null.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Ruft einen Wert ab, der den Typ der Aktion beschreibt, die das ZIP-Archiv für Einträge ausführen kann.
- Einer der Enumerationswerte, der den Typ der Aktion (Lesen, Erstellen oder Update) beschreibt, die das Zip-Archiv bei Einträgen ausführen kann.
-
-
- Stellt eine komprimierte Datei in einem Zip-Archiv dar.
-
-
- Ruft das Zip-Archiv ab, zu dem der Eintrag gehört.
- Das Zip-Archiv, zu dem der Eintrag gehört, oder null, wenn der Eintrag gelöscht wurde.
-
-
- Ruft die komprimierte Größe des unkomprimierten Eintrags im ZIP-Archiv ab.
- Die Größe des komprimierten Eintrags im ZIP-Archiv.
- The value of the property is not available because the entry has been modified.
-
-
- Löscht den Eintrag aus dem Zip-Archiv.
- The entry is already open for reading or writing.
- The zip archive for this entry was opened in a mode other than .
- The zip archive for this entry has been disposed.
-
-
- Ruft den relativen Pfad des Eintrags im ZIP-Archiv ab.
- Der relative Pfad des Eintrags im Zip-Archiv.
-
-
- Ruft den letzten Zeitpunkt ab, zu dem der Eintrag im Zip-Archiv geändert wurde, oder legt diesen fest.
- Der letzte Zeitpunkt, an dem der Eintrag im ZIP-Archiv geändert wurde.
- The attempt to set this property failed, because the zip archive for the entry is in mode.
- The archive mode is set to .- or -The archive mode is set to and the entry has been opened.
- An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (one second before midnight).
-
-
- Ruft die Größe des unkomprimierten Eintrags im ZIP-Archiv ab.
- Die Größe des unkomprimierten Eintrags im ZIP-Archiv.
- The value of the property is not available because the entry has been modified.
-
-
- Ruft den Dateinamen des Eintrags im ZIP-Archiv ab.
- Der Dateiname des Eintrags im ZIP-Archiv.
-
-
- Öffnet den Eintrag aus dem Zip-Archiv.
- Der Stream, der den Inhalt des Eintrags darstellt.
- The entry is already currently open for writing.-or-The entry has been deleted from the archive.-or-The archive for this entry was opened with the mode, and this entry has already been written to.
- The entry is either missing from the archive or is corrupt and cannot be read. -or-The entry has been compressed by using a compression method that is not supported.
- The zip archive for this entry has been disposed.
-
-
- Ruft den relativen Pfad des Eintrags im Zip-Archiv ab.
- Der relative Pfad des Eintrags, der in der -Eigenschaft gespeichert ist.
-
-
- Gibt Werte für die Interaktion mit Zip-Archiveinträgen an.
-
-
- Nur das Erstellen neuer Archiveinträge ist zulässig.
-
-
- Nur das Lesen von Archiveinträgen ist zulässig.
-
-
- Lese- und Schreibvorgänge sind für die Archiveinträge zulässig.
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/es/System.IO.Compression.xml b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/es/System.IO.Compression.xml
deleted file mode 100644
index ceb444e..0000000
--- a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/es/System.IO.Compression.xml
+++ /dev/null
@@ -1,420 +0,0 @@
-
-
-
- System.IO.Compression
-
-
-
- Especifica valores que indican si una operación de compresión hace hincapié en la velocidad o en el tamaño de la compresión.
-
-
- La operación de compresión debe completarse lo antes posible, aunque el archivo resultante no esté comprimido de forma óptima.
-
-
- No debe comprimirse el archivo.
-
-
- La operación de compresión se debe comprimir de forma óptima, incluso aunque la operación tarde más tiempo en completarse.
-
-
- Especifica si se comprime o descomprime la secuencia subyacente.
-
-
- Comprime la secuencia subyacente.
-
-
- Descomprime la secuencia subyacente.
-
-
- Proporciona métodos y propiedades para comprimir y descomprimir secuencias usando el algoritmo Deflate.
-
-
- Inicializa una nueva instancia de la clase usando la secuencia y nivel de compresión especificados.
- Secuencia que se va a comprimir.
- Uno de los valores de enumeración que indica si se va a hacer hincapié en la eficacia de velocidad o de compresión al comprimir la secuencia.
- El valor de es null.
- La secuencia no admite operaciones de escritura como compresión.(El es propiedad del objeto de secuencia false.)
-
-
- Inicializa una nueva instancia de la clase usando la secuencia y nivel de compresión especificados y, opcionalmente, deja la secuencia abierta.
- Secuencia que se va a comprimir.
- Uno de los valores de enumeración que indica si se va a hacer hincapié en la eficacia de velocidad o de compresión al comprimir la secuencia.
- true para mantener el objeto de secuencia abierto después de desechar el objeto ; en caso contrario, false.
- El valor de es null.
- La secuencia no admite operaciones de escritura como compresión.(El es propiedad del objeto de secuencia false.)
-
-
- Inicializa una nueva instancia de la clase usando la secuencia y modo de compresión especificados.
- Secuencia que se va a comprimir o descomprimir.
- Uno de los valores de la enumeración que indica si se debe comprimir o descomprimir la secuencia.
- El valor de es null.
-
- no es válida valor.o bien es y es false.o bien es y es false.
-
-
- Inicializa una nueva instancia de la clase usando la secuencia y modo de compresión especificados y, opcionalmente, deja la secuencia abierta.
- Secuencia que se va a comprimir o descomprimir.
- Uno de los valores de la enumeración que indica si se debe comprimir o descomprimir la secuencia.
- true para mantener la secuencia abierta después de desechar el objeto ; en caso contrario, false.
- El valor de es null.
-
- no es válida valor.o bien es y es false.o bien es y es false.
-
-
- Obtiene una referencia a la secuencia subyacente.
- Un objeto de secuencia que representa la secuencia subyacente.
- La secuencia subyacente está cerrada.
-
-
- Obtiene un valor que indica si la secuencia admite operaciones de lectura mientras se descomprime un archivo.
- Es true si el valor es Decompress, y la secuencia subyacente está abierta y admite operaciones de lectura; de lo contrario, es false.
-
-
- Obtiene un valor que indica si la secuencia admite operaciones de búsqueda.
- false en todos los casos.
-
-
- Obtiene un valor que indica si la secuencia admite operaciones de escritura.
- true si el valor de es Compress y la secuencia subyacente admite operaciones de escritura y no está cerrada; en caso contrario, false.
-
-
- Libera los recursos no administrados que usa y libera los recursos administrados de forma opcional.
- Es true para liberar tanto recursos administrados como no administrados; es false para liberar únicamente recursos no administrados.
-
-
- La implementación actual de este método no tiene funcionalidad.
- La secuencia está cerrada.
-
-
-
-
-
- Esta propiedad no se admite y siempre produce una excepción .
- Un valor largo.
- Esta propiedad no se admite en esta secuencia.
-
-
-
-
-
- Esta propiedad no se admite y siempre produce una excepción .
- Un valor largo.
- Esta propiedad no se admite en esta secuencia.
-
-
-
-
-
- Introduce varios bytes descomprimidos leídos en la matriz de bytes especificada.
- Número de bytes leídos de la matriz de bytes.
- Matriz para almacenar los bytes descomprimidos.
- Desplazamiento de bytes en donde se colocarán los bytes leídos.
- Número máximo de bytes descomprimidos que se van a leer.
- El valor de es null.
- El valor era Compress cuando se creó el objeto.o bien La secuencia subyacente no admite operaciones de lectura.
-
- o es menor que cero.o bien longitud menos el punto inicial del índice es menor que .
- El formato de los datos no es válido.
- La secuencia está cerrada.
-
-
- Esta operación no se admite y siempre produce una excepción .
- Un valor largo.
- Ubicación en la secuencia.
- Uno de los valores de .
- Esta propiedad no se admite en esta secuencia.
-
-
- Esta operación no se admite y siempre produce una excepción .
- Longitud de la secuencia.
- Esta propiedad no se admite en esta secuencia.
-
-
- Escribe los bytes comprimidos en la secuencia subyacente de la matriz de bytes especificada.
- Búfer que contiene los datos que se van a comprimir.
- Desplazamiento de bytes en donde se leerán los bytes.
- Número máximo de bytes que se pueden escribir.
-
-
- Proporciona los métodos y propiedades que permiten comprimir y descomprimir secuencias.
-
-
- Inicializa una nueva instancia de la clase usando la secuencia y nivel de compresión especificados.
- Secuencia en la que se van a escribir los datos comprimidos.
- Uno de los valores de enumeración que indica si se va a hacer hincapié en la eficacia de velocidad o de compresión al comprimir la secuencia.
- El valor de es null.
- La secuencia no admite operaciones de escritura como compresión.(El es propiedad del objeto de secuencia false.)
-
-
- Inicializa una nueva instancia de la clase usando la secuencia y nivel de compresión especificados y, opcionalmente, deja la secuencia abierta.
- Secuencia en la que se van a escribir los datos comprimidos.
- Uno de los valores de enumeración que indica si se va a hacer hincapié en la eficacia de velocidad o de compresión al comprimir la secuencia.
- true para mantener el objeto de secuencia abierto después de desechar el objeto ; en caso contrario, false.
- El valor de es null.
- La secuencia no admite operaciones de escritura como compresión.(El es propiedad del objeto de secuencia false.)
-
-
- Inicializa una nueva instancia de la clase usando la secuencia y modo de compresión especificados.
- Secuencia en la que se escriben los datos comprimidos o descomprimidos.
- Uno de los valores de la enumeración que indica si se debe comprimir o descomprimir la secuencia.
- El valor de es null.
-
- no es válida valor de enumeración.o bien es y es false.o bien es y es false.
-
-
- Inicializa una nueva instancia de la clase usando la secuencia y modo de compresión especificados y, opcionalmente, deja la secuencia abierta.
- Secuencia en la que se escriben los datos comprimidos o descomprimidos.
- Uno de los valores de la enumeración que indica si se debe comprimir o descomprimir la secuencia.
- true para mantener la secuencia abierta después de desechar el objeto ; en caso contrario, false.
- El valor de es null.
-
- no es válida valor.o bien es y es false.o bien es y es false.
-
-
- Obtiene una referencia a la secuencia subyacente.
- Un objeto de secuencia que representa la secuencia subyacente.
- La secuencia subyacente está cerrada.
-
-
-
-
-
- Obtiene un valor que indica si la secuencia admite operaciones de lectura mientras se descomprime un archivo.
- true si el valor de es Decompress, y la secuencia subyacente admite operaciones de lectura y no está cerrada; en caso contrario, false.
-
-
-
-
-
- Obtiene un valor que indica si la secuencia admite operaciones de búsqueda.
- false en todos los casos.
-
-
- Obtiene un valor que indica si la secuencia admite operaciones de escritura.
- true si el valor de es Compress y la secuencia subyacente admite operaciones de escritura y no está cerrada; en caso contrario, false.
-
-
-
-
-
- Libera los recursos no administrados que usa y libera los recursos administrados de forma opcional.
- Es true para liberar tanto recursos administrados como no administrados; es false para liberar únicamente recursos no administrados.
-
-
- La implementación actual de este método no tiene funcionalidad.
- La secuencia está cerrada.
-
-
-
-
-
- Esta propiedad no se admite y siempre produce una excepción .
- Un valor largo.
- Esta propiedad no se admite en esta secuencia.
-
-
-
-
-
- Esta propiedad no se admite y siempre produce una excepción .
- Un valor largo.
- Esta propiedad no se admite en esta secuencia.
-
-
-
-
-
- Introduce varios bytes descomprimidos leídos en la matriz de bytes especificada.
- El número de bytes que se han descomprimido en la matriz de bytes.Si se ha llegado al final de la secuencia, se devuelve cero o el número de bytes leídos.
- Matriz que se utiliza para almacenar los bytes descomprimidos.
- Desplazamiento de bytes en donde se colocarán los bytes leídos.
- Número máximo de bytes descomprimidos que se van a leer.
- El valor de es null.
- El valor era Compress cuando se creó el objeto.o bienLa secuencia subyacente no admite operaciones de lectura.
-
- o es menor que cero.o bien longitud menos el punto inicial del índice es menor que .
- El formato de los datos no es válido.
- La secuencia está cerrada.
-
-
- Esta propiedad no se admite y siempre produce una excepción .
- Un valor largo.
- Ubicación en la secuencia.
- Uno de los valores de .
- Esta propiedad no se admite en esta secuencia.
-
-
- Esta propiedad no se admite y siempre produce una excepción .
- Longitud de la secuencia.
- Esta propiedad no se admite en esta secuencia.
-
-
- Escribe los bytes comprimidos en la secuencia subyacente de la matriz de bytes especificada.
- Búfer que contiene los datos que se van a comprimir.
- Desplazamiento de bytes en donde se leerán los bytes.
- Número máximo de bytes que se pueden escribir.
- La operación de escritura no se puede realizar porque la secuencia está cerrada.
-
-
- Representa un paquete de archivos comprimidos en formato de archivo zip.
-
-
- Inicializa una nueva instancia de la clase a partir de la secuencia especificada.
- Secuencia que contiene el archivo que se va a leer.
- The stream is already closed or does not support reading.
-
- is null.
- The contents of the stream are not in the zip archive format.
-
-
- Inicializa una nueva instancia de la clase a partir de la secuencia especificada y con el modo especificado.
- Flujo de entrada o de salida.
- Uno de los valores de enumeración que indica si el archivo zip se usa para leer, crear o actualizar entradas.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Inicializa una nueva instancia de la clase en el flujo especificado para el modo especificado y, opcionalmente, deja el flujo abierto.
- Flujo de entrada o de salida.
- Uno de los valores de enumeración que indica si el archivo zip se usa para leer, crear o actualizar entradas.
- true para dejar el flujo abierto después de desechar el objeto ; de lo contrario, false.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Inicializa una nueva instancia de la clase en el flujo especificado para el modo especificado, usa la codificación especificada para los nombres de entrada y opcionalmente deja el flujo abierto.
- Flujo de entrada o de salida.
- Uno de los valores de enumeración que indica si el archivo zip se usa para leer, crear o actualizar entradas.
- true para dejar el flujo abierto después de desechar el objeto ; de lo contrario, false.
- Codificación que se va a usar al leer o escribir nombres de entrada en este archivo.Especifique un valor para este parámetro únicamente cuando se necesite una codificación para la interoperabilidad con herramientas y bibliotecas de archivos zip que no admiten la codificación UTF-8 para los nombres de entrada.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Crea una entrada vacía en el archivo zip con la ruta de acceso y el nombre de entrada especificados.
- Una entrada vacía en el archivo zip.
- Ruta de acceso, relativa a la raíz del archivo, que especifica el nombre de la entrada que se va a crear.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Crea una entrada vacía en el archivo zip con el nombre de entrada y el nivel de compresión especificados.
- Una entrada vacía en el archivo zip.
- Ruta de acceso, relativa a la raíz del archivo, que especifica el nombre de la entrada que se va a crear.
- Uno de los valores de enumeración que indica si se va a hacer hincapié en la eficacia de velocidad o de compresión al crear la entrada.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Libera los recursos utilizados por la instancia actual de la clase .
-
-
- Llamado por los métodos y para liberar los recursos no administrados utilizados por la instancia actual de la clase de , y termina opcionalmente de escribir el archivo y libera los recursos administrados.
- true para terminar de escribir el archivo y liberar recursos no administrados y administrados; false para liberar solo recursos no administrados.
-
-
- Obtiene la colección de entradas que están actualmente en el archivo zip.
- La colección de entradas que están actualmente en el archivo zip.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Recupera un contenedor para la entrada especificada en el archivo zip.
- Un contenedor para la entrada especificada en el archivo; null si la entrada no existe en el archivo.
- Ruta de acceso, relativa a la raíz del archivo, que identifica la entrada a recuperar.
-
- is .
-
- is null.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Obtiene un valor que describe el tipo de acción que el archivo zip puede realizar en las entradas.
- Uno de los valores de enumeración que describe el tipo de acción (lectura, creación o actualización) que puede realizar el archivo zip en las entradas.
-
-
- Representa un archivo comprimido incluido en un archivo zip.
-
-
- Obtiene el archivo zip al que pertenece la entrada.
- El archivo zip al que pertenece la entrada o null si se ha eliminado la entrada.
-
-
- Obtiene el tamaño comprimido de la entrada en el archivo zip.
- Tamaño comprimido de la entrada en el archivo zip.
- The value of the property is not available because the entry has been modified.
-
-
- Elimina la entrada del archivo zip.
- The entry is already open for reading or writing.
- The zip archive for this entry was opened in a mode other than .
- The zip archive for this entry has been disposed.
-
-
- Obtiene la ruta de acceso relativa de la entrada en el archivo zip.
- Ruta de acceso relativa de la entrada en el archivo zip.
-
-
- Obtiene o establece la última vez que se cambió la entrada en el archivo zip.
- Última vez que la entrada del archivo zip se cambió.
- The attempt to set this property failed, because the zip archive for the entry is in mode.
- The archive mode is set to .- or -The archive mode is set to and the entry has been opened.
- An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (one second before midnight).
-
-
- Obtiene el tamaño descomprimido de la entrada en el archivo zip.
- Tamaño descomprimido de la entrada en el archivo zip.
- The value of the property is not available because the entry has been modified.
-
-
- Obtiene el nombre de archivo de la entrada en el archivo zip.
- Nombre de archivo de la entrada en el archivo zip.
-
-
- Abre la entrada desde el archivo zip.
- La secuencia que representa el contenido de la entrada.
- The entry is already currently open for writing.-or-The entry has been deleted from the archive.-or-The archive for this entry was opened with the mode, and this entry has already been written to.
- The entry is either missing from the archive or is corrupt and cannot be read. -or-The entry has been compressed by using a compression method that is not supported.
- The zip archive for this entry has been disposed.
-
-
- Recupera la ruta de acceso relativa de la entrada en el archivo zip.
- La ruta de acceso relativa de la entrada, que es el valor almacenado en la propiedad .
-
-
- Especifica los valores para interactuar con entradas de archivo zip.
-
-
- Solo se permite crear nuevas entradas de archivo.
-
-
- Solo se permite leer entradas del archivo.
-
-
- Ambas operaciones de lectura y escritura se permiten para las entradas del archivo.
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/fr/System.IO.Compression.xml b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/fr/System.IO.Compression.xml
deleted file mode 100644
index 4c3bfb3..0000000
--- a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/fr/System.IO.Compression.xml
+++ /dev/null
@@ -1,430 +0,0 @@
-
-
-
- System.IO.Compression
-
-
-
- Spécifie les valeurs qui indiquent si une opération de compression souligne la rapidité ou la taille de compression.
-
-
- L'opération de compression doit s'exécuter aussi rapidement que possible, même si le fichier résultant n'est pas compressé de manière optimale.
-
-
- Aucune compression ne doit être exécutée sur le fichier.
-
-
- L'opération de compression doit être compressée de manière optimale, même si elle prend plus de temps.
-
-
- Spécifie s'il faut compresser ou décompresser le flux sous-jacent.
-
-
- Compresse le flux sous-jacent.
-
-
- Décompresse le flux sous-jacent.
-
-
- Fournit des méthodes et des propriétés pour compresser et décompresser des flux à l'aide de l'algorithme Deflate.
-
-
- Initialise une nouvelle instance de la classe à l'aide du flux et du niveau de compression spécifiés.
- Flux à compresser.
- L'une des valeurs d'énumération qui indique s'il faut mettre l'accent sur la rapidité et l'efficacité de compression en compressant le flux de données.
-
- a la valeur null.
- Le flux ne prend pas en charge les opérations d'écriture telles que la compression.(La propriété sur l'objet de flux est false.)
-
-
- Initialise une nouvelle instance de la classe à l'aide du flux et du niveau de compression spécifiés, et permet éventuellement de laisser le flux ouvert.
- Flux à compresser.
- L'une des valeurs d'énumération qui indique s'il faut mettre l'accent sur la rapidité et l'efficacité de compression en compressant le flux de données.
- true pour maintenir l'objet de flux ouvert après avoir supprimé l'objet ; sinon, false.
-
- a la valeur null.
- Le flux ne prend pas en charge les opérations d'écriture telles que la compression.(La propriété sur l'objet de flux est false.)
-
-
- Initialise une nouvelle instance de la classe à l'aide du flux et du mode de compression spécifiés.
- Flux à compresser ou à décompresser.
- L'une des valeurs d'énumération qui indique s'il faut compresser ou décompresser le flux.
-
- a la valeur null.
-
- n'est pas une valeur valide.ou est et est false.ou est et est false.
-
-
- Initialise une nouvelle instance de la classe à l'aide du flux et du mode de compression spécifiés, et permet éventuellement de laisser le flux ouvert.
- Flux à compresser ou à décompresser.
- L'une des valeurs d'énumération qui indique s'il faut compresser ou décompresser le flux.
- true pour maintenir le flux ouvert après avoir supprimé l'objet ; sinon, false.
-
- a la valeur null.
-
- n'est pas une valeur valide.ou est et est false.ou est et est false.
-
-
- Obtient une référence au flux sous-jacent.
- Objet de flux qui représente le flux sous-jacent.
- Le flux sous-jacent est fermé.
-
-
- Obtient une valeur indiquant si le flux prend en charge la lecture pendant la décompression d'un fichier.
- true si la valeur est Decompress, que le flux sous-jacent est ouvert et qu'il prend en charge la lecture ; sinon, false.
-
-
- Obtient une valeur indiquant si le flux prend en charge la recherche.
- false dans tous les cas.
-
-
- Obtient une valeur indiquant si le flux prend en charge l'écriture.
- true si la valeur de est Compress, que le flux sous-jacent prend en charge l'écriture et qu'il n'est pas fermé ; sinon, false.
-
-
- Libère les ressources non managées utilisées par et libère éventuellement les ressources managées.
- true pour libérer les ressources managées et non managées ; false pour ne libérer que les ressources non managées.
-
-
- L'implémentation actuelle de cette méthode n'a aucune fonctionnalité.
- Le flux est fermé.
-
-
-
-
-
- Cette propriété n'est pas prise en charge et lève toujours .
- Valeur Long.
- Cette propriété n'est pas prise en charge sur ce flux.
-
-
-
-
-
- Cette propriété n'est pas prise en charge et lève toujours .
- Valeur Long.
- Cette propriété n'est pas prise en charge sur ce flux.
-
-
-
-
-
- Lit un certain nombre d'octets décompressés dans le tableau d'octets spécifié.
- Nombre d'octets qui ont été lus dans le tableau d'octets.
- Tableau utilisé pour stocker les octets décompressés.
- Dans , décalage d'octet auquel les octets lus seront placés.
- Nombre maximal d'octets décompressés à lire.
-
- a la valeur null.
- La valeur était Compress lorsque l'objet a été créé.ou Le flux sous-jacent ne prend pas en charge la lecture.
-
- ou est inférieur à zéro.ouLa longueur de moins le point de départ de l'index est inférieure à .
- Le format des données n'est pas valide.
- Le flux est fermé.
-
-
- Cette opération n'est pas prise en charge et lève toujours .
- Valeur Long.
- Emplacement dans le flux.
- Une des valeurs de .
- Cette propriété n'est pas prise en charge sur ce flux.
-
-
- Cette opération n'est pas prise en charge et lève toujours .
- Longueur du flux.
- Cette propriété n'est pas prise en charge sur ce flux.
-
-
- Écrit les octets compressés dans le flux sous-jacent à partir du tableau d'octets spécifié.
- Mémoire tampon qui contient les données à compresser.
- Dans , décalage d'octet à partir duquel les octets seront lus.
- Nombre maximal d'octets à écrire.
-
-
- Fournit les méthodes et les propriétés utilisées pour compresser et décompresser des flux.
-
-
- Initialise une nouvelle instance de la classe à l'aide du flux et du niveau de compression spécifiés.
- Flux dans lequel écrire les données compressées.
- L'une des valeurs d'énumération qui indique s'il faut mettre l'accent sur la rapidité et l'efficacité de compression en compressant le flux de données.
-
- a la valeur null.
- Le flux ne prend pas en charge les opérations d'écriture telles que la compression.(La propriété sur l'objet de flux est false.)
-
-
- Initialise une nouvelle instance de la classe à l'aide du flux et du niveau de compression spécifiés, et permet éventuellement de laisser le flux ouvert.
- Flux dans lequel écrire les données compressées.
- L'une des valeurs d'énumération qui indique s'il faut mettre l'accent sur la rapidité et l'efficacité de compression en compressant le flux de données.
- true pour maintenir l'objet de flux ouvert après avoir supprimé l'objet ; sinon, false.
-
- a la valeur null.
- Le flux ne prend pas en charge les opérations d'écriture telles que la compression.(La propriété sur l'objet de flux est false.)
-
-
- Initialise une nouvelle instance de la classe à l'aide du flux et du mode de compression spécifiés.
- Flux dans lequel les données compressées ou décompressées sont écrites.
- L'une des valeurs d'énumération qui indique s'il faut compresser ou décompresser le flux.
-
- a la valeur null.
-
- n'est pas une valeur d'énumération valide.ou est et est false.ou est et est false.
-
-
- Initialise une nouvelle instance de la classe à l'aide du flux et du mode de compression spécifiés, et permet éventuellement de laisser le flux ouvert.
- Flux dans lequel les données compressées ou décompressées sont écrites.
- L'une des valeurs d'énumération qui indique s'il faut compresser ou décompresser le flux.
- true pour maintenir le flux ouvert après avoir supprimé l'objet ; sinon, false.
-
- a la valeur null.
-
- n'est pas une valeur valide.ou est et est false.ou est et est false.
-
-
- Obtient une référence au flux sous-jacent.
- Objet de flux qui représente le flux sous-jacent.
- Le flux sous-jacent est fermé.
-
-
-
-
-
- Obtient une valeur indiquant si le flux prend en charge la lecture pendant la décompression d'un fichier.
- true si la valeur de est Decompress,, que le flux sous-jacent prend en charge la lecture et qu'il n'est pas fermé ; sinon, false.
-
-
-
-
-
- Obtient une valeur indiquant si le flux prend en charge la recherche.
- false dans tous les cas.
-
-
- Obtient une valeur indiquant si le flux prend en charge l'écriture.
- true si la valeur de est Compress, que le flux sous-jacent prend en charge l'écriture et qu'il n'est pas fermé ; sinon, false.
-
-
-
-
-
- Libère les ressources non managées utilisées par l'objet et libère éventuellement les ressources managées.
- true pour libérer les ressources managées et non managées ; false pour ne libérer que les ressources non managées.
-
-
- L'implémentation actuelle de cette méthode n'a aucune fonctionnalité.
- Le flux est fermé.
-
-
-
-
-
- Cette propriété n'est pas prise en charge et lève toujours .
- Valeur Long.
- Cette propriété n'est pas prise en charge sur ce flux.
-
-
-
-
-
- Cette propriété n'est pas prise en charge et lève toujours .
- Valeur Long.
- Cette propriété n'est pas prise en charge sur ce flux.
-
-
-
-
-
- Lit un certain nombre d'octets décompressés dans le tableau d'octets spécifié.
- Nombre d'octets qui ont été décompressés dans le tableau d'octets.Si la fin du flux a été atteinte, zéro ou le nombre d'octets lus est retourné.
- Tableau utilisé pour décompresser les octets.
- Dans , décalage d'octet auquel les octets lus seront placés.
- Nombre maximal d'octets décompressés à lire.
-
- a la valeur null.
- La valeur était Compress lorsque l'objet a été créé.ouLe flux sous-jacent ne prend pas en charge la lecture.
-
- ou est inférieur à zéro.ouLa longueur de moins le point de départ de l'index est inférieure à .
- Le format des données n'est pas valide.
- Le flux est fermé.
-
-
- Cette propriété n'est pas prise en charge et lève toujours .
- Valeur Long.
- Emplacement dans le flux.
- Une des valeurs de .
- Cette propriété n'est pas prise en charge sur ce flux.
-
-
- Cette propriété n'est pas prise en charge et lève toujours .
- Longueur du flux.
- Cette propriété n'est pas prise en charge sur ce flux.
-
-
- Écrit les octets compressés dans le flux sous-jacent à partir du tableau d'octets spécifié.
- Mémoire tampon qui contient les données à compresser.
- Dans , décalage d'octet à partir duquel les octets seront lus.
- Nombre maximal d'octets à écrire.
- L'opération d'écriture ne peut pas être exécutée car le flux est fermé.
-
-
- Représente un package de fichiers compressés au format d'archivage zip.
-
-
- Initialise une nouvelle instance de la classe à partir du flux spécifié.
- Flux qui contient l'archive à lire.
- The stream is already closed or does not support reading.
-
- is null.
- The contents of the stream are not in the zip archive format.
-
-
- Initialise une nouvelle instance de la classe à partir du flux spécifié et avec le mode spécifié.
- Flux de sortie ou d'entrée.
- Une des valeurs d'énumération qui indique si l'archive zip est utilisée pour lire, créer ou mettre à jour des entrées.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Initialise une nouvelle instance de la classe sur le flux de données spécifié pour le mode spécifié, et laisse éventuellement le flux ouvert.
- Flux de sortie ou d'entrée.
- Une des valeurs d'énumération qui indique si l'archive zip est utilisée pour lire, créer ou mettre à jour des entrées.
- true pour maintenir le flux ouvert après avoir supprimé l'objet ; sinon, false.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Initialise une nouvelle instance de la classe sur le flux spécifié pour le mode spécifié, utilise l'encodage spécifié pour les noms d'entrée, et permet éventuellement de laisser le flux ouvert.
- Flux de sortie ou d'entrée.
- Une des valeurs d'énumération qui indique si l'archive zip est utilisée pour lire, créer ou mettre à jour des entrées.
- true pour maintenir le flux ouvert après avoir supprimé l'objet ; sinon, false.
- Encodage à utiliser lors de la lecture ou de l'écriture des noms d'entrée dans cette archive.Spécifie une valeur pour ce paramètre seulement quand un encodage est obligatoire pour l'interopérabilité avec les outils et les bibliothèques d'archivage zip qui ne prennent pas en charge l'encodage UTF-8 pour les noms d'entrée.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Crée une entrée vide qui a le chemin d'accès et le nom d'entrée spécifiés dans l'archive zip.
- Entrée vide dans l'archive zip.
- Chemin d'accès relatif à la racine de l'archive, qui spécifie le nom de l'entrée à créer.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Crée une entrée vide qui a le nom d'entrée et le niveau de compression spécifiés dans l'archive zip.
- Entrée vide dans l'archive zip.
- Chemin d'accès relatif à la racine de l'archive, qui spécifie le nom de l'entrée à créer.
- Une des valeurs d'énumération qui indique s'il faut privilégier la rapidité ou l'efficacité de la compression lors de la création de l'entrée.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Libère les ressources utilisées par l'instance actuelle de la classe .
-
-
- Appelée par les méthodes et pour libérer les ressources non managées utilisées par l'instance actuelle de la classe , et éventuellement finit d'écrire l'archive et libère les ressources managées.
- true pour finir l'écriture de l'archive et libérer les ressources managées et non managées ; false pour libérer seulement des ressources non managées.
-
-
- Obtient la collection d'entrées figurant actuellement dans l'archive zip.
- Collection d'entrées figurant actuellement dans l'archive zip.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Récupère un wrapper pour l'entrée spécifiée dans l'archive zip.
- Wrapper pour l'entrée spécifiée dans l'archive ; null si l'entrée n'existe pas dans l'archive.
- Chemin d'accès relatif à la racine de l'archive, qui identifie l'entrée à récupérer.
-
- is .
-
- is null.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Obtient une valeur qui décrit le type d'action que l'archive zip peut effectuer sur des entrées.
- Une des valeurs d'énumération qui décrit le type d'action (lecture, création ou mise à jour) que l'archive zip peut effectuer sur les entrées.
-
-
- Représente un fichier compressé dans une archive zip.
-
-
- Obtient l'archive zip à laquelle l'entrée appartient.
- Archive zip à laquelle l'entrée appartient, ou null si l'entrée a été supprimée.
-
-
- Obtient la taille compressée de l'entrée dans l'archive zip.
- Taille compressée de l'entrée dans l'archive zip.
- The value of the property is not available because the entry has been modified.
-
-
- Supprime l'entrée de l'archive zip.
- The entry is already open for reading or writing.
- The zip archive for this entry was opened in a mode other than .
- The zip archive for this entry has been disposed.
-
-
- Obtient le chemin d'accès relatif de l'entrée dans l'archive zip.
- Chemin d'accès relatif de l'entrée dans l'archive zip.
-
-
- Obtient ou définit la date de dernière modification de l'entrée dans l'archive zip.
- Date/heure à laquelle l'entrée a été modifiée pour la dernière fois dans l'archive zip.
- The attempt to set this property failed, because the zip archive for the entry is in mode.
- The archive mode is set to .- or -The archive mode is set to and the entry has been opened.
- An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (one second before midnight).
-
-
- Obtient la taille décompressée de l'entrée dans l'archive zip.
- Taille décompressée de l'entrée dans l'archive zip.
- The value of the property is not available because the entry has been modified.
-
-
- Obtient le nom du fichier de l'entrée dans l'archive zip.
- Nom de fichier de l'entrée dans l'archive zip.
-
-
- Ouvre l'entrée à partir de l'archive zip.
- Flux qui représente le contenu de l'entrée.
- The entry is already currently open for writing.-or-The entry has been deleted from the archive.-or-The archive for this entry was opened with the mode, and this entry has already been written to.
- The entry is either missing from the archive or is corrupt and cannot be read. -or-The entry has been compressed by using a compression method that is not supported.
- The zip archive for this entry has been disposed.
-
-
- Récupère le chemin d'accès relatif de l'entrée dans l'archive zip.
- Chemin d'accès relatif de l'entrée, qui est la valeur stockée dans la propriété .
-
-
- Spécifie les valeurs pour interagir avec les entrées d'archive ZIP.
-
-
- Seule la création de nouvelles entrées d'archivage est autorisée.
-
-
- Seule la lecture des entrées d'archivage est autorisée.
-
-
- Les opérations de lecture et d'écriture sont autorisées pour les entrées d'archivage.
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/it/System.IO.Compression.xml b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/it/System.IO.Compression.xml
deleted file mode 100644
index 79fddbe..0000000
--- a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/it/System.IO.Compression.xml
+++ /dev/null
@@ -1,430 +0,0 @@
-
-
-
- System.IO.Compression
-
-
-
- Specifica i valori che indicano se un'operazione di compressione privilegia le dimensioni di compressione o la velocità.
-
-
- L'operazione di compressione deve essere completata il più rapidamente possibile, anche se il file risultante non è compresso in modo ottimale.
-
-
- Non deve essere eseguita alcuna compressione del file.
-
-
- L'operazione di compressione deve essere compressa in modo ottimale, anche se l'operazione richiede più tempo per il completamento.
-
-
- Specifica se comprimere o decomprimere il flusso sottostante.
-
-
- Comprime il flusso sottostante.
-
-
- Decomprime il flusso sottostante.
-
-
- Fornisce metodi e proprietà per la compressione e la decompressione dei flussi mediante l'algoritmo Deflate.
-
-
- Inizializza una nuova istanza della classe usando il livello di compressione del flusso specificato.
- Flusso da comprimere.
- Uno dei valori di enumerazione che indica se evidenziare l'efficacia di velocità o compressione quando si comprime il flusso.
-
- è null.
- Il flusso non supporta le operazioni di scrittura come la compressione.(La proprietà di sull'oggetto di flusso è false).
-
-
- Inizializza una nuova istanza della classe usando il livello di compressione del flusso specificato. Facoltativamente mantiene aperto il flusso.
- Flusso da comprimere.
- Uno dei valori di enumerazione che indica se evidenziare l'efficacia di velocità o compressione quando si comprime il flusso.
- true per mantenere l'oggetto flusso aperto dopo avere eliminato l'oggetto ; in caso contrario, false.
-
- è null.
- Il flusso non supporta le operazioni di scrittura come la compressione.(La proprietà di sull'oggetto di flusso è false).
-
-
- Inizializza una nuova istanza della classe usando la modalità di compressione del flusso specificata.
- Flusso da comprimere o decomprimere.
- Uno dei valori di enumerazione che indica se comprimere o decomprimere il flusso.
-
- è null.
-
- non è un valore di valido.-oppure- è e è false.-oppure- è e è false.
-
-
- Inizializza una nuova istanza della classe usando la modalità di compressione del flusso specificata. Facoltativamente mantiene aperto il flusso.
- Flusso da comprimere o decomprimere.
- Uno dei valori di enumerazione che indica se comprimere o decomprimere il flusso.
- true per mantenere il flusso aperto dopo avere eliminato l'oggetto ; in caso contrario, false.
-
- è null.
-
- non è un valore di valido.-oppure- è e è false.-oppure- è e è false.
-
-
- Ottiene un riferimento al flusso sottostante.
- Oggetto flusso che rappresenta il flusso sottostante.
- Il flusso sottostante è chiuso.
-
-
- Ottiene un valore che indica se il flusso supporta la lettura durante la decompressione di un file.
- true se il valore di è Decompress e il flusso sottostante è aperto e supporta la lettura; in caso contrario, false.
-
-
- Ottiene un valore che indica se il flusso supporta la ricerca.
- false in tutti i casi.
-
-
- Ottiene un valore che indica se il flusso supporta la scrittura.
- true se il valore di è Compress e il flusso sottostante non è chiuso e supporta la scrittura; in caso contrario, false.
-
-
- Rilascia le risorse non gestite usate da e, facoltativamente, le risorse gestite.
- true per rilasciare sia le risorse gestite sia quelle non gestite; false per rilasciare solo le risorse non gestite.
-
-
- L'implementazione corrente di questo metodo non presenta alcuna funzionalità.
- Il flusso è chiuso.
-
-
-
-
-
- Questa proprietà non è supportata e genera sempre un'eccezione .
- Valore long.
- Questa proprietà non è supportata su questo flusso.
-
-
-
-
-
- Questa proprietà non è supportata e genera sempre un'eccezione .
- Valore long.
- Questa proprietà non è supportata su questo flusso.
-
-
-
-
-
- Legge un numero di byte decompressi nella matrice di byte specificata.
- Numero di byte letti nella matrice di byte.
- Matrice per archiviare i byte decompressi.
- Offset dei byte in in corrispondenza del quale cui verranno inseriti i byte letti.
- Numero massimo di byte decompressi da leggere.
-
- è null.
- Al momento della creazione dell'oggetto, il valore di era Compress.-oppure- Il flusso sottostante non supporta la lettura.
-
- o è minore di zero.-oppure-La lunghezza di meno il punto iniziale dell'indice è minore di .
- Il formato dei dati non è valido.
- Il flusso è chiuso.
-
-
- Questa operazione non è supportata e genera sempre un'eccezione .
- Valore long.
- Posizione all'interno del flusso.
- Uno dei valori di .
- Questa proprietà non è supportata su questo flusso.
-
-
- Questa operazione non è supportata e genera sempre un'eccezione .
- Lunghezza del flusso.
- Questa proprietà non è supportata su questo flusso.
-
-
- Scrive i byte compressi nel flusso sottostante dalla matrice di byte specificata.
- Buffer contenente i dati da comprimere.
- Offset dei byte in da cui verranno letti i byte.
- Numero massimo di byte da scrivere.
-
-
- Fornisce i metodi e le proprietà usate per comprimere e decomprimere i flussi.
-
-
- Inizializza una nuova istanza della classe usando il livello di compressione del flusso specificato.
- Flusso in cui scrivere i dati compressi.
- Uno dei valori di enumerazione che indica se evidenziare l'efficacia di velocità o compressione quando si comprime il flusso.
-
- è null.
- Il flusso non supporta le operazioni di scrittura come la compressione.(La proprietà di sull'oggetto di flusso è false).
-
-
- Inizializza una nuova istanza della classe usando il livello di compressione del flusso specificato. Facoltativamente mantiene aperto il flusso.
- Flusso in cui scrivere i dati compressi.
- Uno dei valori di enumerazione che indica se evidenziare l'efficacia di velocità o compressione quando si comprime il flusso.
- true per mantenere l'oggetto flusso aperto dopo avere eliminato l'oggetto ; in caso contrario, false.
-
- è null.
- Il flusso non supporta le operazioni di scrittura come la compressione.(La proprietà di sull'oggetto di flusso è false).
-
-
- Inizializza una nuova istanza della classe usando la modalità di compressione del flusso specificata.
- Flusso in cui vengono scritti i dati compressi e decompressi.
- Uno dei valori di enumerazione che indica se comprimere o decomprimere il flusso.
-
- è null.
-
- non è un valore dell'enumerazione valido.-oppure- è e è false.-oppure- è e è false.
-
-
- Inizializza una nuova istanza della classe usando la modalità di compressione del flusso specificata. Facoltativamente mantiene aperto il flusso.
- Flusso in cui vengono scritti i dati compressi e decompressi.
- Uno dei valori di enumerazione che indica se comprimere o decomprimere il flusso.
- true per mantenere il flusso aperto dopo avere eliminato l'oggetto ; in caso contrario, false.
-
- è null.
-
- non è un valore di valido.-oppure- è e è false.-oppure- è e è false.
-
-
- Ottiene un riferimento al flusso sottostante.
- Oggetto flusso che rappresenta il flusso sottostante.
- Il flusso sottostante è chiuso.
-
-
-
-
-
- Ottiene un valore che indica se il flusso supporta la lettura durante la decompressione di un file.
- true se il valore di è Decompress, e il flusso sottostante non è chiuso e supporta la lettura; in caso contrario, false.
-
-
-
-
-
- Ottiene un valore che indica se il flusso supporta la ricerca.
- false in tutti i casi.
-
-
- Ottiene un valore che indica se il flusso supporta la scrittura.
- true se il valore di è Compress e il flusso sottostante non è chiuso e supporta la scrittura; in caso contrario, false.
-
-
-
-
-
- Rilascia le risorse non gestite usate da e, facoltativamente, le risorse gestite.
- true per rilasciare sia le risorse gestite sia quelle non gestite; false per rilasciare solo le risorse non gestite.
-
-
- L'implementazione corrente di questo metodo non presenta alcuna funzionalità.
- Il flusso è chiuso.
-
-
-
-
-
- Questa proprietà non è supportata e genera sempre un'eccezione .
- Valore long.
- Questa proprietà non è supportata su questo flusso.
-
-
-
-
-
- Questa proprietà non è supportata e genera sempre un'eccezione .
- Valore long.
- Questa proprietà non è supportata su questo flusso.
-
-
-
-
-
- Legge un numero di byte decompressi nella matrice di byte specificata.
- Numero di byte decompressi nella matrice di byte.Se è stata raggiunta la fine del flusso, viene restituito zero o il numero di byte letto.
- Matrice usata per archiviare i byte decompressi.
- Offset dei byte in in corrispondenza del quale cui verranno inseriti i byte letti.
- Numero massimo di byte decompressi da leggere.
-
- è null.
- Al momento della creazione dell'oggetto, il valore di era Compress.-oppure-Il flusso sottostante non supporta la lettura.
-
- o è minore di zero.-oppure-La lunghezza di meno il punto iniziale dell'indice è minore di .
- Il formato dei dati non è valido.
- Il flusso è chiuso.
-
-
- Questa proprietà non è supportata e genera sempre un'eccezione .
- Valore long.
- Posizione all'interno del flusso.
- Uno dei valori di .
- Questa proprietà non è supportata su questo flusso.
-
-
- Questa proprietà non è supportata e genera sempre un'eccezione .
- Lunghezza del flusso.
- Questa proprietà non è supportata su questo flusso.
-
-
- Scrive i byte compressi nel flusso sottostante dalla matrice di byte specificata.
- Buffer contenente i dati da comprimere.
- Offset dei byte in da cui verranno letti i byte.
- Numero massimo di byte da scrivere.
- Non è possibile eseguire l'operazione di scrittura perché il flusso è chiuso.
-
-
- Rappresenta un pacchetto di file compressi nel formato di archiviazione ZIP.
-
-
- Inizializza una nuova istanza della classe dal flusso specificato.
- Flusso che contiene l'archivio da leggere.
- The stream is already closed or does not support reading.
-
- is null.
- The contents of the stream are not in the zip archive format.
-
-
- Inizializza una nuova istanza della classe dal flusso specificato e con la modalità specificata.
- Flusso di input o output.
- Uno dei valori di enumerazione che indica se l'archivio ZIP viene usato per leggere, creare o aggiornare le voci.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Inizializza una nuova istanza della classe sulla base del flusso specificato per la modalità specificata e, facoltativamente, mantiene aperto il flusso.
- Flusso di input o output.
- Uno dei valori di enumerazione che indica se l'archivio ZIP viene usato per leggere, creare o aggiornare le voci.
- true per mantenere il flusso aperto dopo avere eliminato l'oggetto ; in caso contrario, false.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Inizializza una nuova istanza della classe sulla base del flusso specificato per la modalità specificata. Usa la codifica specificata per i nomi delle voci e, facoltativamente, mantiene aperto il flusso.
- Flusso di input o output.
- Uno dei valori di enumerazione che indica se l'archivio ZIP viene usato per leggere, creare o aggiornare le voci.
- true per mantenere il flusso aperto dopo avere eliminato l'oggetto ; in caso contrario, false.
- La codifica da usate durante la lettura o la scrittura dei nomi delle voci in questo archivio.Specificare un valore per il parametro solo quando una codifica è obbligatoria per l'interoperabilità con gli strumenti e le librerie dell'archivio ZIP che non supportano la codifica UTF-8 per i nomi di voce.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Crea una voce vuota con il percorso e il nome della voce specificati nell'archivio ZIP.
- Voce vuota nell'archivio ZIP.
- Percorso, relativo alla radice dell'archivio, che specifica il nome della voce da creare.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Crea una voce vuota con il livello di compressione e il nome voce specificati nell'archivio ZIP.
- Voce vuota nell'archivio ZIP.
- Percorso, relativo alla radice dell'archivio, che specifica il nome della voce da creare.
- Uno dei valori di enumerazione che indica se privilegiare la velocità o l'efficacia di compressione quando si crea la voce.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Rilascia le risorse usate dall'istanza corrente della classe .
-
-
- Viene chiamato dai metodi e per rilasciare le risorse non gestite usate dall'istanza corrente della classe e, facoltativamente, completa la scrittura dell'archivio e rilascia le risorse gestite.
- true per completare la scrittura dell'archivio e rilasciare le risorse gestite e non gestite; false per rilasciare solo le risorse non gestite.
-
-
- Ottiene la raccolta di voci attualmente presenti nell'archivio ZIP.
- La raccolta di voci attualmente presenti nell'archivio ZIP.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Recupera un wrapper per la voce specificata nell'archivio ZIP.
- Wrapper per la voce specificata nell'archivio; null se la voce non esiste nell'archivio.
- Percorso, relativo alla radice dell'archivio, che identifica la voce da recuperare.
-
- is .
-
- is null.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Ottiene un valore che descrive il tipo di azione che l'archivio ZIP può eseguire sulle voci.
- Uno dei valori di enumerazione che descrive il tipo di azione (leggere, creare o aggiornare) che l'archivio ZIP può eseguire sulle voci.
-
-
- Rappresenta un file compresso in un archivio ZIP.
-
-
- Ottiene l'archivio ZIP cui appartiene la voce.
- Archivio ZIP cui appartiene la voce o null se la voce è stata eliminata.
-
-
- Ottiene la dimensione compressa della voce nell'archivio ZIP.
- La dimensione compressa della voce nell'archivio ZIP.
- The value of the property is not available because the entry has been modified.
-
-
- Elimina la voce dall'archivio ZIP.
- The entry is already open for reading or writing.
- The zip archive for this entry was opened in a mode other than .
- The zip archive for this entry has been disposed.
-
-
- Ottiene il percorso relativo della voce nell'archivio ZIP.
- Percorso relativo della voce nell'archivio ZIP.
-
-
- Ottiene o imposta l'ultima volta in cui la voce nell'archivio ZIP è stata modificata.
- L'ultima volta in cui la voce nell'archivio ZIP è stata modificata.
- The attempt to set this property failed, because the zip archive for the entry is in mode.
- The archive mode is set to .- or -The archive mode is set to and the entry has been opened.
- An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (one second before midnight).
-
-
- Ottiene la dimensione non compressa della voce nell'archivio ZIP.
- Dimensione non compressa della voce nell'archivio ZIP.
- The value of the property is not available because the entry has been modified.
-
-
- Ottiene il nome file della voce nell'archivio ZIP.
- Nome file della voce nell'archivio ZIP.
-
-
- Apre la voce dall'archivio ZIP.
- Flusso che rappresenta il contenuto della voce.
- The entry is already currently open for writing.-or-The entry has been deleted from the archive.-or-The archive for this entry was opened with the mode, and this entry has already been written to.
- The entry is either missing from the archive or is corrupt and cannot be read. -or-The entry has been compressed by using a compression method that is not supported.
- The zip archive for this entry has been disposed.
-
-
- Recupera il percorso relativo della voce nell'archivio ZIP.
- Percorso relativo della voce, ovvero il valore archiviato nella proprietà .
-
-
- Specifica i valori per l'interazione con le voci dell'archivio ZIP.
-
-
- È consentita solo la creazione di nuove voci dell'archivio.
-
-
- È consentita solo la lettura delle voci dell'archivio.
-
-
- Sono consentite sia operazioni in lettura che in scrittura per le voci dell'archivio.
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/ja/System.IO.Compression.xml b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/ja/System.IO.Compression.xml
deleted file mode 100644
index 2626cda..0000000
--- a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/ja/System.IO.Compression.xml
+++ /dev/null
@@ -1,446 +0,0 @@
-
-
-
- System.IO.Compression
-
-
-
- 圧縮操作で速度または圧縮サイズのどちらを重視するかどうかを示す値を指定します。
-
-
- 圧縮後のファイルは最適な圧縮ではなくても、圧縮操作はできるだけ迅速に完了する必要があります。
-
-
- ファイルに対して圧縮を行いません。
-
-
- 圧縮操作の操作が完了するまでに時間がかかりますが、圧縮操作は最適に圧縮する必要があります。
-
-
- 基になるストリームを圧縮するのか、または圧縮解除するのかを指定します。
-
-
- 基になるストリームを圧縮します。
-
-
- 基になるストリームを圧縮解除します。
-
-
- Deflate アルゴリズムを使用してストリームを圧縮および圧縮解除するためのメソッドとプロパティを提供します。
-
-
- 指定したストリームと圧縮レベルを使用して、 クラスの新しいインスタンスを初期化します。
- 圧縮するストリーム。
- ストリームの圧縮時に速度または圧縮の効率性を強調するかどうかを示す列挙値の 1 つ。
-
- は null です。
- ストリームは圧縮などの書き込み操作をサポートしません。(ストリーム オブジェクトの プロパティは false です)
-
-
- 指定したストリームと圧縮レベルを使用して クラスの新しいインスタンスを初期化し、必要に応じて、ストリームを開いたままにします。
- 圧縮するストリーム。
- ストリームの圧縮時に速度または圧縮の効率性を強調するかどうかを示す列挙値の 1 つ。
-
- オブジェクトを破棄した後にストリーム オブジェクトを開いたままにする場合は true、それ以外の場合は false。
-
- は null です。
- ストリームは圧縮などの書き込み操作をサポートしません。(ストリーム オブジェクトの プロパティは false です)
-
-
- 指定したストリームと圧縮モードを使用して、 クラスの新しいインスタンスを初期化します。
- 圧縮または圧縮解除するストリーム。
- ストリームを圧縮するか圧縮解除するかを示す列挙値の 1 つ。
-
- は null です。
-
- が有効な 値ではありません。または が で、 が false です。または が で、 が false です。
-
-
- 指定したストリームと圧縮モードを使用して クラスの新しいインスタンスを初期化し、必要に応じて、ストリームを開いたままにします。
- 圧縮または圧縮解除するストリーム。
- ストリームを圧縮するか圧縮解除するかを示す列挙値の 1 つ。
-
- オブジェクトを破棄した後にストリームを開いたままにする場合は true、それ以外の場合は false。
-
- は null です。
-
- が有効な 値ではありません。または が で、 が false です。または が で、 が false です。
-
-
- 基になるストリームへの参照を取得します。
- 基になるストリームを表すストリーム オブジェクト。
- 基になるストリームが閉じられました。
-
-
- ファイルの圧縮解除中にストリームが読み取りをサポートするかどうかを示す値を取得します。
-
- 値が Decompress で、基になるストリームが開いており、読み取りをサポートしている場合は true。それ以外の場合は false。
-
-
- ストリームがシークをサポートしているかどうかを示す値を取得します。
- 常に false。
-
-
- ストリームが書き込みをサポートしているかどうかを示す値を取得します。
-
- 値が Compress で、基になるストリームが書き込みをサポートし、閉じられていない場合は true。それ以外の場合は false。
-
-
-
- で使用されているアンマネージ リソースを解放し、オプションでマネージ リソースを解放します。
- マネージ リソースとアンマネージ リソースの両方を解放する場合は true。アンマネージ リソースだけを解放する場合は false。
-
-
- 現在実装されているこのメソッドは、何の機能も提供しません。
- ストリームが閉じられました。
-
-
-
-
-
- このプロパティはサポートされていないため、常に をスローします。
- long 値。
- このストリームでは、このプロパティはサポートされていません。
-
-
-
-
-
- このプロパティはサポートされていないため、常に をスローします。
- long 値。
- このストリームでは、このプロパティはサポートされていません。
-
-
-
-
-
- 圧縮解除されたバイト数を、指定したバイト配列に読み取ります。
- バイト配列に読み取られたバイト数。
- 圧縮解除されたバイトを格納するための配列。
- 読み取られるバイトが配置される 内のバイト オフセット。
- 読み取られる、圧縮解除されたバイトの最大数。
-
- は null です。
- オブジェクトが作成されたとき、 値が Compress でした。または 基になるストリームが読み取りをサポートしていません。
-
- または が 0 未満です。または の長さからインデックスの開始点を引いた値が 未満です。
- データ形式が無効です。
- ストリームが閉じられました。
-
-
- この操作はサポートされていないため、常に をスローします。
- long 値。
- ストリーム内の位置。
-
- 値の 1 つ。
- このストリームでは、このプロパティはサポートされていません。
-
-
- この操作はサポートされていないため、常に をスローします。
- ストリーム長。
- このストリームでは、このプロパティはサポートされていません。
-
-
- 圧縮されたバイトを、指定したバイト配列から基になるストリームに書き込みます。
- 圧縮するデータを格納しているバッファー。
- バイトの読み取り元となる 内のバイト オフセット。
- 書き込む最大バイト数。
-
-
- ストリームの圧縮および圧縮解除を実行するために使用するメソッドとプロパティを提供します。
-
-
- 指定したストリームと圧縮レベルを使用して、 クラスの新しいインスタンスを初期化します。
- 圧縮されたデータを書き込むストリーム。
- ストリームの圧縮時に速度または圧縮の効率性を強調するかどうかを示す列挙値の 1 つ。
-
- は null です。
- ストリームは圧縮などの書き込み操作をサポートしません。(ストリーム オブジェクトの プロパティは false です)
-
-
- 指定したストリームと圧縮レベルを使用して クラスの新しいインスタンスを初期化し、必要に応じて、ストリームを開いたままにします。
- 圧縮されたデータを書き込むストリーム。
- ストリームの圧縮時に速度または圧縮の効率性を強調するかどうかを示す列挙値の 1 つ。
-
- オブジェクトを破棄した後にストリーム オブジェクトを開いたままにする場合は true、それ以外の場合は false。
-
- は null です。
- ストリームは圧縮などの書き込み操作をサポートしません。(ストリーム オブジェクトの プロパティは false です)
-
-
- 指定したストリームと圧縮モードを使用して、 クラスの新しいインスタンスを初期化します。
- 圧縮されたデータまたは圧縮解除されたデータが書き込まれるストリーム。
- ストリームを圧縮するか圧縮解除するかを示す列挙値の 1 つ。
-
- は null です。
-
- が有効な 列挙値ではありません。または が で、 が false です。または が で、 が false です。
-
-
- 指定したストリームと圧縮モードを使用して クラスの新しいインスタンスを初期化し、必要に応じて、ストリームを開いたままにします。
- 圧縮されたデータまたは圧縮解除されたデータが書き込まれるストリーム。
- ストリームを圧縮するか圧縮解除するかを示す列挙値の 1 つ。
-
- オブジェクトを破棄した後にストリームを開いたままにする場合は true、それ以外の場合は false。
-
- は null です。
-
- が有効な 値ではありません。または が で、 が false です。または が で、 が false です。
-
-
- 基になるストリームへの参照を取得します。
- 基になるストリームを表すストリーム オブジェクト。
- 基になるストリームが閉じられました。
-
-
-
-
-
- ファイルの圧縮解除中にストリームが読み取りをサポートするかどうかを示す値を取得します。
-
- 値が Decompress, で、基になるストリームが読み取りをサポートし、閉じられていない場合は true。それ以外の場合は false。
-
-
-
-
-
- ストリームがシークをサポートしているかどうかを示す値を取得します。
- 常に false。
-
-
- ストリームが書き込みをサポートしているかどうかを示す値を取得します。
-
- 値が Compress で、基になるストリームが書き込みをサポートし、閉じられていない場合は true。それ以外の場合は false。
-
-
-
-
-
-
- で使用されているアンマネージ リソースを解放し、オプションでマネージ リソースを解放します。
- マネージ リソースとアンマネージ リソースの両方を解放する場合は true。アンマネージ リソースだけを解放する場合は false。
-
-
- 現在実装されているこのメソッドは、何の機能も提供しません。
- ストリームが閉じられました。
-
-
-
-
-
- このプロパティはサポートされていないため、常に をスローします。
- long 値。
- このストリームでは、このプロパティはサポートされていません。
-
-
-
-
-
- このプロパティはサポートされていないため、常に をスローします。
- long 値。
- このストリームでは、このプロパティはサポートされていません。
-
-
-
-
-
- 圧縮解除されたバイト数を、指定したバイト配列に読み取ります。
- 圧縮解除されバイト配列に読み取られたバイト数。既にストリームの末尾に到達している場合は、ゼロまたは読み取られたバイト数が返されます。
- 圧縮解除されたバイトを格納するために使用する配列。
- 読み取られるバイトが配置される 内のバイト オフセット。
- 読み取られる、圧縮解除されたバイトの最大数。
-
- は null です。
- オブジェクトが作成されたとき、 値が Compress でした。または基になるストリームが読み取りをサポートしていません。
-
- または が 0 未満です。または の長さからインデックスの開始点を引いた値が 未満です。
- データ形式が無効です。
- ストリームが閉じられました。
-
-
- このプロパティはサポートされていないため、常に をスローします。
- long 値。
- ストリーム内の位置。
-
- 値の 1 つ。
- このストリームでは、このプロパティはサポートされていません。
-
-
- このプロパティはサポートされていないため、常に をスローします。
- ストリーム長。
- このストリームでは、このプロパティはサポートされていません。
-
-
- 圧縮されたバイトを、指定したバイト配列から基になるストリームに書き込みます。
- 圧縮するデータを格納しているバッファー。
- バイトの読み取り元となる 内のバイト オフセット。
- 書き込む最大バイト数。
- ストリームが閉じているため、書き込み操作を実行できません。
-
-
- zip アーカイブ形式の圧縮ファイルのパッケージを表します。
-
-
- 指定したストリームからの クラスの新しいインスタンスを初期化します。
- 読み取るアーカイブを格納しているストリーム。
- The stream is already closed or does not support reading.
-
- is null.
- The contents of the stream are not in the zip archive format.
-
-
- 指定したストリームと指定したモードから クラスの新しいインスタンスを初期化します。
- 入力ストリームまたは出力ストリーム。
- zip のアーカイブがエントリの読み込み、作成、または更新に使用されているかどうかを示す列挙値の 1 つ。
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 指定されたモードの指定されたストリームで クラスの新しいインスタンスを初期化し、必要に応じて、ストリームを開いたままにします。
- 入力ストリームまたは出力ストリーム。
- zip のアーカイブがエントリの読み込み、作成、または更新に使用されているかどうかを示す列挙値の 1 つ。
-
- オブジェクトを破棄した後にストリームを開いたままにする場合は true、それ以外の場合は false。
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 指定されたモードの指定されたストリームで クラスの新しいインスタンスを初期化し、エントリ名に指定されたエンコーディングを使用します。また、必要に応じて、ストリームを開いたままにします。
- 入力ストリームまたは出力ストリーム。
- zip のアーカイブがエントリの読み込み、作成、または更新に使用されているかどうかを示す列挙値の 1 つ。
-
- オブジェクトを破棄した後にストリームを開いたままにする場合は true、それ以外の場合は false。
- このアーカイブのエントリ名の読み取りまたは書き込み時に使用するエンコード。エントリ名の UTF-8 エンコードをサポートしない zip アーカイブ ツールとライブラリとの相互運用性のためにエンコードが必要な場合にのみ、このパラメーターの値を指定してください。
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 指定したパスとエントリ名を持つ空のエントリを zip アーカイブに作成します。
- zip アーカイブ内の空のエントリ。
- 作成されるエントリの名前を指定する、アーカイブのルートを基準とするパス。
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- 指定したエントリ名と圧縮レベルを持つ空のエントリを zip アーカイブに作成します。
- zip アーカイブ内の空のエントリ。
- 作成されるエントリの名前を指定する、アーカイブのルートを基準とするパス。
- エントリの作成時に速度または圧縮の有効性を強調するかどうかを示す列挙値の 1 つ。
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
-
- クラスの現在のインスタンスによって使用されているリソースを解放します。
-
-
-
- クラスの現在のインスタンスによって使用されるアンマネージ リソースを解放するために、 メソッドと メソッドによって呼び出されます。オプションで、アーカイブの書き込みを終了し、マネージ リソースを解放できます。
- アーカイブの書き込みを終了し、アンマネージ リソースとマネージ リソースを解放する場合は true。アンマネージ リソースだけを解放する場合は false。
-
-
- 現在 zip アーカイブ内にあるエントリのコレクションを取得します。
- 現在 zip アーカイブ内にあるエントリのコレクション。
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- zip アーカイブ内の指定したエントリのラッパーを取得します。
- アーカイブ内の指定されたエントリのラッパー。エントリがアーカイブに存在しない場合は null。
- 取得するエントリを識別する、アーカイブのルートを基準とするパス。
-
- is .
-
- is null.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- zip アーカイブがエントリで実行できる操作の種類を示す値を取得します。
- zip のアーカイブがエントリ上で実行できる操作の種類 (読み込み、作成、または更新) を示す列挙値の 1 つ。
-
-
- zip アーカイブ内の圧縮ファイルを表します。
-
-
- エントリが属する zip アーカイブを取得します。
- エントリが属している zip アーカイブ、または、エントリが削除されている場合は null。
-
-
- zip アーカイブ内のエントリの圧縮サイズを取得します。
- zip アーカイブ内のエントリの圧縮サイズ。
- The value of the property is not available because the entry has been modified.
-
-
- zip アーカイブからエントリを削除します。
- The entry is already open for reading or writing.
- The zip archive for this entry was opened in a mode other than .
- The zip archive for this entry has been disposed.
-
-
- zip アーカイブ内のエントリの相対パスを取得します。
- zip アーカイブ内のエントリの相対パス。
-
-
- zip アーカイブのエントリが最後に変更されたときを取得または設定します。
- zip アーカイブ内のエントリが最後に変更された時間。
- The attempt to set this property failed, because the zip archive for the entry is in mode.
- The archive mode is set to .- or -The archive mode is set to and the entry has been opened.
- An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (one second before midnight).
-
-
- zip アーカイブ内のエントリの非圧縮サイズを取得します。
- zip アーカイブ内のエントリの非圧縮サイズ。
- The value of the property is not available because the entry has been modified.
-
-
- zip アーカイブ内のエントリのファイル名を取得します。
- zip アーカイブ内のエントリのファイル名。
-
-
- zip のアーカイブからエントリを開きます。
- エントリの内容を表すストリーム。
- The entry is already currently open for writing.-or-The entry has been deleted from the archive.-or-The archive for this entry was opened with the mode, and this entry has already been written to.
- The entry is either missing from the archive or is corrupt and cannot be read. -or-The entry has been compressed by using a compression method that is not supported.
- The zip archive for this entry has been disposed.
-
-
- zip アーカイブ内のエントリの相対パスを取得します。
- エントリの相対パス。これは プロパティに格納されている値です。
-
-
- zip のアーカイブ エントリとの対話のための値を指定します。
-
-
- 新しいアーカイブ エントリの作成に限り許可されます。
-
-
- 新しいアーカイブ エントリの読み込みに限り許可されます。
-
-
- 読み取りと書き込みの両方の操作がアーカイブ エントリで許可されます。
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/ko/System.IO.Compression.xml b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/ko/System.IO.Compression.xml
deleted file mode 100644
index ce2055d..0000000
--- a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/ko/System.IO.Compression.xml
+++ /dev/null
@@ -1,446 +0,0 @@
-
-
-
- System.IO.Compression
-
-
-
- 압축 시 속도를 우선할지 압축 크기를 우선할지를 나타내는 값을 지정합니다.
-
-
- 압축 작업은 결과 파일이 최적으로 압축되지 않더라도 가능한 신속하게 완료되어야 합니다.
-
-
- 파일에 대해 압축을 수행할 수 없습니다.
-
-
- 작업을 완료하는 데 시간이 더 걸리더라도 압축 작업은 최적으로 압축되어야 합니다.
-
-
- 내부 스트림을 압축할지 또는 압축을 풀지 여부를 지정합니다.
-
-
- 내부 스트림을 압축합니다.
-
-
- 내부 스트림의 압축을 풉니다.
-
-
- Deflate 알고리즘을 사용하여 스트림을 압축하고 압축을 풀기 위한 메서드와 속성을 제공합니다.
-
-
- 지정된 스트림과 압축 수준을 사용하여 클래스의 새 인스턴스를 초기화합니다.
- 압축할 스트림입니다.
- 스트림을 압축할 때 속도 또는 압축 효율을 강조할지 여부를 나타내는 열거형 값 중 하나입니다.
-
- 가 null인 경우
- 스트림이 압축 등의 쓰기 작업을 지원하지 않습니다.(스트림 개체의 속성이 false입니다.)
-
-
- 지정된 스트림과 압축 수준을 사용하여 클래스의 새 인스턴스를 초기화하고 스트림을 선택적으로 연 상태로 둘 수 있습니다.
- 압축할 스트림입니다.
- 스트림을 압축할 때 속도 또는 압축 효율을 강조할지 여부를 나타내는 열거형 값 중 하나입니다.
-
- 개체를 삭제한 후 스트림 개체를 열어 두려면 true이고, 그렇지 않으면 false입니다.
-
- 가 null인 경우
- 스트림이 압축 등의 쓰기 작업을 지원하지 않습니다.(스트림 개체의 속성이 false입니다.)
-
-
- 지정된 스트림과 압축 모드를 사용하여 클래스의 새 인스턴스를 초기화합니다.
- 압축하거나 압축을 풀 스트림입니다.
- 스트림을 압축할 것인지 또는 압축 해제할 것인지를 나타내는 열거형 값 중 하나입니다.
-
- 가 null인 경우
-
- 은(는) 올바른 값이 아닙니다.또는가 이고 가 false인 경우또는가 이고 가 false인 경우
-
-
- 지정된 스트림과 압축 모드를 사용하여 클래스의 새 인스턴스를 초기화하고 스트림을 선택적으로 연 상태로 둘 수 있습니다.
- 압축하거나 압축을 풀 스트림입니다.
- 스트림을 압축할 것인지 또는 압축 해제할 것인지를 나타내는 열거형 값 중 하나입니다.
-
- 개체를 삭제한 후 스트림을 열어 두려면 true이고, 그렇지 않으면 false입니다.
-
- 가 null인 경우
-
- 은(는) 올바른 값이 아닙니다.또는가 이고 가 false인 경우또는가 이고 가 false인 경우
-
-
- 내부 스트림에 대한 참조를 가져옵니다.
- 내부 스트림을 나타내는 스트림 개체입니다.
- 내부 스트림이 닫혀 있는 경우
-
-
- 파일의 압축을 푸는 동안 스트림을 읽을 수 있는지 여부를 나타내는 값을 가져옵니다.
-
- 값이 Decompress이고 내부 스트림이 열려 있으며 읽기를 지원하면 true이고, 이외의 경우는 false입니다.
-
-
- 스트림이 검색을 지원하는지 여부를 나타내는 값을 가져옵니다.
- 모든 경우에 false입니다.
-
-
- 스트림이 쓰기를 지원하는지 여부를 나타내는 값을 가져옵니다.
-
- 값이 Compress이고 내부 스트림이 쓰기를 지원하며 닫혀 있지 않으면 true이고, 이외의 경우는 false입니다.
-
-
-
- 가 사용하는 관리되지 않는 리소스를 해제하고, 관리되는 리소스를 선택적으로 해제합니다.
- 관리되는 리소스와 관리되지 않는 리소스를 모두 해제하려면 true로 설정하고, 관리되지 않는 리소스만 해제하려면 false로 설정합니다.
-
-
- 이 메서드의 현재 클래스에는 기능이 없습니다.
- 스트림이 닫혀 있는 경우
-
-
-
-
-
- 이 속성은 지원되지 않으며 항상 을 throw합니다.
- long 값입니다.
- 이 스트림에 이 속성이 지원되지 않는 경우
-
-
-
-
-
- 이 속성은 지원되지 않으며 항상 을 throw합니다.
- long 값입니다.
- 이 스트림에 이 속성이 지원되지 않는 경우
-
-
-
-
-
- 압축이 풀린 바이트 수를 지정된 바이트 배열로 읽어 들입니다.
- 바이트 배열에 읽어 들인 바이트 수입니다.
- 압축이 풀린 바이트를 저장할 배열입니다.
- 읽은 바이트를 넣을 의 바이트 오프셋입니다.
- 읽을 최대 압축 풀린 바이트 수입니다.
-
- 가 null인 경우
- 개체를 만들 때 값이 Compress였던 경우또는 내부 스트림이 읽기를 지원하지 않는 경우
-
- 또는 가 0보다 작은 경우또는 길이에서 인덱스 시작 위치를 뺀 값이 보다 작은 경우
- 데이터의 형식이 잘못된 경우
- 스트림이 닫혀 있는 경우
-
-
- 이 작업은 지원되지 않으며 항상 을 throw합니다.
- long 값입니다.
- 스트림 내의 위치입니다.
-
- 값 중 하나입니다.
- 이 스트림에 이 속성이 지원되지 않는 경우
-
-
- 이 작업은 지원되지 않으며 항상 을 throw합니다.
- 스트림의 길이입니다.
- 이 스트림에 이 속성이 지원되지 않는 경우
-
-
- 지정된 바이트 배열에서 압축된 바이트를 내부 스트림에 씁니다.
- 압축할 데이터가 들어 있는 버퍼입니다.
- 바이트를 읽어올 의 바이트 오프셋입니다.
- 쓸 최대 바이트 수입니다.
-
-
- 스트림을 압축하거나 압축을 푸는 데 사용되는 메서드 및 속성을 제공합니다.
-
-
- 지정된 스트림과 압축 수준을 사용하여 클래스의 새 인스턴스를 초기화합니다.
- 압축된 데이터를 쓸 스트림입니다.
- 스트림을 압축할 때 속도 또는 압축 효율을 강조할지 여부를 나타내는 열거형 값 중 하나입니다.
-
- 가 null인 경우
- 스트림이 압축 등의 쓰기 작업을 지원하지 않습니다.(스트림 개체의 속성이 false입니다.)
-
-
- 지정된 스트림과 압축 수준을 사용하여 클래스의 새 인스턴스를 초기화하고 스트림을 선택적으로 연 상태로 둘 수 있습니다.
- 압축된 데이터를 쓸 스트림입니다.
- 스트림을 압축할 때 속도 또는 압축 효율을 강조할지 여부를 나타내는 열거형 값 중 하나입니다.
-
- 개체를 삭제한 후 스트림 개체를 열어 두려면 true이고, 그렇지 않으면 false입니다.
-
- 가 null인 경우
- 스트림이 압축 등의 쓰기 작업을 지원하지 않습니다.(스트림 개체의 속성이 false입니다.)
-
-
- 지정된 스트림과 압축 모드를 사용하여 클래스의 새 인스턴스를 초기화합니다.
- 압축되거나 압축을 푼 데이터가를 쓸 스트림입니다.
- 스트림을 압축할 것인지 또는 압축 해제할 것인지를 나타내는 열거형 값 중 하나입니다.
-
- 가 null인 경우
-
- 가 유효한 열거형 값이 아닌 경우또는가 이고 가 false인 경우또는가 이고 가 false인 경우
-
-
- 지정된 스트림과 압축 모드를 사용하여 클래스의 새 인스턴스를 초기화하고 스트림을 선택적으로 연 상태로 둘 수 있습니다.
- 압축되거나 압축을 푼 데이터가를 쓸 스트림입니다.
- 스트림을 압축할 것인지 또는 압축 해제할 것인지를 나타내는 열거형 값 중 하나입니다.
-
- 개체를 삭제한 후 스트림을 열어 두려면 true이고, 그렇지 않으면 false입니다.
-
- 가 null인 경우
-
- 은(는) 올바른 값이 아닙니다.또는가 이고 가 false인 경우또는가 이고 가 false인 경우
-
-
- 내부 스트림에 대한 참조를 가져옵니다.
- 내부 스트림을 나타내는 스트림 개체입니다.
- 내부 스트림이 닫혀 있는 경우
-
-
-
-
-
- 파일의 압축을 푸는 동안 스트림을 읽을 수 있는지 여부를 나타내는 값을 가져옵니다.
-
- 값이 Decompress,이고 내부 스트림이 읽기를 지원하며 닫혀 있지 않으면 true이고, 그렇지 않으면 false입니다.
-
-
-
-
-
- 스트림이 검색을 지원하는지 여부를 나타내는 값을 가져옵니다.
- 모든 경우에 false입니다.
-
-
- 스트림이 쓰기를 지원하는지 여부를 나타내는 값을 가져옵니다.
-
- 값이 Compress이고 내부 스트림이 쓰기를 지원하며 닫혀 있지 않으면 true이고, 이외의 경우는 false입니다.
-
-
-
-
-
-
- 에서 사용하는 관리되지 않는 리소스를 해제하고, 관리되는 리소스를 선택적으로 해제할 수 있습니다.
- 관리되는 리소스와 관리되지 않는 리소스를 모두 해제하려면 true로 설정하고, 관리되지 않는 리소스만 해제하려면 false로 설정합니다.
-
-
- 이 메서드의 현재 클래스에는 기능이 없습니다.
- 스트림이 닫혀 있는 경우
-
-
-
-
-
- 이 속성은 지원되지 않으며 항상 을 throw합니다.
- long 값입니다.
- 이 스트림에 이 속성이 지원되지 않는 경우
-
-
-
-
-
- 이 속성은 지원되지 않으며 항상 을 throw합니다.
- long 값입니다.
- 이 스트림에 이 속성이 지원되지 않는 경우
-
-
-
-
-
- 압축이 풀린 바이트 수를 지정된 바이트 배열로 읽어 들입니다.
- 바이트 배열에 압축이 풀린 바이트 수입니다.스트림의 끝에 도달한 경우에는 0 또는 읽은 바이트 수가 반환됩니다.
- 압축이 풀린 바이트를 저장하는 데 사용되는 배열입니다.
- 읽은 바이트를 넣을 의 바이트 오프셋입니다.
- 읽을 최대 압축 풀린 바이트 수입니다.
-
- 가 null인 경우
- 개체를 만들 때 값이 Compress였던 경우또는내부 스트림이 읽기를 지원하지 않는 경우
-
- 또는 가 0보다 작은 경우또는 길이에서 인덱스 시작 위치를 뺀 값이 보다 작은 경우
- 데이터의 형식이 잘못된 경우
- 스트림이 닫혀 있는 경우
-
-
- 이 속성은 지원되지 않으며 항상 을 throw합니다.
- long 값입니다.
- 스트림 내의 위치입니다.
-
- 값 중 하나입니다.
- 이 스트림에 이 속성이 지원되지 않는 경우
-
-
- 이 속성은 지원되지 않으며 항상 을 throw합니다.
- 스트림의 길이입니다.
- 이 스트림에 이 속성이 지원되지 않는 경우
-
-
- 지정된 바이트 배열에서 압축된 바이트를 내부 스트림에 씁니다.
- 압축할 데이터가 들어 있는 버퍼입니다.
- 바이트를 읽어올 의 바이트 오프셋입니다.
- 쓸 최대 바이트 수입니다.
- 스트림이 닫혀 있어서 쓰기 작업을 수행할 수 없는 경우
-
-
- Zip 보관 파일 형식으로 압축된 파일 패키지를 나타냅니다.
-
-
- 지정된 스트림에서 클래스의 새 인스턴스를 초기화합니다.
- 읽을 보관 저장소가 포함된 스트림입니다.
- The stream is already closed or does not support reading.
-
- is null.
- The contents of the stream are not in the zip archive format.
-
-
- 지정된 모드를 사용하여 지정된 스트림에서 클래스의 새 인스턴스를 초기화합니다.
- 입력 또는 출력 스트림입니다.
- Zip 보관 파일이 엔트리를 읽거나 만들기 또는 업데이트하는 데 사용되는지를 나타내는 열거형 값 중 하나입니다.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 지정된 모드에 대해 지정된 스트림에서 클래스의 새 인스턴스를 초기화하고 스트림을 선택적으로 연 상태로 둡니다.
- 입력 또는 출력 스트림입니다.
- Zip 보관 파일이 엔트리를 읽거나 만들기 또는 업데이트하는 데 사용되는지를 나타내는 열거형 값 중 하나입니다.
-
- 개체를 삭제한 후 스트림을 열어 두려면 true이고, 그렇지 않으면 false입니다.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 지정된 모드에 대해 지정된 스트림에서 클래스의 새 인스턴스를 초기화하고 항목 이름에 대해 지정된 인코딩을 사용하며 스트림을 선택적으로 연 상태로 둡니다.
- 입력 또는 출력 스트림입니다.
- Zip 보관 파일이 엔트리를 읽거나 만들기 또는 업데이트하는 데 사용되는지를 나타내는 열거형 값 중 하나입니다.
-
- 개체를 삭제한 후 스트림을 열어 두려면 true이고, 그렇지 않으면 false입니다.
- 이 보관 파일에서 이름을 읽거나 쓰는 동안 사용할 인코딩입니다.인코딩이 항목 이름에 대해 UTF-8 인코딩을 지원하지 않는 Zip 보관 도구와 라이브러리를 사용하여 상호 운용성에 인코딩이 필요할 때만 이 매개 변수에 대한 값을 지정합니다.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Zip 보관 파일에 지정된 경로 및 항목 이름을 가진 빈 항목을 만듭니다.
- Zip 보관 파일의 빈 항목입니다.
- 만들 항목의 이름을 지정하는, 보관 저장소의 루트에 상대적인 경로입니다.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Zip 보관 파일에 지정된 항목 이름 및 압축 수준을 가진 빈 항목을 만듭니다.
- Zip 보관 파일의 빈 항목입니다.
- 만들 항목의 이름을 지정하는, 보관 저장소의 루트에 상대적인 경로입니다.
- 항목을 만들 때 속도 또는 압축 효율을 강조할지를 나타내는 열거형 값 중 하나입니다.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
-
- 클래스의 현재 인스턴스에서 사용하는 리소스를 해제합니다.
-
-
-
- 클래스의 현재 인스턴스가 사용하는 관리되지 않는 리소스를 해제하기 위해 및 메서드에 의해 호출되며 선택적으로 보관 파일을 작성하고 관리되는 리소스를 해제합니다.
- 보관 파일에 쓰기를 완료하고 관리되지 않은 리소스와 관리되는 리소스를 해제하려면 true이고, 관리되지 않은 리소스만 해제하려면 false입니다.
-
-
- 현재 Zip 보관 파일에 있는 항목의 컬렉션을 가져옵니다.
- 현재 Zip 보관 파일에 있는 항목의 컬렉션입니다.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Zip 보관 파일 항목에 대한 래퍼를 검색합니다.
- 보관 저장소의 지정된 항목에 대한 래퍼이거나, 항목이 보관 저장소에 없는 경우 null입니다.
- 검색할 항목을 식별하는, 보관 저장소의 루트에 상대적인 경로입니다.
-
- is .
-
- is null.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Zip 보관 파일이 엔트리에 대해 수행할 수 있는 동작의 유형을 나타내는 값을 가져옵니다.
- 엔트리에 Zip 보관 파일을 보관할 수 있는 동작(읽기, 만들기 또는 업데이트) 유형을 설명하는 열거형 값 중 하나입니다.
-
-
- Zip 보관 파일 내의 압축된 파일을 나타냅니다.
-
-
- 엔트리가 속한 Zip 보관 파일을 가져옵니다.
- 항목이 속하는 Zip 보관 파일이거나, 항목이 삭제된 경우 null입니다.
-
-
- Zip 보관 파일에 있는 항목의 압축된 크기를 가져옵니다.
- Zip 보관 파일에 있는 항목의 압축된 크기입니다.
- The value of the property is not available because the entry has been modified.
-
-
- Zip 보관 파일에서 항목을 삭제합니다.
- The entry is already open for reading or writing.
- The zip archive for this entry was opened in a mode other than .
- The zip archive for this entry has been disposed.
-
-
- Zip 보관 파일에 있는 항목의 상대 경로를 가져옵니다.
- Zip 보관 파일에 있는 항목의 상대 경로입니다.
-
-
- Zip 보관 파일의 항목이 마지막으로 변경된 시간을 가져오거나 설정합니다.
- Zip 보관 파일의 항목이 마지막으로 변경된 시간입니다.
- The attempt to set this property failed, because the zip archive for the entry is in mode.
- The archive mode is set to .- or -The archive mode is set to and the entry has been opened.
- An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (one second before midnight).
-
-
- Zip 보관 파일에 있는 항목의 압축되지 않은 크기를 가져옵니다.
- Zip 보관 파일에 있는 항목의 압축 해제된 크기입니다.
- The value of the property is not available because the entry has been modified.
-
-
- Zip 보관 파일에 있는 항목의 파일 이름을 가져옵니다.
- Zip 보관 파일에 있는 항목의 파일 이름입니다.
-
-
- Zip 보관 파일에서 항목을 엽니다.
- 항목의 내용을 나타내는 스트림입니다.
- The entry is already currently open for writing.-or-The entry has been deleted from the archive.-or-The archive for this entry was opened with the mode, and this entry has already been written to.
- The entry is either missing from the archive or is corrupt and cannot be read. -or-The entry has been compressed by using a compression method that is not supported.
- The zip archive for this entry has been disposed.
-
-
- Zip 보관 파일에 있는 항목의 상대 경로를 검색합니다.
- 항목의 상대 경로로, 속성에 저장된 값입니다.
-
-
- Zip 보관 파일 항목과 상호 작용하기 위한 값을 지정합니다.
-
-
- 새 보관 항목 만들기만 허용됩니다.
-
-
- 보관 항목 읽기만 허용됩니다.
-
-
- 보관 항목에 대해 읽기 및 쓰기 작업 모두가 허용됩니다.
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/ru/System.IO.Compression.xml b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/ru/System.IO.Compression.xml
deleted file mode 100644
index f901cb3..0000000
--- a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/ru/System.IO.Compression.xml
+++ /dev/null
@@ -1,415 +0,0 @@
-
-
-
- System.IO.Compression
-
-
-
- Определяет значения, указывающие, для какой характеристики оптимизируется сжатие: скорость или размер.
-
-
- Операция сжатия должна завершиться как можно быстрее, даже если результирующий файл не будет сжат оптимально.
-
-
- Файл не требуется сжимать.
-
-
- При операции сжатия должно применяться оптимальное сжатие, даже если это увеличивает длительность ее выполнения.
-
-
- Задает, следует ли сжимать или распаковывать основной поток.
-
-
- Сжимает основной поток.
-
-
- Распаковывает основной поток.
-
-
- Предоставляет методы и свойства для сжатия и распаковки потоков с использованием алгоритма Deflate.
-
-
- Инициализирует новый экземпляр класса с использованием указанного потока и уровня сжатия.
- Поток для сжатия.
- Одно из значений перечисления, указывающее, чему отдается приоритет при сжатии потока: скорости или эффективности сжатия.
- Свойство имеет значение null.
- Поток не поддерживает операции записи, например сжатие.(Свойство в объекте потока имеет значение false).
-
-
- Инициализирует новый экземпляр класса с помощью указанного потока и уровня сжатия, а также при необходимости оставляет поток открытым.
- Поток для сжатия.
- Одно из значений перечисления, указывающее, чему отдается приоритет при сжатии потока: скорости или эффективности сжатия.
- Значение true, чтобы оставить объект потока открытым после удаления объекта ; в противном случае — значение false.
- Свойство имеет значение null.
- Поток не поддерживает операции записи, например сжатие.(Свойство в объекте потока имеет значение false).
-
-
- Инициализирует новый экземпляр класса с использованием указанного потока и режима сжатия.
- Поток, который нужно сжать или распаковать.
- Одно из значений перечисления, указывающее, нужно ли выполнить сжатие или распаковку потока.
- Свойство имеет значение null.
- Параметр не является допустимым значением .-или- — и — false.-или- — и — false.
-
-
- Инициализирует новый экземпляр класса с помощью указанного потока и режима сжатия, а также при необходимости оставляет поток открытым.
- Поток, который нужно сжать или распаковать.
- Одно из значений перечисления, указывающее, нужно ли выполнить сжатие или распаковку потока.
- Значение true, чтобы оставить поток открытым после удаления объекта ; в противном случае — значение false.
- Свойство имеет значение null.
- Параметр не является допустимым значением .-или- — и — false.-или- — и — false.
-
-
- Возвращает ссылку на основной поток.
- Объект потока, представляющий основной поток.
- Основной поток закрыт.
-
-
- Возвращает значение, указывающее, поддерживает ли поток чтение во время распаковки файла.
- Значение true, если значение равно Decompress, а основной поток открыт и поддерживает чтение; в противном случае — false.
-
-
- Возвращает значение, указывающее, поддерживает ли поток поиск.
- Значение false во всех случаях.
-
-
- Возвращает значение, определяющее, поддерживает ли поток операции записи.
- Значение true, если значение равно Compress, и основной поток поддерживает запись и не закрыт; в противном случае — false.
-
-
- Освобождает неуправляемые ресурсы, используемые объектом , а при необходимости освобождает также управляемые ресурсы.
- Значение true позволяет освободить как управляемые, так и неуправляемые ресурсы; значение false освобождает только неуправляемые ресурсы.
-
-
- Текущая реализация этого метода не функциональна.
- Поток закрыт.
-
-
-
-
-
- Это свойство не поддерживается и всегда вызывает исключение .
- Значение типа long.
- Для данного потока это свойство не поддерживается.
-
-
-
-
-
- Это свойство не поддерживается и всегда вызывает исключение .
- Значение типа long.
- Для данного потока это свойство не поддерживается.
-
-
-
-
-
- Считывает число распакованных байтов в указанный массив байтов.
- Число байтов, которые были считаны в массив байтов.
- Массив для хранения распакованных байтов.
- Смещение в байтах в массиве , в который будут помещены считанные байты.
- Максимальное число распакованных байтов для считывания.
- Свойство имеет значение null.
- При создании объекта значение было равно Compress.-или- Основной поток не поддерживает чтение.
- Значение параметра или меньше нуля.-или-Длина массива минус начальная точка индекса меньше чем .
- Недопустимый формат данных.
- Поток закрыт.
-
-
- Эта операция не поддерживается и всегда вызывает исключение .
- Значение типа long.
- Расположение в потоке.
- Одно из значений .
- Для данного потока это свойство не поддерживается.
-
-
- Эта операция не поддерживается и всегда вызывает исключение .
- Длина потока.
- Для данного потока это свойство не поддерживается.
-
-
- Записывает сжатые байты в основной поток из указанного массива байтов.
- Буфер, содержащий данные для сжатия.
- Смещение байтов в , из которого будут считываться байты.
- Максимальное число байтов для записи.
-
-
- Предоставляет методы и свойства, используемые для сжатия и распаковки потоков.
-
-
- Инициализирует новый экземпляр класса с использованием указанного потока и уровня сжатия.
- Поток, в который необходимо записать сжатые данные.
- Одно из значений перечисления, указывающее, чему отдается приоритет при сжатии потока: скорости или эффективности сжатия.
- Свойство имеет значение null.
- Поток не поддерживает операции записи, например сжатие.(Свойство в объекте потока имеет значение false).
-
-
- Инициализирует новый экземпляр класса с помощью указанного потока и уровня сжатия, а также при необходимости оставляет поток открытым.
- Поток, в который необходимо записать сжатые данные.
- Одно из значений перечисления, указывающее, чему отдается приоритет при сжатии потока: скорости или эффективности сжатия.
- Значение true, чтобы оставить объект потока открытым после удаления объекта ; в противном случае — значение false.
- Свойство имеет значение null.
- Поток не поддерживает операции записи, например сжатие.(Свойство в объекте потока имеет значение false).
-
-
- Инициализирует новый экземпляр класса с использованием указанного потока и режима сжатия.
- Поток, в который записываются сжатые или распакованные данные.
- Одно из значений перечисления, указывающее, нужно ли выполнить сжатие или распаковку потока.
- Свойство имеет значение null.
-
- не является допустимым значением перечисления .-или- — и — false.-или- — и — false.
-
-
- Инициализирует новый экземпляр класса с помощью указанного потока и режима сжатия, а также при необходимости оставляет поток открытым.
- Поток, в который записываются сжатые или распакованные данные.
- Одно из значений перечисления, указывающее, нужно ли выполнить сжатие или распаковку потока.
- Значение true, чтобы оставить поток открытым после удаления объекта ; в противном случае — значение false.
- Свойство имеет значение null.
- Параметр не является допустимым значением .-или- — и — false.-или- — и — false.
-
-
- Возвращает ссылку на основной поток.
- Объект потока, представляющий основной поток.
- Основной поток закрыт.
-
-
-
-
-
- Возвращает значение, указывающее, поддерживает ли поток чтение во время распаковки файла.
- Значение true, если значение равно Decompress,, и основной поток поддерживает чтение и не закрыт; в противном случае — false.
-
-
-
-
-
- Возвращает значение, указывающее, поддерживает ли поток поиск.
- Значение false во всех случаях.
-
-
- Возвращает значение, определяющее, поддерживает ли поток операции записи.
- Значение true, если значение равно Compress, и основной поток поддерживает запись и не закрыт; в противном случае — false.
-
-
-
-
-
- Освобождает неуправляемые ресурсы, используемые объектом , а при необходимости освобождает также и управляемые ресурсы.
- Значение true позволяет освободить как управляемые, так и неуправляемые ресурсы; значение false освобождает только неуправляемые ресурсы.
-
-
- Текущая реализация этого метода не функциональна.
- Поток закрыт.
-
-
-
-
-
- Это свойство не поддерживается и всегда вызывает исключение .
- Значение типа long.
- Для данного потока это свойство не поддерживается.
-
-
-
-
-
- Это свойство не поддерживается и всегда вызывает исключение .
- Значение типа long.
- Для данного потока это свойство не поддерживается.
-
-
-
-
-
- Считывает число распакованных байтов в указанный массив байтов.
- Число байтов, которые были распакованы в массив байтов.Если достигнут конец потока, возвращаемое значение представляет собой число считанных байтов или же равно нулю.
- Массив, используемый для хранения распакованных байтов.
- Смещение в байтах в массиве , в который будут помещены считанные байты.
- Максимальное число распакованных байтов для считывания.
- Свойство имеет значение null.
- При создании объекта значение было равно Compress.-или-Основной поток не поддерживает чтение.
- Значение параметра или меньше нуля.-или-Длина массива минус начальная точка индекса меньше чем .
- Недопустимый формат данных.
- Поток закрыт.
-
-
- Это свойство не поддерживается и всегда вызывает исключение .
- Значение типа long.
- Расположение в потоке.
- Одно из значений .
- Для данного потока это свойство не поддерживается.
-
-
- Это свойство не поддерживается и всегда вызывает исключение .
- Длина потока.
- Для данного потока это свойство не поддерживается.
-
-
- Записывает сжатые байты в основной поток из указанного массива байтов.
- Буфер, содержащий данные для сжатия.
- Смещение байтов в , из которого будут считываться байты.
- Максимальное число байтов для записи.
- Операция записи не может быть выполнена, поскольку поток закрыт.
-
-
- Представляет пакет сжатых файлов в формате ZIP архива.
-
-
- Инициализирует новый экземпляр класса из заданного потока.
- Поток, содержащий архив для чтения.
- The stream is already closed or does not support reading.
-
- is null.
- The contents of the stream are not in the zip archive format.
-
-
- Инициализирует новый экземпляр класса из указанного потока с заданным режимом.
- Входной или выходной поток.
- Одно из значений перечисления, указывающее, для чтения, создания или обновления записей используется ZIP-архив.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Инициализирует новый экземпляр класса на указанном потоке для заданного режима, а также при необходимости оставляет поток открытым.
- Входной или выходной поток.
- Одно из значений перечисления, указывающее, для чтения, создания или обновления записей используется ZIP-архив.
- Значение true, чтобы оставить поток открытым после удаления объекта ; в противном случае — значение false.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Инициализирует новый экземпляр класса на указанном потоке для заданного режима, использует указанную кодировку для кодировку для имен записей, а также, при необходимости, оставляет поток открытым.
- Входной или выходной поток.
- Одно из значений перечисления, указывающее, для чтения, создания или обновления записей используется ZIP-архив.
- Значение true, чтобы оставить поток открытым после удаления объекта ; в противном случае — значение false.
- Кодирование, используемое при чтении или записи имен записей в этом архиве.Задайте значение для этого параметра, только если кодирование требуется для взаимодействия с инструментами и библиотеками ZIP-архива, которые не поддерживают кодирование UTF-8 для имен записей.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Создает пустую запись, которая имеет указанные путь и имя записи в ZIP архиве.
- Пустая запись в ZIP-архиве.
- Путь относительно корня архива, который указывает имя создаваемой записи.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Создает пустую запись, которая имеет указанные имя и уровень сжатия ZIP записи в архиве.
- Пустая запись в ZIP-архиве.
- Путь относительно корня архива, который указывает имя создаваемой записи.
- Одно из значений перечисления, указывающее, акцентировать ли внимание на скорости или эффективности сжатия при создании записи.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Освобождает ресурсы, используемые текущим экземпляром класса .
-
-
- Вызывается методами и , чтобы освободить неуправляемые ресурсы, используемые текущим экземпляром класса . Дополнительно может заканчивать запись архива и высвобождать управляемые ресурсы.
- Значение true — для завершения записи архива и освобождения управляемых и неуправляемых ресурсов; значение false — для освобождения только неуправляемых ресурсов.
-
-
- Получает коллекцию записей, которые находятся в ZIP-архиве в текущий момент.
- Коллекция записей, которые находятся в ZIP-архиве в текущий момент.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Извлекает оболочку для заданной записи в ZIP-архиве.
- Программа-оболочка для определенной записи в архиве; null — если запись не существует в архиве.
- Путь относительно корня архива, который указывает запись для получения.
-
- is .
-
- is null.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Получает значение, которое описывает тип действий, которые ZIP-архив может выполнять над записями.
- Одно из значений перечисления, описывающее тип действия (чтение, создание или обновление), которое ZIP-архив может выполнять над записями.
-
-
- Представляет сжатый файл внутри ZIP-архива.
-
-
- Получает ZIP-архив, к которому принадлежит запись.
- ZIP-архив, которому принадлежит запись, или значение null, если запись была удалена.
-
-
- Получает сжатый размер записи в ZIP-архиве.
- Сжатый размер записи в ZIP-архиве.
- The value of the property is not available because the entry has been modified.
-
-
- Удаляет запись из ZIP-архива.
- The entry is already open for reading or writing.
- The zip archive for this entry was opened in a mode other than .
- The zip archive for this entry has been disposed.
-
-
- Получает относительный путь записи в ZIP-архиве.
- Относительный путь записи в ZIP-архиве.
-
-
- Получает или задает время последнего изменения записи в ZIP-архиве.
- Время последнего изменения записи в ZIP-архиве.
- The attempt to set this property failed, because the zip archive for the entry is in mode.
- The archive mode is set to .- or -The archive mode is set to and the entry has been opened.
- An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (one second before midnight).
-
-
- Получает несжатый размер записи в ZIP-архиве.
- Несжатый размер записи в ZIP-архиве.
- The value of the property is not available because the entry has been modified.
-
-
- Получает имя файла записи в ZIP-архиве.
- Имя файла записи в ZIP-архиве.
-
-
- Открывает запись из ZIP-архива.
- Поток, представляющий содержимое записи.
- The entry is already currently open for writing.-or-The entry has been deleted from the archive.-or-The archive for this entry was opened with the mode, and this entry has already been written to.
- The entry is either missing from the archive or is corrupt and cannot be read. -or-The entry has been compressed by using a compression method that is not supported.
- The zip archive for this entry has been disposed.
-
-
- Извлекает относительный путь записи в ZIP-архиве.
- Относительный путь записи, который является значением, хранящимся в свойстве .
-
-
- Определяет значения для взаимодействия с записями ZIP-архива.
-
-
- Разрешено только создание новых записей архива.
-
-
- Разрешено только чтение записей архива.
-
-
- Операции чтение и запись разрешены для записей архива.
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/zh-hans/System.IO.Compression.xml b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/zh-hans/System.IO.Compression.xml
deleted file mode 100644
index d95c4c9..0000000
--- a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/zh-hans/System.IO.Compression.xml
+++ /dev/null
@@ -1,436 +0,0 @@
-
-
-
- System.IO.Compression
-
-
-
- 指定表明是否压缩操作重点介绍速度或压缩大小的值。
-
-
- 即使结果文件未可选择性地压缩,压缩操作也应尽快完成。
-
-
- 该文件不应执行压缩。
-
-
- 即使操作要用更长的时间来完成,也应该可选性地压缩压缩操作。
-
-
- 指定是否压缩或解压缩基础流。
-
-
- 压缩基础流。
-
-
- 解压缩基础流。
-
-
- 提供使用 Deflate 算法压缩和解压缩流的方法和属性。
-
-
- 用指定的流和压缩级别初始化 类的新实例。
- 要压缩的流。
- 压缩流时,指示是否要强调速度或压缩效率的枚举值之一。
-
- 为 null。
- 流不支持写入操作,如压缩。(流对象上的 属性是 false。)
-
-
- 使用指定的流和压缩级别,初始化 类的新实例,有选择性的打开流。
- 要压缩的流。
- 压缩流时,指示是否要强调速度或压缩效率的枚举值之一。
- 如果在释放 对象之后打开流对象,则为 true;否则为 false。
-
- 为 null。
- 流不支持写入操作,如压缩。(流对象上的 属性是 false。)
-
-
- 用指定的流和压缩模式初始化 类的新实例。
- 要压缩或解压缩的流。
- 指示是要压缩还是解压缩流的枚举值之一。
-
- 为 null。
-
- 不是有效的 值。- 或 - 为 且 为 false。- 或 - 为 且 为 false。
-
-
- 使用指定的流和压缩模式,初始化 类的新实例,有选择性的打开流。
- 要压缩或解压缩的流。
- 指示是要压缩还是解压缩流的枚举值之一。
- 如果在释放 对象之后打开流,则为 true;否则为 false。
-
- 为 null。
-
- 不是有效的 值。- 或 - 为 且 为 false。- 或 - 为 且 为 false。
-
-
- 获取对基础流的引用。
- 表示基础流的流对象。
- 基础流已关闭。
-
-
- 获取一个值,该值指示流是否支持在解压缩文件的过程中读取文件。
- 如果 值为 Decompress 而且基础流已打开并支持读取,则为 true;否则为 false。
-
-
- 获取一个值,该值指示流是否支持查找。
- 在所有情况下均为 false。
-
-
- 获取一个值,该值指示流是否支持写入。
- 如果 值为 Compress 而且基础流未关闭并支持写入,则为 true;否则为 false。
-
-
- 释放由 占用的非托管资源,还可以释放托管资源。
- 若要释放托管资源和非托管资源,则为 true;若仅释放非托管资源,则为 false。
-
-
- 此方法的当前实现没有任何功能。
- 流已关闭。
-
-
-
-
-
- 此属性不受支持,并且总是引发 。
- 一个长值。
- 此流中不支持此属性。
-
-
-
-
-
- 此属性不受支持,并且总是引发 。
- 一个长值。
- 此流中不支持此属性。
-
-
-
-
-
- 将若干解压缩的字节读入指定的字节数组。
- 已读入到字节数组中的字节数。
- 用于存储解压缩的字节的数组。
-
- 中的字节偏移量,将在此处放置读取的字节。
- 最多要读取的解压缩字节数。
-
- 为 null。
- 创建对象时 值是 Compress。- 或 - 基础流不支持读取。
-
- 或 小于零。- 或 - 长度减去索引起始点小于 。
- 数据的格式无效。
- 流已关闭。
-
-
- 此操作不受支持,它总是引发 。
- 一个长值。
- 流中的位置。
-
- 值之一。
- 此流中不支持此属性。
-
-
- 此操作不受支持,它总是引发 。
- 流的长度。
- 此流中不支持此属性。
-
-
- 从指定的字节数组中将压缩的字节写入基础流。
- 包含要压缩的数据的缓冲区。
-
- 中的字节偏移量,将在此处读取字节。
- 最多写入的字节数。
-
-
- 提供用于压缩和解压缩流的方法和属性。
-
-
- 用指定的流和压缩级别初始化 类的新实例。
- 要将压缩数据写入到其中的流。
- 压缩流时,指示是否要强调速度或压缩效率的枚举值之一。
-
- 为 null。
- 流不支持写入操作,如压缩。(流对象上的 属性是 false。)
-
-
- 使用指定的流和压缩级别,初始化 类的新实例,有选择性的打开流。
- 要将压缩数据写入到其中的流。
- 压缩流时,指示是否要强调速度或压缩效率的枚举值之一。
- 如果在释放 对象之后打开流对象,则为 true;否则为 false。
-
- 为 null。
- 流不支持写入操作,如压缩。(流对象上的 属性是 false。)
-
-
- 用指定的流和压缩模式初始化 类的新实例。
- 压缩或解压缩后的数据被写入的流。
- 指示是要压缩还是解压缩流的枚举值之一。
-
- 为 null。
-
- 不是有效的 枚举值。- 或 - 为 且 为 false。- 或 - 为 且 为 false。
-
-
- 使用指定的流和压缩模式,初始化 类的新实例,有选择性的打开流。
- 压缩或解压缩后的数据被写入的流。
- 指示是要压缩还是解压缩流的枚举值之一。
- 如果在释放 对象之后打开流,则为 true;否则为 false。
-
- 为 null。
-
- 不是有效的 值。- 或 - 为 且 为 false。- 或 - 为 且 为 false。
-
-
- 获取对基础流的引用。
- 表示基础流的流对象。
- 基础流已关闭。
-
-
-
-
-
- 获取一个值,该值指示流是否支持在解压缩文件的过程中读取文件。
- 如果 值为 Decompress, 而且基础流未关闭并支持读取,则为 true;否则为 false。
-
-
-
-
-
- 获取一个值,该值指示流是否支持查找。
- 在所有情况下均为 false。
-
-
- 获取一个值,该值指示流是否支持写入。
- 如果 值为 Compress 而且基础流未关闭并支持写入,则为 true;否则为 false。
-
-
-
-
-
- 释放由 占用的非托管资源,还可以释放托管资源。
- 若要释放托管资源和非托管资源,则为 true;若仅释放非托管资源,则为 false。
-
-
- 此方法的当前实现没有任何功能。
- 流已关闭。
-
-
-
-
-
- 此属性不受支持,并且总是引发 。
- 一个长值。
- 此流中不支持此属性。
-
-
-
-
-
- 此属性不受支持,并且总是引发 。
- 一个长值。
- 此流中不支持此属性。
-
-
-
-
-
- 将若干解压缩的字节读入指定的字节数组。
- 解压缩到字节数组中的字节数。如果已到达流的末尾,则返回 0 或已读取的字节数。
- 用于存储解压缩字节的数组。
-
- 中的字节偏移量,将在此处放置读取的字节。
- 最多要读取的解压缩字节数。
-
- 为 null。
- 创建对象时 值是 Compress。- 或 -基础流不支持读取。
-
- 或 小于零。- 或 - 长度减去索引起始点小于 。
- 数据的格式无效。
- 流已关闭。
-
-
- 此属性不受支持,并且总是引发 。
- 一个长值。
- 流中的位置。
-
- 值之一。
- 此流中不支持此属性。
-
-
- 此属性不受支持,并且总是引发 。
- 流的长度。
- 此流中不支持此属性。
-
-
- 从指定的字节数组中将压缩的字节写入基础流。
- 包含要压缩的数据的缓冲区。
-
- 中的字节偏移量,将在此处读取字节。
- 最多写入的字节数。
- 由于流已关闭,因此无法执行写入操作。
-
-
- 表示 Zip 存档格式中的一个压缩文件包。
-
-
- 从指定流初始化 类的新实例。
- 即包含待读取的存档的流。
- The stream is already closed or does not support reading.
-
- is null.
- The contents of the stream are not in the zip archive format.
-
-
- 在指定的模式下,从指定的流初始化 类的新实例。
- 输入流或输出流。
- 指示 zip 存档是否用于读取、创建或更新项的一个枚举值。
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 对于指定的模式,初始化指定流上的 类的新实例,并有选择性地使流保持打开状态。
- 输入流或输出流。
- 指示 zip 存档是否用于读取、创建或更新项的一个枚举值。
- 如果在释放 对象之后打开流对象,则为 true;否则为 false。
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 对于指定的模式,初始化指定流上的 类的新实例,使用项名的指定编码,并有择性地使流保持打开状态。
- 输入流或输出流。
- 指示 zip 存档是否用于读取、创建或更新项的一个枚举值。
- 如果在释放 对象之后打开流对象,则为 true;否则为 false。
- 在存档中读取或写入项名时使用的编码。仅当需要针对具有不支持项名的 UTF-8 编码的 zip 归档工具和库的互操作性进行编码时,为此参数指定一个值。
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 创建在 zip 存档中有指定路径和项名的空项。
- 在 zip 存档中的空项。
- 相对于存档的根的路径指定了要创建项的名称。
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- 创建在 zip 存档中有指定项名和压缩级别的空项。
- 在 zip 存档中的空项。
- 相对于存档的根的路径指定了要创建项的名称。
- 指示创建项时是否强调速度或压缩有效性的枚举值之一。
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- 释放 类的当前实例使用的资源。
-
-
- 由 和 方法调用,以释放 类的当前实例使用的未托管资源,并有选择性地完成编写存档以及释放托管资源。
- true 则完成编写存档并释放未托管和托管资源;false 则仅释放未托管资源。
-
-
- 获取 zip 存档中当前存在的项的集合。
- 在 zip 存档中当前存在的项的集合。
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- 在 zip 存档中检索指定项的包装。
- 存档中指定项的包装器;如果存档中不存在此项目则为 null。
- 识别要检索的项、相对于存档的根的路径。
-
- is .
-
- is null.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- 获取描述 zip 存档可在项上执行的操作类型的一个值。
- 描述 zip 存档可在项上执行的操作类型(读取、创建或更新)的一个枚举值。
-
-
- 表示 zip 档案中的压缩文件。
-
-
- 获取该项所属的 zip 存档。
- 项所属的 zip 存档,或如果已删除项,则为 null。
-
-
- 获取在 zip 存档中的项的压缩大小。
- 在 zip 存档中的项的压缩大小。
- The value of the property is not available because the entry has been modified.
-
-
- 删除 zip 存档中的项。
- The entry is already open for reading or writing.
- The zip archive for this entry was opened in a mode other than .
- The zip archive for this entry has been disposed.
-
-
- 获取 zip 存档中的项的相对路径。
- 在 zip 存档中的项的相对路径。
-
-
- 获取或设置最近一次更改 zip 存档中的项的时间。
- 最近一次更改 zip 存档中的项的时间。
- The attempt to set this property failed, because the zip archive for the entry is in mode.
- The archive mode is set to .- or -The archive mode is set to and the entry has been opened.
- An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (one second before midnight).
-
-
- 获取 zip 存档中的项的未压缩大小。
- 在 zip 存档中的项的未压缩大小。
- The value of the property is not available because the entry has been modified.
-
-
- 获取在 zip 存档中的项的文件名。
- 在 zip 存档中的项的文件名。
-
-
- 打开 zip 存档中的项。
- 表示项的内容的流。
- The entry is already currently open for writing.-or-The entry has been deleted from the archive.-or-The archive for this entry was opened with the mode, and this entry has already been written to.
- The entry is either missing from the archive or is corrupt and cannot be read. -or-The entry has been compressed by using a compression method that is not supported.
- The zip archive for this entry has been disposed.
-
-
- 检索 zip 存档中项的相对路径。
- 项的相对路径,即存储在 属性中的值。
-
-
- 指定与 zip 存档项互交的值。
-
-
- 只允许创建新存档项。
-
-
- 只允许读取存档项。
-
-
- 存档项允许读取和写入操作。
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/zh-hant/System.IO.Compression.xml b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/zh-hant/System.IO.Compression.xml
deleted file mode 100644
index e14f0da..0000000
--- a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netcore50/zh-hant/System.IO.Compression.xml
+++ /dev/null
@@ -1,432 +0,0 @@
-
-
-
- System.IO.Compression
-
-
-
- 指定值,這個值表示壓縮作業會強調速度還是壓縮大小。
-
-
- 即使不能有效壓縮所產生的檔案,應該儘速完成壓縮作業。
-
-
- 不應該對檔案執行壓縮。
-
-
- 壓縮作業應該會進行最佳化壓縮,即使該作業耗費更長的時間才能完成。
-
-
- 指定是要壓縮還是要解壓縮基礎資料流。
-
-
- 壓縮基礎資料流。
-
-
- 解壓縮基礎資料流。
-
-
- 提供方法和屬性,以透過 Deflate 演算法來壓縮和解壓縮資料流。
-
-
- 使用指定的資料流和壓縮層級,初始化 類別的新執行個體。
- 要壓縮的資料流。
- 其中一個列舉值,指出當壓縮資料流時是否要強調速度或壓縮的效益。
-
- 為 null。
- 資料流不支援寫入作業,例如壓縮。(資料流物件上的 屬性是false)。
-
-
- 使用指定的資料流和壓縮層級,初始化 類別的新執行個體,並選擇性地保持開啟資料流。
- 要壓縮的資料流。
- 其中一個列舉值,指出當壓縮資料流時是否要強調速度或壓縮的效益。
- true 表示在處置 物件之後,將資料流物件保持開啟;否則為 false。
-
- 為 null。
- 資料流不支援寫入作業,例如壓縮。(資料流物件上的 屬性是false)。
-
-
- 使用指定的資料流和壓縮模式,初始化 類別的新執行個體。
- 要壓縮或解壓縮的資料流。
- 其中一個列舉值,表示要壓縮還是解壓縮資料流。
-
- 為 null。
-
- 不是有效的 值。-或- 是 ,而 是 false。-或- 是 ,而 是 false。
-
-
- 使用指定的資料流和壓縮模式,初始化 類別的新執行個體,並選擇性地保持開啟資料流。
- 要壓縮或解壓縮的資料流。
- 其中一個列舉值,表示要壓縮還是解壓縮資料流。
- true 表示在處置 物件之後,將資料流保持開啟;否則為 false。
-
- 為 null。
-
- 不是有效的 值。-或- 是 ,而 是 false。-或- 是 ,而 是 false。
-
-
- 取得基礎資料流的參考。
- 資料流物件,表示基礎資料流。
- 已關閉基礎資料流。
-
-
- 取得值,指出在解壓縮檔案時,資料流是否支援讀取。
- 如果 值為 Decompress,且基礎資料流處於開啟狀態並支援讀取,則為 true;否則為 false。
-
-
- 取得值,指出資料流是否支援搜尋。
- 所有情況下都是 false。
-
-
- 取得值,指出資料流是否支援寫入。
- 如果 值為 Compress,並且基礎資料流支援寫入,且不處於關閉狀態,則為 true;否則為 false。
-
-
- 釋放 所使用的 Unmanaged 資源,並選擇性釋放 Managed 資源。
- true 表示釋放 Managed 和 Unmanaged 資源,false 則表示只釋放 Unmanaged 資源。
-
-
- 這個方法目前的實作沒有任何功能。
- 已關閉資料流。
-
-
-
-
-
- 這個屬性不受支援,而且一律會擲回 。
- 長整數值。
- 這個資料流不支援這個屬性。
-
-
-
-
-
- 這個屬性不受支援,而且一律會擲回 。
- 長整數值。
- 這個資料流不支援這個屬性。
-
-
-
-
-
- 將大量解壓縮的位元組讀入指定的位元組陣列。
- 已讀入至位元組陣列的位元組數。
- 用於儲存解壓縮位元組的陣列。
- 要在其中放置讀取位元組之 的位元組位移。
- 要讀取的最大解壓縮位元組數。
-
- 為 null。
- 建立物件時, 的值為 Compress。-或- 基礎資料流不支援讀取。
-
- 或 小於零。-或- 長度減去索引起點小於 。
- 資料的格式無效。
- 已關閉資料流。
-
-
- 這個作業不受支援,而且一律會擲回 。
- 長整數值。
- 在資料流中的位置。
- 其中一個 值。
- 這個資料流不支援這個屬性。
-
-
- 這個作業不受支援,而且一律會擲回 。
- 資料流的長度。
- 這個資料流不支援這個屬性。
-
-
- 從指定的位元組陣列將壓縮的位元組寫入基礎資料流。
- 包含要壓縮之資料的緩衝區。
-
- 中的位元組位移,即讀取位元組的來源位置。
- 寫入的最大位元組數。
-
-
- 提供用於壓縮和解壓縮資料流的方法和屬性。
-
-
- 使用指定的資料流和壓縮層級,初始化 類別的新執行個體。
- 要寫入壓縮資料的資料流。
- 其中一個列舉值,指出當壓縮資料流時是否要強調速度或壓縮的效益。
-
- 為 null。
- 資料流不支援寫入作業,例如壓縮。(資料流物件上的 屬性是false)。
-
-
- 使用指定的資料流和壓縮層級,初始化 類別的新執行個體,並選擇性地保持開啟資料流。
- 要寫入壓縮資料的資料流。
- 其中一個列舉值,指出當壓縮資料流時是否要強調速度或壓縮的效益。
- true 表示在處置 物件之後,將資料流物件保持開啟;否則為 false。
-
- 為 null。
- 資料流不支援寫入作業,例如壓縮。(資料流物件上的 屬性是false)。
-
-
- 使用指定的資料流和壓縮模式,初始化 類別的新執行個體。
- 寫入壓縮或解壓縮資料的資料流。
- 其中一個列舉值,表示要壓縮還是解壓縮資料流。
-
- 為 null。
-
- 不是有效的 列舉值。-或- 是 ,而 是 false。-或- 是 ,而 是 false。
-
-
- 使用指定的資料流和壓縮模式,初始化 類別的新執行個體,並選擇性地保持開啟資料流。
- 寫入壓縮或解壓縮資料的資料流。
- 其中一個列舉值,表示要壓縮還是解壓縮資料流。
- true 表示在處置 物件之後,將資料流保持開啟;否則為 false。
-
- 為 null。
-
- 不是有效的 值。-或- 是 ,而 是 false。-或- 是 ,而 是 false。
-
-
- 取得基礎資料流的參考。
- 資料流物件,表示基礎資料流。
- 已關閉基礎資料流。
-
-
-
-
-
- 取得值,指出在解壓縮檔案時,資料流是否支援讀取。
- 如果 值為 Decompress,,並且基礎資料流支援讀取,且不處於關閉狀態,則為 true;否則為 false。
-
-
-
-
-
- 取得值,指出資料流是否支援搜尋。
- 所有情況下都是 false。
-
-
- 取得值,指出資料流是否支援寫入。
- 如果 值為 Compress,並且基礎資料流支援寫入,且不處於關閉狀態,則為 true;否則為 false。
-
-
-
-
-
- 釋放 所使用的 Unmanaged 資源,並選擇性釋放 Managed 資源。
- true 表示釋放 Managed 和 Unmanaged 資源,false 則表示只釋放 Unmanaged 資源。
-
-
- 這個方法目前的實作沒有任何功能。
- 已關閉資料流。
-
-
-
-
-
- 這個屬性不受支援,而且一律會擲回 。
- 長整數值。
- 這個資料流不支援這個屬性。
-
-
-
-
-
- 這個屬性不受支援,而且一律會擲回 。
- 長整數值。
- 這個資料流不支援這個屬性。
-
-
-
-
-
- 將大量解壓縮的位元組讀入指定的位元組陣列。
- 解壓縮至位元組陣列的位元組數。如果已達到資料流的結尾,則會傳回零或位元組數。
- 用於儲存解壓縮位元組的陣列。
- 要在其中放置讀取位元組之 的位元組位移。
- 要讀取的最大解壓縮位元組數。
-
- 為 null。
- 建立物件時, 的值為 Compress。-或-基礎資料流不支援讀取。
-
- 或 小於零。-或- 長度減去索引起點小於 。
- 資料的格式無效。
- 已關閉資料流。
-
-
- 這個屬性不受支援,而且一律會擲回 。
- 長整數值。
- 在資料流中的位置。
- 其中一個 值。
- 這個資料流不支援這個屬性。
-
-
- 這個屬性不受支援,而且一律會擲回 。
- 資料流的長度。
- 這個資料流不支援這個屬性。
-
-
- 從指定的位元組陣列將壓縮的位元組寫入基礎資料流。
- 包含要壓縮之資料的緩衝區。
-
- 中的位元組位移,即讀取位元組的來源位置。
- 寫入的最大位元組數。
- 無法執行寫入作業,因為資料流已關閉。
-
-
- 代表 zip 封存格式的壓縮檔封裝。
-
-
- 從指定的資料流,初始化 類別的新執行個體。
- 包含要讀取之封存的資料流。
- The stream is already closed or does not support reading.
-
- is null.
- The contents of the stream are not in the zip archive format.
-
-
- 使用指定的模式,從指定的資料流初始化 類別的新執行個體。
- 輸入或輸出資料流。
- 其中一個列舉值,指出是否使用 zip 封存讀取、建立或更新項目。
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 在指定之模式的指定資料流上,初始化 類別的新執行個體,並選擇性地保留資料流開啟狀態。
- 輸入或輸出資料流。
- 其中一個列舉值,指出是否使用 zip 封存讀取、建立或更新項目。
- true 表示在處置 物件之後,將資料流保持開啟,否則為 false。
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 在指定模式的指定資料流上,初始化 類別的新執行個體,使用項目名稱的指定編碼方式,並選擇性地保留資料流開啟狀態。
- 輸入或輸出資料流。
- 其中一個列舉值,指出是否使用 zip 封存讀取、建立或更新項目。
- true 表示在處置 物件之後,將資料流保持開啟,否則為 false。
- 在此封存中讀取或寫入項目名稱時要使用的編碼方式。只有需要編碼以與 Zip 封存工具和程式庫互通,且這類工具和程式庫不支援項目名稱使用 UTF-8 編碼時,才指定此參數的值。
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 在 zip 封存中建立具有指定之路徑和項目名稱的空項目。
- Zip 封存中的空項目。
- 指定要建立之項目名稱的路徑 (相對於封存的根目錄)。
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- 在 zip 封存中建立具有指定之項目名稱和壓縮等級的空項目。
- Zip 封存中的空項目。
- 指定要建立之項目名稱的路徑 (相對於封存的根目錄)。
- 其中一個列舉值,指出建立項目時是否要強調速度或壓縮的效益。
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- 將 類別目前的執行個體所使用的資源釋出。
-
-
- 由 和 方法呼叫以釋放 類別之目前執行個體所使用的 Unmanaged 資源,並選擇性完成封存的寫入以及釋放 Managed 資源。
- true 表示完成寫入封存並釋放 Managed 和 Unmanaged 資源,false 表示只釋放 Unmanaged 資源。
-
-
- 取得目前 zip 封存中所包含項目的集合。
- 目前 zip 封存中所包含項目的集合。
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- 在 zip 封存中擷取指定項目的包裝函式。
- 封存中指定項目的包裝函式,如果項目不存在於封存中則為 null。
- 識別要擷取之項目的路徑 (相對於封存的根目錄)。
-
- is .
-
- is null.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- 取得值,描述 zip 封存可以在項目上執行的動作類型。
- 其中一個列舉值,其描述 zip 封存可以在項目上執行的動作類型 (讀取、建立或更新)。
-
-
- 表示 zip 封存中的壓縮檔。
-
-
- 取得項目所屬的 zip 封存。
- 項目所屬的 Zip 封存,如果已刪除項目,則為 null。
-
-
- 取得 Zip 封存中的項目壓縮大小。
- Zip 封存中項目的壓縮大小。
- The value of the property is not available because the entry has been modified.
-
-
- 從 zip 封存中刪除項目。
- The entry is already open for reading or writing.
- The zip archive for this entry was opened in a mode other than .
- The zip archive for this entry has been disposed.
-
-
- 取得 Zip 封存中的項目相對路徑。
- Zip 封存中的項目相對路徑。
-
-
- 取得或設定上次變更 zip 封存中之項目的時間。
- 上次變更 zip 封存中之項目的時間。
- The attempt to set this property failed, because the zip archive for the entry is in mode.
- The archive mode is set to .- or -The archive mode is set to and the entry has been opened.
- An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (one second before midnight).
-
-
- 取得 Zip 封存中的項目未壓縮大小。
- Zip 封存中的項目未壓縮大小。
- The value of the property is not available because the entry has been modified.
-
-
- 取得 Zip 封存中的項目檔名。
- Zip 封存中的項目檔名。
-
-
- 從 zip 封存中開啟項目。
- 代表此項目內容的資料流。
- The entry is already currently open for writing.-or-The entry has been deleted from the archive.-or-The archive for this entry was opened with the mode, and this entry has already been written to.
- The entry is either missing from the archive or is corrupt and cannot be read. -or-The entry has been compressed by using a compression method that is not supported.
- The zip archive for this entry has been disposed.
-
-
- 擷取 Zip 封存中項目的相對路徑。
- 項目的相對路徑,其為儲存在 屬性中的值。
-
-
- 指定與 zip 封存項目互動的值。
-
-
- 僅允許建立新的封存項目。
-
-
- 僅允許讀取封存項目。
-
-
- 封存項目允許讀取及寫入作業。
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/System.IO.Compression.dll b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/System.IO.Compression.dll
deleted file mode 100644
index 2b6a856..0000000
Binary files a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/System.IO.Compression.dll and /dev/null differ
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/System.IO.Compression.xml b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/System.IO.Compression.xml
deleted file mode 100644
index 8d194f6..0000000
--- a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/System.IO.Compression.xml
+++ /dev/null
@@ -1,430 +0,0 @@
-
-
-
- System.IO.Compression
-
-
-
- Specifies values that indicate whether a compression operation emphasizes speed or compression size.
-
-
- The compression operation should complete as quickly as possible, even if the resulting file is not optimally compressed.
-
-
- No compression should be performed on the file.
-
-
- The compression operation should be optimally compressed, even if the operation takes a longer time to complete.
-
-
- Specifies whether to compress or decompress the underlying stream.
-
-
- Compresses the underlying stream.
-
-
- Decompresses the underlying stream.
-
-
- Provides methods and properties for compressing and decompressing streams by using the Deflate algorithm.
-
-
- Initializes a new instance of the class by using the specified stream and compression level.
- The stream to compress.
- One of the enumeration values that indicates whether to emphasize speed or compression efficiency when compressing the stream.
-
- is null.
- The stream does not support write operations such as compression. (The property on the stream object is false.)
-
-
- Initializes a new instance of the class by using the specified stream and compression level, and optionally leaves the stream open.
- The stream to compress.
- One of the enumeration values that indicates whether to emphasize speed or compression efficiency when compressing the stream.
- true to leave the stream object open after disposing the object; otherwise, false.
-
- is null.
- The stream does not support write operations such as compression. (The property on the stream object is false.)
-
-
- Initializes a new instance of the class by using the specified stream and compression mode.
- The stream to compress or decompress.
- One of the enumeration values that indicates whether to compress or decompress the stream.
-
- is null.
-
- is not a valid value.-or- is and is false.-or- is and is false.
-
-
- Initializes a new instance of the class by using the specified stream and compression mode, and optionally leaves the stream open.
- The stream to compress or decompress.
- One of the enumeration values that indicates whether to compress or decompress the stream.
- true to leave the stream open after disposing the object; otherwise, false.
-
- is null.
-
- is not a valid value.-or- is and is false.-or- is and is false.
-
-
- Gets a reference to the underlying stream.
- A stream object that represents the underlying stream.
- The underlying stream is closed.
-
-
- Gets a value indicating whether the stream supports reading while decompressing a file.
- true if the value is Decompress, and the underlying stream is opened and supports reading; otherwise, false.
-
-
- Gets a value indicating whether the stream supports seeking.
- false in all cases.
-
-
- Gets a value indicating whether the stream supports writing.
- true if the value is Compress, and the underlying stream supports writing and is not closed; otherwise, false.
-
-
- Releases the unmanaged resources used by the and optionally releases the managed resources.
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
- The current implementation of this method has no functionality.
- The stream is closed.
-
-
-
-
-
- This property is not supported and always throws a .
- A long value.
- This property is not supported on this stream.
-
-
-
-
-
- This property is not supported and always throws a .
- A long value.
- This property is not supported on this stream.
-
-
-
-
-
- Reads a number of decompressed bytes into the specified byte array.
- The number of bytes that were read into the byte array.
- The array to store decompressed bytes.
- The byte offset in at which the read bytes will be placed.
- The maximum number of decompressed bytes to read.
-
- is null.
- The value was Compress when the object was created.- or - The underlying stream does not support reading.
-
- or is less than zero.-or- length minus the index starting point is less than .
- The data is in an invalid format.
- The stream is closed.
-
-
- This operation is not supported and always throws a .
- A long value.
- The location in the stream.
- One of the values.
- This property is not supported on this stream.
-
-
- This operation is not supported and always throws a .
- The length of the stream.
- This property is not supported on this stream.
-
-
- Writes compressed bytes to the underlying stream from the specified byte array.
- The buffer that contains the data to compress.
- The byte offset in from which the bytes will be read.
- The maximum number of bytes to write.
-
-
- Provides methods and properties used to compress and decompress streams.
-
-
- Initializes a new instance of the class by using the specified stream and compression level.
- The stream to write the compressed data to.
- One of the enumeration values that indicates whether to emphasize speed or compression efficiency when compressing the stream.
-
- is null.
- The stream does not support write operations such as compression. (The property on the stream object is false.)
-
-
- Initializes a new instance of the class by using the specified stream and compression level, and optionally leaves the stream open.
- The stream to write the compressed data to.
- One of the enumeration values that indicates whether to emphasize speed or compression efficiency when compressing the stream.
- true to leave the stream object open after disposing the object; otherwise, false.
-
- is null.
- The stream does not support write operations such as compression. (The property on the stream object is false.)
-
-
- Initializes a new instance of the class by using the specified stream and compression mode.
- The stream the compressed or decompressed data is written to.
- One of the enumeration values that indicates whether to compress or decompress the stream.
-
- is null.
-
- is not a valid enumeration value.-or- is and is false.-or- is and is false.
-
-
- Initializes a new instance of the class by using the specified stream and compression mode, and optionally leaves the stream open.
- The stream the compressed or decompressed data is written to.
- One of the enumeration values that indicates whether to compress or decompress the stream.
- true to leave the stream open after disposing the object; otherwise, false.
-
- is null.
-
- is not a valid value.-or- is and is false.-or- is and is false.
-
-
- Gets a reference to the underlying stream.
- A stream object that represents the underlying stream.
- The underlying stream is closed.
-
-
-
-
-
- Gets a value indicating whether the stream supports reading while decompressing a file.
- true if the value is Decompress, and the underlying stream supports reading and is not closed; otherwise, false.
-
-
-
-
-
- Gets a value indicating whether the stream supports seeking.
- false in all cases.
-
-
- Gets a value indicating whether the stream supports writing.
- true if the value is Compress, and the underlying stream supports writing and is not closed; otherwise, false.
-
-
-
-
-
- Releases the unmanaged resources used by the and optionally releases the managed resources.
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
- The current implementation of this method has no functionality.
- The stream is closed.
-
-
-
-
-
- This property is not supported and always throws a .
- A long value.
- This property is not supported on this stream.
-
-
-
-
-
- This property is not supported and always throws a .
- A long value.
- This property is not supported on this stream.
-
-
-
-
-
- Reads a number of decompressed bytes into the specified byte array.
- The number of bytes that were decompressed into the byte array. If the end of the stream has been reached, zero or the number of bytes read is returned.
- The array used to store decompressed bytes.
- The byte offset in at which the read bytes will be placed.
- The maximum number of decompressed bytes to read.
-
- is null.
- The value was Compress when the object was created.- or -The underlying stream does not support reading.
-
- or is less than zero.-or- length minus the index starting point is less than .
- The data is in an invalid format.
- The stream is closed.
-
-
- This property is not supported and always throws a .
- A long value.
- The location in the stream.
- One of the values.
- This property is not supported on this stream.
-
-
- This property is not supported and always throws a .
- The length of the stream.
- This property is not supported on this stream.
-
-
- Writes compressed bytes to the underlying stream from the specified byte array.
- The buffer that contains the data to compress.
- The byte offset in from which the bytes will be read.
- The maximum number of bytes to write.
- The write operation cannot be performed because the stream is closed.
-
-
- Represents a package of compressed files in the zip archive format.
-
-
- Initializes a new instance of the class from the specified stream.
- The stream that contains the archive to be read.
- The stream is already closed or does not support reading.
-
- is null.
- The contents of the stream are not in the zip archive format.
-
-
- Initializes a new instance of the class from the specified stream and with the specified mode.
- The input or output stream.
- One of the enumeration values that indicates whether the zip archive is used to read, create, or update entries.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Initializes a new instance of the class on the specified stream for the specified mode, and optionally leaves the stream open.
- The input or output stream.
- One of the enumeration values that indicates whether the zip archive is used to read, create, or update entries.
- true to leave the stream open after the object is disposed; otherwise, false.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Initializes a new instance of the class on the specified stream for the specified mode, uses the specified encoding for entry names, and optionally leaves the stream open.
- The input or output stream.
- One of the enumeration values that indicates whether the zip archive is used to read, create, or update entries.
- true to leave the stream open after the object is disposed; otherwise, false.
- The encoding to use when reading or writing entry names in this archive. Specify a value for this parameter only when an encoding is required for interoperability with zip archive tools and libraries that do not support UTF-8 encoding for entry names.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Creates an empty entry that has the specified path and entry name in the zip archive.
- An empty entry in the zip archive.
- A path, relative to the root of the archive, that specifies the name of the entry to be created.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Creates an empty entry that has the specified entry name and compression level in the zip archive.
- An empty entry in the zip archive.
- A path, relative to the root of the archive, that specifies the name of the entry to be created.
- One of the enumeration values that indicates whether to emphasize speed or compression effectiveness when creating the entry.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Releases the resources used by the current instance of the class.
-
-
- Called by the and methods to release the unmanaged resources used by the current instance of the class, and optionally finishes writing the archive and releases the managed resources.
- true to finish writing the archive and release unmanaged and managed resources; false to release only unmanaged resources.
-
-
- Gets the collection of entries that are currently in the zip archive.
- The collection of entries that are currently in the zip archive.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Retrieves a wrapper for the specified entry in the zip archive.
- A wrapper for the specified entry in the archive; null if the entry does not exist in the archive.
- A path, relative to the root of the archive, that identifies the entry to retrieve.
-
- is .
-
- is null.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Gets a value that describes the type of action the zip archive can perform on entries.
- One of the enumeration values that describes the type of action (read, create, or update) the zip archive can perform on entries.
-
-
- Represents a compressed file within a zip archive.
-
-
- Gets the zip archive that the entry belongs to.
- The zip archive that the entry belongs to, or null if the entry has been deleted.
-
-
- Gets the compressed size of the entry in the zip archive.
- The compressed size of the entry in the zip archive.
- The value of the property is not available because the entry has been modified.
-
-
- Deletes the entry from the zip archive.
- The entry is already open for reading or writing.
- The zip archive for this entry was opened in a mode other than .
- The zip archive for this entry has been disposed.
-
-
- Gets the relative path of the entry in the zip archive.
- The relative path of the entry in the zip archive.
-
-
- Gets or sets the last time the entry in the zip archive was changed.
- The last time the entry in the zip archive was changed.
- The attempt to set this property failed, because the zip archive for the entry is in mode.
- The archive mode is set to .- or -The archive mode is set to and the entry has been opened.
- An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (one second before midnight).
-
-
- Gets the uncompressed size of the entry in the zip archive.
- The uncompressed size of the entry in the zip archive.
- The value of the property is not available because the entry has been modified.
-
-
- Gets the file name of the entry in the zip archive.
- The file name of the entry in the zip archive.
-
-
- Opens the entry from the zip archive.
- The stream that represents the contents of the entry.
- The entry is already currently open for writing.-or-The entry has been deleted from the archive.-or-The archive for this entry was opened with the mode, and this entry has already been written to.
- The entry is either missing from the archive or is corrupt and cannot be read. -or-The entry has been compressed by using a compression method that is not supported.
- The zip archive for this entry has been disposed.
-
-
- Retrieves the relative path of the entry in the zip archive.
- The relative path of the entry, which is the value stored in the property.
-
-
- Specifies values for interacting with zip archive entries.
-
-
- Only creating new archive entries is permitted.
-
-
- Only reading archive entries is permitted.
-
-
- Both read and write operations are permitted for archive entries.
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/de/System.IO.Compression.xml b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/de/System.IO.Compression.xml
deleted file mode 100644
index e7d6bfc..0000000
--- a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/de/System.IO.Compression.xml
+++ /dev/null
@@ -1,430 +0,0 @@
-
-
-
- System.IO.Compression
-
-
-
- Gibt Werte an, die angeben, ob ein Komprimierungsvorgang die Geschwindigkeit oder den Komprimierungsumfang hervorhebt.
-
-
- Der Komprimierungsvorgang soll so schnell wie möglich beendet werden, auch wenn die resultierende Datei nicht optimal komprimiert wird.
-
-
- Bei der Datei sollte keine Komprimierung erfolgen.
-
-
- Der Komprimierungsvorgang soll optimal ausgeführt werden, auch wenn der Vorgang eine längere Zeit in Anspruch nimmt.
-
-
- Gibt an, ob der zugrunde liegende Stream komprimiert oder dekomprimiert werden soll.
-
-
- Komprimiert den zugrunde liegenden Stream.
-
-
- Dekomprimiert den zugrunde liegenden Stream.
-
-
- Stellt Methoden und Eigenschaften zum Komprimieren und Dekomprimieren von Streams mithilfe des Deflate-Algorithmus bereit.
-
-
- Initialisiert eine neue Instanz der -Klasse mithilfe des angegebenen Stream- und Komprimierungsgrads.
- Der zu komprimierende Stream.
- Einer der Enumerationswerte, der angibt, ob die Geschwindigkeit oder Komprimierungsleistungsfähigkeit priorisiert wird, wenn der Stream komprimiert wird.
-
- ist null.
- Der Stream unterstützt keine Schreibvorgänge wie die Komprimierung.(Die -Eigenschaft für das Streamobjekt ist false).
-
-
- Initialisiert eine neue Instanz der -Klasse unter Verwendung des angegebenen Streams und der Komprimierungsebene und lässt den Stream optional geöffnet.
- Der zu komprimierende Stream.
- Einer der Enumerationswerte, der angibt, ob die Geschwindigkeit oder Komprimierungsleistungsfähigkeit priorisiert wird, wenn der Stream komprimiert wird.
- true, um das Streamobjekt offen zu lassen, nachdem das -Objekt freigegeben wurde, andernfalls false.
-
- ist null.
- Der Stream unterstützt keine Schreibvorgänge wie die Komprimierung.(Die -Eigenschaft für das Streamobjekt ist false).
-
-
- Initialisiert eine neue Instanz der -Klasse mithilfe des angegebenen Stream- und Komprimierungsmodus.
- Der zu komprimierende oder zu dekomprimierende Stream.
- Einer der Enumerationswerte, der angibt, ob der Stream gelesen oder geschrieben wird.
-
- ist null.
-
- ist kein gültiger -Wert.- oder - ist und ist false.- oder - ist und ist false.
-
-
- Initialisiert eine neue Instanz der -Klasse unter Verwendung des angegebenen Streams und des Komprimierungsmodus und lässt den Stream optional geöffnet.
- Der zu komprimierende oder zu dekomprimierende Stream.
- Einer der Enumerationswerte, der angibt, ob der Stream gelesen oder geschrieben wird.
- true, um den Stream offen zu lassen, nachdem das -Objekt freigegeben wurde, andernfalls false.
-
- ist null.
-
- ist kein gültiger -Wert.- oder - ist und ist false.- oder - ist und ist false.
-
-
- Ruft einen Verweis auf den zugrunde liegenden Stream ab.
- Ein Streamobjekt, das den zugrunde liegenden Stream darstellt.
- Der zugrunde liegende Stream ist geschlossen.
-
-
- Ruft einen Wert ab, der angibt, ob der Stream Lesevorgänge unterstützt, während eine Datei dekomprimiert wird.
- true, wenn der -Wert Decompress ist und der zugrunde liegende Stream geöffnet ist und Lesevorgänge unterstützt, andernfalls false.
-
-
- Ruft einen Wert, der angibt, ob der Stream Suchvorgänge unterstützt.
- false in allen Fällen.
-
-
- Ruft einen Wert, der angibt, ob der Stream Schreibvorgänge unterstützt.
- true, wenn der -Wert gleich Compress ist und der zugrunde liegende Stream Schreibvorgänge unterstützt und nicht geschlossen ist, andernfalls false.
-
-
- Gibt die von verwendeten nicht verwalteten Ressourcen und optional die verwalteten Ressourcen frei.
- true, um sowohl verwaltete als auch nicht verwaltete Ressourcen freizugeben, false, um ausschließlich nicht verwaltete Ressourcen freizugeben.
-
-
- Die aktuelle Implementierung dieser Methode hat keine Funktion.
- Der Stream ist geschlossen.
-
-
-
-
-
- Diese Eigenschaft wird nicht unterstützt und löst immer eine aus.
- Ein Long-Wert.
- Diese Eigenschaft wird für diesen Stream nicht unterstützt.
-
-
-
-
-
- Diese Eigenschaft wird nicht unterstützt und löst immer eine aus.
- Ein Long-Wert.
- Diese Eigenschaft wird für diesen Stream nicht unterstützt.
-
-
-
-
-
- Liest eine Anzahl von dekomprimierten Bytes in das angegebene Bytearray.
- Die Anzahl von Bytes, die in das Bytearray gelesen wurden.
- Das Array zum Speichern von dekomprimierten Bytes.
- Das Byteoffset in , an dem die gelesenen Bytes platziert werden.
- Die maximale Anzahl der zu lesenden dekomprimierten Bytes.
-
- ist null.
- Der -Wert war Compress, als das Objekt erstellt wurde.- oder - Der zugrunde liegende Stream unterstützt keine Lesevorgänge.
-
- oder ist kleiner als 0.- oder - Die -Länge minus des Indexausgangspunkts ist kleiner als .
- Die Daten haben ein ungültiges Format.
- Der Stream ist geschlossen.
-
-
- Dieser Vorgang wird nicht unterstützt und löst immer eine aus.
- Ein Long-Wert.
- Die Position im Stream.
- Einer der -Werte.
- Diese Eigenschaft wird für diesen Stream nicht unterstützt.
-
-
- Dieser Vorgang wird nicht unterstützt und löst immer eine aus.
- Die Länge des Streams.
- Diese Eigenschaft wird für diesen Stream nicht unterstützt.
-
-
- Schreibt komprimierte Bytes aus dem angegebenen Bytearray in den zugrunde liegenden Stream.
- Der Puffer, der die zu komprimierenden Daten enthält.
- Das Byteoffset in , aus dem die Bytes gelesen werden.
- Die maximale Anzahl der zu schreibenden Bytes.
-
-
- Stellt Methoden und Eigenschaften bereit, die zum Komprimieren und Dekomprimieren von Streams verwendet werden.
-
-
- Initialisiert eine neue Instanz der -Klasse mithilfe des angegebenen Stream- und Komprimierungsgrads.
- Der Stream, in den die komprimierten Daten geschrieben werden.
- Einer der Enumerationswerte, der angibt, ob die Geschwindigkeit oder Komprimierungsleistungsfähigkeit priorisiert wird, wenn der Stream komprimiert wird.
-
- ist null.
- Der Stream unterstützt keine Schreibvorgänge wie die Komprimierung.(Die -Eigenschaft für das Streamobjekt ist false).
-
-
- Initialisiert eine neue Instanz der -Klasse unter Verwendung des angegebenen Streams und der Komprimierungsebene und lässt den Stream optional geöffnet.
- Der Stream, in den die komprimierten Daten geschrieben werden.
- Einer der Enumerationswerte, der angibt, ob die Geschwindigkeit oder Komprimierungsleistungsfähigkeit priorisiert wird, wenn der Stream komprimiert wird.
- true, um das Streamobjekt offen zu lassen, nachdem das -Objekt freigegeben wurde, andernfalls false.
-
- ist null.
- Der Stream unterstützt keine Schreibvorgänge wie die Komprimierung.(Die -Eigenschaft für das Streamobjekt ist false).
-
-
- Initialisiert eine neue Instanz der -Klasse mithilfe des angegebenen Stream- und Komprimierungsmodus.
- Der Stream, in den die komprimierten oder dekomprimierten Daten geschrieben werden.
- Einer der Enumerationswerte, der angibt, ob der Stream gelesen oder geschrieben wird.
-
- ist null.
-
- ist kein gültiger -Enumerationswert.- oder - ist und ist false.- oder - ist und ist false.
-
-
- Initialisiert eine neue Instanz der -Klasse unter Verwendung des angegebenen Streams und des Komprimierungsmodus und lässt den Stream optional geöffnet.
- Der Stream, in den die komprimierten oder dekomprimierten Daten geschrieben werden.
- Einer der Enumerationswerte, der angibt, ob der Stream gelesen oder geschrieben wird.
- true, um den Stream offen zu lassen, nachdem das -Objekt freigegeben wurde, andernfalls false.
-
- ist null.
-
- ist kein gültiger -Wert.- oder - ist und ist false.- oder - ist und ist false.
-
-
- Ruft einen Verweis auf den zugrunde liegenden Stream ab.
- Ein Streamobjekt, das den zugrunde liegenden Stream darstellt.
- Der zugrunde liegende Stream ist geschlossen.
-
-
-
-
-
- Ruft einen Wert ab, der angibt, ob der Stream Lesevorgänge unterstützt, während eine Datei dekomprimiert wird.
- true, wenn der -Wert gleich Decompress, ist und der zugrunde liegende Stream Lesevorgänge unterstützt und nicht geschlossen ist, andernfalls false.
-
-
-
-
-
- Ruft einen Wert, der angibt, ob der Stream Suchvorgänge unterstützt.
- false in allen Fällen.
-
-
- Ruft einen Wert, der angibt, ob der Stream Schreibvorgänge unterstützt.
- true, wenn der -Wert gleich Compress ist und der zugrunde liegende Stream Schreibvorgänge unterstützt und nicht geschlossen ist, andernfalls false.
-
-
-
-
-
- Gibt die von verwendeten nicht verwalteten Ressourcen und optional die verwalteten Ressourcen frei.
- true, um sowohl verwaltete als auch nicht verwaltete Ressourcen freizugeben, false, um ausschließlich nicht verwaltete Ressourcen freizugeben.
-
-
- Die aktuelle Implementierung dieser Methode hat keine Funktion.
- Der Stream ist geschlossen.
-
-
-
-
-
- Diese Eigenschaft wird nicht unterstützt und löst immer eine aus.
- Ein Long-Wert.
- Diese Eigenschaft wird für diesen Stream nicht unterstützt.
-
-
-
-
-
- Diese Eigenschaft wird nicht unterstützt und löst immer eine aus.
- Ein Long-Wert.
- Diese Eigenschaft wird für diesen Stream nicht unterstützt.
-
-
-
-
-
- Liest eine Anzahl von dekomprimierten Bytes in das angegebene Bytearray.
- Die Anzahl der Bytes, die im Bytearray dekomprimiert wurden.Wenn das Ende des Streams erreicht worden ist, wird 0 oder die Anzahl der gelesenen Bytes zurückgegeben.
- Das Array, das zum Speichern von dekomprimierten Bytes verwendet wird.
- Das Byteoffset in , an dem die gelesenen Bytes platziert werden.
- Die maximale Anzahl der zu lesenden dekomprimierten Bytes.
-
- ist null.
- Der -Wert war Compress, als das Objekt erstellt wurde.- oder -Der zugrunde liegende Stream unterstützt keine Lesevorgänge.
-
- oder ist kleiner als 0.- oder - Die -Länge minus des Indexausgangspunkts ist kleiner als .
- Die Daten haben ein ungültiges Format.
- Der Stream ist geschlossen.
-
-
- Diese Eigenschaft wird nicht unterstützt und löst immer eine aus.
- Ein Long-Wert.
- Die Position im Stream.
- Einer der -Werte.
- Diese Eigenschaft wird für diesen Stream nicht unterstützt.
-
-
- Diese Eigenschaft wird nicht unterstützt und löst immer eine aus.
- Die Länge des Streams.
- Diese Eigenschaft wird für diesen Stream nicht unterstützt.
-
-
- Schreibt komprimierte Bytes aus dem angegebenen Bytearray in den zugrunde liegenden Stream.
- Der Puffer, der die zu komprimierenden Daten enthält.
- Das Byteoffset in , aus dem die Bytes gelesen werden.
- Die maximale Anzahl der zu schreibenden Bytes.
- Der Schreibvorgang kann nicht ausgeführt werden, da der Stream geschlossen ist.
-
-
- Stellt ein Paket komprimierter Dateien im Zip-Archiv-Format dar.
-
-
- Initialisiert eine neue Instanz der -Klasse für den angegebenen Stream.
- Ein Stream, der das zu lesende Archiv enthält.
- The stream is already closed or does not support reading.
-
- is null.
- The contents of the stream are not in the zip archive format.
-
-
- Initialisiert eine neue Instanz der -Klasse aus dem angegebenen Stream und mit dem angegebenen Modus.
- Der Eingabe- oder Ausgabestream.
- Einer der Enumerationswerte, der angibt, ob das Zip-Archiv verwendet wird, um Einträge zu lesen, zu erstellen oder zu aktualisieren.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Initialisiert eine neue Instanz der -Klasse für den angegebenen Stream und den angegebenen Modus und lässt den Stream optional geöffnet.
- Der Eingabe- oder Ausgabestream.
- Einer der Enumerationswerte, der angibt, ob das Zip-Archiv verwendet wird, um Einträge zu lesen, zu erstellen oder zu aktualisieren.
- true, um den Datenstrom geöffnet zu lassen, nach dem das -Objekt freigegeben wurde; andernfalls false.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Initialisiert eine neue Instanz der -Klasse für den angegebenen Stream und den angegebenen Modus und verwendet dabei die angegebene Codierung für Eintragsnamen und lässt den Stream optional geöffnet.
- Der Eingabe- oder Ausgabestream.
- Einer der Enumerationswerte, der angibt, ob das Zip-Archiv verwendet wird, um Einträge zu lesen, zu erstellen oder zu aktualisieren.
- true, um den Datenstrom geöffnet zu lassen, nach dem das -Objekt freigegeben wurde; andernfalls false.
- Die Codierung, die beim Lesen oder Schreiben von Eintragsnamen in diesem Archiv verwendet werden soll.Geben Sie einen Wert für diesen Parameter nur an, wenn eine Codierung für die Interoperabilität mit ZIP-Archiv-Tools und -Bibliotheken erforderlich ist, die die UTF-8-Codierung für Eintragsnamen nicht unterstützen.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Erstellt einen leeren Eintrag, der den angegebenen Pfad und Eintragsnamen im ZIP-Archiv Ebene verwendet.
- Ein leerer Eintrag im ZIP-Archiv.
- Ein Pfad relativ zum Stamm des Archivs, der den Namen des Eintrags angibt, der erstellt werden soll.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Erstellt einen leeren Eintrag, der den angegebenen Eintragsnamen und die Komprimierung im ZIP-Archiv Ebene verwendet.
- Ein leerer Eintrag im ZIP-Archiv.
- Ein Pfad relativ zum Stamm des Archivs, der den Namen des Eintrags angibt, der erstellt werden soll.
- Einer der Enumerationswerte, der angibt, ob Geschwindigkeit oder Komprimierungseffektivität priorisiert wird, wenn der Eintrag erstellt.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Gibt alle von der aktuellen Instanz der -Klasse verwendeten Ressourcen frei.
-
-
- Wird von den und -Methoden aufgerufen, um die nicht verwalteten Ressourcen freizugeben, die von der aktuellen Instanz der -Klasse verwendet werden, und beendet optional das Schreiben ins Archiv und gibt die verwalteten Ressourcen frei.
- true, um das Schreiben des Archivs abzuschließen und sowohl nicht verwaltete als auch verwaltete Ressourcen freizugeben; false, um ausschließlich nicht verwaltete Ressourcen freizugeben.
-
-
- Ruft die Auflistung von Einträgen ab, die das ZIP-Archiv momentan enthält.
- Die Auflistung von Einträgen, die das ZIP-Archiv momentan enthält.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Ruft einen Wrapper für den angegebenen Eintrag im Zip-Archiv ab.
- Ein Wrapper für den angegebenen Eintrag im Archiv. null, wenn der Eintrag nicht im Archiv vorhanden ist.
- Ein Pfad relativ zum Stamm des Archivs, das den Eintrag identifiziert, der abgerufen werden soll.
-
- is .
-
- is null.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Ruft einen Wert ab, der den Typ der Aktion beschreibt, die das ZIP-Archiv für Einträge ausführen kann.
- Einer der Enumerationswerte, der den Typ der Aktion (Lesen, Erstellen oder Update) beschreibt, die das Zip-Archiv bei Einträgen ausführen kann.
-
-
- Stellt eine komprimierte Datei in einem Zip-Archiv dar.
-
-
- Ruft das Zip-Archiv ab, zu dem der Eintrag gehört.
- Das Zip-Archiv, zu dem der Eintrag gehört, oder null, wenn der Eintrag gelöscht wurde.
-
-
- Ruft die komprimierte Größe des unkomprimierten Eintrags im ZIP-Archiv ab.
- Die Größe des komprimierten Eintrags im ZIP-Archiv.
- The value of the property is not available because the entry has been modified.
-
-
- Löscht den Eintrag aus dem Zip-Archiv.
- The entry is already open for reading or writing.
- The zip archive for this entry was opened in a mode other than .
- The zip archive for this entry has been disposed.
-
-
- Ruft den relativen Pfad des Eintrags im ZIP-Archiv ab.
- Der relative Pfad des Eintrags im Zip-Archiv.
-
-
- Ruft den letzten Zeitpunkt ab, zu dem der Eintrag im Zip-Archiv geändert wurde, oder legt diesen fest.
- Der letzte Zeitpunkt, an dem der Eintrag im ZIP-Archiv geändert wurde.
- The attempt to set this property failed, because the zip archive for the entry is in mode.
- The archive mode is set to .- or -The archive mode is set to and the entry has been opened.
- An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (one second before midnight).
-
-
- Ruft die Größe des unkomprimierten Eintrags im ZIP-Archiv ab.
- Die Größe des unkomprimierten Eintrags im ZIP-Archiv.
- The value of the property is not available because the entry has been modified.
-
-
- Ruft den Dateinamen des Eintrags im ZIP-Archiv ab.
- Der Dateiname des Eintrags im ZIP-Archiv.
-
-
- Öffnet den Eintrag aus dem Zip-Archiv.
- Der Stream, der den Inhalt des Eintrags darstellt.
- The entry is already currently open for writing.-or-The entry has been deleted from the archive.-or-The archive for this entry was opened with the mode, and this entry has already been written to.
- The entry is either missing from the archive or is corrupt and cannot be read. -or-The entry has been compressed by using a compression method that is not supported.
- The zip archive for this entry has been disposed.
-
-
- Ruft den relativen Pfad des Eintrags im Zip-Archiv ab.
- Der relative Pfad des Eintrags, der in der -Eigenschaft gespeichert ist.
-
-
- Gibt Werte für die Interaktion mit Zip-Archiveinträgen an.
-
-
- Nur das Erstellen neuer Archiveinträge ist zulässig.
-
-
- Nur das Lesen von Archiveinträgen ist zulässig.
-
-
- Lese- und Schreibvorgänge sind für die Archiveinträge zulässig.
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/es/System.IO.Compression.xml b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/es/System.IO.Compression.xml
deleted file mode 100644
index ceb444e..0000000
--- a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/es/System.IO.Compression.xml
+++ /dev/null
@@ -1,420 +0,0 @@
-
-
-
- System.IO.Compression
-
-
-
- Especifica valores que indican si una operación de compresión hace hincapié en la velocidad o en el tamaño de la compresión.
-
-
- La operación de compresión debe completarse lo antes posible, aunque el archivo resultante no esté comprimido de forma óptima.
-
-
- No debe comprimirse el archivo.
-
-
- La operación de compresión se debe comprimir de forma óptima, incluso aunque la operación tarde más tiempo en completarse.
-
-
- Especifica si se comprime o descomprime la secuencia subyacente.
-
-
- Comprime la secuencia subyacente.
-
-
- Descomprime la secuencia subyacente.
-
-
- Proporciona métodos y propiedades para comprimir y descomprimir secuencias usando el algoritmo Deflate.
-
-
- Inicializa una nueva instancia de la clase usando la secuencia y nivel de compresión especificados.
- Secuencia que se va a comprimir.
- Uno de los valores de enumeración que indica si se va a hacer hincapié en la eficacia de velocidad o de compresión al comprimir la secuencia.
- El valor de es null.
- La secuencia no admite operaciones de escritura como compresión.(El es propiedad del objeto de secuencia false.)
-
-
- Inicializa una nueva instancia de la clase usando la secuencia y nivel de compresión especificados y, opcionalmente, deja la secuencia abierta.
- Secuencia que se va a comprimir.
- Uno de los valores de enumeración que indica si se va a hacer hincapié en la eficacia de velocidad o de compresión al comprimir la secuencia.
- true para mantener el objeto de secuencia abierto después de desechar el objeto ; en caso contrario, false.
- El valor de es null.
- La secuencia no admite operaciones de escritura como compresión.(El es propiedad del objeto de secuencia false.)
-
-
- Inicializa una nueva instancia de la clase usando la secuencia y modo de compresión especificados.
- Secuencia que se va a comprimir o descomprimir.
- Uno de los valores de la enumeración que indica si se debe comprimir o descomprimir la secuencia.
- El valor de es null.
-
- no es válida valor.o bien es y es false.o bien es y es false.
-
-
- Inicializa una nueva instancia de la clase usando la secuencia y modo de compresión especificados y, opcionalmente, deja la secuencia abierta.
- Secuencia que se va a comprimir o descomprimir.
- Uno de los valores de la enumeración que indica si se debe comprimir o descomprimir la secuencia.
- true para mantener la secuencia abierta después de desechar el objeto ; en caso contrario, false.
- El valor de es null.
-
- no es válida valor.o bien es y es false.o bien es y es false.
-
-
- Obtiene una referencia a la secuencia subyacente.
- Un objeto de secuencia que representa la secuencia subyacente.
- La secuencia subyacente está cerrada.
-
-
- Obtiene un valor que indica si la secuencia admite operaciones de lectura mientras se descomprime un archivo.
- Es true si el valor es Decompress, y la secuencia subyacente está abierta y admite operaciones de lectura; de lo contrario, es false.
-
-
- Obtiene un valor que indica si la secuencia admite operaciones de búsqueda.
- false en todos los casos.
-
-
- Obtiene un valor que indica si la secuencia admite operaciones de escritura.
- true si el valor de es Compress y la secuencia subyacente admite operaciones de escritura y no está cerrada; en caso contrario, false.
-
-
- Libera los recursos no administrados que usa y libera los recursos administrados de forma opcional.
- Es true para liberar tanto recursos administrados como no administrados; es false para liberar únicamente recursos no administrados.
-
-
- La implementación actual de este método no tiene funcionalidad.
- La secuencia está cerrada.
-
-
-
-
-
- Esta propiedad no se admite y siempre produce una excepción .
- Un valor largo.
- Esta propiedad no se admite en esta secuencia.
-
-
-
-
-
- Esta propiedad no se admite y siempre produce una excepción .
- Un valor largo.
- Esta propiedad no se admite en esta secuencia.
-
-
-
-
-
- Introduce varios bytes descomprimidos leídos en la matriz de bytes especificada.
- Número de bytes leídos de la matriz de bytes.
- Matriz para almacenar los bytes descomprimidos.
- Desplazamiento de bytes en donde se colocarán los bytes leídos.
- Número máximo de bytes descomprimidos que se van a leer.
- El valor de es null.
- El valor era Compress cuando se creó el objeto.o bien La secuencia subyacente no admite operaciones de lectura.
-
- o es menor que cero.o bien longitud menos el punto inicial del índice es menor que .
- El formato de los datos no es válido.
- La secuencia está cerrada.
-
-
- Esta operación no se admite y siempre produce una excepción .
- Un valor largo.
- Ubicación en la secuencia.
- Uno de los valores de .
- Esta propiedad no se admite en esta secuencia.
-
-
- Esta operación no se admite y siempre produce una excepción .
- Longitud de la secuencia.
- Esta propiedad no se admite en esta secuencia.
-
-
- Escribe los bytes comprimidos en la secuencia subyacente de la matriz de bytes especificada.
- Búfer que contiene los datos que se van a comprimir.
- Desplazamiento de bytes en donde se leerán los bytes.
- Número máximo de bytes que se pueden escribir.
-
-
- Proporciona los métodos y propiedades que permiten comprimir y descomprimir secuencias.
-
-
- Inicializa una nueva instancia de la clase usando la secuencia y nivel de compresión especificados.
- Secuencia en la que se van a escribir los datos comprimidos.
- Uno de los valores de enumeración que indica si se va a hacer hincapié en la eficacia de velocidad o de compresión al comprimir la secuencia.
- El valor de es null.
- La secuencia no admite operaciones de escritura como compresión.(El es propiedad del objeto de secuencia false.)
-
-
- Inicializa una nueva instancia de la clase usando la secuencia y nivel de compresión especificados y, opcionalmente, deja la secuencia abierta.
- Secuencia en la que se van a escribir los datos comprimidos.
- Uno de los valores de enumeración que indica si se va a hacer hincapié en la eficacia de velocidad o de compresión al comprimir la secuencia.
- true para mantener el objeto de secuencia abierto después de desechar el objeto ; en caso contrario, false.
- El valor de es null.
- La secuencia no admite operaciones de escritura como compresión.(El es propiedad del objeto de secuencia false.)
-
-
- Inicializa una nueva instancia de la clase usando la secuencia y modo de compresión especificados.
- Secuencia en la que se escriben los datos comprimidos o descomprimidos.
- Uno de los valores de la enumeración que indica si se debe comprimir o descomprimir la secuencia.
- El valor de es null.
-
- no es válida valor de enumeración.o bien es y es false.o bien es y es false.
-
-
- Inicializa una nueva instancia de la clase usando la secuencia y modo de compresión especificados y, opcionalmente, deja la secuencia abierta.
- Secuencia en la que se escriben los datos comprimidos o descomprimidos.
- Uno de los valores de la enumeración que indica si se debe comprimir o descomprimir la secuencia.
- true para mantener la secuencia abierta después de desechar el objeto ; en caso contrario, false.
- El valor de es null.
-
- no es válida valor.o bien es y es false.o bien es y es false.
-
-
- Obtiene una referencia a la secuencia subyacente.
- Un objeto de secuencia que representa la secuencia subyacente.
- La secuencia subyacente está cerrada.
-
-
-
-
-
- Obtiene un valor que indica si la secuencia admite operaciones de lectura mientras se descomprime un archivo.
- true si el valor de es Decompress, y la secuencia subyacente admite operaciones de lectura y no está cerrada; en caso contrario, false.
-
-
-
-
-
- Obtiene un valor que indica si la secuencia admite operaciones de búsqueda.
- false en todos los casos.
-
-
- Obtiene un valor que indica si la secuencia admite operaciones de escritura.
- true si el valor de es Compress y la secuencia subyacente admite operaciones de escritura y no está cerrada; en caso contrario, false.
-
-
-
-
-
- Libera los recursos no administrados que usa y libera los recursos administrados de forma opcional.
- Es true para liberar tanto recursos administrados como no administrados; es false para liberar únicamente recursos no administrados.
-
-
- La implementación actual de este método no tiene funcionalidad.
- La secuencia está cerrada.
-
-
-
-
-
- Esta propiedad no se admite y siempre produce una excepción .
- Un valor largo.
- Esta propiedad no se admite en esta secuencia.
-
-
-
-
-
- Esta propiedad no se admite y siempre produce una excepción .
- Un valor largo.
- Esta propiedad no se admite en esta secuencia.
-
-
-
-
-
- Introduce varios bytes descomprimidos leídos en la matriz de bytes especificada.
- El número de bytes que se han descomprimido en la matriz de bytes.Si se ha llegado al final de la secuencia, se devuelve cero o el número de bytes leídos.
- Matriz que se utiliza para almacenar los bytes descomprimidos.
- Desplazamiento de bytes en donde se colocarán los bytes leídos.
- Número máximo de bytes descomprimidos que se van a leer.
- El valor de es null.
- El valor era Compress cuando se creó el objeto.o bienLa secuencia subyacente no admite operaciones de lectura.
-
- o es menor que cero.o bien longitud menos el punto inicial del índice es menor que .
- El formato de los datos no es válido.
- La secuencia está cerrada.
-
-
- Esta propiedad no se admite y siempre produce una excepción .
- Un valor largo.
- Ubicación en la secuencia.
- Uno de los valores de .
- Esta propiedad no se admite en esta secuencia.
-
-
- Esta propiedad no se admite y siempre produce una excepción .
- Longitud de la secuencia.
- Esta propiedad no se admite en esta secuencia.
-
-
- Escribe los bytes comprimidos en la secuencia subyacente de la matriz de bytes especificada.
- Búfer que contiene los datos que se van a comprimir.
- Desplazamiento de bytes en donde se leerán los bytes.
- Número máximo de bytes que se pueden escribir.
- La operación de escritura no se puede realizar porque la secuencia está cerrada.
-
-
- Representa un paquete de archivos comprimidos en formato de archivo zip.
-
-
- Inicializa una nueva instancia de la clase a partir de la secuencia especificada.
- Secuencia que contiene el archivo que se va a leer.
- The stream is already closed or does not support reading.
-
- is null.
- The contents of the stream are not in the zip archive format.
-
-
- Inicializa una nueva instancia de la clase a partir de la secuencia especificada y con el modo especificado.
- Flujo de entrada o de salida.
- Uno de los valores de enumeración que indica si el archivo zip se usa para leer, crear o actualizar entradas.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Inicializa una nueva instancia de la clase en el flujo especificado para el modo especificado y, opcionalmente, deja el flujo abierto.
- Flujo de entrada o de salida.
- Uno de los valores de enumeración que indica si el archivo zip se usa para leer, crear o actualizar entradas.
- true para dejar el flujo abierto después de desechar el objeto ; de lo contrario, false.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Inicializa una nueva instancia de la clase en el flujo especificado para el modo especificado, usa la codificación especificada para los nombres de entrada y opcionalmente deja el flujo abierto.
- Flujo de entrada o de salida.
- Uno de los valores de enumeración que indica si el archivo zip se usa para leer, crear o actualizar entradas.
- true para dejar el flujo abierto después de desechar el objeto ; de lo contrario, false.
- Codificación que se va a usar al leer o escribir nombres de entrada en este archivo.Especifique un valor para este parámetro únicamente cuando se necesite una codificación para la interoperabilidad con herramientas y bibliotecas de archivos zip que no admiten la codificación UTF-8 para los nombres de entrada.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Crea una entrada vacía en el archivo zip con la ruta de acceso y el nombre de entrada especificados.
- Una entrada vacía en el archivo zip.
- Ruta de acceso, relativa a la raíz del archivo, que especifica el nombre de la entrada que se va a crear.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Crea una entrada vacía en el archivo zip con el nombre de entrada y el nivel de compresión especificados.
- Una entrada vacía en el archivo zip.
- Ruta de acceso, relativa a la raíz del archivo, que especifica el nombre de la entrada que se va a crear.
- Uno de los valores de enumeración que indica si se va a hacer hincapié en la eficacia de velocidad o de compresión al crear la entrada.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Libera los recursos utilizados por la instancia actual de la clase .
-
-
- Llamado por los métodos y para liberar los recursos no administrados utilizados por la instancia actual de la clase de , y termina opcionalmente de escribir el archivo y libera los recursos administrados.
- true para terminar de escribir el archivo y liberar recursos no administrados y administrados; false para liberar solo recursos no administrados.
-
-
- Obtiene la colección de entradas que están actualmente en el archivo zip.
- La colección de entradas que están actualmente en el archivo zip.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Recupera un contenedor para la entrada especificada en el archivo zip.
- Un contenedor para la entrada especificada en el archivo; null si la entrada no existe en el archivo.
- Ruta de acceso, relativa a la raíz del archivo, que identifica la entrada a recuperar.
-
- is .
-
- is null.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Obtiene un valor que describe el tipo de acción que el archivo zip puede realizar en las entradas.
- Uno de los valores de enumeración que describe el tipo de acción (lectura, creación o actualización) que puede realizar el archivo zip en las entradas.
-
-
- Representa un archivo comprimido incluido en un archivo zip.
-
-
- Obtiene el archivo zip al que pertenece la entrada.
- El archivo zip al que pertenece la entrada o null si se ha eliminado la entrada.
-
-
- Obtiene el tamaño comprimido de la entrada en el archivo zip.
- Tamaño comprimido de la entrada en el archivo zip.
- The value of the property is not available because the entry has been modified.
-
-
- Elimina la entrada del archivo zip.
- The entry is already open for reading or writing.
- The zip archive for this entry was opened in a mode other than .
- The zip archive for this entry has been disposed.
-
-
- Obtiene la ruta de acceso relativa de la entrada en el archivo zip.
- Ruta de acceso relativa de la entrada en el archivo zip.
-
-
- Obtiene o establece la última vez que se cambió la entrada en el archivo zip.
- Última vez que la entrada del archivo zip se cambió.
- The attempt to set this property failed, because the zip archive for the entry is in mode.
- The archive mode is set to .- or -The archive mode is set to and the entry has been opened.
- An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (one second before midnight).
-
-
- Obtiene el tamaño descomprimido de la entrada en el archivo zip.
- Tamaño descomprimido de la entrada en el archivo zip.
- The value of the property is not available because the entry has been modified.
-
-
- Obtiene el nombre de archivo de la entrada en el archivo zip.
- Nombre de archivo de la entrada en el archivo zip.
-
-
- Abre la entrada desde el archivo zip.
- La secuencia que representa el contenido de la entrada.
- The entry is already currently open for writing.-or-The entry has been deleted from the archive.-or-The archive for this entry was opened with the mode, and this entry has already been written to.
- The entry is either missing from the archive or is corrupt and cannot be read. -or-The entry has been compressed by using a compression method that is not supported.
- The zip archive for this entry has been disposed.
-
-
- Recupera la ruta de acceso relativa de la entrada en el archivo zip.
- La ruta de acceso relativa de la entrada, que es el valor almacenado en la propiedad .
-
-
- Especifica los valores para interactuar con entradas de archivo zip.
-
-
- Solo se permite crear nuevas entradas de archivo.
-
-
- Solo se permite leer entradas del archivo.
-
-
- Ambas operaciones de lectura y escritura se permiten para las entradas del archivo.
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/fr/System.IO.Compression.xml b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/fr/System.IO.Compression.xml
deleted file mode 100644
index 4c3bfb3..0000000
--- a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/fr/System.IO.Compression.xml
+++ /dev/null
@@ -1,430 +0,0 @@
-
-
-
- System.IO.Compression
-
-
-
- Spécifie les valeurs qui indiquent si une opération de compression souligne la rapidité ou la taille de compression.
-
-
- L'opération de compression doit s'exécuter aussi rapidement que possible, même si le fichier résultant n'est pas compressé de manière optimale.
-
-
- Aucune compression ne doit être exécutée sur le fichier.
-
-
- L'opération de compression doit être compressée de manière optimale, même si elle prend plus de temps.
-
-
- Spécifie s'il faut compresser ou décompresser le flux sous-jacent.
-
-
- Compresse le flux sous-jacent.
-
-
- Décompresse le flux sous-jacent.
-
-
- Fournit des méthodes et des propriétés pour compresser et décompresser des flux à l'aide de l'algorithme Deflate.
-
-
- Initialise une nouvelle instance de la classe à l'aide du flux et du niveau de compression spécifiés.
- Flux à compresser.
- L'une des valeurs d'énumération qui indique s'il faut mettre l'accent sur la rapidité et l'efficacité de compression en compressant le flux de données.
-
- a la valeur null.
- Le flux ne prend pas en charge les opérations d'écriture telles que la compression.(La propriété sur l'objet de flux est false.)
-
-
- Initialise une nouvelle instance de la classe à l'aide du flux et du niveau de compression spécifiés, et permet éventuellement de laisser le flux ouvert.
- Flux à compresser.
- L'une des valeurs d'énumération qui indique s'il faut mettre l'accent sur la rapidité et l'efficacité de compression en compressant le flux de données.
- true pour maintenir l'objet de flux ouvert après avoir supprimé l'objet ; sinon, false.
-
- a la valeur null.
- Le flux ne prend pas en charge les opérations d'écriture telles que la compression.(La propriété sur l'objet de flux est false.)
-
-
- Initialise une nouvelle instance de la classe à l'aide du flux et du mode de compression spécifiés.
- Flux à compresser ou à décompresser.
- L'une des valeurs d'énumération qui indique s'il faut compresser ou décompresser le flux.
-
- a la valeur null.
-
- n'est pas une valeur valide.ou est et est false.ou est et est false.
-
-
- Initialise une nouvelle instance de la classe à l'aide du flux et du mode de compression spécifiés, et permet éventuellement de laisser le flux ouvert.
- Flux à compresser ou à décompresser.
- L'une des valeurs d'énumération qui indique s'il faut compresser ou décompresser le flux.
- true pour maintenir le flux ouvert après avoir supprimé l'objet ; sinon, false.
-
- a la valeur null.
-
- n'est pas une valeur valide.ou est et est false.ou est et est false.
-
-
- Obtient une référence au flux sous-jacent.
- Objet de flux qui représente le flux sous-jacent.
- Le flux sous-jacent est fermé.
-
-
- Obtient une valeur indiquant si le flux prend en charge la lecture pendant la décompression d'un fichier.
- true si la valeur est Decompress, que le flux sous-jacent est ouvert et qu'il prend en charge la lecture ; sinon, false.
-
-
- Obtient une valeur indiquant si le flux prend en charge la recherche.
- false dans tous les cas.
-
-
- Obtient une valeur indiquant si le flux prend en charge l'écriture.
- true si la valeur de est Compress, que le flux sous-jacent prend en charge l'écriture et qu'il n'est pas fermé ; sinon, false.
-
-
- Libère les ressources non managées utilisées par et libère éventuellement les ressources managées.
- true pour libérer les ressources managées et non managées ; false pour ne libérer que les ressources non managées.
-
-
- L'implémentation actuelle de cette méthode n'a aucune fonctionnalité.
- Le flux est fermé.
-
-
-
-
-
- Cette propriété n'est pas prise en charge et lève toujours .
- Valeur Long.
- Cette propriété n'est pas prise en charge sur ce flux.
-
-
-
-
-
- Cette propriété n'est pas prise en charge et lève toujours .
- Valeur Long.
- Cette propriété n'est pas prise en charge sur ce flux.
-
-
-
-
-
- Lit un certain nombre d'octets décompressés dans le tableau d'octets spécifié.
- Nombre d'octets qui ont été lus dans le tableau d'octets.
- Tableau utilisé pour stocker les octets décompressés.
- Dans , décalage d'octet auquel les octets lus seront placés.
- Nombre maximal d'octets décompressés à lire.
-
- a la valeur null.
- La valeur était Compress lorsque l'objet a été créé.ou Le flux sous-jacent ne prend pas en charge la lecture.
-
- ou est inférieur à zéro.ouLa longueur de moins le point de départ de l'index est inférieure à .
- Le format des données n'est pas valide.
- Le flux est fermé.
-
-
- Cette opération n'est pas prise en charge et lève toujours .
- Valeur Long.
- Emplacement dans le flux.
- Une des valeurs de .
- Cette propriété n'est pas prise en charge sur ce flux.
-
-
- Cette opération n'est pas prise en charge et lève toujours .
- Longueur du flux.
- Cette propriété n'est pas prise en charge sur ce flux.
-
-
- Écrit les octets compressés dans le flux sous-jacent à partir du tableau d'octets spécifié.
- Mémoire tampon qui contient les données à compresser.
- Dans , décalage d'octet à partir duquel les octets seront lus.
- Nombre maximal d'octets à écrire.
-
-
- Fournit les méthodes et les propriétés utilisées pour compresser et décompresser des flux.
-
-
- Initialise une nouvelle instance de la classe à l'aide du flux et du niveau de compression spécifiés.
- Flux dans lequel écrire les données compressées.
- L'une des valeurs d'énumération qui indique s'il faut mettre l'accent sur la rapidité et l'efficacité de compression en compressant le flux de données.
-
- a la valeur null.
- Le flux ne prend pas en charge les opérations d'écriture telles que la compression.(La propriété sur l'objet de flux est false.)
-
-
- Initialise une nouvelle instance de la classe à l'aide du flux et du niveau de compression spécifiés, et permet éventuellement de laisser le flux ouvert.
- Flux dans lequel écrire les données compressées.
- L'une des valeurs d'énumération qui indique s'il faut mettre l'accent sur la rapidité et l'efficacité de compression en compressant le flux de données.
- true pour maintenir l'objet de flux ouvert après avoir supprimé l'objet ; sinon, false.
-
- a la valeur null.
- Le flux ne prend pas en charge les opérations d'écriture telles que la compression.(La propriété sur l'objet de flux est false.)
-
-
- Initialise une nouvelle instance de la classe à l'aide du flux et du mode de compression spécifiés.
- Flux dans lequel les données compressées ou décompressées sont écrites.
- L'une des valeurs d'énumération qui indique s'il faut compresser ou décompresser le flux.
-
- a la valeur null.
-
- n'est pas une valeur d'énumération valide.ou est et est false.ou est et est false.
-
-
- Initialise une nouvelle instance de la classe à l'aide du flux et du mode de compression spécifiés, et permet éventuellement de laisser le flux ouvert.
- Flux dans lequel les données compressées ou décompressées sont écrites.
- L'une des valeurs d'énumération qui indique s'il faut compresser ou décompresser le flux.
- true pour maintenir le flux ouvert après avoir supprimé l'objet ; sinon, false.
-
- a la valeur null.
-
- n'est pas une valeur valide.ou est et est false.ou est et est false.
-
-
- Obtient une référence au flux sous-jacent.
- Objet de flux qui représente le flux sous-jacent.
- Le flux sous-jacent est fermé.
-
-
-
-
-
- Obtient une valeur indiquant si le flux prend en charge la lecture pendant la décompression d'un fichier.
- true si la valeur de est Decompress,, que le flux sous-jacent prend en charge la lecture et qu'il n'est pas fermé ; sinon, false.
-
-
-
-
-
- Obtient une valeur indiquant si le flux prend en charge la recherche.
- false dans tous les cas.
-
-
- Obtient une valeur indiquant si le flux prend en charge l'écriture.
- true si la valeur de est Compress, que le flux sous-jacent prend en charge l'écriture et qu'il n'est pas fermé ; sinon, false.
-
-
-
-
-
- Libère les ressources non managées utilisées par l'objet et libère éventuellement les ressources managées.
- true pour libérer les ressources managées et non managées ; false pour ne libérer que les ressources non managées.
-
-
- L'implémentation actuelle de cette méthode n'a aucune fonctionnalité.
- Le flux est fermé.
-
-
-
-
-
- Cette propriété n'est pas prise en charge et lève toujours .
- Valeur Long.
- Cette propriété n'est pas prise en charge sur ce flux.
-
-
-
-
-
- Cette propriété n'est pas prise en charge et lève toujours .
- Valeur Long.
- Cette propriété n'est pas prise en charge sur ce flux.
-
-
-
-
-
- Lit un certain nombre d'octets décompressés dans le tableau d'octets spécifié.
- Nombre d'octets qui ont été décompressés dans le tableau d'octets.Si la fin du flux a été atteinte, zéro ou le nombre d'octets lus est retourné.
- Tableau utilisé pour décompresser les octets.
- Dans , décalage d'octet auquel les octets lus seront placés.
- Nombre maximal d'octets décompressés à lire.
-
- a la valeur null.
- La valeur était Compress lorsque l'objet a été créé.ouLe flux sous-jacent ne prend pas en charge la lecture.
-
- ou est inférieur à zéro.ouLa longueur de moins le point de départ de l'index est inférieure à .
- Le format des données n'est pas valide.
- Le flux est fermé.
-
-
- Cette propriété n'est pas prise en charge et lève toujours .
- Valeur Long.
- Emplacement dans le flux.
- Une des valeurs de .
- Cette propriété n'est pas prise en charge sur ce flux.
-
-
- Cette propriété n'est pas prise en charge et lève toujours .
- Longueur du flux.
- Cette propriété n'est pas prise en charge sur ce flux.
-
-
- Écrit les octets compressés dans le flux sous-jacent à partir du tableau d'octets spécifié.
- Mémoire tampon qui contient les données à compresser.
- Dans , décalage d'octet à partir duquel les octets seront lus.
- Nombre maximal d'octets à écrire.
- L'opération d'écriture ne peut pas être exécutée car le flux est fermé.
-
-
- Représente un package de fichiers compressés au format d'archivage zip.
-
-
- Initialise une nouvelle instance de la classe à partir du flux spécifié.
- Flux qui contient l'archive à lire.
- The stream is already closed or does not support reading.
-
- is null.
- The contents of the stream are not in the zip archive format.
-
-
- Initialise une nouvelle instance de la classe à partir du flux spécifié et avec le mode spécifié.
- Flux de sortie ou d'entrée.
- Une des valeurs d'énumération qui indique si l'archive zip est utilisée pour lire, créer ou mettre à jour des entrées.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Initialise une nouvelle instance de la classe sur le flux de données spécifié pour le mode spécifié, et laisse éventuellement le flux ouvert.
- Flux de sortie ou d'entrée.
- Une des valeurs d'énumération qui indique si l'archive zip est utilisée pour lire, créer ou mettre à jour des entrées.
- true pour maintenir le flux ouvert après avoir supprimé l'objet ; sinon, false.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Initialise une nouvelle instance de la classe sur le flux spécifié pour le mode spécifié, utilise l'encodage spécifié pour les noms d'entrée, et permet éventuellement de laisser le flux ouvert.
- Flux de sortie ou d'entrée.
- Une des valeurs d'énumération qui indique si l'archive zip est utilisée pour lire, créer ou mettre à jour des entrées.
- true pour maintenir le flux ouvert après avoir supprimé l'objet ; sinon, false.
- Encodage à utiliser lors de la lecture ou de l'écriture des noms d'entrée dans cette archive.Spécifie une valeur pour ce paramètre seulement quand un encodage est obligatoire pour l'interopérabilité avec les outils et les bibliothèques d'archivage zip qui ne prennent pas en charge l'encodage UTF-8 pour les noms d'entrée.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Crée une entrée vide qui a le chemin d'accès et le nom d'entrée spécifiés dans l'archive zip.
- Entrée vide dans l'archive zip.
- Chemin d'accès relatif à la racine de l'archive, qui spécifie le nom de l'entrée à créer.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Crée une entrée vide qui a le nom d'entrée et le niveau de compression spécifiés dans l'archive zip.
- Entrée vide dans l'archive zip.
- Chemin d'accès relatif à la racine de l'archive, qui spécifie le nom de l'entrée à créer.
- Une des valeurs d'énumération qui indique s'il faut privilégier la rapidité ou l'efficacité de la compression lors de la création de l'entrée.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Libère les ressources utilisées par l'instance actuelle de la classe .
-
-
- Appelée par les méthodes et pour libérer les ressources non managées utilisées par l'instance actuelle de la classe , et éventuellement finit d'écrire l'archive et libère les ressources managées.
- true pour finir l'écriture de l'archive et libérer les ressources managées et non managées ; false pour libérer seulement des ressources non managées.
-
-
- Obtient la collection d'entrées figurant actuellement dans l'archive zip.
- Collection d'entrées figurant actuellement dans l'archive zip.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Récupère un wrapper pour l'entrée spécifiée dans l'archive zip.
- Wrapper pour l'entrée spécifiée dans l'archive ; null si l'entrée n'existe pas dans l'archive.
- Chemin d'accès relatif à la racine de l'archive, qui identifie l'entrée à récupérer.
-
- is .
-
- is null.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Obtient une valeur qui décrit le type d'action que l'archive zip peut effectuer sur des entrées.
- Une des valeurs d'énumération qui décrit le type d'action (lecture, création ou mise à jour) que l'archive zip peut effectuer sur les entrées.
-
-
- Représente un fichier compressé dans une archive zip.
-
-
- Obtient l'archive zip à laquelle l'entrée appartient.
- Archive zip à laquelle l'entrée appartient, ou null si l'entrée a été supprimée.
-
-
- Obtient la taille compressée de l'entrée dans l'archive zip.
- Taille compressée de l'entrée dans l'archive zip.
- The value of the property is not available because the entry has been modified.
-
-
- Supprime l'entrée de l'archive zip.
- The entry is already open for reading or writing.
- The zip archive for this entry was opened in a mode other than .
- The zip archive for this entry has been disposed.
-
-
- Obtient le chemin d'accès relatif de l'entrée dans l'archive zip.
- Chemin d'accès relatif de l'entrée dans l'archive zip.
-
-
- Obtient ou définit la date de dernière modification de l'entrée dans l'archive zip.
- Date/heure à laquelle l'entrée a été modifiée pour la dernière fois dans l'archive zip.
- The attempt to set this property failed, because the zip archive for the entry is in mode.
- The archive mode is set to .- or -The archive mode is set to and the entry has been opened.
- An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (one second before midnight).
-
-
- Obtient la taille décompressée de l'entrée dans l'archive zip.
- Taille décompressée de l'entrée dans l'archive zip.
- The value of the property is not available because the entry has been modified.
-
-
- Obtient le nom du fichier de l'entrée dans l'archive zip.
- Nom de fichier de l'entrée dans l'archive zip.
-
-
- Ouvre l'entrée à partir de l'archive zip.
- Flux qui représente le contenu de l'entrée.
- The entry is already currently open for writing.-or-The entry has been deleted from the archive.-or-The archive for this entry was opened with the mode, and this entry has already been written to.
- The entry is either missing from the archive or is corrupt and cannot be read. -or-The entry has been compressed by using a compression method that is not supported.
- The zip archive for this entry has been disposed.
-
-
- Récupère le chemin d'accès relatif de l'entrée dans l'archive zip.
- Chemin d'accès relatif de l'entrée, qui est la valeur stockée dans la propriété .
-
-
- Spécifie les valeurs pour interagir avec les entrées d'archive ZIP.
-
-
- Seule la création de nouvelles entrées d'archivage est autorisée.
-
-
- Seule la lecture des entrées d'archivage est autorisée.
-
-
- Les opérations de lecture et d'écriture sont autorisées pour les entrées d'archivage.
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/it/System.IO.Compression.xml b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/it/System.IO.Compression.xml
deleted file mode 100644
index 79fddbe..0000000
--- a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/it/System.IO.Compression.xml
+++ /dev/null
@@ -1,430 +0,0 @@
-
-
-
- System.IO.Compression
-
-
-
- Specifica i valori che indicano se un'operazione di compressione privilegia le dimensioni di compressione o la velocità.
-
-
- L'operazione di compressione deve essere completata il più rapidamente possibile, anche se il file risultante non è compresso in modo ottimale.
-
-
- Non deve essere eseguita alcuna compressione del file.
-
-
- L'operazione di compressione deve essere compressa in modo ottimale, anche se l'operazione richiede più tempo per il completamento.
-
-
- Specifica se comprimere o decomprimere il flusso sottostante.
-
-
- Comprime il flusso sottostante.
-
-
- Decomprime il flusso sottostante.
-
-
- Fornisce metodi e proprietà per la compressione e la decompressione dei flussi mediante l'algoritmo Deflate.
-
-
- Inizializza una nuova istanza della classe usando il livello di compressione del flusso specificato.
- Flusso da comprimere.
- Uno dei valori di enumerazione che indica se evidenziare l'efficacia di velocità o compressione quando si comprime il flusso.
-
- è null.
- Il flusso non supporta le operazioni di scrittura come la compressione.(La proprietà di sull'oggetto di flusso è false).
-
-
- Inizializza una nuova istanza della classe usando il livello di compressione del flusso specificato. Facoltativamente mantiene aperto il flusso.
- Flusso da comprimere.
- Uno dei valori di enumerazione che indica se evidenziare l'efficacia di velocità o compressione quando si comprime il flusso.
- true per mantenere l'oggetto flusso aperto dopo avere eliminato l'oggetto ; in caso contrario, false.
-
- è null.
- Il flusso non supporta le operazioni di scrittura come la compressione.(La proprietà di sull'oggetto di flusso è false).
-
-
- Inizializza una nuova istanza della classe usando la modalità di compressione del flusso specificata.
- Flusso da comprimere o decomprimere.
- Uno dei valori di enumerazione che indica se comprimere o decomprimere il flusso.
-
- è null.
-
- non è un valore di valido.-oppure- è e è false.-oppure- è e è false.
-
-
- Inizializza una nuova istanza della classe usando la modalità di compressione del flusso specificata. Facoltativamente mantiene aperto il flusso.
- Flusso da comprimere o decomprimere.
- Uno dei valori di enumerazione che indica se comprimere o decomprimere il flusso.
- true per mantenere il flusso aperto dopo avere eliminato l'oggetto ; in caso contrario, false.
-
- è null.
-
- non è un valore di valido.-oppure- è e è false.-oppure- è e è false.
-
-
- Ottiene un riferimento al flusso sottostante.
- Oggetto flusso che rappresenta il flusso sottostante.
- Il flusso sottostante è chiuso.
-
-
- Ottiene un valore che indica se il flusso supporta la lettura durante la decompressione di un file.
- true se il valore di è Decompress e il flusso sottostante è aperto e supporta la lettura; in caso contrario, false.
-
-
- Ottiene un valore che indica se il flusso supporta la ricerca.
- false in tutti i casi.
-
-
- Ottiene un valore che indica se il flusso supporta la scrittura.
- true se il valore di è Compress e il flusso sottostante non è chiuso e supporta la scrittura; in caso contrario, false.
-
-
- Rilascia le risorse non gestite usate da e, facoltativamente, le risorse gestite.
- true per rilasciare sia le risorse gestite sia quelle non gestite; false per rilasciare solo le risorse non gestite.
-
-
- L'implementazione corrente di questo metodo non presenta alcuna funzionalità.
- Il flusso è chiuso.
-
-
-
-
-
- Questa proprietà non è supportata e genera sempre un'eccezione .
- Valore long.
- Questa proprietà non è supportata su questo flusso.
-
-
-
-
-
- Questa proprietà non è supportata e genera sempre un'eccezione .
- Valore long.
- Questa proprietà non è supportata su questo flusso.
-
-
-
-
-
- Legge un numero di byte decompressi nella matrice di byte specificata.
- Numero di byte letti nella matrice di byte.
- Matrice per archiviare i byte decompressi.
- Offset dei byte in in corrispondenza del quale cui verranno inseriti i byte letti.
- Numero massimo di byte decompressi da leggere.
-
- è null.
- Al momento della creazione dell'oggetto, il valore di era Compress.-oppure- Il flusso sottostante non supporta la lettura.
-
- o è minore di zero.-oppure-La lunghezza di meno il punto iniziale dell'indice è minore di .
- Il formato dei dati non è valido.
- Il flusso è chiuso.
-
-
- Questa operazione non è supportata e genera sempre un'eccezione .
- Valore long.
- Posizione all'interno del flusso.
- Uno dei valori di .
- Questa proprietà non è supportata su questo flusso.
-
-
- Questa operazione non è supportata e genera sempre un'eccezione .
- Lunghezza del flusso.
- Questa proprietà non è supportata su questo flusso.
-
-
- Scrive i byte compressi nel flusso sottostante dalla matrice di byte specificata.
- Buffer contenente i dati da comprimere.
- Offset dei byte in da cui verranno letti i byte.
- Numero massimo di byte da scrivere.
-
-
- Fornisce i metodi e le proprietà usate per comprimere e decomprimere i flussi.
-
-
- Inizializza una nuova istanza della classe usando il livello di compressione del flusso specificato.
- Flusso in cui scrivere i dati compressi.
- Uno dei valori di enumerazione che indica se evidenziare l'efficacia di velocità o compressione quando si comprime il flusso.
-
- è null.
- Il flusso non supporta le operazioni di scrittura come la compressione.(La proprietà di sull'oggetto di flusso è false).
-
-
- Inizializza una nuova istanza della classe usando il livello di compressione del flusso specificato. Facoltativamente mantiene aperto il flusso.
- Flusso in cui scrivere i dati compressi.
- Uno dei valori di enumerazione che indica se evidenziare l'efficacia di velocità o compressione quando si comprime il flusso.
- true per mantenere l'oggetto flusso aperto dopo avere eliminato l'oggetto ; in caso contrario, false.
-
- è null.
- Il flusso non supporta le operazioni di scrittura come la compressione.(La proprietà di sull'oggetto di flusso è false).
-
-
- Inizializza una nuova istanza della classe usando la modalità di compressione del flusso specificata.
- Flusso in cui vengono scritti i dati compressi e decompressi.
- Uno dei valori di enumerazione che indica se comprimere o decomprimere il flusso.
-
- è null.
-
- non è un valore dell'enumerazione valido.-oppure- è e è false.-oppure- è e è false.
-
-
- Inizializza una nuova istanza della classe usando la modalità di compressione del flusso specificata. Facoltativamente mantiene aperto il flusso.
- Flusso in cui vengono scritti i dati compressi e decompressi.
- Uno dei valori di enumerazione che indica se comprimere o decomprimere il flusso.
- true per mantenere il flusso aperto dopo avere eliminato l'oggetto ; in caso contrario, false.
-
- è null.
-
- non è un valore di valido.-oppure- è e è false.-oppure- è e è false.
-
-
- Ottiene un riferimento al flusso sottostante.
- Oggetto flusso che rappresenta il flusso sottostante.
- Il flusso sottostante è chiuso.
-
-
-
-
-
- Ottiene un valore che indica se il flusso supporta la lettura durante la decompressione di un file.
- true se il valore di è Decompress, e il flusso sottostante non è chiuso e supporta la lettura; in caso contrario, false.
-
-
-
-
-
- Ottiene un valore che indica se il flusso supporta la ricerca.
- false in tutti i casi.
-
-
- Ottiene un valore che indica se il flusso supporta la scrittura.
- true se il valore di è Compress e il flusso sottostante non è chiuso e supporta la scrittura; in caso contrario, false.
-
-
-
-
-
- Rilascia le risorse non gestite usate da e, facoltativamente, le risorse gestite.
- true per rilasciare sia le risorse gestite sia quelle non gestite; false per rilasciare solo le risorse non gestite.
-
-
- L'implementazione corrente di questo metodo non presenta alcuna funzionalità.
- Il flusso è chiuso.
-
-
-
-
-
- Questa proprietà non è supportata e genera sempre un'eccezione .
- Valore long.
- Questa proprietà non è supportata su questo flusso.
-
-
-
-
-
- Questa proprietà non è supportata e genera sempre un'eccezione .
- Valore long.
- Questa proprietà non è supportata su questo flusso.
-
-
-
-
-
- Legge un numero di byte decompressi nella matrice di byte specificata.
- Numero di byte decompressi nella matrice di byte.Se è stata raggiunta la fine del flusso, viene restituito zero o il numero di byte letto.
- Matrice usata per archiviare i byte decompressi.
- Offset dei byte in in corrispondenza del quale cui verranno inseriti i byte letti.
- Numero massimo di byte decompressi da leggere.
-
- è null.
- Al momento della creazione dell'oggetto, il valore di era Compress.-oppure-Il flusso sottostante non supporta la lettura.
-
- o è minore di zero.-oppure-La lunghezza di meno il punto iniziale dell'indice è minore di .
- Il formato dei dati non è valido.
- Il flusso è chiuso.
-
-
- Questa proprietà non è supportata e genera sempre un'eccezione .
- Valore long.
- Posizione all'interno del flusso.
- Uno dei valori di .
- Questa proprietà non è supportata su questo flusso.
-
-
- Questa proprietà non è supportata e genera sempre un'eccezione .
- Lunghezza del flusso.
- Questa proprietà non è supportata su questo flusso.
-
-
- Scrive i byte compressi nel flusso sottostante dalla matrice di byte specificata.
- Buffer contenente i dati da comprimere.
- Offset dei byte in da cui verranno letti i byte.
- Numero massimo di byte da scrivere.
- Non è possibile eseguire l'operazione di scrittura perché il flusso è chiuso.
-
-
- Rappresenta un pacchetto di file compressi nel formato di archiviazione ZIP.
-
-
- Inizializza una nuova istanza della classe dal flusso specificato.
- Flusso che contiene l'archivio da leggere.
- The stream is already closed or does not support reading.
-
- is null.
- The contents of the stream are not in the zip archive format.
-
-
- Inizializza una nuova istanza della classe dal flusso specificato e con la modalità specificata.
- Flusso di input o output.
- Uno dei valori di enumerazione che indica se l'archivio ZIP viene usato per leggere, creare o aggiornare le voci.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Inizializza una nuova istanza della classe sulla base del flusso specificato per la modalità specificata e, facoltativamente, mantiene aperto il flusso.
- Flusso di input o output.
- Uno dei valori di enumerazione che indica se l'archivio ZIP viene usato per leggere, creare o aggiornare le voci.
- true per mantenere il flusso aperto dopo avere eliminato l'oggetto ; in caso contrario, false.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Inizializza una nuova istanza della classe sulla base del flusso specificato per la modalità specificata. Usa la codifica specificata per i nomi delle voci e, facoltativamente, mantiene aperto il flusso.
- Flusso di input o output.
- Uno dei valori di enumerazione che indica se l'archivio ZIP viene usato per leggere, creare o aggiornare le voci.
- true per mantenere il flusso aperto dopo avere eliminato l'oggetto ; in caso contrario, false.
- La codifica da usate durante la lettura o la scrittura dei nomi delle voci in questo archivio.Specificare un valore per il parametro solo quando una codifica è obbligatoria per l'interoperabilità con gli strumenti e le librerie dell'archivio ZIP che non supportano la codifica UTF-8 per i nomi di voce.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Crea una voce vuota con il percorso e il nome della voce specificati nell'archivio ZIP.
- Voce vuota nell'archivio ZIP.
- Percorso, relativo alla radice dell'archivio, che specifica il nome della voce da creare.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Crea una voce vuota con il livello di compressione e il nome voce specificati nell'archivio ZIP.
- Voce vuota nell'archivio ZIP.
- Percorso, relativo alla radice dell'archivio, che specifica il nome della voce da creare.
- Uno dei valori di enumerazione che indica se privilegiare la velocità o l'efficacia di compressione quando si crea la voce.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Rilascia le risorse usate dall'istanza corrente della classe .
-
-
- Viene chiamato dai metodi e per rilasciare le risorse non gestite usate dall'istanza corrente della classe e, facoltativamente, completa la scrittura dell'archivio e rilascia le risorse gestite.
- true per completare la scrittura dell'archivio e rilasciare le risorse gestite e non gestite; false per rilasciare solo le risorse non gestite.
-
-
- Ottiene la raccolta di voci attualmente presenti nell'archivio ZIP.
- La raccolta di voci attualmente presenti nell'archivio ZIP.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Recupera un wrapper per la voce specificata nell'archivio ZIP.
- Wrapper per la voce specificata nell'archivio; null se la voce non esiste nell'archivio.
- Percorso, relativo alla radice dell'archivio, che identifica la voce da recuperare.
-
- is .
-
- is null.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Ottiene un valore che descrive il tipo di azione che l'archivio ZIP può eseguire sulle voci.
- Uno dei valori di enumerazione che descrive il tipo di azione (leggere, creare o aggiornare) che l'archivio ZIP può eseguire sulle voci.
-
-
- Rappresenta un file compresso in un archivio ZIP.
-
-
- Ottiene l'archivio ZIP cui appartiene la voce.
- Archivio ZIP cui appartiene la voce o null se la voce è stata eliminata.
-
-
- Ottiene la dimensione compressa della voce nell'archivio ZIP.
- La dimensione compressa della voce nell'archivio ZIP.
- The value of the property is not available because the entry has been modified.
-
-
- Elimina la voce dall'archivio ZIP.
- The entry is already open for reading or writing.
- The zip archive for this entry was opened in a mode other than .
- The zip archive for this entry has been disposed.
-
-
- Ottiene il percorso relativo della voce nell'archivio ZIP.
- Percorso relativo della voce nell'archivio ZIP.
-
-
- Ottiene o imposta l'ultima volta in cui la voce nell'archivio ZIP è stata modificata.
- L'ultima volta in cui la voce nell'archivio ZIP è stata modificata.
- The attempt to set this property failed, because the zip archive for the entry is in mode.
- The archive mode is set to .- or -The archive mode is set to and the entry has been opened.
- An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (one second before midnight).
-
-
- Ottiene la dimensione non compressa della voce nell'archivio ZIP.
- Dimensione non compressa della voce nell'archivio ZIP.
- The value of the property is not available because the entry has been modified.
-
-
- Ottiene il nome file della voce nell'archivio ZIP.
- Nome file della voce nell'archivio ZIP.
-
-
- Apre la voce dall'archivio ZIP.
- Flusso che rappresenta il contenuto della voce.
- The entry is already currently open for writing.-or-The entry has been deleted from the archive.-or-The archive for this entry was opened with the mode, and this entry has already been written to.
- The entry is either missing from the archive or is corrupt and cannot be read. -or-The entry has been compressed by using a compression method that is not supported.
- The zip archive for this entry has been disposed.
-
-
- Recupera il percorso relativo della voce nell'archivio ZIP.
- Percorso relativo della voce, ovvero il valore archiviato nella proprietà .
-
-
- Specifica i valori per l'interazione con le voci dell'archivio ZIP.
-
-
- È consentita solo la creazione di nuove voci dell'archivio.
-
-
- È consentita solo la lettura delle voci dell'archivio.
-
-
- Sono consentite sia operazioni in lettura che in scrittura per le voci dell'archivio.
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/ja/System.IO.Compression.xml b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/ja/System.IO.Compression.xml
deleted file mode 100644
index 2626cda..0000000
--- a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/ja/System.IO.Compression.xml
+++ /dev/null
@@ -1,446 +0,0 @@
-
-
-
- System.IO.Compression
-
-
-
- 圧縮操作で速度または圧縮サイズのどちらを重視するかどうかを示す値を指定します。
-
-
- 圧縮後のファイルは最適な圧縮ではなくても、圧縮操作はできるだけ迅速に完了する必要があります。
-
-
- ファイルに対して圧縮を行いません。
-
-
- 圧縮操作の操作が完了するまでに時間がかかりますが、圧縮操作は最適に圧縮する必要があります。
-
-
- 基になるストリームを圧縮するのか、または圧縮解除するのかを指定します。
-
-
- 基になるストリームを圧縮します。
-
-
- 基になるストリームを圧縮解除します。
-
-
- Deflate アルゴリズムを使用してストリームを圧縮および圧縮解除するためのメソッドとプロパティを提供します。
-
-
- 指定したストリームと圧縮レベルを使用して、 クラスの新しいインスタンスを初期化します。
- 圧縮するストリーム。
- ストリームの圧縮時に速度または圧縮の効率性を強調するかどうかを示す列挙値の 1 つ。
-
- は null です。
- ストリームは圧縮などの書き込み操作をサポートしません。(ストリーム オブジェクトの プロパティは false です)
-
-
- 指定したストリームと圧縮レベルを使用して クラスの新しいインスタンスを初期化し、必要に応じて、ストリームを開いたままにします。
- 圧縮するストリーム。
- ストリームの圧縮時に速度または圧縮の効率性を強調するかどうかを示す列挙値の 1 つ。
-
- オブジェクトを破棄した後にストリーム オブジェクトを開いたままにする場合は true、それ以外の場合は false。
-
- は null です。
- ストリームは圧縮などの書き込み操作をサポートしません。(ストリーム オブジェクトの プロパティは false です)
-
-
- 指定したストリームと圧縮モードを使用して、 クラスの新しいインスタンスを初期化します。
- 圧縮または圧縮解除するストリーム。
- ストリームを圧縮するか圧縮解除するかを示す列挙値の 1 つ。
-
- は null です。
-
- が有効な 値ではありません。または が で、 が false です。または が で、 が false です。
-
-
- 指定したストリームと圧縮モードを使用して クラスの新しいインスタンスを初期化し、必要に応じて、ストリームを開いたままにします。
- 圧縮または圧縮解除するストリーム。
- ストリームを圧縮するか圧縮解除するかを示す列挙値の 1 つ。
-
- オブジェクトを破棄した後にストリームを開いたままにする場合は true、それ以外の場合は false。
-
- は null です。
-
- が有効な 値ではありません。または が で、 が false です。または が で、 が false です。
-
-
- 基になるストリームへの参照を取得します。
- 基になるストリームを表すストリーム オブジェクト。
- 基になるストリームが閉じられました。
-
-
- ファイルの圧縮解除中にストリームが読み取りをサポートするかどうかを示す値を取得します。
-
- 値が Decompress で、基になるストリームが開いており、読み取りをサポートしている場合は true。それ以外の場合は false。
-
-
- ストリームがシークをサポートしているかどうかを示す値を取得します。
- 常に false。
-
-
- ストリームが書き込みをサポートしているかどうかを示す値を取得します。
-
- 値が Compress で、基になるストリームが書き込みをサポートし、閉じられていない場合は true。それ以外の場合は false。
-
-
-
- で使用されているアンマネージ リソースを解放し、オプションでマネージ リソースを解放します。
- マネージ リソースとアンマネージ リソースの両方を解放する場合は true。アンマネージ リソースだけを解放する場合は false。
-
-
- 現在実装されているこのメソッドは、何の機能も提供しません。
- ストリームが閉じられました。
-
-
-
-
-
- このプロパティはサポートされていないため、常に をスローします。
- long 値。
- このストリームでは、このプロパティはサポートされていません。
-
-
-
-
-
- このプロパティはサポートされていないため、常に をスローします。
- long 値。
- このストリームでは、このプロパティはサポートされていません。
-
-
-
-
-
- 圧縮解除されたバイト数を、指定したバイト配列に読み取ります。
- バイト配列に読み取られたバイト数。
- 圧縮解除されたバイトを格納するための配列。
- 読み取られるバイトが配置される 内のバイト オフセット。
- 読み取られる、圧縮解除されたバイトの最大数。
-
- は null です。
- オブジェクトが作成されたとき、 値が Compress でした。または 基になるストリームが読み取りをサポートしていません。
-
- または が 0 未満です。または の長さからインデックスの開始点を引いた値が 未満です。
- データ形式が無効です。
- ストリームが閉じられました。
-
-
- この操作はサポートされていないため、常に をスローします。
- long 値。
- ストリーム内の位置。
-
- 値の 1 つ。
- このストリームでは、このプロパティはサポートされていません。
-
-
- この操作はサポートされていないため、常に をスローします。
- ストリーム長。
- このストリームでは、このプロパティはサポートされていません。
-
-
- 圧縮されたバイトを、指定したバイト配列から基になるストリームに書き込みます。
- 圧縮するデータを格納しているバッファー。
- バイトの読み取り元となる 内のバイト オフセット。
- 書き込む最大バイト数。
-
-
- ストリームの圧縮および圧縮解除を実行するために使用するメソッドとプロパティを提供します。
-
-
- 指定したストリームと圧縮レベルを使用して、 クラスの新しいインスタンスを初期化します。
- 圧縮されたデータを書き込むストリーム。
- ストリームの圧縮時に速度または圧縮の効率性を強調するかどうかを示す列挙値の 1 つ。
-
- は null です。
- ストリームは圧縮などの書き込み操作をサポートしません。(ストリーム オブジェクトの プロパティは false です)
-
-
- 指定したストリームと圧縮レベルを使用して クラスの新しいインスタンスを初期化し、必要に応じて、ストリームを開いたままにします。
- 圧縮されたデータを書き込むストリーム。
- ストリームの圧縮時に速度または圧縮の効率性を強調するかどうかを示す列挙値の 1 つ。
-
- オブジェクトを破棄した後にストリーム オブジェクトを開いたままにする場合は true、それ以外の場合は false。
-
- は null です。
- ストリームは圧縮などの書き込み操作をサポートしません。(ストリーム オブジェクトの プロパティは false です)
-
-
- 指定したストリームと圧縮モードを使用して、 クラスの新しいインスタンスを初期化します。
- 圧縮されたデータまたは圧縮解除されたデータが書き込まれるストリーム。
- ストリームを圧縮するか圧縮解除するかを示す列挙値の 1 つ。
-
- は null です。
-
- が有効な 列挙値ではありません。または が で、 が false です。または が で、 が false です。
-
-
- 指定したストリームと圧縮モードを使用して クラスの新しいインスタンスを初期化し、必要に応じて、ストリームを開いたままにします。
- 圧縮されたデータまたは圧縮解除されたデータが書き込まれるストリーム。
- ストリームを圧縮するか圧縮解除するかを示す列挙値の 1 つ。
-
- オブジェクトを破棄した後にストリームを開いたままにする場合は true、それ以外の場合は false。
-
- は null です。
-
- が有効な 値ではありません。または が で、 が false です。または が で、 が false です。
-
-
- 基になるストリームへの参照を取得します。
- 基になるストリームを表すストリーム オブジェクト。
- 基になるストリームが閉じられました。
-
-
-
-
-
- ファイルの圧縮解除中にストリームが読み取りをサポートするかどうかを示す値を取得します。
-
- 値が Decompress, で、基になるストリームが読み取りをサポートし、閉じられていない場合は true。それ以外の場合は false。
-
-
-
-
-
- ストリームがシークをサポートしているかどうかを示す値を取得します。
- 常に false。
-
-
- ストリームが書き込みをサポートしているかどうかを示す値を取得します。
-
- 値が Compress で、基になるストリームが書き込みをサポートし、閉じられていない場合は true。それ以外の場合は false。
-
-
-
-
-
-
- で使用されているアンマネージ リソースを解放し、オプションでマネージ リソースを解放します。
- マネージ リソースとアンマネージ リソースの両方を解放する場合は true。アンマネージ リソースだけを解放する場合は false。
-
-
- 現在実装されているこのメソッドは、何の機能も提供しません。
- ストリームが閉じられました。
-
-
-
-
-
- このプロパティはサポートされていないため、常に をスローします。
- long 値。
- このストリームでは、このプロパティはサポートされていません。
-
-
-
-
-
- このプロパティはサポートされていないため、常に をスローします。
- long 値。
- このストリームでは、このプロパティはサポートされていません。
-
-
-
-
-
- 圧縮解除されたバイト数を、指定したバイト配列に読み取ります。
- 圧縮解除されバイト配列に読み取られたバイト数。既にストリームの末尾に到達している場合は、ゼロまたは読み取られたバイト数が返されます。
- 圧縮解除されたバイトを格納するために使用する配列。
- 読み取られるバイトが配置される 内のバイト オフセット。
- 読み取られる、圧縮解除されたバイトの最大数。
-
- は null です。
- オブジェクトが作成されたとき、 値が Compress でした。または基になるストリームが読み取りをサポートしていません。
-
- または が 0 未満です。または の長さからインデックスの開始点を引いた値が 未満です。
- データ形式が無効です。
- ストリームが閉じられました。
-
-
- このプロパティはサポートされていないため、常に をスローします。
- long 値。
- ストリーム内の位置。
-
- 値の 1 つ。
- このストリームでは、このプロパティはサポートされていません。
-
-
- このプロパティはサポートされていないため、常に をスローします。
- ストリーム長。
- このストリームでは、このプロパティはサポートされていません。
-
-
- 圧縮されたバイトを、指定したバイト配列から基になるストリームに書き込みます。
- 圧縮するデータを格納しているバッファー。
- バイトの読み取り元となる 内のバイト オフセット。
- 書き込む最大バイト数。
- ストリームが閉じているため、書き込み操作を実行できません。
-
-
- zip アーカイブ形式の圧縮ファイルのパッケージを表します。
-
-
- 指定したストリームからの クラスの新しいインスタンスを初期化します。
- 読み取るアーカイブを格納しているストリーム。
- The stream is already closed or does not support reading.
-
- is null.
- The contents of the stream are not in the zip archive format.
-
-
- 指定したストリームと指定したモードから クラスの新しいインスタンスを初期化します。
- 入力ストリームまたは出力ストリーム。
- zip のアーカイブがエントリの読み込み、作成、または更新に使用されているかどうかを示す列挙値の 1 つ。
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 指定されたモードの指定されたストリームで クラスの新しいインスタンスを初期化し、必要に応じて、ストリームを開いたままにします。
- 入力ストリームまたは出力ストリーム。
- zip のアーカイブがエントリの読み込み、作成、または更新に使用されているかどうかを示す列挙値の 1 つ。
-
- オブジェクトを破棄した後にストリームを開いたままにする場合は true、それ以外の場合は false。
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 指定されたモードの指定されたストリームで クラスの新しいインスタンスを初期化し、エントリ名に指定されたエンコーディングを使用します。また、必要に応じて、ストリームを開いたままにします。
- 入力ストリームまたは出力ストリーム。
- zip のアーカイブがエントリの読み込み、作成、または更新に使用されているかどうかを示す列挙値の 1 つ。
-
- オブジェクトを破棄した後にストリームを開いたままにする場合は true、それ以外の場合は false。
- このアーカイブのエントリ名の読み取りまたは書き込み時に使用するエンコード。エントリ名の UTF-8 エンコードをサポートしない zip アーカイブ ツールとライブラリとの相互運用性のためにエンコードが必要な場合にのみ、このパラメーターの値を指定してください。
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 指定したパスとエントリ名を持つ空のエントリを zip アーカイブに作成します。
- zip アーカイブ内の空のエントリ。
- 作成されるエントリの名前を指定する、アーカイブのルートを基準とするパス。
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- 指定したエントリ名と圧縮レベルを持つ空のエントリを zip アーカイブに作成します。
- zip アーカイブ内の空のエントリ。
- 作成されるエントリの名前を指定する、アーカイブのルートを基準とするパス。
- エントリの作成時に速度または圧縮の有効性を強調するかどうかを示す列挙値の 1 つ。
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
-
- クラスの現在のインスタンスによって使用されているリソースを解放します。
-
-
-
- クラスの現在のインスタンスによって使用されるアンマネージ リソースを解放するために、 メソッドと メソッドによって呼び出されます。オプションで、アーカイブの書き込みを終了し、マネージ リソースを解放できます。
- アーカイブの書き込みを終了し、アンマネージ リソースとマネージ リソースを解放する場合は true。アンマネージ リソースだけを解放する場合は false。
-
-
- 現在 zip アーカイブ内にあるエントリのコレクションを取得します。
- 現在 zip アーカイブ内にあるエントリのコレクション。
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- zip アーカイブ内の指定したエントリのラッパーを取得します。
- アーカイブ内の指定されたエントリのラッパー。エントリがアーカイブに存在しない場合は null。
- 取得するエントリを識別する、アーカイブのルートを基準とするパス。
-
- is .
-
- is null.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- zip アーカイブがエントリで実行できる操作の種類を示す値を取得します。
- zip のアーカイブがエントリ上で実行できる操作の種類 (読み込み、作成、または更新) を示す列挙値の 1 つ。
-
-
- zip アーカイブ内の圧縮ファイルを表します。
-
-
- エントリが属する zip アーカイブを取得します。
- エントリが属している zip アーカイブ、または、エントリが削除されている場合は null。
-
-
- zip アーカイブ内のエントリの圧縮サイズを取得します。
- zip アーカイブ内のエントリの圧縮サイズ。
- The value of the property is not available because the entry has been modified.
-
-
- zip アーカイブからエントリを削除します。
- The entry is already open for reading or writing.
- The zip archive for this entry was opened in a mode other than .
- The zip archive for this entry has been disposed.
-
-
- zip アーカイブ内のエントリの相対パスを取得します。
- zip アーカイブ内のエントリの相対パス。
-
-
- zip アーカイブのエントリが最後に変更されたときを取得または設定します。
- zip アーカイブ内のエントリが最後に変更された時間。
- The attempt to set this property failed, because the zip archive for the entry is in mode.
- The archive mode is set to .- or -The archive mode is set to and the entry has been opened.
- An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (one second before midnight).
-
-
- zip アーカイブ内のエントリの非圧縮サイズを取得します。
- zip アーカイブ内のエントリの非圧縮サイズ。
- The value of the property is not available because the entry has been modified.
-
-
- zip アーカイブ内のエントリのファイル名を取得します。
- zip アーカイブ内のエントリのファイル名。
-
-
- zip のアーカイブからエントリを開きます。
- エントリの内容を表すストリーム。
- The entry is already currently open for writing.-or-The entry has been deleted from the archive.-or-The archive for this entry was opened with the mode, and this entry has already been written to.
- The entry is either missing from the archive or is corrupt and cannot be read. -or-The entry has been compressed by using a compression method that is not supported.
- The zip archive for this entry has been disposed.
-
-
- zip アーカイブ内のエントリの相対パスを取得します。
- エントリの相対パス。これは プロパティに格納されている値です。
-
-
- zip のアーカイブ エントリとの対話のための値を指定します。
-
-
- 新しいアーカイブ エントリの作成に限り許可されます。
-
-
- 新しいアーカイブ エントリの読み込みに限り許可されます。
-
-
- 読み取りと書き込みの両方の操作がアーカイブ エントリで許可されます。
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/ko/System.IO.Compression.xml b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/ko/System.IO.Compression.xml
deleted file mode 100644
index ce2055d..0000000
--- a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/ko/System.IO.Compression.xml
+++ /dev/null
@@ -1,446 +0,0 @@
-
-
-
- System.IO.Compression
-
-
-
- 압축 시 속도를 우선할지 압축 크기를 우선할지를 나타내는 값을 지정합니다.
-
-
- 압축 작업은 결과 파일이 최적으로 압축되지 않더라도 가능한 신속하게 완료되어야 합니다.
-
-
- 파일에 대해 압축을 수행할 수 없습니다.
-
-
- 작업을 완료하는 데 시간이 더 걸리더라도 압축 작업은 최적으로 압축되어야 합니다.
-
-
- 내부 스트림을 압축할지 또는 압축을 풀지 여부를 지정합니다.
-
-
- 내부 스트림을 압축합니다.
-
-
- 내부 스트림의 압축을 풉니다.
-
-
- Deflate 알고리즘을 사용하여 스트림을 압축하고 압축을 풀기 위한 메서드와 속성을 제공합니다.
-
-
- 지정된 스트림과 압축 수준을 사용하여 클래스의 새 인스턴스를 초기화합니다.
- 압축할 스트림입니다.
- 스트림을 압축할 때 속도 또는 압축 효율을 강조할지 여부를 나타내는 열거형 값 중 하나입니다.
-
- 가 null인 경우
- 스트림이 압축 등의 쓰기 작업을 지원하지 않습니다.(스트림 개체의 속성이 false입니다.)
-
-
- 지정된 스트림과 압축 수준을 사용하여 클래스의 새 인스턴스를 초기화하고 스트림을 선택적으로 연 상태로 둘 수 있습니다.
- 압축할 스트림입니다.
- 스트림을 압축할 때 속도 또는 압축 효율을 강조할지 여부를 나타내는 열거형 값 중 하나입니다.
-
- 개체를 삭제한 후 스트림 개체를 열어 두려면 true이고, 그렇지 않으면 false입니다.
-
- 가 null인 경우
- 스트림이 압축 등의 쓰기 작업을 지원하지 않습니다.(스트림 개체의 속성이 false입니다.)
-
-
- 지정된 스트림과 압축 모드를 사용하여 클래스의 새 인스턴스를 초기화합니다.
- 압축하거나 압축을 풀 스트림입니다.
- 스트림을 압축할 것인지 또는 압축 해제할 것인지를 나타내는 열거형 값 중 하나입니다.
-
- 가 null인 경우
-
- 은(는) 올바른 값이 아닙니다.또는가 이고 가 false인 경우또는가 이고 가 false인 경우
-
-
- 지정된 스트림과 압축 모드를 사용하여 클래스의 새 인스턴스를 초기화하고 스트림을 선택적으로 연 상태로 둘 수 있습니다.
- 압축하거나 압축을 풀 스트림입니다.
- 스트림을 압축할 것인지 또는 압축 해제할 것인지를 나타내는 열거형 값 중 하나입니다.
-
- 개체를 삭제한 후 스트림을 열어 두려면 true이고, 그렇지 않으면 false입니다.
-
- 가 null인 경우
-
- 은(는) 올바른 값이 아닙니다.또는가 이고 가 false인 경우또는가 이고 가 false인 경우
-
-
- 내부 스트림에 대한 참조를 가져옵니다.
- 내부 스트림을 나타내는 스트림 개체입니다.
- 내부 스트림이 닫혀 있는 경우
-
-
- 파일의 압축을 푸는 동안 스트림을 읽을 수 있는지 여부를 나타내는 값을 가져옵니다.
-
- 값이 Decompress이고 내부 스트림이 열려 있으며 읽기를 지원하면 true이고, 이외의 경우는 false입니다.
-
-
- 스트림이 검색을 지원하는지 여부를 나타내는 값을 가져옵니다.
- 모든 경우에 false입니다.
-
-
- 스트림이 쓰기를 지원하는지 여부를 나타내는 값을 가져옵니다.
-
- 값이 Compress이고 내부 스트림이 쓰기를 지원하며 닫혀 있지 않으면 true이고, 이외의 경우는 false입니다.
-
-
-
- 가 사용하는 관리되지 않는 리소스를 해제하고, 관리되는 리소스를 선택적으로 해제합니다.
- 관리되는 리소스와 관리되지 않는 리소스를 모두 해제하려면 true로 설정하고, 관리되지 않는 리소스만 해제하려면 false로 설정합니다.
-
-
- 이 메서드의 현재 클래스에는 기능이 없습니다.
- 스트림이 닫혀 있는 경우
-
-
-
-
-
- 이 속성은 지원되지 않으며 항상 을 throw합니다.
- long 값입니다.
- 이 스트림에 이 속성이 지원되지 않는 경우
-
-
-
-
-
- 이 속성은 지원되지 않으며 항상 을 throw합니다.
- long 값입니다.
- 이 스트림에 이 속성이 지원되지 않는 경우
-
-
-
-
-
- 압축이 풀린 바이트 수를 지정된 바이트 배열로 읽어 들입니다.
- 바이트 배열에 읽어 들인 바이트 수입니다.
- 압축이 풀린 바이트를 저장할 배열입니다.
- 읽은 바이트를 넣을 의 바이트 오프셋입니다.
- 읽을 최대 압축 풀린 바이트 수입니다.
-
- 가 null인 경우
- 개체를 만들 때 값이 Compress였던 경우또는 내부 스트림이 읽기를 지원하지 않는 경우
-
- 또는 가 0보다 작은 경우또는 길이에서 인덱스 시작 위치를 뺀 값이 보다 작은 경우
- 데이터의 형식이 잘못된 경우
- 스트림이 닫혀 있는 경우
-
-
- 이 작업은 지원되지 않으며 항상 을 throw합니다.
- long 값입니다.
- 스트림 내의 위치입니다.
-
- 값 중 하나입니다.
- 이 스트림에 이 속성이 지원되지 않는 경우
-
-
- 이 작업은 지원되지 않으며 항상 을 throw합니다.
- 스트림의 길이입니다.
- 이 스트림에 이 속성이 지원되지 않는 경우
-
-
- 지정된 바이트 배열에서 압축된 바이트를 내부 스트림에 씁니다.
- 압축할 데이터가 들어 있는 버퍼입니다.
- 바이트를 읽어올 의 바이트 오프셋입니다.
- 쓸 최대 바이트 수입니다.
-
-
- 스트림을 압축하거나 압축을 푸는 데 사용되는 메서드 및 속성을 제공합니다.
-
-
- 지정된 스트림과 압축 수준을 사용하여 클래스의 새 인스턴스를 초기화합니다.
- 압축된 데이터를 쓸 스트림입니다.
- 스트림을 압축할 때 속도 또는 압축 효율을 강조할지 여부를 나타내는 열거형 값 중 하나입니다.
-
- 가 null인 경우
- 스트림이 압축 등의 쓰기 작업을 지원하지 않습니다.(스트림 개체의 속성이 false입니다.)
-
-
- 지정된 스트림과 압축 수준을 사용하여 클래스의 새 인스턴스를 초기화하고 스트림을 선택적으로 연 상태로 둘 수 있습니다.
- 압축된 데이터를 쓸 스트림입니다.
- 스트림을 압축할 때 속도 또는 압축 효율을 강조할지 여부를 나타내는 열거형 값 중 하나입니다.
-
- 개체를 삭제한 후 스트림 개체를 열어 두려면 true이고, 그렇지 않으면 false입니다.
-
- 가 null인 경우
- 스트림이 압축 등의 쓰기 작업을 지원하지 않습니다.(스트림 개체의 속성이 false입니다.)
-
-
- 지정된 스트림과 압축 모드를 사용하여 클래스의 새 인스턴스를 초기화합니다.
- 압축되거나 압축을 푼 데이터가를 쓸 스트림입니다.
- 스트림을 압축할 것인지 또는 압축 해제할 것인지를 나타내는 열거형 값 중 하나입니다.
-
- 가 null인 경우
-
- 가 유효한 열거형 값이 아닌 경우또는가 이고 가 false인 경우또는가 이고 가 false인 경우
-
-
- 지정된 스트림과 압축 모드를 사용하여 클래스의 새 인스턴스를 초기화하고 스트림을 선택적으로 연 상태로 둘 수 있습니다.
- 압축되거나 압축을 푼 데이터가를 쓸 스트림입니다.
- 스트림을 압축할 것인지 또는 압축 해제할 것인지를 나타내는 열거형 값 중 하나입니다.
-
- 개체를 삭제한 후 스트림을 열어 두려면 true이고, 그렇지 않으면 false입니다.
-
- 가 null인 경우
-
- 은(는) 올바른 값이 아닙니다.또는가 이고 가 false인 경우또는가 이고 가 false인 경우
-
-
- 내부 스트림에 대한 참조를 가져옵니다.
- 내부 스트림을 나타내는 스트림 개체입니다.
- 내부 스트림이 닫혀 있는 경우
-
-
-
-
-
- 파일의 압축을 푸는 동안 스트림을 읽을 수 있는지 여부를 나타내는 값을 가져옵니다.
-
- 값이 Decompress,이고 내부 스트림이 읽기를 지원하며 닫혀 있지 않으면 true이고, 그렇지 않으면 false입니다.
-
-
-
-
-
- 스트림이 검색을 지원하는지 여부를 나타내는 값을 가져옵니다.
- 모든 경우에 false입니다.
-
-
- 스트림이 쓰기를 지원하는지 여부를 나타내는 값을 가져옵니다.
-
- 값이 Compress이고 내부 스트림이 쓰기를 지원하며 닫혀 있지 않으면 true이고, 이외의 경우는 false입니다.
-
-
-
-
-
-
- 에서 사용하는 관리되지 않는 리소스를 해제하고, 관리되는 리소스를 선택적으로 해제할 수 있습니다.
- 관리되는 리소스와 관리되지 않는 리소스를 모두 해제하려면 true로 설정하고, 관리되지 않는 리소스만 해제하려면 false로 설정합니다.
-
-
- 이 메서드의 현재 클래스에는 기능이 없습니다.
- 스트림이 닫혀 있는 경우
-
-
-
-
-
- 이 속성은 지원되지 않으며 항상 을 throw합니다.
- long 값입니다.
- 이 스트림에 이 속성이 지원되지 않는 경우
-
-
-
-
-
- 이 속성은 지원되지 않으며 항상 을 throw합니다.
- long 값입니다.
- 이 스트림에 이 속성이 지원되지 않는 경우
-
-
-
-
-
- 압축이 풀린 바이트 수를 지정된 바이트 배열로 읽어 들입니다.
- 바이트 배열에 압축이 풀린 바이트 수입니다.스트림의 끝에 도달한 경우에는 0 또는 읽은 바이트 수가 반환됩니다.
- 압축이 풀린 바이트를 저장하는 데 사용되는 배열입니다.
- 읽은 바이트를 넣을 의 바이트 오프셋입니다.
- 읽을 최대 압축 풀린 바이트 수입니다.
-
- 가 null인 경우
- 개체를 만들 때 값이 Compress였던 경우또는내부 스트림이 읽기를 지원하지 않는 경우
-
- 또는 가 0보다 작은 경우또는 길이에서 인덱스 시작 위치를 뺀 값이 보다 작은 경우
- 데이터의 형식이 잘못된 경우
- 스트림이 닫혀 있는 경우
-
-
- 이 속성은 지원되지 않으며 항상 을 throw합니다.
- long 값입니다.
- 스트림 내의 위치입니다.
-
- 값 중 하나입니다.
- 이 스트림에 이 속성이 지원되지 않는 경우
-
-
- 이 속성은 지원되지 않으며 항상 을 throw합니다.
- 스트림의 길이입니다.
- 이 스트림에 이 속성이 지원되지 않는 경우
-
-
- 지정된 바이트 배열에서 압축된 바이트를 내부 스트림에 씁니다.
- 압축할 데이터가 들어 있는 버퍼입니다.
- 바이트를 읽어올 의 바이트 오프셋입니다.
- 쓸 최대 바이트 수입니다.
- 스트림이 닫혀 있어서 쓰기 작업을 수행할 수 없는 경우
-
-
- Zip 보관 파일 형식으로 압축된 파일 패키지를 나타냅니다.
-
-
- 지정된 스트림에서 클래스의 새 인스턴스를 초기화합니다.
- 읽을 보관 저장소가 포함된 스트림입니다.
- The stream is already closed or does not support reading.
-
- is null.
- The contents of the stream are not in the zip archive format.
-
-
- 지정된 모드를 사용하여 지정된 스트림에서 클래스의 새 인스턴스를 초기화합니다.
- 입력 또는 출력 스트림입니다.
- Zip 보관 파일이 엔트리를 읽거나 만들기 또는 업데이트하는 데 사용되는지를 나타내는 열거형 값 중 하나입니다.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 지정된 모드에 대해 지정된 스트림에서 클래스의 새 인스턴스를 초기화하고 스트림을 선택적으로 연 상태로 둡니다.
- 입력 또는 출력 스트림입니다.
- Zip 보관 파일이 엔트리를 읽거나 만들기 또는 업데이트하는 데 사용되는지를 나타내는 열거형 값 중 하나입니다.
-
- 개체를 삭제한 후 스트림을 열어 두려면 true이고, 그렇지 않으면 false입니다.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 지정된 모드에 대해 지정된 스트림에서 클래스의 새 인스턴스를 초기화하고 항목 이름에 대해 지정된 인코딩을 사용하며 스트림을 선택적으로 연 상태로 둡니다.
- 입력 또는 출력 스트림입니다.
- Zip 보관 파일이 엔트리를 읽거나 만들기 또는 업데이트하는 데 사용되는지를 나타내는 열거형 값 중 하나입니다.
-
- 개체를 삭제한 후 스트림을 열어 두려면 true이고, 그렇지 않으면 false입니다.
- 이 보관 파일에서 이름을 읽거나 쓰는 동안 사용할 인코딩입니다.인코딩이 항목 이름에 대해 UTF-8 인코딩을 지원하지 않는 Zip 보관 도구와 라이브러리를 사용하여 상호 운용성에 인코딩이 필요할 때만 이 매개 변수에 대한 값을 지정합니다.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Zip 보관 파일에 지정된 경로 및 항목 이름을 가진 빈 항목을 만듭니다.
- Zip 보관 파일의 빈 항목입니다.
- 만들 항목의 이름을 지정하는, 보관 저장소의 루트에 상대적인 경로입니다.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Zip 보관 파일에 지정된 항목 이름 및 압축 수준을 가진 빈 항목을 만듭니다.
- Zip 보관 파일의 빈 항목입니다.
- 만들 항목의 이름을 지정하는, 보관 저장소의 루트에 상대적인 경로입니다.
- 항목을 만들 때 속도 또는 압축 효율을 강조할지를 나타내는 열거형 값 중 하나입니다.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
-
- 클래스의 현재 인스턴스에서 사용하는 리소스를 해제합니다.
-
-
-
- 클래스의 현재 인스턴스가 사용하는 관리되지 않는 리소스를 해제하기 위해 및 메서드에 의해 호출되며 선택적으로 보관 파일을 작성하고 관리되는 리소스를 해제합니다.
- 보관 파일에 쓰기를 완료하고 관리되지 않은 리소스와 관리되는 리소스를 해제하려면 true이고, 관리되지 않은 리소스만 해제하려면 false입니다.
-
-
- 현재 Zip 보관 파일에 있는 항목의 컬렉션을 가져옵니다.
- 현재 Zip 보관 파일에 있는 항목의 컬렉션입니다.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Zip 보관 파일 항목에 대한 래퍼를 검색합니다.
- 보관 저장소의 지정된 항목에 대한 래퍼이거나, 항목이 보관 저장소에 없는 경우 null입니다.
- 검색할 항목을 식별하는, 보관 저장소의 루트에 상대적인 경로입니다.
-
- is .
-
- is null.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Zip 보관 파일이 엔트리에 대해 수행할 수 있는 동작의 유형을 나타내는 값을 가져옵니다.
- 엔트리에 Zip 보관 파일을 보관할 수 있는 동작(읽기, 만들기 또는 업데이트) 유형을 설명하는 열거형 값 중 하나입니다.
-
-
- Zip 보관 파일 내의 압축된 파일을 나타냅니다.
-
-
- 엔트리가 속한 Zip 보관 파일을 가져옵니다.
- 항목이 속하는 Zip 보관 파일이거나, 항목이 삭제된 경우 null입니다.
-
-
- Zip 보관 파일에 있는 항목의 압축된 크기를 가져옵니다.
- Zip 보관 파일에 있는 항목의 압축된 크기입니다.
- The value of the property is not available because the entry has been modified.
-
-
- Zip 보관 파일에서 항목을 삭제합니다.
- The entry is already open for reading or writing.
- The zip archive for this entry was opened in a mode other than .
- The zip archive for this entry has been disposed.
-
-
- Zip 보관 파일에 있는 항목의 상대 경로를 가져옵니다.
- Zip 보관 파일에 있는 항목의 상대 경로입니다.
-
-
- Zip 보관 파일의 항목이 마지막으로 변경된 시간을 가져오거나 설정합니다.
- Zip 보관 파일의 항목이 마지막으로 변경된 시간입니다.
- The attempt to set this property failed, because the zip archive for the entry is in mode.
- The archive mode is set to .- or -The archive mode is set to and the entry has been opened.
- An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (one second before midnight).
-
-
- Zip 보관 파일에 있는 항목의 압축되지 않은 크기를 가져옵니다.
- Zip 보관 파일에 있는 항목의 압축 해제된 크기입니다.
- The value of the property is not available because the entry has been modified.
-
-
- Zip 보관 파일에 있는 항목의 파일 이름을 가져옵니다.
- Zip 보관 파일에 있는 항목의 파일 이름입니다.
-
-
- Zip 보관 파일에서 항목을 엽니다.
- 항목의 내용을 나타내는 스트림입니다.
- The entry is already currently open for writing.-or-The entry has been deleted from the archive.-or-The archive for this entry was opened with the mode, and this entry has already been written to.
- The entry is either missing from the archive or is corrupt and cannot be read. -or-The entry has been compressed by using a compression method that is not supported.
- The zip archive for this entry has been disposed.
-
-
- Zip 보관 파일에 있는 항목의 상대 경로를 검색합니다.
- 항목의 상대 경로로, 속성에 저장된 값입니다.
-
-
- Zip 보관 파일 항목과 상호 작용하기 위한 값을 지정합니다.
-
-
- 새 보관 항목 만들기만 허용됩니다.
-
-
- 보관 항목 읽기만 허용됩니다.
-
-
- 보관 항목에 대해 읽기 및 쓰기 작업 모두가 허용됩니다.
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/ru/System.IO.Compression.xml b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/ru/System.IO.Compression.xml
deleted file mode 100644
index f901cb3..0000000
--- a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/ru/System.IO.Compression.xml
+++ /dev/null
@@ -1,415 +0,0 @@
-
-
-
- System.IO.Compression
-
-
-
- Определяет значения, указывающие, для какой характеристики оптимизируется сжатие: скорость или размер.
-
-
- Операция сжатия должна завершиться как можно быстрее, даже если результирующий файл не будет сжат оптимально.
-
-
- Файл не требуется сжимать.
-
-
- При операции сжатия должно применяться оптимальное сжатие, даже если это увеличивает длительность ее выполнения.
-
-
- Задает, следует ли сжимать или распаковывать основной поток.
-
-
- Сжимает основной поток.
-
-
- Распаковывает основной поток.
-
-
- Предоставляет методы и свойства для сжатия и распаковки потоков с использованием алгоритма Deflate.
-
-
- Инициализирует новый экземпляр класса с использованием указанного потока и уровня сжатия.
- Поток для сжатия.
- Одно из значений перечисления, указывающее, чему отдается приоритет при сжатии потока: скорости или эффективности сжатия.
- Свойство имеет значение null.
- Поток не поддерживает операции записи, например сжатие.(Свойство в объекте потока имеет значение false).
-
-
- Инициализирует новый экземпляр класса с помощью указанного потока и уровня сжатия, а также при необходимости оставляет поток открытым.
- Поток для сжатия.
- Одно из значений перечисления, указывающее, чему отдается приоритет при сжатии потока: скорости или эффективности сжатия.
- Значение true, чтобы оставить объект потока открытым после удаления объекта ; в противном случае — значение false.
- Свойство имеет значение null.
- Поток не поддерживает операции записи, например сжатие.(Свойство в объекте потока имеет значение false).
-
-
- Инициализирует новый экземпляр класса с использованием указанного потока и режима сжатия.
- Поток, который нужно сжать или распаковать.
- Одно из значений перечисления, указывающее, нужно ли выполнить сжатие или распаковку потока.
- Свойство имеет значение null.
- Параметр не является допустимым значением .-или- — и — false.-или- — и — false.
-
-
- Инициализирует новый экземпляр класса с помощью указанного потока и режима сжатия, а также при необходимости оставляет поток открытым.
- Поток, который нужно сжать или распаковать.
- Одно из значений перечисления, указывающее, нужно ли выполнить сжатие или распаковку потока.
- Значение true, чтобы оставить поток открытым после удаления объекта ; в противном случае — значение false.
- Свойство имеет значение null.
- Параметр не является допустимым значением .-или- — и — false.-или- — и — false.
-
-
- Возвращает ссылку на основной поток.
- Объект потока, представляющий основной поток.
- Основной поток закрыт.
-
-
- Возвращает значение, указывающее, поддерживает ли поток чтение во время распаковки файла.
- Значение true, если значение равно Decompress, а основной поток открыт и поддерживает чтение; в противном случае — false.
-
-
- Возвращает значение, указывающее, поддерживает ли поток поиск.
- Значение false во всех случаях.
-
-
- Возвращает значение, определяющее, поддерживает ли поток операции записи.
- Значение true, если значение равно Compress, и основной поток поддерживает запись и не закрыт; в противном случае — false.
-
-
- Освобождает неуправляемые ресурсы, используемые объектом , а при необходимости освобождает также управляемые ресурсы.
- Значение true позволяет освободить как управляемые, так и неуправляемые ресурсы; значение false освобождает только неуправляемые ресурсы.
-
-
- Текущая реализация этого метода не функциональна.
- Поток закрыт.
-
-
-
-
-
- Это свойство не поддерживается и всегда вызывает исключение .
- Значение типа long.
- Для данного потока это свойство не поддерживается.
-
-
-
-
-
- Это свойство не поддерживается и всегда вызывает исключение .
- Значение типа long.
- Для данного потока это свойство не поддерживается.
-
-
-
-
-
- Считывает число распакованных байтов в указанный массив байтов.
- Число байтов, которые были считаны в массив байтов.
- Массив для хранения распакованных байтов.
- Смещение в байтах в массиве , в который будут помещены считанные байты.
- Максимальное число распакованных байтов для считывания.
- Свойство имеет значение null.
- При создании объекта значение было равно Compress.-или- Основной поток не поддерживает чтение.
- Значение параметра или меньше нуля.-или-Длина массива минус начальная точка индекса меньше чем .
- Недопустимый формат данных.
- Поток закрыт.
-
-
- Эта операция не поддерживается и всегда вызывает исключение .
- Значение типа long.
- Расположение в потоке.
- Одно из значений .
- Для данного потока это свойство не поддерживается.
-
-
- Эта операция не поддерживается и всегда вызывает исключение .
- Длина потока.
- Для данного потока это свойство не поддерживается.
-
-
- Записывает сжатые байты в основной поток из указанного массива байтов.
- Буфер, содержащий данные для сжатия.
- Смещение байтов в , из которого будут считываться байты.
- Максимальное число байтов для записи.
-
-
- Предоставляет методы и свойства, используемые для сжатия и распаковки потоков.
-
-
- Инициализирует новый экземпляр класса с использованием указанного потока и уровня сжатия.
- Поток, в который необходимо записать сжатые данные.
- Одно из значений перечисления, указывающее, чему отдается приоритет при сжатии потока: скорости или эффективности сжатия.
- Свойство имеет значение null.
- Поток не поддерживает операции записи, например сжатие.(Свойство в объекте потока имеет значение false).
-
-
- Инициализирует новый экземпляр класса с помощью указанного потока и уровня сжатия, а также при необходимости оставляет поток открытым.
- Поток, в который необходимо записать сжатые данные.
- Одно из значений перечисления, указывающее, чему отдается приоритет при сжатии потока: скорости или эффективности сжатия.
- Значение true, чтобы оставить объект потока открытым после удаления объекта ; в противном случае — значение false.
- Свойство имеет значение null.
- Поток не поддерживает операции записи, например сжатие.(Свойство в объекте потока имеет значение false).
-
-
- Инициализирует новый экземпляр класса с использованием указанного потока и режима сжатия.
- Поток, в который записываются сжатые или распакованные данные.
- Одно из значений перечисления, указывающее, нужно ли выполнить сжатие или распаковку потока.
- Свойство имеет значение null.
-
- не является допустимым значением перечисления .-или- — и — false.-или- — и — false.
-
-
- Инициализирует новый экземпляр класса с помощью указанного потока и режима сжатия, а также при необходимости оставляет поток открытым.
- Поток, в который записываются сжатые или распакованные данные.
- Одно из значений перечисления, указывающее, нужно ли выполнить сжатие или распаковку потока.
- Значение true, чтобы оставить поток открытым после удаления объекта ; в противном случае — значение false.
- Свойство имеет значение null.
- Параметр не является допустимым значением .-или- — и — false.-или- — и — false.
-
-
- Возвращает ссылку на основной поток.
- Объект потока, представляющий основной поток.
- Основной поток закрыт.
-
-
-
-
-
- Возвращает значение, указывающее, поддерживает ли поток чтение во время распаковки файла.
- Значение true, если значение равно Decompress,, и основной поток поддерживает чтение и не закрыт; в противном случае — false.
-
-
-
-
-
- Возвращает значение, указывающее, поддерживает ли поток поиск.
- Значение false во всех случаях.
-
-
- Возвращает значение, определяющее, поддерживает ли поток операции записи.
- Значение true, если значение равно Compress, и основной поток поддерживает запись и не закрыт; в противном случае — false.
-
-
-
-
-
- Освобождает неуправляемые ресурсы, используемые объектом , а при необходимости освобождает также и управляемые ресурсы.
- Значение true позволяет освободить как управляемые, так и неуправляемые ресурсы; значение false освобождает только неуправляемые ресурсы.
-
-
- Текущая реализация этого метода не функциональна.
- Поток закрыт.
-
-
-
-
-
- Это свойство не поддерживается и всегда вызывает исключение .
- Значение типа long.
- Для данного потока это свойство не поддерживается.
-
-
-
-
-
- Это свойство не поддерживается и всегда вызывает исключение .
- Значение типа long.
- Для данного потока это свойство не поддерживается.
-
-
-
-
-
- Считывает число распакованных байтов в указанный массив байтов.
- Число байтов, которые были распакованы в массив байтов.Если достигнут конец потока, возвращаемое значение представляет собой число считанных байтов или же равно нулю.
- Массив, используемый для хранения распакованных байтов.
- Смещение в байтах в массиве , в который будут помещены считанные байты.
- Максимальное число распакованных байтов для считывания.
- Свойство имеет значение null.
- При создании объекта значение было равно Compress.-или-Основной поток не поддерживает чтение.
- Значение параметра или меньше нуля.-или-Длина массива минус начальная точка индекса меньше чем .
- Недопустимый формат данных.
- Поток закрыт.
-
-
- Это свойство не поддерживается и всегда вызывает исключение .
- Значение типа long.
- Расположение в потоке.
- Одно из значений .
- Для данного потока это свойство не поддерживается.
-
-
- Это свойство не поддерживается и всегда вызывает исключение .
- Длина потока.
- Для данного потока это свойство не поддерживается.
-
-
- Записывает сжатые байты в основной поток из указанного массива байтов.
- Буфер, содержащий данные для сжатия.
- Смещение байтов в , из которого будут считываться байты.
- Максимальное число байтов для записи.
- Операция записи не может быть выполнена, поскольку поток закрыт.
-
-
- Представляет пакет сжатых файлов в формате ZIP архива.
-
-
- Инициализирует новый экземпляр класса из заданного потока.
- Поток, содержащий архив для чтения.
- The stream is already closed or does not support reading.
-
- is null.
- The contents of the stream are not in the zip archive format.
-
-
- Инициализирует новый экземпляр класса из указанного потока с заданным режимом.
- Входной или выходной поток.
- Одно из значений перечисления, указывающее, для чтения, создания или обновления записей используется ZIP-архив.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Инициализирует новый экземпляр класса на указанном потоке для заданного режима, а также при необходимости оставляет поток открытым.
- Входной или выходной поток.
- Одно из значений перечисления, указывающее, для чтения, создания или обновления записей используется ZIP-архив.
- Значение true, чтобы оставить поток открытым после удаления объекта ; в противном случае — значение false.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Инициализирует новый экземпляр класса на указанном потоке для заданного режима, использует указанную кодировку для кодировку для имен записей, а также, при необходимости, оставляет поток открытым.
- Входной или выходной поток.
- Одно из значений перечисления, указывающее, для чтения, создания или обновления записей используется ZIP-архив.
- Значение true, чтобы оставить поток открытым после удаления объекта ; в противном случае — значение false.
- Кодирование, используемое при чтении или записи имен записей в этом архиве.Задайте значение для этого параметра, только если кодирование требуется для взаимодействия с инструментами и библиотеками ZIP-архива, которые не поддерживают кодирование UTF-8 для имен записей.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Создает пустую запись, которая имеет указанные путь и имя записи в ZIP архиве.
- Пустая запись в ZIP-архиве.
- Путь относительно корня архива, который указывает имя создаваемой записи.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Создает пустую запись, которая имеет указанные имя и уровень сжатия ZIP записи в архиве.
- Пустая запись в ZIP-архиве.
- Путь относительно корня архива, который указывает имя создаваемой записи.
- Одно из значений перечисления, указывающее, акцентировать ли внимание на скорости или эффективности сжатия при создании записи.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Освобождает ресурсы, используемые текущим экземпляром класса .
-
-
- Вызывается методами и , чтобы освободить неуправляемые ресурсы, используемые текущим экземпляром класса . Дополнительно может заканчивать запись архива и высвобождать управляемые ресурсы.
- Значение true — для завершения записи архива и освобождения управляемых и неуправляемых ресурсов; значение false — для освобождения только неуправляемых ресурсов.
-
-
- Получает коллекцию записей, которые находятся в ZIP-архиве в текущий момент.
- Коллекция записей, которые находятся в ZIP-архиве в текущий момент.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Извлекает оболочку для заданной записи в ZIP-архиве.
- Программа-оболочка для определенной записи в архиве; null — если запись не существует в архиве.
- Путь относительно корня архива, который указывает запись для получения.
-
- is .
-
- is null.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Получает значение, которое описывает тип действий, которые ZIP-архив может выполнять над записями.
- Одно из значений перечисления, описывающее тип действия (чтение, создание или обновление), которое ZIP-архив может выполнять над записями.
-
-
- Представляет сжатый файл внутри ZIP-архива.
-
-
- Получает ZIP-архив, к которому принадлежит запись.
- ZIP-архив, которому принадлежит запись, или значение null, если запись была удалена.
-
-
- Получает сжатый размер записи в ZIP-архиве.
- Сжатый размер записи в ZIP-архиве.
- The value of the property is not available because the entry has been modified.
-
-
- Удаляет запись из ZIP-архива.
- The entry is already open for reading or writing.
- The zip archive for this entry was opened in a mode other than .
- The zip archive for this entry has been disposed.
-
-
- Получает относительный путь записи в ZIP-архиве.
- Относительный путь записи в ZIP-архиве.
-
-
- Получает или задает время последнего изменения записи в ZIP-архиве.
- Время последнего изменения записи в ZIP-архиве.
- The attempt to set this property failed, because the zip archive for the entry is in mode.
- The archive mode is set to .- or -The archive mode is set to and the entry has been opened.
- An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (one second before midnight).
-
-
- Получает несжатый размер записи в ZIP-архиве.
- Несжатый размер записи в ZIP-архиве.
- The value of the property is not available because the entry has been modified.
-
-
- Получает имя файла записи в ZIP-архиве.
- Имя файла записи в ZIP-архиве.
-
-
- Открывает запись из ZIP-архива.
- Поток, представляющий содержимое записи.
- The entry is already currently open for writing.-or-The entry has been deleted from the archive.-or-The archive for this entry was opened with the mode, and this entry has already been written to.
- The entry is either missing from the archive or is corrupt and cannot be read. -or-The entry has been compressed by using a compression method that is not supported.
- The zip archive for this entry has been disposed.
-
-
- Извлекает относительный путь записи в ZIP-архиве.
- Относительный путь записи, который является значением, хранящимся в свойстве .
-
-
- Определяет значения для взаимодействия с записями ZIP-архива.
-
-
- Разрешено только создание новых записей архива.
-
-
- Разрешено только чтение записей архива.
-
-
- Операции чтение и запись разрешены для записей архива.
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/zh-hans/System.IO.Compression.xml b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/zh-hans/System.IO.Compression.xml
deleted file mode 100644
index d95c4c9..0000000
--- a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/zh-hans/System.IO.Compression.xml
+++ /dev/null
@@ -1,436 +0,0 @@
-
-
-
- System.IO.Compression
-
-
-
- 指定表明是否压缩操作重点介绍速度或压缩大小的值。
-
-
- 即使结果文件未可选择性地压缩,压缩操作也应尽快完成。
-
-
- 该文件不应执行压缩。
-
-
- 即使操作要用更长的时间来完成,也应该可选性地压缩压缩操作。
-
-
- 指定是否压缩或解压缩基础流。
-
-
- 压缩基础流。
-
-
- 解压缩基础流。
-
-
- 提供使用 Deflate 算法压缩和解压缩流的方法和属性。
-
-
- 用指定的流和压缩级别初始化 类的新实例。
- 要压缩的流。
- 压缩流时,指示是否要强调速度或压缩效率的枚举值之一。
-
- 为 null。
- 流不支持写入操作,如压缩。(流对象上的 属性是 false。)
-
-
- 使用指定的流和压缩级别,初始化 类的新实例,有选择性的打开流。
- 要压缩的流。
- 压缩流时,指示是否要强调速度或压缩效率的枚举值之一。
- 如果在释放 对象之后打开流对象,则为 true;否则为 false。
-
- 为 null。
- 流不支持写入操作,如压缩。(流对象上的 属性是 false。)
-
-
- 用指定的流和压缩模式初始化 类的新实例。
- 要压缩或解压缩的流。
- 指示是要压缩还是解压缩流的枚举值之一。
-
- 为 null。
-
- 不是有效的 值。- 或 - 为 且 为 false。- 或 - 为 且 为 false。
-
-
- 使用指定的流和压缩模式,初始化 类的新实例,有选择性的打开流。
- 要压缩或解压缩的流。
- 指示是要压缩还是解压缩流的枚举值之一。
- 如果在释放 对象之后打开流,则为 true;否则为 false。
-
- 为 null。
-
- 不是有效的 值。- 或 - 为 且 为 false。- 或 - 为 且 为 false。
-
-
- 获取对基础流的引用。
- 表示基础流的流对象。
- 基础流已关闭。
-
-
- 获取一个值,该值指示流是否支持在解压缩文件的过程中读取文件。
- 如果 值为 Decompress 而且基础流已打开并支持读取,则为 true;否则为 false。
-
-
- 获取一个值,该值指示流是否支持查找。
- 在所有情况下均为 false。
-
-
- 获取一个值,该值指示流是否支持写入。
- 如果 值为 Compress 而且基础流未关闭并支持写入,则为 true;否则为 false。
-
-
- 释放由 占用的非托管资源,还可以释放托管资源。
- 若要释放托管资源和非托管资源,则为 true;若仅释放非托管资源,则为 false。
-
-
- 此方法的当前实现没有任何功能。
- 流已关闭。
-
-
-
-
-
- 此属性不受支持,并且总是引发 。
- 一个长值。
- 此流中不支持此属性。
-
-
-
-
-
- 此属性不受支持,并且总是引发 。
- 一个长值。
- 此流中不支持此属性。
-
-
-
-
-
- 将若干解压缩的字节读入指定的字节数组。
- 已读入到字节数组中的字节数。
- 用于存储解压缩的字节的数组。
-
- 中的字节偏移量,将在此处放置读取的字节。
- 最多要读取的解压缩字节数。
-
- 为 null。
- 创建对象时 值是 Compress。- 或 - 基础流不支持读取。
-
- 或 小于零。- 或 - 长度减去索引起始点小于 。
- 数据的格式无效。
- 流已关闭。
-
-
- 此操作不受支持,它总是引发 。
- 一个长值。
- 流中的位置。
-
- 值之一。
- 此流中不支持此属性。
-
-
- 此操作不受支持,它总是引发 。
- 流的长度。
- 此流中不支持此属性。
-
-
- 从指定的字节数组中将压缩的字节写入基础流。
- 包含要压缩的数据的缓冲区。
-
- 中的字节偏移量,将在此处读取字节。
- 最多写入的字节数。
-
-
- 提供用于压缩和解压缩流的方法和属性。
-
-
- 用指定的流和压缩级别初始化 类的新实例。
- 要将压缩数据写入到其中的流。
- 压缩流时,指示是否要强调速度或压缩效率的枚举值之一。
-
- 为 null。
- 流不支持写入操作,如压缩。(流对象上的 属性是 false。)
-
-
- 使用指定的流和压缩级别,初始化 类的新实例,有选择性的打开流。
- 要将压缩数据写入到其中的流。
- 压缩流时,指示是否要强调速度或压缩效率的枚举值之一。
- 如果在释放 对象之后打开流对象,则为 true;否则为 false。
-
- 为 null。
- 流不支持写入操作,如压缩。(流对象上的 属性是 false。)
-
-
- 用指定的流和压缩模式初始化 类的新实例。
- 压缩或解压缩后的数据被写入的流。
- 指示是要压缩还是解压缩流的枚举值之一。
-
- 为 null。
-
- 不是有效的 枚举值。- 或 - 为 且 为 false。- 或 - 为 且 为 false。
-
-
- 使用指定的流和压缩模式,初始化 类的新实例,有选择性的打开流。
- 压缩或解压缩后的数据被写入的流。
- 指示是要压缩还是解压缩流的枚举值之一。
- 如果在释放 对象之后打开流,则为 true;否则为 false。
-
- 为 null。
-
- 不是有效的 值。- 或 - 为 且 为 false。- 或 - 为 且 为 false。
-
-
- 获取对基础流的引用。
- 表示基础流的流对象。
- 基础流已关闭。
-
-
-
-
-
- 获取一个值,该值指示流是否支持在解压缩文件的过程中读取文件。
- 如果 值为 Decompress, 而且基础流未关闭并支持读取,则为 true;否则为 false。
-
-
-
-
-
- 获取一个值,该值指示流是否支持查找。
- 在所有情况下均为 false。
-
-
- 获取一个值,该值指示流是否支持写入。
- 如果 值为 Compress 而且基础流未关闭并支持写入,则为 true;否则为 false。
-
-
-
-
-
- 释放由 占用的非托管资源,还可以释放托管资源。
- 若要释放托管资源和非托管资源,则为 true;若仅释放非托管资源,则为 false。
-
-
- 此方法的当前实现没有任何功能。
- 流已关闭。
-
-
-
-
-
- 此属性不受支持,并且总是引发 。
- 一个长值。
- 此流中不支持此属性。
-
-
-
-
-
- 此属性不受支持,并且总是引发 。
- 一个长值。
- 此流中不支持此属性。
-
-
-
-
-
- 将若干解压缩的字节读入指定的字节数组。
- 解压缩到字节数组中的字节数。如果已到达流的末尾,则返回 0 或已读取的字节数。
- 用于存储解压缩字节的数组。
-
- 中的字节偏移量,将在此处放置读取的字节。
- 最多要读取的解压缩字节数。
-
- 为 null。
- 创建对象时 值是 Compress。- 或 -基础流不支持读取。
-
- 或 小于零。- 或 - 长度减去索引起始点小于 。
- 数据的格式无效。
- 流已关闭。
-
-
- 此属性不受支持,并且总是引发 。
- 一个长值。
- 流中的位置。
-
- 值之一。
- 此流中不支持此属性。
-
-
- 此属性不受支持,并且总是引发 。
- 流的长度。
- 此流中不支持此属性。
-
-
- 从指定的字节数组中将压缩的字节写入基础流。
- 包含要压缩的数据的缓冲区。
-
- 中的字节偏移量,将在此处读取字节。
- 最多写入的字节数。
- 由于流已关闭,因此无法执行写入操作。
-
-
- 表示 Zip 存档格式中的一个压缩文件包。
-
-
- 从指定流初始化 类的新实例。
- 即包含待读取的存档的流。
- The stream is already closed or does not support reading.
-
- is null.
- The contents of the stream are not in the zip archive format.
-
-
- 在指定的模式下,从指定的流初始化 类的新实例。
- 输入流或输出流。
- 指示 zip 存档是否用于读取、创建或更新项的一个枚举值。
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 对于指定的模式,初始化指定流上的 类的新实例,并有选择性地使流保持打开状态。
- 输入流或输出流。
- 指示 zip 存档是否用于读取、创建或更新项的一个枚举值。
- 如果在释放 对象之后打开流对象,则为 true;否则为 false。
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 对于指定的模式,初始化指定流上的 类的新实例,使用项名的指定编码,并有择性地使流保持打开状态。
- 输入流或输出流。
- 指示 zip 存档是否用于读取、创建或更新项的一个枚举值。
- 如果在释放 对象之后打开流对象,则为 true;否则为 false。
- 在存档中读取或写入项名时使用的编码。仅当需要针对具有不支持项名的 UTF-8 编码的 zip 归档工具和库的互操作性进行编码时,为此参数指定一个值。
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 创建在 zip 存档中有指定路径和项名的空项。
- 在 zip 存档中的空项。
- 相对于存档的根的路径指定了要创建项的名称。
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- 创建在 zip 存档中有指定项名和压缩级别的空项。
- 在 zip 存档中的空项。
- 相对于存档的根的路径指定了要创建项的名称。
- 指示创建项时是否强调速度或压缩有效性的枚举值之一。
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- 释放 类的当前实例使用的资源。
-
-
- 由 和 方法调用,以释放 类的当前实例使用的未托管资源,并有选择性地完成编写存档以及释放托管资源。
- true 则完成编写存档并释放未托管和托管资源;false 则仅释放未托管资源。
-
-
- 获取 zip 存档中当前存在的项的集合。
- 在 zip 存档中当前存在的项的集合。
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- 在 zip 存档中检索指定项的包装。
- 存档中指定项的包装器;如果存档中不存在此项目则为 null。
- 识别要检索的项、相对于存档的根的路径。
-
- is .
-
- is null.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- 获取描述 zip 存档可在项上执行的操作类型的一个值。
- 描述 zip 存档可在项上执行的操作类型(读取、创建或更新)的一个枚举值。
-
-
- 表示 zip 档案中的压缩文件。
-
-
- 获取该项所属的 zip 存档。
- 项所属的 zip 存档,或如果已删除项,则为 null。
-
-
- 获取在 zip 存档中的项的压缩大小。
- 在 zip 存档中的项的压缩大小。
- The value of the property is not available because the entry has been modified.
-
-
- 删除 zip 存档中的项。
- The entry is already open for reading or writing.
- The zip archive for this entry was opened in a mode other than .
- The zip archive for this entry has been disposed.
-
-
- 获取 zip 存档中的项的相对路径。
- 在 zip 存档中的项的相对路径。
-
-
- 获取或设置最近一次更改 zip 存档中的项的时间。
- 最近一次更改 zip 存档中的项的时间。
- The attempt to set this property failed, because the zip archive for the entry is in mode.
- The archive mode is set to .- or -The archive mode is set to and the entry has been opened.
- An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (one second before midnight).
-
-
- 获取 zip 存档中的项的未压缩大小。
- 在 zip 存档中的项的未压缩大小。
- The value of the property is not available because the entry has been modified.
-
-
- 获取在 zip 存档中的项的文件名。
- 在 zip 存档中的项的文件名。
-
-
- 打开 zip 存档中的项。
- 表示项的内容的流。
- The entry is already currently open for writing.-or-The entry has been deleted from the archive.-or-The archive for this entry was opened with the mode, and this entry has already been written to.
- The entry is either missing from the archive or is corrupt and cannot be read. -or-The entry has been compressed by using a compression method that is not supported.
- The zip archive for this entry has been disposed.
-
-
- 检索 zip 存档中项的相对路径。
- 项的相对路径,即存储在 属性中的值。
-
-
- 指定与 zip 存档项互交的值。
-
-
- 只允许创建新存档项。
-
-
- 只允许读取存档项。
-
-
- 存档项允许读取和写入操作。
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/zh-hant/System.IO.Compression.xml b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/zh-hant/System.IO.Compression.xml
deleted file mode 100644
index e14f0da..0000000
--- a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.1/zh-hant/System.IO.Compression.xml
+++ /dev/null
@@ -1,432 +0,0 @@
-
-
-
- System.IO.Compression
-
-
-
- 指定值,這個值表示壓縮作業會強調速度還是壓縮大小。
-
-
- 即使不能有效壓縮所產生的檔案,應該儘速完成壓縮作業。
-
-
- 不應該對檔案執行壓縮。
-
-
- 壓縮作業應該會進行最佳化壓縮,即使該作業耗費更長的時間才能完成。
-
-
- 指定是要壓縮還是要解壓縮基礎資料流。
-
-
- 壓縮基礎資料流。
-
-
- 解壓縮基礎資料流。
-
-
- 提供方法和屬性,以透過 Deflate 演算法來壓縮和解壓縮資料流。
-
-
- 使用指定的資料流和壓縮層級,初始化 類別的新執行個體。
- 要壓縮的資料流。
- 其中一個列舉值,指出當壓縮資料流時是否要強調速度或壓縮的效益。
-
- 為 null。
- 資料流不支援寫入作業,例如壓縮。(資料流物件上的 屬性是false)。
-
-
- 使用指定的資料流和壓縮層級,初始化 類別的新執行個體,並選擇性地保持開啟資料流。
- 要壓縮的資料流。
- 其中一個列舉值,指出當壓縮資料流時是否要強調速度或壓縮的效益。
- true 表示在處置 物件之後,將資料流物件保持開啟;否則為 false。
-
- 為 null。
- 資料流不支援寫入作業,例如壓縮。(資料流物件上的 屬性是false)。
-
-
- 使用指定的資料流和壓縮模式,初始化 類別的新執行個體。
- 要壓縮或解壓縮的資料流。
- 其中一個列舉值,表示要壓縮還是解壓縮資料流。
-
- 為 null。
-
- 不是有效的 值。-或- 是 ,而 是 false。-或- 是 ,而 是 false。
-
-
- 使用指定的資料流和壓縮模式,初始化 類別的新執行個體,並選擇性地保持開啟資料流。
- 要壓縮或解壓縮的資料流。
- 其中一個列舉值,表示要壓縮還是解壓縮資料流。
- true 表示在處置 物件之後,將資料流保持開啟;否則為 false。
-
- 為 null。
-
- 不是有效的 值。-或- 是 ,而 是 false。-或- 是 ,而 是 false。
-
-
- 取得基礎資料流的參考。
- 資料流物件,表示基礎資料流。
- 已關閉基礎資料流。
-
-
- 取得值,指出在解壓縮檔案時,資料流是否支援讀取。
- 如果 值為 Decompress,且基礎資料流處於開啟狀態並支援讀取,則為 true;否則為 false。
-
-
- 取得值,指出資料流是否支援搜尋。
- 所有情況下都是 false。
-
-
- 取得值,指出資料流是否支援寫入。
- 如果 值為 Compress,並且基礎資料流支援寫入,且不處於關閉狀態,則為 true;否則為 false。
-
-
- 釋放 所使用的 Unmanaged 資源,並選擇性釋放 Managed 資源。
- true 表示釋放 Managed 和 Unmanaged 資源,false 則表示只釋放 Unmanaged 資源。
-
-
- 這個方法目前的實作沒有任何功能。
- 已關閉資料流。
-
-
-
-
-
- 這個屬性不受支援,而且一律會擲回 。
- 長整數值。
- 這個資料流不支援這個屬性。
-
-
-
-
-
- 這個屬性不受支援,而且一律會擲回 。
- 長整數值。
- 這個資料流不支援這個屬性。
-
-
-
-
-
- 將大量解壓縮的位元組讀入指定的位元組陣列。
- 已讀入至位元組陣列的位元組數。
- 用於儲存解壓縮位元組的陣列。
- 要在其中放置讀取位元組之 的位元組位移。
- 要讀取的最大解壓縮位元組數。
-
- 為 null。
- 建立物件時, 的值為 Compress。-或- 基礎資料流不支援讀取。
-
- 或 小於零。-或- 長度減去索引起點小於 。
- 資料的格式無效。
- 已關閉資料流。
-
-
- 這個作業不受支援,而且一律會擲回 。
- 長整數值。
- 在資料流中的位置。
- 其中一個 值。
- 這個資料流不支援這個屬性。
-
-
- 這個作業不受支援,而且一律會擲回 。
- 資料流的長度。
- 這個資料流不支援這個屬性。
-
-
- 從指定的位元組陣列將壓縮的位元組寫入基礎資料流。
- 包含要壓縮之資料的緩衝區。
-
- 中的位元組位移,即讀取位元組的來源位置。
- 寫入的最大位元組數。
-
-
- 提供用於壓縮和解壓縮資料流的方法和屬性。
-
-
- 使用指定的資料流和壓縮層級,初始化 類別的新執行個體。
- 要寫入壓縮資料的資料流。
- 其中一個列舉值,指出當壓縮資料流時是否要強調速度或壓縮的效益。
-
- 為 null。
- 資料流不支援寫入作業,例如壓縮。(資料流物件上的 屬性是false)。
-
-
- 使用指定的資料流和壓縮層級,初始化 類別的新執行個體,並選擇性地保持開啟資料流。
- 要寫入壓縮資料的資料流。
- 其中一個列舉值,指出當壓縮資料流時是否要強調速度或壓縮的效益。
- true 表示在處置 物件之後,將資料流物件保持開啟;否則為 false。
-
- 為 null。
- 資料流不支援寫入作業,例如壓縮。(資料流物件上的 屬性是false)。
-
-
- 使用指定的資料流和壓縮模式,初始化 類別的新執行個體。
- 寫入壓縮或解壓縮資料的資料流。
- 其中一個列舉值,表示要壓縮還是解壓縮資料流。
-
- 為 null。
-
- 不是有效的 列舉值。-或- 是 ,而 是 false。-或- 是 ,而 是 false。
-
-
- 使用指定的資料流和壓縮模式,初始化 類別的新執行個體,並選擇性地保持開啟資料流。
- 寫入壓縮或解壓縮資料的資料流。
- 其中一個列舉值,表示要壓縮還是解壓縮資料流。
- true 表示在處置 物件之後,將資料流保持開啟;否則為 false。
-
- 為 null。
-
- 不是有效的 值。-或- 是 ,而 是 false。-或- 是 ,而 是 false。
-
-
- 取得基礎資料流的參考。
- 資料流物件,表示基礎資料流。
- 已關閉基礎資料流。
-
-
-
-
-
- 取得值,指出在解壓縮檔案時,資料流是否支援讀取。
- 如果 值為 Decompress,,並且基礎資料流支援讀取,且不處於關閉狀態,則為 true;否則為 false。
-
-
-
-
-
- 取得值,指出資料流是否支援搜尋。
- 所有情況下都是 false。
-
-
- 取得值,指出資料流是否支援寫入。
- 如果 值為 Compress,並且基礎資料流支援寫入,且不處於關閉狀態,則為 true;否則為 false。
-
-
-
-
-
- 釋放 所使用的 Unmanaged 資源,並選擇性釋放 Managed 資源。
- true 表示釋放 Managed 和 Unmanaged 資源,false 則表示只釋放 Unmanaged 資源。
-
-
- 這個方法目前的實作沒有任何功能。
- 已關閉資料流。
-
-
-
-
-
- 這個屬性不受支援,而且一律會擲回 。
- 長整數值。
- 這個資料流不支援這個屬性。
-
-
-
-
-
- 這個屬性不受支援,而且一律會擲回 。
- 長整數值。
- 這個資料流不支援這個屬性。
-
-
-
-
-
- 將大量解壓縮的位元組讀入指定的位元組陣列。
- 解壓縮至位元組陣列的位元組數。如果已達到資料流的結尾,則會傳回零或位元組數。
- 用於儲存解壓縮位元組的陣列。
- 要在其中放置讀取位元組之 的位元組位移。
- 要讀取的最大解壓縮位元組數。
-
- 為 null。
- 建立物件時, 的值為 Compress。-或-基礎資料流不支援讀取。
-
- 或 小於零。-或- 長度減去索引起點小於 。
- 資料的格式無效。
- 已關閉資料流。
-
-
- 這個屬性不受支援,而且一律會擲回 。
- 長整數值。
- 在資料流中的位置。
- 其中一個 值。
- 這個資料流不支援這個屬性。
-
-
- 這個屬性不受支援,而且一律會擲回 。
- 資料流的長度。
- 這個資料流不支援這個屬性。
-
-
- 從指定的位元組陣列將壓縮的位元組寫入基礎資料流。
- 包含要壓縮之資料的緩衝區。
-
- 中的位元組位移,即讀取位元組的來源位置。
- 寫入的最大位元組數。
- 無法執行寫入作業,因為資料流已關閉。
-
-
- 代表 zip 封存格式的壓縮檔封裝。
-
-
- 從指定的資料流,初始化 類別的新執行個體。
- 包含要讀取之封存的資料流。
- The stream is already closed or does not support reading.
-
- is null.
- The contents of the stream are not in the zip archive format.
-
-
- 使用指定的模式,從指定的資料流初始化 類別的新執行個體。
- 輸入或輸出資料流。
- 其中一個列舉值,指出是否使用 zip 封存讀取、建立或更新項目。
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 在指定之模式的指定資料流上,初始化 類別的新執行個體,並選擇性地保留資料流開啟狀態。
- 輸入或輸出資料流。
- 其中一個列舉值,指出是否使用 zip 封存讀取、建立或更新項目。
- true 表示在處置 物件之後,將資料流保持開啟,否則為 false。
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 在指定模式的指定資料流上,初始化 類別的新執行個體,使用項目名稱的指定編碼方式,並選擇性地保留資料流開啟狀態。
- 輸入或輸出資料流。
- 其中一個列舉值,指出是否使用 zip 封存讀取、建立或更新項目。
- true 表示在處置 物件之後,將資料流保持開啟,否則為 false。
- 在此封存中讀取或寫入項目名稱時要使用的編碼方式。只有需要編碼以與 Zip 封存工具和程式庫互通,且這類工具和程式庫不支援項目名稱使用 UTF-8 編碼時,才指定此參數的值。
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 在 zip 封存中建立具有指定之路徑和項目名稱的空項目。
- Zip 封存中的空項目。
- 指定要建立之項目名稱的路徑 (相對於封存的根目錄)。
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- 在 zip 封存中建立具有指定之項目名稱和壓縮等級的空項目。
- Zip 封存中的空項目。
- 指定要建立之項目名稱的路徑 (相對於封存的根目錄)。
- 其中一個列舉值,指出建立項目時是否要強調速度或壓縮的效益。
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- 將 類別目前的執行個體所使用的資源釋出。
-
-
- 由 和 方法呼叫以釋放 類別之目前執行個體所使用的 Unmanaged 資源,並選擇性完成封存的寫入以及釋放 Managed 資源。
- true 表示完成寫入封存並釋放 Managed 和 Unmanaged 資源,false 表示只釋放 Unmanaged 資源。
-
-
- 取得目前 zip 封存中所包含項目的集合。
- 目前 zip 封存中所包含項目的集合。
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- 在 zip 封存中擷取指定項目的包裝函式。
- 封存中指定項目的包裝函式,如果項目不存在於封存中則為 null。
- 識別要擷取之項目的路徑 (相對於封存的根目錄)。
-
- is .
-
- is null.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- 取得值,描述 zip 封存可以在項目上執行的動作類型。
- 其中一個列舉值,其描述 zip 封存可以在項目上執行的動作類型 (讀取、建立或更新)。
-
-
- 表示 zip 封存中的壓縮檔。
-
-
- 取得項目所屬的 zip 封存。
- 項目所屬的 Zip 封存,如果已刪除項目,則為 null。
-
-
- 取得 Zip 封存中的項目壓縮大小。
- Zip 封存中項目的壓縮大小。
- The value of the property is not available because the entry has been modified.
-
-
- 從 zip 封存中刪除項目。
- The entry is already open for reading or writing.
- The zip archive for this entry was opened in a mode other than .
- The zip archive for this entry has been disposed.
-
-
- 取得 Zip 封存中的項目相對路徑。
- Zip 封存中的項目相對路徑。
-
-
- 取得或設定上次變更 zip 封存中之項目的時間。
- 上次變更 zip 封存中之項目的時間。
- The attempt to set this property failed, because the zip archive for the entry is in mode.
- The archive mode is set to .- or -The archive mode is set to and the entry has been opened.
- An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (one second before midnight).
-
-
- 取得 Zip 封存中的項目未壓縮大小。
- Zip 封存中的項目未壓縮大小。
- The value of the property is not available because the entry has been modified.
-
-
- 取得 Zip 封存中的項目檔名。
- Zip 封存中的項目檔名。
-
-
- 從 zip 封存中開啟項目。
- 代表此項目內容的資料流。
- The entry is already currently open for writing.-or-The entry has been deleted from the archive.-or-The archive for this entry was opened with the mode, and this entry has already been written to.
- The entry is either missing from the archive or is corrupt and cannot be read. -or-The entry has been compressed by using a compression method that is not supported.
- The zip archive for this entry has been disposed.
-
-
- 擷取 Zip 封存中項目的相對路徑。
- 項目的相對路徑,其為儲存在 屬性中的值。
-
-
- 指定與 zip 封存項目互動的值。
-
-
- 僅允許建立新的封存項目。
-
-
- 僅允許讀取封存項目。
-
-
- 封存項目允許讀取及寫入作業。
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/System.IO.Compression.dll b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/System.IO.Compression.dll
deleted file mode 100644
index 6de132f..0000000
Binary files a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/System.IO.Compression.dll and /dev/null differ
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/System.IO.Compression.xml b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/System.IO.Compression.xml
deleted file mode 100644
index 8d194f6..0000000
--- a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/System.IO.Compression.xml
+++ /dev/null
@@ -1,430 +0,0 @@
-
-
-
- System.IO.Compression
-
-
-
- Specifies values that indicate whether a compression operation emphasizes speed or compression size.
-
-
- The compression operation should complete as quickly as possible, even if the resulting file is not optimally compressed.
-
-
- No compression should be performed on the file.
-
-
- The compression operation should be optimally compressed, even if the operation takes a longer time to complete.
-
-
- Specifies whether to compress or decompress the underlying stream.
-
-
- Compresses the underlying stream.
-
-
- Decompresses the underlying stream.
-
-
- Provides methods and properties for compressing and decompressing streams by using the Deflate algorithm.
-
-
- Initializes a new instance of the class by using the specified stream and compression level.
- The stream to compress.
- One of the enumeration values that indicates whether to emphasize speed or compression efficiency when compressing the stream.
-
- is null.
- The stream does not support write operations such as compression. (The property on the stream object is false.)
-
-
- Initializes a new instance of the class by using the specified stream and compression level, and optionally leaves the stream open.
- The stream to compress.
- One of the enumeration values that indicates whether to emphasize speed or compression efficiency when compressing the stream.
- true to leave the stream object open after disposing the object; otherwise, false.
-
- is null.
- The stream does not support write operations such as compression. (The property on the stream object is false.)
-
-
- Initializes a new instance of the class by using the specified stream and compression mode.
- The stream to compress or decompress.
- One of the enumeration values that indicates whether to compress or decompress the stream.
-
- is null.
-
- is not a valid value.-or- is and is false.-or- is and is false.
-
-
- Initializes a new instance of the class by using the specified stream and compression mode, and optionally leaves the stream open.
- The stream to compress or decompress.
- One of the enumeration values that indicates whether to compress or decompress the stream.
- true to leave the stream open after disposing the object; otherwise, false.
-
- is null.
-
- is not a valid value.-or- is and is false.-or- is and is false.
-
-
- Gets a reference to the underlying stream.
- A stream object that represents the underlying stream.
- The underlying stream is closed.
-
-
- Gets a value indicating whether the stream supports reading while decompressing a file.
- true if the value is Decompress, and the underlying stream is opened and supports reading; otherwise, false.
-
-
- Gets a value indicating whether the stream supports seeking.
- false in all cases.
-
-
- Gets a value indicating whether the stream supports writing.
- true if the value is Compress, and the underlying stream supports writing and is not closed; otherwise, false.
-
-
- Releases the unmanaged resources used by the and optionally releases the managed resources.
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
- The current implementation of this method has no functionality.
- The stream is closed.
-
-
-
-
-
- This property is not supported and always throws a .
- A long value.
- This property is not supported on this stream.
-
-
-
-
-
- This property is not supported and always throws a .
- A long value.
- This property is not supported on this stream.
-
-
-
-
-
- Reads a number of decompressed bytes into the specified byte array.
- The number of bytes that were read into the byte array.
- The array to store decompressed bytes.
- The byte offset in at which the read bytes will be placed.
- The maximum number of decompressed bytes to read.
-
- is null.
- The value was Compress when the object was created.- or - The underlying stream does not support reading.
-
- or is less than zero.-or- length minus the index starting point is less than .
- The data is in an invalid format.
- The stream is closed.
-
-
- This operation is not supported and always throws a .
- A long value.
- The location in the stream.
- One of the values.
- This property is not supported on this stream.
-
-
- This operation is not supported and always throws a .
- The length of the stream.
- This property is not supported on this stream.
-
-
- Writes compressed bytes to the underlying stream from the specified byte array.
- The buffer that contains the data to compress.
- The byte offset in from which the bytes will be read.
- The maximum number of bytes to write.
-
-
- Provides methods and properties used to compress and decompress streams.
-
-
- Initializes a new instance of the class by using the specified stream and compression level.
- The stream to write the compressed data to.
- One of the enumeration values that indicates whether to emphasize speed or compression efficiency when compressing the stream.
-
- is null.
- The stream does not support write operations such as compression. (The property on the stream object is false.)
-
-
- Initializes a new instance of the class by using the specified stream and compression level, and optionally leaves the stream open.
- The stream to write the compressed data to.
- One of the enumeration values that indicates whether to emphasize speed or compression efficiency when compressing the stream.
- true to leave the stream object open after disposing the object; otherwise, false.
-
- is null.
- The stream does not support write operations such as compression. (The property on the stream object is false.)
-
-
- Initializes a new instance of the class by using the specified stream and compression mode.
- The stream the compressed or decompressed data is written to.
- One of the enumeration values that indicates whether to compress or decompress the stream.
-
- is null.
-
- is not a valid enumeration value.-or- is and is false.-or- is and is false.
-
-
- Initializes a new instance of the class by using the specified stream and compression mode, and optionally leaves the stream open.
- The stream the compressed or decompressed data is written to.
- One of the enumeration values that indicates whether to compress or decompress the stream.
- true to leave the stream open after disposing the object; otherwise, false.
-
- is null.
-
- is not a valid value.-or- is and is false.-or- is and is false.
-
-
- Gets a reference to the underlying stream.
- A stream object that represents the underlying stream.
- The underlying stream is closed.
-
-
-
-
-
- Gets a value indicating whether the stream supports reading while decompressing a file.
- true if the value is Decompress, and the underlying stream supports reading and is not closed; otherwise, false.
-
-
-
-
-
- Gets a value indicating whether the stream supports seeking.
- false in all cases.
-
-
- Gets a value indicating whether the stream supports writing.
- true if the value is Compress, and the underlying stream supports writing and is not closed; otherwise, false.
-
-
-
-
-
- Releases the unmanaged resources used by the and optionally releases the managed resources.
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
- The current implementation of this method has no functionality.
- The stream is closed.
-
-
-
-
-
- This property is not supported and always throws a .
- A long value.
- This property is not supported on this stream.
-
-
-
-
-
- This property is not supported and always throws a .
- A long value.
- This property is not supported on this stream.
-
-
-
-
-
- Reads a number of decompressed bytes into the specified byte array.
- The number of bytes that were decompressed into the byte array. If the end of the stream has been reached, zero or the number of bytes read is returned.
- The array used to store decompressed bytes.
- The byte offset in at which the read bytes will be placed.
- The maximum number of decompressed bytes to read.
-
- is null.
- The value was Compress when the object was created.- or -The underlying stream does not support reading.
-
- or is less than zero.-or- length minus the index starting point is less than .
- The data is in an invalid format.
- The stream is closed.
-
-
- This property is not supported and always throws a .
- A long value.
- The location in the stream.
- One of the values.
- This property is not supported on this stream.
-
-
- This property is not supported and always throws a .
- The length of the stream.
- This property is not supported on this stream.
-
-
- Writes compressed bytes to the underlying stream from the specified byte array.
- The buffer that contains the data to compress.
- The byte offset in from which the bytes will be read.
- The maximum number of bytes to write.
- The write operation cannot be performed because the stream is closed.
-
-
- Represents a package of compressed files in the zip archive format.
-
-
- Initializes a new instance of the class from the specified stream.
- The stream that contains the archive to be read.
- The stream is already closed or does not support reading.
-
- is null.
- The contents of the stream are not in the zip archive format.
-
-
- Initializes a new instance of the class from the specified stream and with the specified mode.
- The input or output stream.
- One of the enumeration values that indicates whether the zip archive is used to read, create, or update entries.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Initializes a new instance of the class on the specified stream for the specified mode, and optionally leaves the stream open.
- The input or output stream.
- One of the enumeration values that indicates whether the zip archive is used to read, create, or update entries.
- true to leave the stream open after the object is disposed; otherwise, false.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Initializes a new instance of the class on the specified stream for the specified mode, uses the specified encoding for entry names, and optionally leaves the stream open.
- The input or output stream.
- One of the enumeration values that indicates whether the zip archive is used to read, create, or update entries.
- true to leave the stream open after the object is disposed; otherwise, false.
- The encoding to use when reading or writing entry names in this archive. Specify a value for this parameter only when an encoding is required for interoperability with zip archive tools and libraries that do not support UTF-8 encoding for entry names.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Creates an empty entry that has the specified path and entry name in the zip archive.
- An empty entry in the zip archive.
- A path, relative to the root of the archive, that specifies the name of the entry to be created.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Creates an empty entry that has the specified entry name and compression level in the zip archive.
- An empty entry in the zip archive.
- A path, relative to the root of the archive, that specifies the name of the entry to be created.
- One of the enumeration values that indicates whether to emphasize speed or compression effectiveness when creating the entry.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Releases the resources used by the current instance of the class.
-
-
- Called by the and methods to release the unmanaged resources used by the current instance of the class, and optionally finishes writing the archive and releases the managed resources.
- true to finish writing the archive and release unmanaged and managed resources; false to release only unmanaged resources.
-
-
- Gets the collection of entries that are currently in the zip archive.
- The collection of entries that are currently in the zip archive.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Retrieves a wrapper for the specified entry in the zip archive.
- A wrapper for the specified entry in the archive; null if the entry does not exist in the archive.
- A path, relative to the root of the archive, that identifies the entry to retrieve.
-
- is .
-
- is null.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Gets a value that describes the type of action the zip archive can perform on entries.
- One of the enumeration values that describes the type of action (read, create, or update) the zip archive can perform on entries.
-
-
- Represents a compressed file within a zip archive.
-
-
- Gets the zip archive that the entry belongs to.
- The zip archive that the entry belongs to, or null if the entry has been deleted.
-
-
- Gets the compressed size of the entry in the zip archive.
- The compressed size of the entry in the zip archive.
- The value of the property is not available because the entry has been modified.
-
-
- Deletes the entry from the zip archive.
- The entry is already open for reading or writing.
- The zip archive for this entry was opened in a mode other than .
- The zip archive for this entry has been disposed.
-
-
- Gets the relative path of the entry in the zip archive.
- The relative path of the entry in the zip archive.
-
-
- Gets or sets the last time the entry in the zip archive was changed.
- The last time the entry in the zip archive was changed.
- The attempt to set this property failed, because the zip archive for the entry is in mode.
- The archive mode is set to .- or -The archive mode is set to and the entry has been opened.
- An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (one second before midnight).
-
-
- Gets the uncompressed size of the entry in the zip archive.
- The uncompressed size of the entry in the zip archive.
- The value of the property is not available because the entry has been modified.
-
-
- Gets the file name of the entry in the zip archive.
- The file name of the entry in the zip archive.
-
-
- Opens the entry from the zip archive.
- The stream that represents the contents of the entry.
- The entry is already currently open for writing.-or-The entry has been deleted from the archive.-or-The archive for this entry was opened with the mode, and this entry has already been written to.
- The entry is either missing from the archive or is corrupt and cannot be read. -or-The entry has been compressed by using a compression method that is not supported.
- The zip archive for this entry has been disposed.
-
-
- Retrieves the relative path of the entry in the zip archive.
- The relative path of the entry, which is the value stored in the property.
-
-
- Specifies values for interacting with zip archive entries.
-
-
- Only creating new archive entries is permitted.
-
-
- Only reading archive entries is permitted.
-
-
- Both read and write operations are permitted for archive entries.
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/de/System.IO.Compression.xml b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/de/System.IO.Compression.xml
deleted file mode 100644
index e7d6bfc..0000000
--- a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/de/System.IO.Compression.xml
+++ /dev/null
@@ -1,430 +0,0 @@
-
-
-
- System.IO.Compression
-
-
-
- Gibt Werte an, die angeben, ob ein Komprimierungsvorgang die Geschwindigkeit oder den Komprimierungsumfang hervorhebt.
-
-
- Der Komprimierungsvorgang soll so schnell wie möglich beendet werden, auch wenn die resultierende Datei nicht optimal komprimiert wird.
-
-
- Bei der Datei sollte keine Komprimierung erfolgen.
-
-
- Der Komprimierungsvorgang soll optimal ausgeführt werden, auch wenn der Vorgang eine längere Zeit in Anspruch nimmt.
-
-
- Gibt an, ob der zugrunde liegende Stream komprimiert oder dekomprimiert werden soll.
-
-
- Komprimiert den zugrunde liegenden Stream.
-
-
- Dekomprimiert den zugrunde liegenden Stream.
-
-
- Stellt Methoden und Eigenschaften zum Komprimieren und Dekomprimieren von Streams mithilfe des Deflate-Algorithmus bereit.
-
-
- Initialisiert eine neue Instanz der -Klasse mithilfe des angegebenen Stream- und Komprimierungsgrads.
- Der zu komprimierende Stream.
- Einer der Enumerationswerte, der angibt, ob die Geschwindigkeit oder Komprimierungsleistungsfähigkeit priorisiert wird, wenn der Stream komprimiert wird.
-
- ist null.
- Der Stream unterstützt keine Schreibvorgänge wie die Komprimierung.(Die -Eigenschaft für das Streamobjekt ist false).
-
-
- Initialisiert eine neue Instanz der -Klasse unter Verwendung des angegebenen Streams und der Komprimierungsebene und lässt den Stream optional geöffnet.
- Der zu komprimierende Stream.
- Einer der Enumerationswerte, der angibt, ob die Geschwindigkeit oder Komprimierungsleistungsfähigkeit priorisiert wird, wenn der Stream komprimiert wird.
- true, um das Streamobjekt offen zu lassen, nachdem das -Objekt freigegeben wurde, andernfalls false.
-
- ist null.
- Der Stream unterstützt keine Schreibvorgänge wie die Komprimierung.(Die -Eigenschaft für das Streamobjekt ist false).
-
-
- Initialisiert eine neue Instanz der -Klasse mithilfe des angegebenen Stream- und Komprimierungsmodus.
- Der zu komprimierende oder zu dekomprimierende Stream.
- Einer der Enumerationswerte, der angibt, ob der Stream gelesen oder geschrieben wird.
-
- ist null.
-
- ist kein gültiger -Wert.- oder - ist und ist false.- oder - ist und ist false.
-
-
- Initialisiert eine neue Instanz der -Klasse unter Verwendung des angegebenen Streams und des Komprimierungsmodus und lässt den Stream optional geöffnet.
- Der zu komprimierende oder zu dekomprimierende Stream.
- Einer der Enumerationswerte, der angibt, ob der Stream gelesen oder geschrieben wird.
- true, um den Stream offen zu lassen, nachdem das -Objekt freigegeben wurde, andernfalls false.
-
- ist null.
-
- ist kein gültiger -Wert.- oder - ist und ist false.- oder - ist und ist false.
-
-
- Ruft einen Verweis auf den zugrunde liegenden Stream ab.
- Ein Streamobjekt, das den zugrunde liegenden Stream darstellt.
- Der zugrunde liegende Stream ist geschlossen.
-
-
- Ruft einen Wert ab, der angibt, ob der Stream Lesevorgänge unterstützt, während eine Datei dekomprimiert wird.
- true, wenn der -Wert Decompress ist und der zugrunde liegende Stream geöffnet ist und Lesevorgänge unterstützt, andernfalls false.
-
-
- Ruft einen Wert, der angibt, ob der Stream Suchvorgänge unterstützt.
- false in allen Fällen.
-
-
- Ruft einen Wert, der angibt, ob der Stream Schreibvorgänge unterstützt.
- true, wenn der -Wert gleich Compress ist und der zugrunde liegende Stream Schreibvorgänge unterstützt und nicht geschlossen ist, andernfalls false.
-
-
- Gibt die von verwendeten nicht verwalteten Ressourcen und optional die verwalteten Ressourcen frei.
- true, um sowohl verwaltete als auch nicht verwaltete Ressourcen freizugeben, false, um ausschließlich nicht verwaltete Ressourcen freizugeben.
-
-
- Die aktuelle Implementierung dieser Methode hat keine Funktion.
- Der Stream ist geschlossen.
-
-
-
-
-
- Diese Eigenschaft wird nicht unterstützt und löst immer eine aus.
- Ein Long-Wert.
- Diese Eigenschaft wird für diesen Stream nicht unterstützt.
-
-
-
-
-
- Diese Eigenschaft wird nicht unterstützt und löst immer eine aus.
- Ein Long-Wert.
- Diese Eigenschaft wird für diesen Stream nicht unterstützt.
-
-
-
-
-
- Liest eine Anzahl von dekomprimierten Bytes in das angegebene Bytearray.
- Die Anzahl von Bytes, die in das Bytearray gelesen wurden.
- Das Array zum Speichern von dekomprimierten Bytes.
- Das Byteoffset in , an dem die gelesenen Bytes platziert werden.
- Die maximale Anzahl der zu lesenden dekomprimierten Bytes.
-
- ist null.
- Der -Wert war Compress, als das Objekt erstellt wurde.- oder - Der zugrunde liegende Stream unterstützt keine Lesevorgänge.
-
- oder ist kleiner als 0.- oder - Die -Länge minus des Indexausgangspunkts ist kleiner als .
- Die Daten haben ein ungültiges Format.
- Der Stream ist geschlossen.
-
-
- Dieser Vorgang wird nicht unterstützt und löst immer eine aus.
- Ein Long-Wert.
- Die Position im Stream.
- Einer der -Werte.
- Diese Eigenschaft wird für diesen Stream nicht unterstützt.
-
-
- Dieser Vorgang wird nicht unterstützt und löst immer eine aus.
- Die Länge des Streams.
- Diese Eigenschaft wird für diesen Stream nicht unterstützt.
-
-
- Schreibt komprimierte Bytes aus dem angegebenen Bytearray in den zugrunde liegenden Stream.
- Der Puffer, der die zu komprimierenden Daten enthält.
- Das Byteoffset in , aus dem die Bytes gelesen werden.
- Die maximale Anzahl der zu schreibenden Bytes.
-
-
- Stellt Methoden und Eigenschaften bereit, die zum Komprimieren und Dekomprimieren von Streams verwendet werden.
-
-
- Initialisiert eine neue Instanz der -Klasse mithilfe des angegebenen Stream- und Komprimierungsgrads.
- Der Stream, in den die komprimierten Daten geschrieben werden.
- Einer der Enumerationswerte, der angibt, ob die Geschwindigkeit oder Komprimierungsleistungsfähigkeit priorisiert wird, wenn der Stream komprimiert wird.
-
- ist null.
- Der Stream unterstützt keine Schreibvorgänge wie die Komprimierung.(Die -Eigenschaft für das Streamobjekt ist false).
-
-
- Initialisiert eine neue Instanz der -Klasse unter Verwendung des angegebenen Streams und der Komprimierungsebene und lässt den Stream optional geöffnet.
- Der Stream, in den die komprimierten Daten geschrieben werden.
- Einer der Enumerationswerte, der angibt, ob die Geschwindigkeit oder Komprimierungsleistungsfähigkeit priorisiert wird, wenn der Stream komprimiert wird.
- true, um das Streamobjekt offen zu lassen, nachdem das -Objekt freigegeben wurde, andernfalls false.
-
- ist null.
- Der Stream unterstützt keine Schreibvorgänge wie die Komprimierung.(Die -Eigenschaft für das Streamobjekt ist false).
-
-
- Initialisiert eine neue Instanz der -Klasse mithilfe des angegebenen Stream- und Komprimierungsmodus.
- Der Stream, in den die komprimierten oder dekomprimierten Daten geschrieben werden.
- Einer der Enumerationswerte, der angibt, ob der Stream gelesen oder geschrieben wird.
-
- ist null.
-
- ist kein gültiger -Enumerationswert.- oder - ist und ist false.- oder - ist und ist false.
-
-
- Initialisiert eine neue Instanz der -Klasse unter Verwendung des angegebenen Streams und des Komprimierungsmodus und lässt den Stream optional geöffnet.
- Der Stream, in den die komprimierten oder dekomprimierten Daten geschrieben werden.
- Einer der Enumerationswerte, der angibt, ob der Stream gelesen oder geschrieben wird.
- true, um den Stream offen zu lassen, nachdem das -Objekt freigegeben wurde, andernfalls false.
-
- ist null.
-
- ist kein gültiger -Wert.- oder - ist und ist false.- oder - ist und ist false.
-
-
- Ruft einen Verweis auf den zugrunde liegenden Stream ab.
- Ein Streamobjekt, das den zugrunde liegenden Stream darstellt.
- Der zugrunde liegende Stream ist geschlossen.
-
-
-
-
-
- Ruft einen Wert ab, der angibt, ob der Stream Lesevorgänge unterstützt, während eine Datei dekomprimiert wird.
- true, wenn der -Wert gleich Decompress, ist und der zugrunde liegende Stream Lesevorgänge unterstützt und nicht geschlossen ist, andernfalls false.
-
-
-
-
-
- Ruft einen Wert, der angibt, ob der Stream Suchvorgänge unterstützt.
- false in allen Fällen.
-
-
- Ruft einen Wert, der angibt, ob der Stream Schreibvorgänge unterstützt.
- true, wenn der -Wert gleich Compress ist und der zugrunde liegende Stream Schreibvorgänge unterstützt und nicht geschlossen ist, andernfalls false.
-
-
-
-
-
- Gibt die von verwendeten nicht verwalteten Ressourcen und optional die verwalteten Ressourcen frei.
- true, um sowohl verwaltete als auch nicht verwaltete Ressourcen freizugeben, false, um ausschließlich nicht verwaltete Ressourcen freizugeben.
-
-
- Die aktuelle Implementierung dieser Methode hat keine Funktion.
- Der Stream ist geschlossen.
-
-
-
-
-
- Diese Eigenschaft wird nicht unterstützt und löst immer eine aus.
- Ein Long-Wert.
- Diese Eigenschaft wird für diesen Stream nicht unterstützt.
-
-
-
-
-
- Diese Eigenschaft wird nicht unterstützt und löst immer eine aus.
- Ein Long-Wert.
- Diese Eigenschaft wird für diesen Stream nicht unterstützt.
-
-
-
-
-
- Liest eine Anzahl von dekomprimierten Bytes in das angegebene Bytearray.
- Die Anzahl der Bytes, die im Bytearray dekomprimiert wurden.Wenn das Ende des Streams erreicht worden ist, wird 0 oder die Anzahl der gelesenen Bytes zurückgegeben.
- Das Array, das zum Speichern von dekomprimierten Bytes verwendet wird.
- Das Byteoffset in , an dem die gelesenen Bytes platziert werden.
- Die maximale Anzahl der zu lesenden dekomprimierten Bytes.
-
- ist null.
- Der -Wert war Compress, als das Objekt erstellt wurde.- oder -Der zugrunde liegende Stream unterstützt keine Lesevorgänge.
-
- oder ist kleiner als 0.- oder - Die -Länge minus des Indexausgangspunkts ist kleiner als .
- Die Daten haben ein ungültiges Format.
- Der Stream ist geschlossen.
-
-
- Diese Eigenschaft wird nicht unterstützt und löst immer eine aus.
- Ein Long-Wert.
- Die Position im Stream.
- Einer der -Werte.
- Diese Eigenschaft wird für diesen Stream nicht unterstützt.
-
-
- Diese Eigenschaft wird nicht unterstützt und löst immer eine aus.
- Die Länge des Streams.
- Diese Eigenschaft wird für diesen Stream nicht unterstützt.
-
-
- Schreibt komprimierte Bytes aus dem angegebenen Bytearray in den zugrunde liegenden Stream.
- Der Puffer, der die zu komprimierenden Daten enthält.
- Das Byteoffset in , aus dem die Bytes gelesen werden.
- Die maximale Anzahl der zu schreibenden Bytes.
- Der Schreibvorgang kann nicht ausgeführt werden, da der Stream geschlossen ist.
-
-
- Stellt ein Paket komprimierter Dateien im Zip-Archiv-Format dar.
-
-
- Initialisiert eine neue Instanz der -Klasse für den angegebenen Stream.
- Ein Stream, der das zu lesende Archiv enthält.
- The stream is already closed or does not support reading.
-
- is null.
- The contents of the stream are not in the zip archive format.
-
-
- Initialisiert eine neue Instanz der -Klasse aus dem angegebenen Stream und mit dem angegebenen Modus.
- Der Eingabe- oder Ausgabestream.
- Einer der Enumerationswerte, der angibt, ob das Zip-Archiv verwendet wird, um Einträge zu lesen, zu erstellen oder zu aktualisieren.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Initialisiert eine neue Instanz der -Klasse für den angegebenen Stream und den angegebenen Modus und lässt den Stream optional geöffnet.
- Der Eingabe- oder Ausgabestream.
- Einer der Enumerationswerte, der angibt, ob das Zip-Archiv verwendet wird, um Einträge zu lesen, zu erstellen oder zu aktualisieren.
- true, um den Datenstrom geöffnet zu lassen, nach dem das -Objekt freigegeben wurde; andernfalls false.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Initialisiert eine neue Instanz der -Klasse für den angegebenen Stream und den angegebenen Modus und verwendet dabei die angegebene Codierung für Eintragsnamen und lässt den Stream optional geöffnet.
- Der Eingabe- oder Ausgabestream.
- Einer der Enumerationswerte, der angibt, ob das Zip-Archiv verwendet wird, um Einträge zu lesen, zu erstellen oder zu aktualisieren.
- true, um den Datenstrom geöffnet zu lassen, nach dem das -Objekt freigegeben wurde; andernfalls false.
- Die Codierung, die beim Lesen oder Schreiben von Eintragsnamen in diesem Archiv verwendet werden soll.Geben Sie einen Wert für diesen Parameter nur an, wenn eine Codierung für die Interoperabilität mit ZIP-Archiv-Tools und -Bibliotheken erforderlich ist, die die UTF-8-Codierung für Eintragsnamen nicht unterstützen.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Erstellt einen leeren Eintrag, der den angegebenen Pfad und Eintragsnamen im ZIP-Archiv Ebene verwendet.
- Ein leerer Eintrag im ZIP-Archiv.
- Ein Pfad relativ zum Stamm des Archivs, der den Namen des Eintrags angibt, der erstellt werden soll.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Erstellt einen leeren Eintrag, der den angegebenen Eintragsnamen und die Komprimierung im ZIP-Archiv Ebene verwendet.
- Ein leerer Eintrag im ZIP-Archiv.
- Ein Pfad relativ zum Stamm des Archivs, der den Namen des Eintrags angibt, der erstellt werden soll.
- Einer der Enumerationswerte, der angibt, ob Geschwindigkeit oder Komprimierungseffektivität priorisiert wird, wenn der Eintrag erstellt.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Gibt alle von der aktuellen Instanz der -Klasse verwendeten Ressourcen frei.
-
-
- Wird von den und -Methoden aufgerufen, um die nicht verwalteten Ressourcen freizugeben, die von der aktuellen Instanz der -Klasse verwendet werden, und beendet optional das Schreiben ins Archiv und gibt die verwalteten Ressourcen frei.
- true, um das Schreiben des Archivs abzuschließen und sowohl nicht verwaltete als auch verwaltete Ressourcen freizugeben; false, um ausschließlich nicht verwaltete Ressourcen freizugeben.
-
-
- Ruft die Auflistung von Einträgen ab, die das ZIP-Archiv momentan enthält.
- Die Auflistung von Einträgen, die das ZIP-Archiv momentan enthält.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Ruft einen Wrapper für den angegebenen Eintrag im Zip-Archiv ab.
- Ein Wrapper für den angegebenen Eintrag im Archiv. null, wenn der Eintrag nicht im Archiv vorhanden ist.
- Ein Pfad relativ zum Stamm des Archivs, das den Eintrag identifiziert, der abgerufen werden soll.
-
- is .
-
- is null.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Ruft einen Wert ab, der den Typ der Aktion beschreibt, die das ZIP-Archiv für Einträge ausführen kann.
- Einer der Enumerationswerte, der den Typ der Aktion (Lesen, Erstellen oder Update) beschreibt, die das Zip-Archiv bei Einträgen ausführen kann.
-
-
- Stellt eine komprimierte Datei in einem Zip-Archiv dar.
-
-
- Ruft das Zip-Archiv ab, zu dem der Eintrag gehört.
- Das Zip-Archiv, zu dem der Eintrag gehört, oder null, wenn der Eintrag gelöscht wurde.
-
-
- Ruft die komprimierte Größe des unkomprimierten Eintrags im ZIP-Archiv ab.
- Die Größe des komprimierten Eintrags im ZIP-Archiv.
- The value of the property is not available because the entry has been modified.
-
-
- Löscht den Eintrag aus dem Zip-Archiv.
- The entry is already open for reading or writing.
- The zip archive for this entry was opened in a mode other than .
- The zip archive for this entry has been disposed.
-
-
- Ruft den relativen Pfad des Eintrags im ZIP-Archiv ab.
- Der relative Pfad des Eintrags im Zip-Archiv.
-
-
- Ruft den letzten Zeitpunkt ab, zu dem der Eintrag im Zip-Archiv geändert wurde, oder legt diesen fest.
- Der letzte Zeitpunkt, an dem der Eintrag im ZIP-Archiv geändert wurde.
- The attempt to set this property failed, because the zip archive for the entry is in mode.
- The archive mode is set to .- or -The archive mode is set to and the entry has been opened.
- An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (one second before midnight).
-
-
- Ruft die Größe des unkomprimierten Eintrags im ZIP-Archiv ab.
- Die Größe des unkomprimierten Eintrags im ZIP-Archiv.
- The value of the property is not available because the entry has been modified.
-
-
- Ruft den Dateinamen des Eintrags im ZIP-Archiv ab.
- Der Dateiname des Eintrags im ZIP-Archiv.
-
-
- Öffnet den Eintrag aus dem Zip-Archiv.
- Der Stream, der den Inhalt des Eintrags darstellt.
- The entry is already currently open for writing.-or-The entry has been deleted from the archive.-or-The archive for this entry was opened with the mode, and this entry has already been written to.
- The entry is either missing from the archive or is corrupt and cannot be read. -or-The entry has been compressed by using a compression method that is not supported.
- The zip archive for this entry has been disposed.
-
-
- Ruft den relativen Pfad des Eintrags im Zip-Archiv ab.
- Der relative Pfad des Eintrags, der in der -Eigenschaft gespeichert ist.
-
-
- Gibt Werte für die Interaktion mit Zip-Archiveinträgen an.
-
-
- Nur das Erstellen neuer Archiveinträge ist zulässig.
-
-
- Nur das Lesen von Archiveinträgen ist zulässig.
-
-
- Lese- und Schreibvorgänge sind für die Archiveinträge zulässig.
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/es/System.IO.Compression.xml b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/es/System.IO.Compression.xml
deleted file mode 100644
index ceb444e..0000000
--- a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/es/System.IO.Compression.xml
+++ /dev/null
@@ -1,420 +0,0 @@
-
-
-
- System.IO.Compression
-
-
-
- Especifica valores que indican si una operación de compresión hace hincapié en la velocidad o en el tamaño de la compresión.
-
-
- La operación de compresión debe completarse lo antes posible, aunque el archivo resultante no esté comprimido de forma óptima.
-
-
- No debe comprimirse el archivo.
-
-
- La operación de compresión se debe comprimir de forma óptima, incluso aunque la operación tarde más tiempo en completarse.
-
-
- Especifica si se comprime o descomprime la secuencia subyacente.
-
-
- Comprime la secuencia subyacente.
-
-
- Descomprime la secuencia subyacente.
-
-
- Proporciona métodos y propiedades para comprimir y descomprimir secuencias usando el algoritmo Deflate.
-
-
- Inicializa una nueva instancia de la clase usando la secuencia y nivel de compresión especificados.
- Secuencia que se va a comprimir.
- Uno de los valores de enumeración que indica si se va a hacer hincapié en la eficacia de velocidad o de compresión al comprimir la secuencia.
- El valor de es null.
- La secuencia no admite operaciones de escritura como compresión.(El es propiedad del objeto de secuencia false.)
-
-
- Inicializa una nueva instancia de la clase usando la secuencia y nivel de compresión especificados y, opcionalmente, deja la secuencia abierta.
- Secuencia que se va a comprimir.
- Uno de los valores de enumeración que indica si se va a hacer hincapié en la eficacia de velocidad o de compresión al comprimir la secuencia.
- true para mantener el objeto de secuencia abierto después de desechar el objeto ; en caso contrario, false.
- El valor de es null.
- La secuencia no admite operaciones de escritura como compresión.(El es propiedad del objeto de secuencia false.)
-
-
- Inicializa una nueva instancia de la clase usando la secuencia y modo de compresión especificados.
- Secuencia que se va a comprimir o descomprimir.
- Uno de los valores de la enumeración que indica si se debe comprimir o descomprimir la secuencia.
- El valor de es null.
-
- no es válida valor.o bien es y es false.o bien es y es false.
-
-
- Inicializa una nueva instancia de la clase usando la secuencia y modo de compresión especificados y, opcionalmente, deja la secuencia abierta.
- Secuencia que se va a comprimir o descomprimir.
- Uno de los valores de la enumeración que indica si se debe comprimir o descomprimir la secuencia.
- true para mantener la secuencia abierta después de desechar el objeto ; en caso contrario, false.
- El valor de es null.
-
- no es válida valor.o bien es y es false.o bien es y es false.
-
-
- Obtiene una referencia a la secuencia subyacente.
- Un objeto de secuencia que representa la secuencia subyacente.
- La secuencia subyacente está cerrada.
-
-
- Obtiene un valor que indica si la secuencia admite operaciones de lectura mientras se descomprime un archivo.
- Es true si el valor es Decompress, y la secuencia subyacente está abierta y admite operaciones de lectura; de lo contrario, es false.
-
-
- Obtiene un valor que indica si la secuencia admite operaciones de búsqueda.
- false en todos los casos.
-
-
- Obtiene un valor que indica si la secuencia admite operaciones de escritura.
- true si el valor de es Compress y la secuencia subyacente admite operaciones de escritura y no está cerrada; en caso contrario, false.
-
-
- Libera los recursos no administrados que usa y libera los recursos administrados de forma opcional.
- Es true para liberar tanto recursos administrados como no administrados; es false para liberar únicamente recursos no administrados.
-
-
- La implementación actual de este método no tiene funcionalidad.
- La secuencia está cerrada.
-
-
-
-
-
- Esta propiedad no se admite y siempre produce una excepción .
- Un valor largo.
- Esta propiedad no se admite en esta secuencia.
-
-
-
-
-
- Esta propiedad no se admite y siempre produce una excepción .
- Un valor largo.
- Esta propiedad no se admite en esta secuencia.
-
-
-
-
-
- Introduce varios bytes descomprimidos leídos en la matriz de bytes especificada.
- Número de bytes leídos de la matriz de bytes.
- Matriz para almacenar los bytes descomprimidos.
- Desplazamiento de bytes en donde se colocarán los bytes leídos.
- Número máximo de bytes descomprimidos que se van a leer.
- El valor de es null.
- El valor era Compress cuando se creó el objeto.o bien La secuencia subyacente no admite operaciones de lectura.
-
- o es menor que cero.o bien longitud menos el punto inicial del índice es menor que .
- El formato de los datos no es válido.
- La secuencia está cerrada.
-
-
- Esta operación no se admite y siempre produce una excepción .
- Un valor largo.
- Ubicación en la secuencia.
- Uno de los valores de .
- Esta propiedad no se admite en esta secuencia.
-
-
- Esta operación no se admite y siempre produce una excepción .
- Longitud de la secuencia.
- Esta propiedad no se admite en esta secuencia.
-
-
- Escribe los bytes comprimidos en la secuencia subyacente de la matriz de bytes especificada.
- Búfer que contiene los datos que se van a comprimir.
- Desplazamiento de bytes en donde se leerán los bytes.
- Número máximo de bytes que se pueden escribir.
-
-
- Proporciona los métodos y propiedades que permiten comprimir y descomprimir secuencias.
-
-
- Inicializa una nueva instancia de la clase usando la secuencia y nivel de compresión especificados.
- Secuencia en la que se van a escribir los datos comprimidos.
- Uno de los valores de enumeración que indica si se va a hacer hincapié en la eficacia de velocidad o de compresión al comprimir la secuencia.
- El valor de es null.
- La secuencia no admite operaciones de escritura como compresión.(El es propiedad del objeto de secuencia false.)
-
-
- Inicializa una nueva instancia de la clase usando la secuencia y nivel de compresión especificados y, opcionalmente, deja la secuencia abierta.
- Secuencia en la que se van a escribir los datos comprimidos.
- Uno de los valores de enumeración que indica si se va a hacer hincapié en la eficacia de velocidad o de compresión al comprimir la secuencia.
- true para mantener el objeto de secuencia abierto después de desechar el objeto ; en caso contrario, false.
- El valor de es null.
- La secuencia no admite operaciones de escritura como compresión.(El es propiedad del objeto de secuencia false.)
-
-
- Inicializa una nueva instancia de la clase usando la secuencia y modo de compresión especificados.
- Secuencia en la que se escriben los datos comprimidos o descomprimidos.
- Uno de los valores de la enumeración que indica si se debe comprimir o descomprimir la secuencia.
- El valor de es null.
-
- no es válida valor de enumeración.o bien es y es false.o bien es y es false.
-
-
- Inicializa una nueva instancia de la clase usando la secuencia y modo de compresión especificados y, opcionalmente, deja la secuencia abierta.
- Secuencia en la que se escriben los datos comprimidos o descomprimidos.
- Uno de los valores de la enumeración que indica si se debe comprimir o descomprimir la secuencia.
- true para mantener la secuencia abierta después de desechar el objeto ; en caso contrario, false.
- El valor de es null.
-
- no es válida valor.o bien es y es false.o bien es y es false.
-
-
- Obtiene una referencia a la secuencia subyacente.
- Un objeto de secuencia que representa la secuencia subyacente.
- La secuencia subyacente está cerrada.
-
-
-
-
-
- Obtiene un valor que indica si la secuencia admite operaciones de lectura mientras se descomprime un archivo.
- true si el valor de es Decompress, y la secuencia subyacente admite operaciones de lectura y no está cerrada; en caso contrario, false.
-
-
-
-
-
- Obtiene un valor que indica si la secuencia admite operaciones de búsqueda.
- false en todos los casos.
-
-
- Obtiene un valor que indica si la secuencia admite operaciones de escritura.
- true si el valor de es Compress y la secuencia subyacente admite operaciones de escritura y no está cerrada; en caso contrario, false.
-
-
-
-
-
- Libera los recursos no administrados que usa y libera los recursos administrados de forma opcional.
- Es true para liberar tanto recursos administrados como no administrados; es false para liberar únicamente recursos no administrados.
-
-
- La implementación actual de este método no tiene funcionalidad.
- La secuencia está cerrada.
-
-
-
-
-
- Esta propiedad no se admite y siempre produce una excepción .
- Un valor largo.
- Esta propiedad no se admite en esta secuencia.
-
-
-
-
-
- Esta propiedad no se admite y siempre produce una excepción .
- Un valor largo.
- Esta propiedad no se admite en esta secuencia.
-
-
-
-
-
- Introduce varios bytes descomprimidos leídos en la matriz de bytes especificada.
- El número de bytes que se han descomprimido en la matriz de bytes.Si se ha llegado al final de la secuencia, se devuelve cero o el número de bytes leídos.
- Matriz que se utiliza para almacenar los bytes descomprimidos.
- Desplazamiento de bytes en donde se colocarán los bytes leídos.
- Número máximo de bytes descomprimidos que se van a leer.
- El valor de es null.
- El valor era Compress cuando se creó el objeto.o bienLa secuencia subyacente no admite operaciones de lectura.
-
- o es menor que cero.o bien longitud menos el punto inicial del índice es menor que .
- El formato de los datos no es válido.
- La secuencia está cerrada.
-
-
- Esta propiedad no se admite y siempre produce una excepción .
- Un valor largo.
- Ubicación en la secuencia.
- Uno de los valores de .
- Esta propiedad no se admite en esta secuencia.
-
-
- Esta propiedad no se admite y siempre produce una excepción .
- Longitud de la secuencia.
- Esta propiedad no se admite en esta secuencia.
-
-
- Escribe los bytes comprimidos en la secuencia subyacente de la matriz de bytes especificada.
- Búfer que contiene los datos que se van a comprimir.
- Desplazamiento de bytes en donde se leerán los bytes.
- Número máximo de bytes que se pueden escribir.
- La operación de escritura no se puede realizar porque la secuencia está cerrada.
-
-
- Representa un paquete de archivos comprimidos en formato de archivo zip.
-
-
- Inicializa una nueva instancia de la clase a partir de la secuencia especificada.
- Secuencia que contiene el archivo que se va a leer.
- The stream is already closed or does not support reading.
-
- is null.
- The contents of the stream are not in the zip archive format.
-
-
- Inicializa una nueva instancia de la clase a partir de la secuencia especificada y con el modo especificado.
- Flujo de entrada o de salida.
- Uno de los valores de enumeración que indica si el archivo zip se usa para leer, crear o actualizar entradas.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Inicializa una nueva instancia de la clase en el flujo especificado para el modo especificado y, opcionalmente, deja el flujo abierto.
- Flujo de entrada o de salida.
- Uno de los valores de enumeración que indica si el archivo zip se usa para leer, crear o actualizar entradas.
- true para dejar el flujo abierto después de desechar el objeto ; de lo contrario, false.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Inicializa una nueva instancia de la clase en el flujo especificado para el modo especificado, usa la codificación especificada para los nombres de entrada y opcionalmente deja el flujo abierto.
- Flujo de entrada o de salida.
- Uno de los valores de enumeración que indica si el archivo zip se usa para leer, crear o actualizar entradas.
- true para dejar el flujo abierto después de desechar el objeto ; de lo contrario, false.
- Codificación que se va a usar al leer o escribir nombres de entrada en este archivo.Especifique un valor para este parámetro únicamente cuando se necesite una codificación para la interoperabilidad con herramientas y bibliotecas de archivos zip que no admiten la codificación UTF-8 para los nombres de entrada.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Crea una entrada vacía en el archivo zip con la ruta de acceso y el nombre de entrada especificados.
- Una entrada vacía en el archivo zip.
- Ruta de acceso, relativa a la raíz del archivo, que especifica el nombre de la entrada que se va a crear.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Crea una entrada vacía en el archivo zip con el nombre de entrada y el nivel de compresión especificados.
- Una entrada vacía en el archivo zip.
- Ruta de acceso, relativa a la raíz del archivo, que especifica el nombre de la entrada que se va a crear.
- Uno de los valores de enumeración que indica si se va a hacer hincapié en la eficacia de velocidad o de compresión al crear la entrada.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Libera los recursos utilizados por la instancia actual de la clase .
-
-
- Llamado por los métodos y para liberar los recursos no administrados utilizados por la instancia actual de la clase de , y termina opcionalmente de escribir el archivo y libera los recursos administrados.
- true para terminar de escribir el archivo y liberar recursos no administrados y administrados; false para liberar solo recursos no administrados.
-
-
- Obtiene la colección de entradas que están actualmente en el archivo zip.
- La colección de entradas que están actualmente en el archivo zip.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Recupera un contenedor para la entrada especificada en el archivo zip.
- Un contenedor para la entrada especificada en el archivo; null si la entrada no existe en el archivo.
- Ruta de acceso, relativa a la raíz del archivo, que identifica la entrada a recuperar.
-
- is .
-
- is null.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Obtiene un valor que describe el tipo de acción que el archivo zip puede realizar en las entradas.
- Uno de los valores de enumeración que describe el tipo de acción (lectura, creación o actualización) que puede realizar el archivo zip en las entradas.
-
-
- Representa un archivo comprimido incluido en un archivo zip.
-
-
- Obtiene el archivo zip al que pertenece la entrada.
- El archivo zip al que pertenece la entrada o null si se ha eliminado la entrada.
-
-
- Obtiene el tamaño comprimido de la entrada en el archivo zip.
- Tamaño comprimido de la entrada en el archivo zip.
- The value of the property is not available because the entry has been modified.
-
-
- Elimina la entrada del archivo zip.
- The entry is already open for reading or writing.
- The zip archive for this entry was opened in a mode other than .
- The zip archive for this entry has been disposed.
-
-
- Obtiene la ruta de acceso relativa de la entrada en el archivo zip.
- Ruta de acceso relativa de la entrada en el archivo zip.
-
-
- Obtiene o establece la última vez que se cambió la entrada en el archivo zip.
- Última vez que la entrada del archivo zip se cambió.
- The attempt to set this property failed, because the zip archive for the entry is in mode.
- The archive mode is set to .- or -The archive mode is set to and the entry has been opened.
- An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (one second before midnight).
-
-
- Obtiene el tamaño descomprimido de la entrada en el archivo zip.
- Tamaño descomprimido de la entrada en el archivo zip.
- The value of the property is not available because the entry has been modified.
-
-
- Obtiene el nombre de archivo de la entrada en el archivo zip.
- Nombre de archivo de la entrada en el archivo zip.
-
-
- Abre la entrada desde el archivo zip.
- La secuencia que representa el contenido de la entrada.
- The entry is already currently open for writing.-or-The entry has been deleted from the archive.-or-The archive for this entry was opened with the mode, and this entry has already been written to.
- The entry is either missing from the archive or is corrupt and cannot be read. -or-The entry has been compressed by using a compression method that is not supported.
- The zip archive for this entry has been disposed.
-
-
- Recupera la ruta de acceso relativa de la entrada en el archivo zip.
- La ruta de acceso relativa de la entrada, que es el valor almacenado en la propiedad .
-
-
- Especifica los valores para interactuar con entradas de archivo zip.
-
-
- Solo se permite crear nuevas entradas de archivo.
-
-
- Solo se permite leer entradas del archivo.
-
-
- Ambas operaciones de lectura y escritura se permiten para las entradas del archivo.
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/fr/System.IO.Compression.xml b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/fr/System.IO.Compression.xml
deleted file mode 100644
index 4c3bfb3..0000000
--- a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/fr/System.IO.Compression.xml
+++ /dev/null
@@ -1,430 +0,0 @@
-
-
-
- System.IO.Compression
-
-
-
- Spécifie les valeurs qui indiquent si une opération de compression souligne la rapidité ou la taille de compression.
-
-
- L'opération de compression doit s'exécuter aussi rapidement que possible, même si le fichier résultant n'est pas compressé de manière optimale.
-
-
- Aucune compression ne doit être exécutée sur le fichier.
-
-
- L'opération de compression doit être compressée de manière optimale, même si elle prend plus de temps.
-
-
- Spécifie s'il faut compresser ou décompresser le flux sous-jacent.
-
-
- Compresse le flux sous-jacent.
-
-
- Décompresse le flux sous-jacent.
-
-
- Fournit des méthodes et des propriétés pour compresser et décompresser des flux à l'aide de l'algorithme Deflate.
-
-
- Initialise une nouvelle instance de la classe à l'aide du flux et du niveau de compression spécifiés.
- Flux à compresser.
- L'une des valeurs d'énumération qui indique s'il faut mettre l'accent sur la rapidité et l'efficacité de compression en compressant le flux de données.
-
- a la valeur null.
- Le flux ne prend pas en charge les opérations d'écriture telles que la compression.(La propriété sur l'objet de flux est false.)
-
-
- Initialise une nouvelle instance de la classe à l'aide du flux et du niveau de compression spécifiés, et permet éventuellement de laisser le flux ouvert.
- Flux à compresser.
- L'une des valeurs d'énumération qui indique s'il faut mettre l'accent sur la rapidité et l'efficacité de compression en compressant le flux de données.
- true pour maintenir l'objet de flux ouvert après avoir supprimé l'objet ; sinon, false.
-
- a la valeur null.
- Le flux ne prend pas en charge les opérations d'écriture telles que la compression.(La propriété sur l'objet de flux est false.)
-
-
- Initialise une nouvelle instance de la classe à l'aide du flux et du mode de compression spécifiés.
- Flux à compresser ou à décompresser.
- L'une des valeurs d'énumération qui indique s'il faut compresser ou décompresser le flux.
-
- a la valeur null.
-
- n'est pas une valeur valide.ou est et est false.ou est et est false.
-
-
- Initialise une nouvelle instance de la classe à l'aide du flux et du mode de compression spécifiés, et permet éventuellement de laisser le flux ouvert.
- Flux à compresser ou à décompresser.
- L'une des valeurs d'énumération qui indique s'il faut compresser ou décompresser le flux.
- true pour maintenir le flux ouvert après avoir supprimé l'objet ; sinon, false.
-
- a la valeur null.
-
- n'est pas une valeur valide.ou est et est false.ou est et est false.
-
-
- Obtient une référence au flux sous-jacent.
- Objet de flux qui représente le flux sous-jacent.
- Le flux sous-jacent est fermé.
-
-
- Obtient une valeur indiquant si le flux prend en charge la lecture pendant la décompression d'un fichier.
- true si la valeur est Decompress, que le flux sous-jacent est ouvert et qu'il prend en charge la lecture ; sinon, false.
-
-
- Obtient une valeur indiquant si le flux prend en charge la recherche.
- false dans tous les cas.
-
-
- Obtient une valeur indiquant si le flux prend en charge l'écriture.
- true si la valeur de est Compress, que le flux sous-jacent prend en charge l'écriture et qu'il n'est pas fermé ; sinon, false.
-
-
- Libère les ressources non managées utilisées par et libère éventuellement les ressources managées.
- true pour libérer les ressources managées et non managées ; false pour ne libérer que les ressources non managées.
-
-
- L'implémentation actuelle de cette méthode n'a aucune fonctionnalité.
- Le flux est fermé.
-
-
-
-
-
- Cette propriété n'est pas prise en charge et lève toujours .
- Valeur Long.
- Cette propriété n'est pas prise en charge sur ce flux.
-
-
-
-
-
- Cette propriété n'est pas prise en charge et lève toujours .
- Valeur Long.
- Cette propriété n'est pas prise en charge sur ce flux.
-
-
-
-
-
- Lit un certain nombre d'octets décompressés dans le tableau d'octets spécifié.
- Nombre d'octets qui ont été lus dans le tableau d'octets.
- Tableau utilisé pour stocker les octets décompressés.
- Dans , décalage d'octet auquel les octets lus seront placés.
- Nombre maximal d'octets décompressés à lire.
-
- a la valeur null.
- La valeur était Compress lorsque l'objet a été créé.ou Le flux sous-jacent ne prend pas en charge la lecture.
-
- ou est inférieur à zéro.ouLa longueur de moins le point de départ de l'index est inférieure à .
- Le format des données n'est pas valide.
- Le flux est fermé.
-
-
- Cette opération n'est pas prise en charge et lève toujours .
- Valeur Long.
- Emplacement dans le flux.
- Une des valeurs de .
- Cette propriété n'est pas prise en charge sur ce flux.
-
-
- Cette opération n'est pas prise en charge et lève toujours .
- Longueur du flux.
- Cette propriété n'est pas prise en charge sur ce flux.
-
-
- Écrit les octets compressés dans le flux sous-jacent à partir du tableau d'octets spécifié.
- Mémoire tampon qui contient les données à compresser.
- Dans , décalage d'octet à partir duquel les octets seront lus.
- Nombre maximal d'octets à écrire.
-
-
- Fournit les méthodes et les propriétés utilisées pour compresser et décompresser des flux.
-
-
- Initialise une nouvelle instance de la classe à l'aide du flux et du niveau de compression spécifiés.
- Flux dans lequel écrire les données compressées.
- L'une des valeurs d'énumération qui indique s'il faut mettre l'accent sur la rapidité et l'efficacité de compression en compressant le flux de données.
-
- a la valeur null.
- Le flux ne prend pas en charge les opérations d'écriture telles que la compression.(La propriété sur l'objet de flux est false.)
-
-
- Initialise une nouvelle instance de la classe à l'aide du flux et du niveau de compression spécifiés, et permet éventuellement de laisser le flux ouvert.
- Flux dans lequel écrire les données compressées.
- L'une des valeurs d'énumération qui indique s'il faut mettre l'accent sur la rapidité et l'efficacité de compression en compressant le flux de données.
- true pour maintenir l'objet de flux ouvert après avoir supprimé l'objet ; sinon, false.
-
- a la valeur null.
- Le flux ne prend pas en charge les opérations d'écriture telles que la compression.(La propriété sur l'objet de flux est false.)
-
-
- Initialise une nouvelle instance de la classe à l'aide du flux et du mode de compression spécifiés.
- Flux dans lequel les données compressées ou décompressées sont écrites.
- L'une des valeurs d'énumération qui indique s'il faut compresser ou décompresser le flux.
-
- a la valeur null.
-
- n'est pas une valeur d'énumération valide.ou est et est false.ou est et est false.
-
-
- Initialise une nouvelle instance de la classe à l'aide du flux et du mode de compression spécifiés, et permet éventuellement de laisser le flux ouvert.
- Flux dans lequel les données compressées ou décompressées sont écrites.
- L'une des valeurs d'énumération qui indique s'il faut compresser ou décompresser le flux.
- true pour maintenir le flux ouvert après avoir supprimé l'objet ; sinon, false.
-
- a la valeur null.
-
- n'est pas une valeur valide.ou est et est false.ou est et est false.
-
-
- Obtient une référence au flux sous-jacent.
- Objet de flux qui représente le flux sous-jacent.
- Le flux sous-jacent est fermé.
-
-
-
-
-
- Obtient une valeur indiquant si le flux prend en charge la lecture pendant la décompression d'un fichier.
- true si la valeur de est Decompress,, que le flux sous-jacent prend en charge la lecture et qu'il n'est pas fermé ; sinon, false.
-
-
-
-
-
- Obtient une valeur indiquant si le flux prend en charge la recherche.
- false dans tous les cas.
-
-
- Obtient une valeur indiquant si le flux prend en charge l'écriture.
- true si la valeur de est Compress, que le flux sous-jacent prend en charge l'écriture et qu'il n'est pas fermé ; sinon, false.
-
-
-
-
-
- Libère les ressources non managées utilisées par l'objet et libère éventuellement les ressources managées.
- true pour libérer les ressources managées et non managées ; false pour ne libérer que les ressources non managées.
-
-
- L'implémentation actuelle de cette méthode n'a aucune fonctionnalité.
- Le flux est fermé.
-
-
-
-
-
- Cette propriété n'est pas prise en charge et lève toujours .
- Valeur Long.
- Cette propriété n'est pas prise en charge sur ce flux.
-
-
-
-
-
- Cette propriété n'est pas prise en charge et lève toujours .
- Valeur Long.
- Cette propriété n'est pas prise en charge sur ce flux.
-
-
-
-
-
- Lit un certain nombre d'octets décompressés dans le tableau d'octets spécifié.
- Nombre d'octets qui ont été décompressés dans le tableau d'octets.Si la fin du flux a été atteinte, zéro ou le nombre d'octets lus est retourné.
- Tableau utilisé pour décompresser les octets.
- Dans , décalage d'octet auquel les octets lus seront placés.
- Nombre maximal d'octets décompressés à lire.
-
- a la valeur null.
- La valeur était Compress lorsque l'objet a été créé.ouLe flux sous-jacent ne prend pas en charge la lecture.
-
- ou est inférieur à zéro.ouLa longueur de moins le point de départ de l'index est inférieure à .
- Le format des données n'est pas valide.
- Le flux est fermé.
-
-
- Cette propriété n'est pas prise en charge et lève toujours .
- Valeur Long.
- Emplacement dans le flux.
- Une des valeurs de .
- Cette propriété n'est pas prise en charge sur ce flux.
-
-
- Cette propriété n'est pas prise en charge et lève toujours .
- Longueur du flux.
- Cette propriété n'est pas prise en charge sur ce flux.
-
-
- Écrit les octets compressés dans le flux sous-jacent à partir du tableau d'octets spécifié.
- Mémoire tampon qui contient les données à compresser.
- Dans , décalage d'octet à partir duquel les octets seront lus.
- Nombre maximal d'octets à écrire.
- L'opération d'écriture ne peut pas être exécutée car le flux est fermé.
-
-
- Représente un package de fichiers compressés au format d'archivage zip.
-
-
- Initialise une nouvelle instance de la classe à partir du flux spécifié.
- Flux qui contient l'archive à lire.
- The stream is already closed or does not support reading.
-
- is null.
- The contents of the stream are not in the zip archive format.
-
-
- Initialise une nouvelle instance de la classe à partir du flux spécifié et avec le mode spécifié.
- Flux de sortie ou d'entrée.
- Une des valeurs d'énumération qui indique si l'archive zip est utilisée pour lire, créer ou mettre à jour des entrées.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Initialise une nouvelle instance de la classe sur le flux de données spécifié pour le mode spécifié, et laisse éventuellement le flux ouvert.
- Flux de sortie ou d'entrée.
- Une des valeurs d'énumération qui indique si l'archive zip est utilisée pour lire, créer ou mettre à jour des entrées.
- true pour maintenir le flux ouvert après avoir supprimé l'objet ; sinon, false.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Initialise une nouvelle instance de la classe sur le flux spécifié pour le mode spécifié, utilise l'encodage spécifié pour les noms d'entrée, et permet éventuellement de laisser le flux ouvert.
- Flux de sortie ou d'entrée.
- Une des valeurs d'énumération qui indique si l'archive zip est utilisée pour lire, créer ou mettre à jour des entrées.
- true pour maintenir le flux ouvert après avoir supprimé l'objet ; sinon, false.
- Encodage à utiliser lors de la lecture ou de l'écriture des noms d'entrée dans cette archive.Spécifie une valeur pour ce paramètre seulement quand un encodage est obligatoire pour l'interopérabilité avec les outils et les bibliothèques d'archivage zip qui ne prennent pas en charge l'encodage UTF-8 pour les noms d'entrée.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Crée une entrée vide qui a le chemin d'accès et le nom d'entrée spécifiés dans l'archive zip.
- Entrée vide dans l'archive zip.
- Chemin d'accès relatif à la racine de l'archive, qui spécifie le nom de l'entrée à créer.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Crée une entrée vide qui a le nom d'entrée et le niveau de compression spécifiés dans l'archive zip.
- Entrée vide dans l'archive zip.
- Chemin d'accès relatif à la racine de l'archive, qui spécifie le nom de l'entrée à créer.
- Une des valeurs d'énumération qui indique s'il faut privilégier la rapidité ou l'efficacité de la compression lors de la création de l'entrée.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Libère les ressources utilisées par l'instance actuelle de la classe .
-
-
- Appelée par les méthodes et pour libérer les ressources non managées utilisées par l'instance actuelle de la classe , et éventuellement finit d'écrire l'archive et libère les ressources managées.
- true pour finir l'écriture de l'archive et libérer les ressources managées et non managées ; false pour libérer seulement des ressources non managées.
-
-
- Obtient la collection d'entrées figurant actuellement dans l'archive zip.
- Collection d'entrées figurant actuellement dans l'archive zip.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Récupère un wrapper pour l'entrée spécifiée dans l'archive zip.
- Wrapper pour l'entrée spécifiée dans l'archive ; null si l'entrée n'existe pas dans l'archive.
- Chemin d'accès relatif à la racine de l'archive, qui identifie l'entrée à récupérer.
-
- is .
-
- is null.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Obtient une valeur qui décrit le type d'action que l'archive zip peut effectuer sur des entrées.
- Une des valeurs d'énumération qui décrit le type d'action (lecture, création ou mise à jour) que l'archive zip peut effectuer sur les entrées.
-
-
- Représente un fichier compressé dans une archive zip.
-
-
- Obtient l'archive zip à laquelle l'entrée appartient.
- Archive zip à laquelle l'entrée appartient, ou null si l'entrée a été supprimée.
-
-
- Obtient la taille compressée de l'entrée dans l'archive zip.
- Taille compressée de l'entrée dans l'archive zip.
- The value of the property is not available because the entry has been modified.
-
-
- Supprime l'entrée de l'archive zip.
- The entry is already open for reading or writing.
- The zip archive for this entry was opened in a mode other than .
- The zip archive for this entry has been disposed.
-
-
- Obtient le chemin d'accès relatif de l'entrée dans l'archive zip.
- Chemin d'accès relatif de l'entrée dans l'archive zip.
-
-
- Obtient ou définit la date de dernière modification de l'entrée dans l'archive zip.
- Date/heure à laquelle l'entrée a été modifiée pour la dernière fois dans l'archive zip.
- The attempt to set this property failed, because the zip archive for the entry is in mode.
- The archive mode is set to .- or -The archive mode is set to and the entry has been opened.
- An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (one second before midnight).
-
-
- Obtient la taille décompressée de l'entrée dans l'archive zip.
- Taille décompressée de l'entrée dans l'archive zip.
- The value of the property is not available because the entry has been modified.
-
-
- Obtient le nom du fichier de l'entrée dans l'archive zip.
- Nom de fichier de l'entrée dans l'archive zip.
-
-
- Ouvre l'entrée à partir de l'archive zip.
- Flux qui représente le contenu de l'entrée.
- The entry is already currently open for writing.-or-The entry has been deleted from the archive.-or-The archive for this entry was opened with the mode, and this entry has already been written to.
- The entry is either missing from the archive or is corrupt and cannot be read. -or-The entry has been compressed by using a compression method that is not supported.
- The zip archive for this entry has been disposed.
-
-
- Récupère le chemin d'accès relatif de l'entrée dans l'archive zip.
- Chemin d'accès relatif de l'entrée, qui est la valeur stockée dans la propriété .
-
-
- Spécifie les valeurs pour interagir avec les entrées d'archive ZIP.
-
-
- Seule la création de nouvelles entrées d'archivage est autorisée.
-
-
- Seule la lecture des entrées d'archivage est autorisée.
-
-
- Les opérations de lecture et d'écriture sont autorisées pour les entrées d'archivage.
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/it/System.IO.Compression.xml b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/it/System.IO.Compression.xml
deleted file mode 100644
index 79fddbe..0000000
--- a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/it/System.IO.Compression.xml
+++ /dev/null
@@ -1,430 +0,0 @@
-
-
-
- System.IO.Compression
-
-
-
- Specifica i valori che indicano se un'operazione di compressione privilegia le dimensioni di compressione o la velocità.
-
-
- L'operazione di compressione deve essere completata il più rapidamente possibile, anche se il file risultante non è compresso in modo ottimale.
-
-
- Non deve essere eseguita alcuna compressione del file.
-
-
- L'operazione di compressione deve essere compressa in modo ottimale, anche se l'operazione richiede più tempo per il completamento.
-
-
- Specifica se comprimere o decomprimere il flusso sottostante.
-
-
- Comprime il flusso sottostante.
-
-
- Decomprime il flusso sottostante.
-
-
- Fornisce metodi e proprietà per la compressione e la decompressione dei flussi mediante l'algoritmo Deflate.
-
-
- Inizializza una nuova istanza della classe usando il livello di compressione del flusso specificato.
- Flusso da comprimere.
- Uno dei valori di enumerazione che indica se evidenziare l'efficacia di velocità o compressione quando si comprime il flusso.
-
- è null.
- Il flusso non supporta le operazioni di scrittura come la compressione.(La proprietà di sull'oggetto di flusso è false).
-
-
- Inizializza una nuova istanza della classe usando il livello di compressione del flusso specificato. Facoltativamente mantiene aperto il flusso.
- Flusso da comprimere.
- Uno dei valori di enumerazione che indica se evidenziare l'efficacia di velocità o compressione quando si comprime il flusso.
- true per mantenere l'oggetto flusso aperto dopo avere eliminato l'oggetto ; in caso contrario, false.
-
- è null.
- Il flusso non supporta le operazioni di scrittura come la compressione.(La proprietà di sull'oggetto di flusso è false).
-
-
- Inizializza una nuova istanza della classe usando la modalità di compressione del flusso specificata.
- Flusso da comprimere o decomprimere.
- Uno dei valori di enumerazione che indica se comprimere o decomprimere il flusso.
-
- è null.
-
- non è un valore di valido.-oppure- è e è false.-oppure- è e è false.
-
-
- Inizializza una nuova istanza della classe usando la modalità di compressione del flusso specificata. Facoltativamente mantiene aperto il flusso.
- Flusso da comprimere o decomprimere.
- Uno dei valori di enumerazione che indica se comprimere o decomprimere il flusso.
- true per mantenere il flusso aperto dopo avere eliminato l'oggetto ; in caso contrario, false.
-
- è null.
-
- non è un valore di valido.-oppure- è e è false.-oppure- è e è false.
-
-
- Ottiene un riferimento al flusso sottostante.
- Oggetto flusso che rappresenta il flusso sottostante.
- Il flusso sottostante è chiuso.
-
-
- Ottiene un valore che indica se il flusso supporta la lettura durante la decompressione di un file.
- true se il valore di è Decompress e il flusso sottostante è aperto e supporta la lettura; in caso contrario, false.
-
-
- Ottiene un valore che indica se il flusso supporta la ricerca.
- false in tutti i casi.
-
-
- Ottiene un valore che indica se il flusso supporta la scrittura.
- true se il valore di è Compress e il flusso sottostante non è chiuso e supporta la scrittura; in caso contrario, false.
-
-
- Rilascia le risorse non gestite usate da e, facoltativamente, le risorse gestite.
- true per rilasciare sia le risorse gestite sia quelle non gestite; false per rilasciare solo le risorse non gestite.
-
-
- L'implementazione corrente di questo metodo non presenta alcuna funzionalità.
- Il flusso è chiuso.
-
-
-
-
-
- Questa proprietà non è supportata e genera sempre un'eccezione .
- Valore long.
- Questa proprietà non è supportata su questo flusso.
-
-
-
-
-
- Questa proprietà non è supportata e genera sempre un'eccezione .
- Valore long.
- Questa proprietà non è supportata su questo flusso.
-
-
-
-
-
- Legge un numero di byte decompressi nella matrice di byte specificata.
- Numero di byte letti nella matrice di byte.
- Matrice per archiviare i byte decompressi.
- Offset dei byte in in corrispondenza del quale cui verranno inseriti i byte letti.
- Numero massimo di byte decompressi da leggere.
-
- è null.
- Al momento della creazione dell'oggetto, il valore di era Compress.-oppure- Il flusso sottostante non supporta la lettura.
-
- o è minore di zero.-oppure-La lunghezza di meno il punto iniziale dell'indice è minore di .
- Il formato dei dati non è valido.
- Il flusso è chiuso.
-
-
- Questa operazione non è supportata e genera sempre un'eccezione .
- Valore long.
- Posizione all'interno del flusso.
- Uno dei valori di .
- Questa proprietà non è supportata su questo flusso.
-
-
- Questa operazione non è supportata e genera sempre un'eccezione .
- Lunghezza del flusso.
- Questa proprietà non è supportata su questo flusso.
-
-
- Scrive i byte compressi nel flusso sottostante dalla matrice di byte specificata.
- Buffer contenente i dati da comprimere.
- Offset dei byte in da cui verranno letti i byte.
- Numero massimo di byte da scrivere.
-
-
- Fornisce i metodi e le proprietà usate per comprimere e decomprimere i flussi.
-
-
- Inizializza una nuova istanza della classe usando il livello di compressione del flusso specificato.
- Flusso in cui scrivere i dati compressi.
- Uno dei valori di enumerazione che indica se evidenziare l'efficacia di velocità o compressione quando si comprime il flusso.
-
- è null.
- Il flusso non supporta le operazioni di scrittura come la compressione.(La proprietà di sull'oggetto di flusso è false).
-
-
- Inizializza una nuova istanza della classe usando il livello di compressione del flusso specificato. Facoltativamente mantiene aperto il flusso.
- Flusso in cui scrivere i dati compressi.
- Uno dei valori di enumerazione che indica se evidenziare l'efficacia di velocità o compressione quando si comprime il flusso.
- true per mantenere l'oggetto flusso aperto dopo avere eliminato l'oggetto ; in caso contrario, false.
-
- è null.
- Il flusso non supporta le operazioni di scrittura come la compressione.(La proprietà di sull'oggetto di flusso è false).
-
-
- Inizializza una nuova istanza della classe usando la modalità di compressione del flusso specificata.
- Flusso in cui vengono scritti i dati compressi e decompressi.
- Uno dei valori di enumerazione che indica se comprimere o decomprimere il flusso.
-
- è null.
-
- non è un valore dell'enumerazione valido.-oppure- è e è false.-oppure- è e è false.
-
-
- Inizializza una nuova istanza della classe usando la modalità di compressione del flusso specificata. Facoltativamente mantiene aperto il flusso.
- Flusso in cui vengono scritti i dati compressi e decompressi.
- Uno dei valori di enumerazione che indica se comprimere o decomprimere il flusso.
- true per mantenere il flusso aperto dopo avere eliminato l'oggetto ; in caso contrario, false.
-
- è null.
-
- non è un valore di valido.-oppure- è e è false.-oppure- è e è false.
-
-
- Ottiene un riferimento al flusso sottostante.
- Oggetto flusso che rappresenta il flusso sottostante.
- Il flusso sottostante è chiuso.
-
-
-
-
-
- Ottiene un valore che indica se il flusso supporta la lettura durante la decompressione di un file.
- true se il valore di è Decompress, e il flusso sottostante non è chiuso e supporta la lettura; in caso contrario, false.
-
-
-
-
-
- Ottiene un valore che indica se il flusso supporta la ricerca.
- false in tutti i casi.
-
-
- Ottiene un valore che indica se il flusso supporta la scrittura.
- true se il valore di è Compress e il flusso sottostante non è chiuso e supporta la scrittura; in caso contrario, false.
-
-
-
-
-
- Rilascia le risorse non gestite usate da e, facoltativamente, le risorse gestite.
- true per rilasciare sia le risorse gestite sia quelle non gestite; false per rilasciare solo le risorse non gestite.
-
-
- L'implementazione corrente di questo metodo non presenta alcuna funzionalità.
- Il flusso è chiuso.
-
-
-
-
-
- Questa proprietà non è supportata e genera sempre un'eccezione .
- Valore long.
- Questa proprietà non è supportata su questo flusso.
-
-
-
-
-
- Questa proprietà non è supportata e genera sempre un'eccezione .
- Valore long.
- Questa proprietà non è supportata su questo flusso.
-
-
-
-
-
- Legge un numero di byte decompressi nella matrice di byte specificata.
- Numero di byte decompressi nella matrice di byte.Se è stata raggiunta la fine del flusso, viene restituito zero o il numero di byte letto.
- Matrice usata per archiviare i byte decompressi.
- Offset dei byte in in corrispondenza del quale cui verranno inseriti i byte letti.
- Numero massimo di byte decompressi da leggere.
-
- è null.
- Al momento della creazione dell'oggetto, il valore di era Compress.-oppure-Il flusso sottostante non supporta la lettura.
-
- o è minore di zero.-oppure-La lunghezza di meno il punto iniziale dell'indice è minore di .
- Il formato dei dati non è valido.
- Il flusso è chiuso.
-
-
- Questa proprietà non è supportata e genera sempre un'eccezione .
- Valore long.
- Posizione all'interno del flusso.
- Uno dei valori di .
- Questa proprietà non è supportata su questo flusso.
-
-
- Questa proprietà non è supportata e genera sempre un'eccezione .
- Lunghezza del flusso.
- Questa proprietà non è supportata su questo flusso.
-
-
- Scrive i byte compressi nel flusso sottostante dalla matrice di byte specificata.
- Buffer contenente i dati da comprimere.
- Offset dei byte in da cui verranno letti i byte.
- Numero massimo di byte da scrivere.
- Non è possibile eseguire l'operazione di scrittura perché il flusso è chiuso.
-
-
- Rappresenta un pacchetto di file compressi nel formato di archiviazione ZIP.
-
-
- Inizializza una nuova istanza della classe dal flusso specificato.
- Flusso che contiene l'archivio da leggere.
- The stream is already closed or does not support reading.
-
- is null.
- The contents of the stream are not in the zip archive format.
-
-
- Inizializza una nuova istanza della classe dal flusso specificato e con la modalità specificata.
- Flusso di input o output.
- Uno dei valori di enumerazione che indica se l'archivio ZIP viene usato per leggere, creare o aggiornare le voci.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Inizializza una nuova istanza della classe sulla base del flusso specificato per la modalità specificata e, facoltativamente, mantiene aperto il flusso.
- Flusso di input o output.
- Uno dei valori di enumerazione che indica se l'archivio ZIP viene usato per leggere, creare o aggiornare le voci.
- true per mantenere il flusso aperto dopo avere eliminato l'oggetto ; in caso contrario, false.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Inizializza una nuova istanza della classe sulla base del flusso specificato per la modalità specificata. Usa la codifica specificata per i nomi delle voci e, facoltativamente, mantiene aperto il flusso.
- Flusso di input o output.
- Uno dei valori di enumerazione che indica se l'archivio ZIP viene usato per leggere, creare o aggiornare le voci.
- true per mantenere il flusso aperto dopo avere eliminato l'oggetto ; in caso contrario, false.
- La codifica da usate durante la lettura o la scrittura dei nomi delle voci in questo archivio.Specificare un valore per il parametro solo quando una codifica è obbligatoria per l'interoperabilità con gli strumenti e le librerie dell'archivio ZIP che non supportano la codifica UTF-8 per i nomi di voce.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Crea una voce vuota con il percorso e il nome della voce specificati nell'archivio ZIP.
- Voce vuota nell'archivio ZIP.
- Percorso, relativo alla radice dell'archivio, che specifica il nome della voce da creare.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Crea una voce vuota con il livello di compressione e il nome voce specificati nell'archivio ZIP.
- Voce vuota nell'archivio ZIP.
- Percorso, relativo alla radice dell'archivio, che specifica il nome della voce da creare.
- Uno dei valori di enumerazione che indica se privilegiare la velocità o l'efficacia di compressione quando si crea la voce.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Rilascia le risorse usate dall'istanza corrente della classe .
-
-
- Viene chiamato dai metodi e per rilasciare le risorse non gestite usate dall'istanza corrente della classe e, facoltativamente, completa la scrittura dell'archivio e rilascia le risorse gestite.
- true per completare la scrittura dell'archivio e rilasciare le risorse gestite e non gestite; false per rilasciare solo le risorse non gestite.
-
-
- Ottiene la raccolta di voci attualmente presenti nell'archivio ZIP.
- La raccolta di voci attualmente presenti nell'archivio ZIP.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Recupera un wrapper per la voce specificata nell'archivio ZIP.
- Wrapper per la voce specificata nell'archivio; null se la voce non esiste nell'archivio.
- Percorso, relativo alla radice dell'archivio, che identifica la voce da recuperare.
-
- is .
-
- is null.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Ottiene un valore che descrive il tipo di azione che l'archivio ZIP può eseguire sulle voci.
- Uno dei valori di enumerazione che descrive il tipo di azione (leggere, creare o aggiornare) che l'archivio ZIP può eseguire sulle voci.
-
-
- Rappresenta un file compresso in un archivio ZIP.
-
-
- Ottiene l'archivio ZIP cui appartiene la voce.
- Archivio ZIP cui appartiene la voce o null se la voce è stata eliminata.
-
-
- Ottiene la dimensione compressa della voce nell'archivio ZIP.
- La dimensione compressa della voce nell'archivio ZIP.
- The value of the property is not available because the entry has been modified.
-
-
- Elimina la voce dall'archivio ZIP.
- The entry is already open for reading or writing.
- The zip archive for this entry was opened in a mode other than .
- The zip archive for this entry has been disposed.
-
-
- Ottiene il percorso relativo della voce nell'archivio ZIP.
- Percorso relativo della voce nell'archivio ZIP.
-
-
- Ottiene o imposta l'ultima volta in cui la voce nell'archivio ZIP è stata modificata.
- L'ultima volta in cui la voce nell'archivio ZIP è stata modificata.
- The attempt to set this property failed, because the zip archive for the entry is in mode.
- The archive mode is set to .- or -The archive mode is set to and the entry has been opened.
- An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (one second before midnight).
-
-
- Ottiene la dimensione non compressa della voce nell'archivio ZIP.
- Dimensione non compressa della voce nell'archivio ZIP.
- The value of the property is not available because the entry has been modified.
-
-
- Ottiene il nome file della voce nell'archivio ZIP.
- Nome file della voce nell'archivio ZIP.
-
-
- Apre la voce dall'archivio ZIP.
- Flusso che rappresenta il contenuto della voce.
- The entry is already currently open for writing.-or-The entry has been deleted from the archive.-or-The archive for this entry was opened with the mode, and this entry has already been written to.
- The entry is either missing from the archive or is corrupt and cannot be read. -or-The entry has been compressed by using a compression method that is not supported.
- The zip archive for this entry has been disposed.
-
-
- Recupera il percorso relativo della voce nell'archivio ZIP.
- Percorso relativo della voce, ovvero il valore archiviato nella proprietà .
-
-
- Specifica i valori per l'interazione con le voci dell'archivio ZIP.
-
-
- È consentita solo la creazione di nuove voci dell'archivio.
-
-
- È consentita solo la lettura delle voci dell'archivio.
-
-
- Sono consentite sia operazioni in lettura che in scrittura per le voci dell'archivio.
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/ja/System.IO.Compression.xml b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/ja/System.IO.Compression.xml
deleted file mode 100644
index 2626cda..0000000
--- a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/ja/System.IO.Compression.xml
+++ /dev/null
@@ -1,446 +0,0 @@
-
-
-
- System.IO.Compression
-
-
-
- 圧縮操作で速度または圧縮サイズのどちらを重視するかどうかを示す値を指定します。
-
-
- 圧縮後のファイルは最適な圧縮ではなくても、圧縮操作はできるだけ迅速に完了する必要があります。
-
-
- ファイルに対して圧縮を行いません。
-
-
- 圧縮操作の操作が完了するまでに時間がかかりますが、圧縮操作は最適に圧縮する必要があります。
-
-
- 基になるストリームを圧縮するのか、または圧縮解除するのかを指定します。
-
-
- 基になるストリームを圧縮します。
-
-
- 基になるストリームを圧縮解除します。
-
-
- Deflate アルゴリズムを使用してストリームを圧縮および圧縮解除するためのメソッドとプロパティを提供します。
-
-
- 指定したストリームと圧縮レベルを使用して、 クラスの新しいインスタンスを初期化します。
- 圧縮するストリーム。
- ストリームの圧縮時に速度または圧縮の効率性を強調するかどうかを示す列挙値の 1 つ。
-
- は null です。
- ストリームは圧縮などの書き込み操作をサポートしません。(ストリーム オブジェクトの プロパティは false です)
-
-
- 指定したストリームと圧縮レベルを使用して クラスの新しいインスタンスを初期化し、必要に応じて、ストリームを開いたままにします。
- 圧縮するストリーム。
- ストリームの圧縮時に速度または圧縮の効率性を強調するかどうかを示す列挙値の 1 つ。
-
- オブジェクトを破棄した後にストリーム オブジェクトを開いたままにする場合は true、それ以外の場合は false。
-
- は null です。
- ストリームは圧縮などの書き込み操作をサポートしません。(ストリーム オブジェクトの プロパティは false です)
-
-
- 指定したストリームと圧縮モードを使用して、 クラスの新しいインスタンスを初期化します。
- 圧縮または圧縮解除するストリーム。
- ストリームを圧縮するか圧縮解除するかを示す列挙値の 1 つ。
-
- は null です。
-
- が有効な 値ではありません。または が で、 が false です。または が で、 が false です。
-
-
- 指定したストリームと圧縮モードを使用して クラスの新しいインスタンスを初期化し、必要に応じて、ストリームを開いたままにします。
- 圧縮または圧縮解除するストリーム。
- ストリームを圧縮するか圧縮解除するかを示す列挙値の 1 つ。
-
- オブジェクトを破棄した後にストリームを開いたままにする場合は true、それ以外の場合は false。
-
- は null です。
-
- が有効な 値ではありません。または が で、 が false です。または が で、 が false です。
-
-
- 基になるストリームへの参照を取得します。
- 基になるストリームを表すストリーム オブジェクト。
- 基になるストリームが閉じられました。
-
-
- ファイルの圧縮解除中にストリームが読み取りをサポートするかどうかを示す値を取得します。
-
- 値が Decompress で、基になるストリームが開いており、読み取りをサポートしている場合は true。それ以外の場合は false。
-
-
- ストリームがシークをサポートしているかどうかを示す値を取得します。
- 常に false。
-
-
- ストリームが書き込みをサポートしているかどうかを示す値を取得します。
-
- 値が Compress で、基になるストリームが書き込みをサポートし、閉じられていない場合は true。それ以外の場合は false。
-
-
-
- で使用されているアンマネージ リソースを解放し、オプションでマネージ リソースを解放します。
- マネージ リソースとアンマネージ リソースの両方を解放する場合は true。アンマネージ リソースだけを解放する場合は false。
-
-
- 現在実装されているこのメソッドは、何の機能も提供しません。
- ストリームが閉じられました。
-
-
-
-
-
- このプロパティはサポートされていないため、常に をスローします。
- long 値。
- このストリームでは、このプロパティはサポートされていません。
-
-
-
-
-
- このプロパティはサポートされていないため、常に をスローします。
- long 値。
- このストリームでは、このプロパティはサポートされていません。
-
-
-
-
-
- 圧縮解除されたバイト数を、指定したバイト配列に読み取ります。
- バイト配列に読み取られたバイト数。
- 圧縮解除されたバイトを格納するための配列。
- 読み取られるバイトが配置される 内のバイト オフセット。
- 読み取られる、圧縮解除されたバイトの最大数。
-
- は null です。
- オブジェクトが作成されたとき、 値が Compress でした。または 基になるストリームが読み取りをサポートしていません。
-
- または が 0 未満です。または の長さからインデックスの開始点を引いた値が 未満です。
- データ形式が無効です。
- ストリームが閉じられました。
-
-
- この操作はサポートされていないため、常に をスローします。
- long 値。
- ストリーム内の位置。
-
- 値の 1 つ。
- このストリームでは、このプロパティはサポートされていません。
-
-
- この操作はサポートされていないため、常に をスローします。
- ストリーム長。
- このストリームでは、このプロパティはサポートされていません。
-
-
- 圧縮されたバイトを、指定したバイト配列から基になるストリームに書き込みます。
- 圧縮するデータを格納しているバッファー。
- バイトの読み取り元となる 内のバイト オフセット。
- 書き込む最大バイト数。
-
-
- ストリームの圧縮および圧縮解除を実行するために使用するメソッドとプロパティを提供します。
-
-
- 指定したストリームと圧縮レベルを使用して、 クラスの新しいインスタンスを初期化します。
- 圧縮されたデータを書き込むストリーム。
- ストリームの圧縮時に速度または圧縮の効率性を強調するかどうかを示す列挙値の 1 つ。
-
- は null です。
- ストリームは圧縮などの書き込み操作をサポートしません。(ストリーム オブジェクトの プロパティは false です)
-
-
- 指定したストリームと圧縮レベルを使用して クラスの新しいインスタンスを初期化し、必要に応じて、ストリームを開いたままにします。
- 圧縮されたデータを書き込むストリーム。
- ストリームの圧縮時に速度または圧縮の効率性を強調するかどうかを示す列挙値の 1 つ。
-
- オブジェクトを破棄した後にストリーム オブジェクトを開いたままにする場合は true、それ以外の場合は false。
-
- は null です。
- ストリームは圧縮などの書き込み操作をサポートしません。(ストリーム オブジェクトの プロパティは false です)
-
-
- 指定したストリームと圧縮モードを使用して、 クラスの新しいインスタンスを初期化します。
- 圧縮されたデータまたは圧縮解除されたデータが書き込まれるストリーム。
- ストリームを圧縮するか圧縮解除するかを示す列挙値の 1 つ。
-
- は null です。
-
- が有効な 列挙値ではありません。または が で、 が false です。または が で、 が false です。
-
-
- 指定したストリームと圧縮モードを使用して クラスの新しいインスタンスを初期化し、必要に応じて、ストリームを開いたままにします。
- 圧縮されたデータまたは圧縮解除されたデータが書き込まれるストリーム。
- ストリームを圧縮するか圧縮解除するかを示す列挙値の 1 つ。
-
- オブジェクトを破棄した後にストリームを開いたままにする場合は true、それ以外の場合は false。
-
- は null です。
-
- が有効な 値ではありません。または が で、 が false です。または が で、 が false です。
-
-
- 基になるストリームへの参照を取得します。
- 基になるストリームを表すストリーム オブジェクト。
- 基になるストリームが閉じられました。
-
-
-
-
-
- ファイルの圧縮解除中にストリームが読み取りをサポートするかどうかを示す値を取得します。
-
- 値が Decompress, で、基になるストリームが読み取りをサポートし、閉じられていない場合は true。それ以外の場合は false。
-
-
-
-
-
- ストリームがシークをサポートしているかどうかを示す値を取得します。
- 常に false。
-
-
- ストリームが書き込みをサポートしているかどうかを示す値を取得します。
-
- 値が Compress で、基になるストリームが書き込みをサポートし、閉じられていない場合は true。それ以外の場合は false。
-
-
-
-
-
-
- で使用されているアンマネージ リソースを解放し、オプションでマネージ リソースを解放します。
- マネージ リソースとアンマネージ リソースの両方を解放する場合は true。アンマネージ リソースだけを解放する場合は false。
-
-
- 現在実装されているこのメソッドは、何の機能も提供しません。
- ストリームが閉じられました。
-
-
-
-
-
- このプロパティはサポートされていないため、常に をスローします。
- long 値。
- このストリームでは、このプロパティはサポートされていません。
-
-
-
-
-
- このプロパティはサポートされていないため、常に をスローします。
- long 値。
- このストリームでは、このプロパティはサポートされていません。
-
-
-
-
-
- 圧縮解除されたバイト数を、指定したバイト配列に読み取ります。
- 圧縮解除されバイト配列に読み取られたバイト数。既にストリームの末尾に到達している場合は、ゼロまたは読み取られたバイト数が返されます。
- 圧縮解除されたバイトを格納するために使用する配列。
- 読み取られるバイトが配置される 内のバイト オフセット。
- 読み取られる、圧縮解除されたバイトの最大数。
-
- は null です。
- オブジェクトが作成されたとき、 値が Compress でした。または基になるストリームが読み取りをサポートしていません。
-
- または が 0 未満です。または の長さからインデックスの開始点を引いた値が 未満です。
- データ形式が無効です。
- ストリームが閉じられました。
-
-
- このプロパティはサポートされていないため、常に をスローします。
- long 値。
- ストリーム内の位置。
-
- 値の 1 つ。
- このストリームでは、このプロパティはサポートされていません。
-
-
- このプロパティはサポートされていないため、常に をスローします。
- ストリーム長。
- このストリームでは、このプロパティはサポートされていません。
-
-
- 圧縮されたバイトを、指定したバイト配列から基になるストリームに書き込みます。
- 圧縮するデータを格納しているバッファー。
- バイトの読み取り元となる 内のバイト オフセット。
- 書き込む最大バイト数。
- ストリームが閉じているため、書き込み操作を実行できません。
-
-
- zip アーカイブ形式の圧縮ファイルのパッケージを表します。
-
-
- 指定したストリームからの クラスの新しいインスタンスを初期化します。
- 読み取るアーカイブを格納しているストリーム。
- The stream is already closed or does not support reading.
-
- is null.
- The contents of the stream are not in the zip archive format.
-
-
- 指定したストリームと指定したモードから クラスの新しいインスタンスを初期化します。
- 入力ストリームまたは出力ストリーム。
- zip のアーカイブがエントリの読み込み、作成、または更新に使用されているかどうかを示す列挙値の 1 つ。
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 指定されたモードの指定されたストリームで クラスの新しいインスタンスを初期化し、必要に応じて、ストリームを開いたままにします。
- 入力ストリームまたは出力ストリーム。
- zip のアーカイブがエントリの読み込み、作成、または更新に使用されているかどうかを示す列挙値の 1 つ。
-
- オブジェクトを破棄した後にストリームを開いたままにする場合は true、それ以外の場合は false。
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 指定されたモードの指定されたストリームで クラスの新しいインスタンスを初期化し、エントリ名に指定されたエンコーディングを使用します。また、必要に応じて、ストリームを開いたままにします。
- 入力ストリームまたは出力ストリーム。
- zip のアーカイブがエントリの読み込み、作成、または更新に使用されているかどうかを示す列挙値の 1 つ。
-
- オブジェクトを破棄した後にストリームを開いたままにする場合は true、それ以外の場合は false。
- このアーカイブのエントリ名の読み取りまたは書き込み時に使用するエンコード。エントリ名の UTF-8 エンコードをサポートしない zip アーカイブ ツールとライブラリとの相互運用性のためにエンコードが必要な場合にのみ、このパラメーターの値を指定してください。
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 指定したパスとエントリ名を持つ空のエントリを zip アーカイブに作成します。
- zip アーカイブ内の空のエントリ。
- 作成されるエントリの名前を指定する、アーカイブのルートを基準とするパス。
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- 指定したエントリ名と圧縮レベルを持つ空のエントリを zip アーカイブに作成します。
- zip アーカイブ内の空のエントリ。
- 作成されるエントリの名前を指定する、アーカイブのルートを基準とするパス。
- エントリの作成時に速度または圧縮の有効性を強調するかどうかを示す列挙値の 1 つ。
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
-
- クラスの現在のインスタンスによって使用されているリソースを解放します。
-
-
-
- クラスの現在のインスタンスによって使用されるアンマネージ リソースを解放するために、 メソッドと メソッドによって呼び出されます。オプションで、アーカイブの書き込みを終了し、マネージ リソースを解放できます。
- アーカイブの書き込みを終了し、アンマネージ リソースとマネージ リソースを解放する場合は true。アンマネージ リソースだけを解放する場合は false。
-
-
- 現在 zip アーカイブ内にあるエントリのコレクションを取得します。
- 現在 zip アーカイブ内にあるエントリのコレクション。
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- zip アーカイブ内の指定したエントリのラッパーを取得します。
- アーカイブ内の指定されたエントリのラッパー。エントリがアーカイブに存在しない場合は null。
- 取得するエントリを識別する、アーカイブのルートを基準とするパス。
-
- is .
-
- is null.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- zip アーカイブがエントリで実行できる操作の種類を示す値を取得します。
- zip のアーカイブがエントリ上で実行できる操作の種類 (読み込み、作成、または更新) を示す列挙値の 1 つ。
-
-
- zip アーカイブ内の圧縮ファイルを表します。
-
-
- エントリが属する zip アーカイブを取得します。
- エントリが属している zip アーカイブ、または、エントリが削除されている場合は null。
-
-
- zip アーカイブ内のエントリの圧縮サイズを取得します。
- zip アーカイブ内のエントリの圧縮サイズ。
- The value of the property is not available because the entry has been modified.
-
-
- zip アーカイブからエントリを削除します。
- The entry is already open for reading or writing.
- The zip archive for this entry was opened in a mode other than .
- The zip archive for this entry has been disposed.
-
-
- zip アーカイブ内のエントリの相対パスを取得します。
- zip アーカイブ内のエントリの相対パス。
-
-
- zip アーカイブのエントリが最後に変更されたときを取得または設定します。
- zip アーカイブ内のエントリが最後に変更された時間。
- The attempt to set this property failed, because the zip archive for the entry is in mode.
- The archive mode is set to .- or -The archive mode is set to and the entry has been opened.
- An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (one second before midnight).
-
-
- zip アーカイブ内のエントリの非圧縮サイズを取得します。
- zip アーカイブ内のエントリの非圧縮サイズ。
- The value of the property is not available because the entry has been modified.
-
-
- zip アーカイブ内のエントリのファイル名を取得します。
- zip アーカイブ内のエントリのファイル名。
-
-
- zip のアーカイブからエントリを開きます。
- エントリの内容を表すストリーム。
- The entry is already currently open for writing.-or-The entry has been deleted from the archive.-or-The archive for this entry was opened with the mode, and this entry has already been written to.
- The entry is either missing from the archive or is corrupt and cannot be read. -or-The entry has been compressed by using a compression method that is not supported.
- The zip archive for this entry has been disposed.
-
-
- zip アーカイブ内のエントリの相対パスを取得します。
- エントリの相対パス。これは プロパティに格納されている値です。
-
-
- zip のアーカイブ エントリとの対話のための値を指定します。
-
-
- 新しいアーカイブ エントリの作成に限り許可されます。
-
-
- 新しいアーカイブ エントリの読み込みに限り許可されます。
-
-
- 読み取りと書き込みの両方の操作がアーカイブ エントリで許可されます。
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/ko/System.IO.Compression.xml b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/ko/System.IO.Compression.xml
deleted file mode 100644
index ce2055d..0000000
--- a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/ko/System.IO.Compression.xml
+++ /dev/null
@@ -1,446 +0,0 @@
-
-
-
- System.IO.Compression
-
-
-
- 압축 시 속도를 우선할지 압축 크기를 우선할지를 나타내는 값을 지정합니다.
-
-
- 압축 작업은 결과 파일이 최적으로 압축되지 않더라도 가능한 신속하게 완료되어야 합니다.
-
-
- 파일에 대해 압축을 수행할 수 없습니다.
-
-
- 작업을 완료하는 데 시간이 더 걸리더라도 압축 작업은 최적으로 압축되어야 합니다.
-
-
- 내부 스트림을 압축할지 또는 압축을 풀지 여부를 지정합니다.
-
-
- 내부 스트림을 압축합니다.
-
-
- 내부 스트림의 압축을 풉니다.
-
-
- Deflate 알고리즘을 사용하여 스트림을 압축하고 압축을 풀기 위한 메서드와 속성을 제공합니다.
-
-
- 지정된 스트림과 압축 수준을 사용하여 클래스의 새 인스턴스를 초기화합니다.
- 압축할 스트림입니다.
- 스트림을 압축할 때 속도 또는 압축 효율을 강조할지 여부를 나타내는 열거형 값 중 하나입니다.
-
- 가 null인 경우
- 스트림이 압축 등의 쓰기 작업을 지원하지 않습니다.(스트림 개체의 속성이 false입니다.)
-
-
- 지정된 스트림과 압축 수준을 사용하여 클래스의 새 인스턴스를 초기화하고 스트림을 선택적으로 연 상태로 둘 수 있습니다.
- 압축할 스트림입니다.
- 스트림을 압축할 때 속도 또는 압축 효율을 강조할지 여부를 나타내는 열거형 값 중 하나입니다.
-
- 개체를 삭제한 후 스트림 개체를 열어 두려면 true이고, 그렇지 않으면 false입니다.
-
- 가 null인 경우
- 스트림이 압축 등의 쓰기 작업을 지원하지 않습니다.(스트림 개체의 속성이 false입니다.)
-
-
- 지정된 스트림과 압축 모드를 사용하여 클래스의 새 인스턴스를 초기화합니다.
- 압축하거나 압축을 풀 스트림입니다.
- 스트림을 압축할 것인지 또는 압축 해제할 것인지를 나타내는 열거형 값 중 하나입니다.
-
- 가 null인 경우
-
- 은(는) 올바른 값이 아닙니다.또는가 이고 가 false인 경우또는가 이고 가 false인 경우
-
-
- 지정된 스트림과 압축 모드를 사용하여 클래스의 새 인스턴스를 초기화하고 스트림을 선택적으로 연 상태로 둘 수 있습니다.
- 압축하거나 압축을 풀 스트림입니다.
- 스트림을 압축할 것인지 또는 압축 해제할 것인지를 나타내는 열거형 값 중 하나입니다.
-
- 개체를 삭제한 후 스트림을 열어 두려면 true이고, 그렇지 않으면 false입니다.
-
- 가 null인 경우
-
- 은(는) 올바른 값이 아닙니다.또는가 이고 가 false인 경우또는가 이고 가 false인 경우
-
-
- 내부 스트림에 대한 참조를 가져옵니다.
- 내부 스트림을 나타내는 스트림 개체입니다.
- 내부 스트림이 닫혀 있는 경우
-
-
- 파일의 압축을 푸는 동안 스트림을 읽을 수 있는지 여부를 나타내는 값을 가져옵니다.
-
- 값이 Decompress이고 내부 스트림이 열려 있으며 읽기를 지원하면 true이고, 이외의 경우는 false입니다.
-
-
- 스트림이 검색을 지원하는지 여부를 나타내는 값을 가져옵니다.
- 모든 경우에 false입니다.
-
-
- 스트림이 쓰기를 지원하는지 여부를 나타내는 값을 가져옵니다.
-
- 값이 Compress이고 내부 스트림이 쓰기를 지원하며 닫혀 있지 않으면 true이고, 이외의 경우는 false입니다.
-
-
-
- 가 사용하는 관리되지 않는 리소스를 해제하고, 관리되는 리소스를 선택적으로 해제합니다.
- 관리되는 리소스와 관리되지 않는 리소스를 모두 해제하려면 true로 설정하고, 관리되지 않는 리소스만 해제하려면 false로 설정합니다.
-
-
- 이 메서드의 현재 클래스에는 기능이 없습니다.
- 스트림이 닫혀 있는 경우
-
-
-
-
-
- 이 속성은 지원되지 않으며 항상 을 throw합니다.
- long 값입니다.
- 이 스트림에 이 속성이 지원되지 않는 경우
-
-
-
-
-
- 이 속성은 지원되지 않으며 항상 을 throw합니다.
- long 값입니다.
- 이 스트림에 이 속성이 지원되지 않는 경우
-
-
-
-
-
- 압축이 풀린 바이트 수를 지정된 바이트 배열로 읽어 들입니다.
- 바이트 배열에 읽어 들인 바이트 수입니다.
- 압축이 풀린 바이트를 저장할 배열입니다.
- 읽은 바이트를 넣을 의 바이트 오프셋입니다.
- 읽을 최대 압축 풀린 바이트 수입니다.
-
- 가 null인 경우
- 개체를 만들 때 값이 Compress였던 경우또는 내부 스트림이 읽기를 지원하지 않는 경우
-
- 또는 가 0보다 작은 경우또는 길이에서 인덱스 시작 위치를 뺀 값이 보다 작은 경우
- 데이터의 형식이 잘못된 경우
- 스트림이 닫혀 있는 경우
-
-
- 이 작업은 지원되지 않으며 항상 을 throw합니다.
- long 값입니다.
- 스트림 내의 위치입니다.
-
- 값 중 하나입니다.
- 이 스트림에 이 속성이 지원되지 않는 경우
-
-
- 이 작업은 지원되지 않으며 항상 을 throw합니다.
- 스트림의 길이입니다.
- 이 스트림에 이 속성이 지원되지 않는 경우
-
-
- 지정된 바이트 배열에서 압축된 바이트를 내부 스트림에 씁니다.
- 압축할 데이터가 들어 있는 버퍼입니다.
- 바이트를 읽어올 의 바이트 오프셋입니다.
- 쓸 최대 바이트 수입니다.
-
-
- 스트림을 압축하거나 압축을 푸는 데 사용되는 메서드 및 속성을 제공합니다.
-
-
- 지정된 스트림과 압축 수준을 사용하여 클래스의 새 인스턴스를 초기화합니다.
- 압축된 데이터를 쓸 스트림입니다.
- 스트림을 압축할 때 속도 또는 압축 효율을 강조할지 여부를 나타내는 열거형 값 중 하나입니다.
-
- 가 null인 경우
- 스트림이 압축 등의 쓰기 작업을 지원하지 않습니다.(스트림 개체의 속성이 false입니다.)
-
-
- 지정된 스트림과 압축 수준을 사용하여 클래스의 새 인스턴스를 초기화하고 스트림을 선택적으로 연 상태로 둘 수 있습니다.
- 압축된 데이터를 쓸 스트림입니다.
- 스트림을 압축할 때 속도 또는 압축 효율을 강조할지 여부를 나타내는 열거형 값 중 하나입니다.
-
- 개체를 삭제한 후 스트림 개체를 열어 두려면 true이고, 그렇지 않으면 false입니다.
-
- 가 null인 경우
- 스트림이 압축 등의 쓰기 작업을 지원하지 않습니다.(스트림 개체의 속성이 false입니다.)
-
-
- 지정된 스트림과 압축 모드를 사용하여 클래스의 새 인스턴스를 초기화합니다.
- 압축되거나 압축을 푼 데이터가를 쓸 스트림입니다.
- 스트림을 압축할 것인지 또는 압축 해제할 것인지를 나타내는 열거형 값 중 하나입니다.
-
- 가 null인 경우
-
- 가 유효한 열거형 값이 아닌 경우또는가 이고 가 false인 경우또는가 이고 가 false인 경우
-
-
- 지정된 스트림과 압축 모드를 사용하여 클래스의 새 인스턴스를 초기화하고 스트림을 선택적으로 연 상태로 둘 수 있습니다.
- 압축되거나 압축을 푼 데이터가를 쓸 스트림입니다.
- 스트림을 압축할 것인지 또는 압축 해제할 것인지를 나타내는 열거형 값 중 하나입니다.
-
- 개체를 삭제한 후 스트림을 열어 두려면 true이고, 그렇지 않으면 false입니다.
-
- 가 null인 경우
-
- 은(는) 올바른 값이 아닙니다.또는가 이고 가 false인 경우또는가 이고 가 false인 경우
-
-
- 내부 스트림에 대한 참조를 가져옵니다.
- 내부 스트림을 나타내는 스트림 개체입니다.
- 내부 스트림이 닫혀 있는 경우
-
-
-
-
-
- 파일의 압축을 푸는 동안 스트림을 읽을 수 있는지 여부를 나타내는 값을 가져옵니다.
-
- 값이 Decompress,이고 내부 스트림이 읽기를 지원하며 닫혀 있지 않으면 true이고, 그렇지 않으면 false입니다.
-
-
-
-
-
- 스트림이 검색을 지원하는지 여부를 나타내는 값을 가져옵니다.
- 모든 경우에 false입니다.
-
-
- 스트림이 쓰기를 지원하는지 여부를 나타내는 값을 가져옵니다.
-
- 값이 Compress이고 내부 스트림이 쓰기를 지원하며 닫혀 있지 않으면 true이고, 이외의 경우는 false입니다.
-
-
-
-
-
-
- 에서 사용하는 관리되지 않는 리소스를 해제하고, 관리되는 리소스를 선택적으로 해제할 수 있습니다.
- 관리되는 리소스와 관리되지 않는 리소스를 모두 해제하려면 true로 설정하고, 관리되지 않는 리소스만 해제하려면 false로 설정합니다.
-
-
- 이 메서드의 현재 클래스에는 기능이 없습니다.
- 스트림이 닫혀 있는 경우
-
-
-
-
-
- 이 속성은 지원되지 않으며 항상 을 throw합니다.
- long 값입니다.
- 이 스트림에 이 속성이 지원되지 않는 경우
-
-
-
-
-
- 이 속성은 지원되지 않으며 항상 을 throw합니다.
- long 값입니다.
- 이 스트림에 이 속성이 지원되지 않는 경우
-
-
-
-
-
- 압축이 풀린 바이트 수를 지정된 바이트 배열로 읽어 들입니다.
- 바이트 배열에 압축이 풀린 바이트 수입니다.스트림의 끝에 도달한 경우에는 0 또는 읽은 바이트 수가 반환됩니다.
- 압축이 풀린 바이트를 저장하는 데 사용되는 배열입니다.
- 읽은 바이트를 넣을 의 바이트 오프셋입니다.
- 읽을 최대 압축 풀린 바이트 수입니다.
-
- 가 null인 경우
- 개체를 만들 때 값이 Compress였던 경우또는내부 스트림이 읽기를 지원하지 않는 경우
-
- 또는 가 0보다 작은 경우또는 길이에서 인덱스 시작 위치를 뺀 값이 보다 작은 경우
- 데이터의 형식이 잘못된 경우
- 스트림이 닫혀 있는 경우
-
-
- 이 속성은 지원되지 않으며 항상 을 throw합니다.
- long 값입니다.
- 스트림 내의 위치입니다.
-
- 값 중 하나입니다.
- 이 스트림에 이 속성이 지원되지 않는 경우
-
-
- 이 속성은 지원되지 않으며 항상 을 throw합니다.
- 스트림의 길이입니다.
- 이 스트림에 이 속성이 지원되지 않는 경우
-
-
- 지정된 바이트 배열에서 압축된 바이트를 내부 스트림에 씁니다.
- 압축할 데이터가 들어 있는 버퍼입니다.
- 바이트를 읽어올 의 바이트 오프셋입니다.
- 쓸 최대 바이트 수입니다.
- 스트림이 닫혀 있어서 쓰기 작업을 수행할 수 없는 경우
-
-
- Zip 보관 파일 형식으로 압축된 파일 패키지를 나타냅니다.
-
-
- 지정된 스트림에서 클래스의 새 인스턴스를 초기화합니다.
- 읽을 보관 저장소가 포함된 스트림입니다.
- The stream is already closed or does not support reading.
-
- is null.
- The contents of the stream are not in the zip archive format.
-
-
- 지정된 모드를 사용하여 지정된 스트림에서 클래스의 새 인스턴스를 초기화합니다.
- 입력 또는 출력 스트림입니다.
- Zip 보관 파일이 엔트리를 읽거나 만들기 또는 업데이트하는 데 사용되는지를 나타내는 열거형 값 중 하나입니다.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 지정된 모드에 대해 지정된 스트림에서 클래스의 새 인스턴스를 초기화하고 스트림을 선택적으로 연 상태로 둡니다.
- 입력 또는 출력 스트림입니다.
- Zip 보관 파일이 엔트리를 읽거나 만들기 또는 업데이트하는 데 사용되는지를 나타내는 열거형 값 중 하나입니다.
-
- 개체를 삭제한 후 스트림을 열어 두려면 true이고, 그렇지 않으면 false입니다.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 지정된 모드에 대해 지정된 스트림에서 클래스의 새 인스턴스를 초기화하고 항목 이름에 대해 지정된 인코딩을 사용하며 스트림을 선택적으로 연 상태로 둡니다.
- 입력 또는 출력 스트림입니다.
- Zip 보관 파일이 엔트리를 읽거나 만들기 또는 업데이트하는 데 사용되는지를 나타내는 열거형 값 중 하나입니다.
-
- 개체를 삭제한 후 스트림을 열어 두려면 true이고, 그렇지 않으면 false입니다.
- 이 보관 파일에서 이름을 읽거나 쓰는 동안 사용할 인코딩입니다.인코딩이 항목 이름에 대해 UTF-8 인코딩을 지원하지 않는 Zip 보관 도구와 라이브러리를 사용하여 상호 운용성에 인코딩이 필요할 때만 이 매개 변수에 대한 값을 지정합니다.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Zip 보관 파일에 지정된 경로 및 항목 이름을 가진 빈 항목을 만듭니다.
- Zip 보관 파일의 빈 항목입니다.
- 만들 항목의 이름을 지정하는, 보관 저장소의 루트에 상대적인 경로입니다.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Zip 보관 파일에 지정된 항목 이름 및 압축 수준을 가진 빈 항목을 만듭니다.
- Zip 보관 파일의 빈 항목입니다.
- 만들 항목의 이름을 지정하는, 보관 저장소의 루트에 상대적인 경로입니다.
- 항목을 만들 때 속도 또는 압축 효율을 강조할지를 나타내는 열거형 값 중 하나입니다.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
-
- 클래스의 현재 인스턴스에서 사용하는 리소스를 해제합니다.
-
-
-
- 클래스의 현재 인스턴스가 사용하는 관리되지 않는 리소스를 해제하기 위해 및 메서드에 의해 호출되며 선택적으로 보관 파일을 작성하고 관리되는 리소스를 해제합니다.
- 보관 파일에 쓰기를 완료하고 관리되지 않은 리소스와 관리되는 리소스를 해제하려면 true이고, 관리되지 않은 리소스만 해제하려면 false입니다.
-
-
- 현재 Zip 보관 파일에 있는 항목의 컬렉션을 가져옵니다.
- 현재 Zip 보관 파일에 있는 항목의 컬렉션입니다.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Zip 보관 파일 항목에 대한 래퍼를 검색합니다.
- 보관 저장소의 지정된 항목에 대한 래퍼이거나, 항목이 보관 저장소에 없는 경우 null입니다.
- 검색할 항목을 식별하는, 보관 저장소의 루트에 상대적인 경로입니다.
-
- is .
-
- is null.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Zip 보관 파일이 엔트리에 대해 수행할 수 있는 동작의 유형을 나타내는 값을 가져옵니다.
- 엔트리에 Zip 보관 파일을 보관할 수 있는 동작(읽기, 만들기 또는 업데이트) 유형을 설명하는 열거형 값 중 하나입니다.
-
-
- Zip 보관 파일 내의 압축된 파일을 나타냅니다.
-
-
- 엔트리가 속한 Zip 보관 파일을 가져옵니다.
- 항목이 속하는 Zip 보관 파일이거나, 항목이 삭제된 경우 null입니다.
-
-
- Zip 보관 파일에 있는 항목의 압축된 크기를 가져옵니다.
- Zip 보관 파일에 있는 항목의 압축된 크기입니다.
- The value of the property is not available because the entry has been modified.
-
-
- Zip 보관 파일에서 항목을 삭제합니다.
- The entry is already open for reading or writing.
- The zip archive for this entry was opened in a mode other than .
- The zip archive for this entry has been disposed.
-
-
- Zip 보관 파일에 있는 항목의 상대 경로를 가져옵니다.
- Zip 보관 파일에 있는 항목의 상대 경로입니다.
-
-
- Zip 보관 파일의 항목이 마지막으로 변경된 시간을 가져오거나 설정합니다.
- Zip 보관 파일의 항목이 마지막으로 변경된 시간입니다.
- The attempt to set this property failed, because the zip archive for the entry is in mode.
- The archive mode is set to .- or -The archive mode is set to and the entry has been opened.
- An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (one second before midnight).
-
-
- Zip 보관 파일에 있는 항목의 압축되지 않은 크기를 가져옵니다.
- Zip 보관 파일에 있는 항목의 압축 해제된 크기입니다.
- The value of the property is not available because the entry has been modified.
-
-
- Zip 보관 파일에 있는 항목의 파일 이름을 가져옵니다.
- Zip 보관 파일에 있는 항목의 파일 이름입니다.
-
-
- Zip 보관 파일에서 항목을 엽니다.
- 항목의 내용을 나타내는 스트림입니다.
- The entry is already currently open for writing.-or-The entry has been deleted from the archive.-or-The archive for this entry was opened with the mode, and this entry has already been written to.
- The entry is either missing from the archive or is corrupt and cannot be read. -or-The entry has been compressed by using a compression method that is not supported.
- The zip archive for this entry has been disposed.
-
-
- Zip 보관 파일에 있는 항목의 상대 경로를 검색합니다.
- 항목의 상대 경로로, 속성에 저장된 값입니다.
-
-
- Zip 보관 파일 항목과 상호 작용하기 위한 값을 지정합니다.
-
-
- 새 보관 항목 만들기만 허용됩니다.
-
-
- 보관 항목 읽기만 허용됩니다.
-
-
- 보관 항목에 대해 읽기 및 쓰기 작업 모두가 허용됩니다.
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/ru/System.IO.Compression.xml b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/ru/System.IO.Compression.xml
deleted file mode 100644
index f901cb3..0000000
--- a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/ru/System.IO.Compression.xml
+++ /dev/null
@@ -1,415 +0,0 @@
-
-
-
- System.IO.Compression
-
-
-
- Определяет значения, указывающие, для какой характеристики оптимизируется сжатие: скорость или размер.
-
-
- Операция сжатия должна завершиться как можно быстрее, даже если результирующий файл не будет сжат оптимально.
-
-
- Файл не требуется сжимать.
-
-
- При операции сжатия должно применяться оптимальное сжатие, даже если это увеличивает длительность ее выполнения.
-
-
- Задает, следует ли сжимать или распаковывать основной поток.
-
-
- Сжимает основной поток.
-
-
- Распаковывает основной поток.
-
-
- Предоставляет методы и свойства для сжатия и распаковки потоков с использованием алгоритма Deflate.
-
-
- Инициализирует новый экземпляр класса с использованием указанного потока и уровня сжатия.
- Поток для сжатия.
- Одно из значений перечисления, указывающее, чему отдается приоритет при сжатии потока: скорости или эффективности сжатия.
- Свойство имеет значение null.
- Поток не поддерживает операции записи, например сжатие.(Свойство в объекте потока имеет значение false).
-
-
- Инициализирует новый экземпляр класса с помощью указанного потока и уровня сжатия, а также при необходимости оставляет поток открытым.
- Поток для сжатия.
- Одно из значений перечисления, указывающее, чему отдается приоритет при сжатии потока: скорости или эффективности сжатия.
- Значение true, чтобы оставить объект потока открытым после удаления объекта ; в противном случае — значение false.
- Свойство имеет значение null.
- Поток не поддерживает операции записи, например сжатие.(Свойство в объекте потока имеет значение false).
-
-
- Инициализирует новый экземпляр класса с использованием указанного потока и режима сжатия.
- Поток, который нужно сжать или распаковать.
- Одно из значений перечисления, указывающее, нужно ли выполнить сжатие или распаковку потока.
- Свойство имеет значение null.
- Параметр не является допустимым значением .-или- — и — false.-или- — и — false.
-
-
- Инициализирует новый экземпляр класса с помощью указанного потока и режима сжатия, а также при необходимости оставляет поток открытым.
- Поток, который нужно сжать или распаковать.
- Одно из значений перечисления, указывающее, нужно ли выполнить сжатие или распаковку потока.
- Значение true, чтобы оставить поток открытым после удаления объекта ; в противном случае — значение false.
- Свойство имеет значение null.
- Параметр не является допустимым значением .-или- — и — false.-или- — и — false.
-
-
- Возвращает ссылку на основной поток.
- Объект потока, представляющий основной поток.
- Основной поток закрыт.
-
-
- Возвращает значение, указывающее, поддерживает ли поток чтение во время распаковки файла.
- Значение true, если значение равно Decompress, а основной поток открыт и поддерживает чтение; в противном случае — false.
-
-
- Возвращает значение, указывающее, поддерживает ли поток поиск.
- Значение false во всех случаях.
-
-
- Возвращает значение, определяющее, поддерживает ли поток операции записи.
- Значение true, если значение равно Compress, и основной поток поддерживает запись и не закрыт; в противном случае — false.
-
-
- Освобождает неуправляемые ресурсы, используемые объектом , а при необходимости освобождает также управляемые ресурсы.
- Значение true позволяет освободить как управляемые, так и неуправляемые ресурсы; значение false освобождает только неуправляемые ресурсы.
-
-
- Текущая реализация этого метода не функциональна.
- Поток закрыт.
-
-
-
-
-
- Это свойство не поддерживается и всегда вызывает исключение .
- Значение типа long.
- Для данного потока это свойство не поддерживается.
-
-
-
-
-
- Это свойство не поддерживается и всегда вызывает исключение .
- Значение типа long.
- Для данного потока это свойство не поддерживается.
-
-
-
-
-
- Считывает число распакованных байтов в указанный массив байтов.
- Число байтов, которые были считаны в массив байтов.
- Массив для хранения распакованных байтов.
- Смещение в байтах в массиве , в который будут помещены считанные байты.
- Максимальное число распакованных байтов для считывания.
- Свойство имеет значение null.
- При создании объекта значение было равно Compress.-или- Основной поток не поддерживает чтение.
- Значение параметра или меньше нуля.-или-Длина массива минус начальная точка индекса меньше чем .
- Недопустимый формат данных.
- Поток закрыт.
-
-
- Эта операция не поддерживается и всегда вызывает исключение .
- Значение типа long.
- Расположение в потоке.
- Одно из значений .
- Для данного потока это свойство не поддерживается.
-
-
- Эта операция не поддерживается и всегда вызывает исключение .
- Длина потока.
- Для данного потока это свойство не поддерживается.
-
-
- Записывает сжатые байты в основной поток из указанного массива байтов.
- Буфер, содержащий данные для сжатия.
- Смещение байтов в , из которого будут считываться байты.
- Максимальное число байтов для записи.
-
-
- Предоставляет методы и свойства, используемые для сжатия и распаковки потоков.
-
-
- Инициализирует новый экземпляр класса с использованием указанного потока и уровня сжатия.
- Поток, в который необходимо записать сжатые данные.
- Одно из значений перечисления, указывающее, чему отдается приоритет при сжатии потока: скорости или эффективности сжатия.
- Свойство имеет значение null.
- Поток не поддерживает операции записи, например сжатие.(Свойство в объекте потока имеет значение false).
-
-
- Инициализирует новый экземпляр класса с помощью указанного потока и уровня сжатия, а также при необходимости оставляет поток открытым.
- Поток, в который необходимо записать сжатые данные.
- Одно из значений перечисления, указывающее, чему отдается приоритет при сжатии потока: скорости или эффективности сжатия.
- Значение true, чтобы оставить объект потока открытым после удаления объекта ; в противном случае — значение false.
- Свойство имеет значение null.
- Поток не поддерживает операции записи, например сжатие.(Свойство в объекте потока имеет значение false).
-
-
- Инициализирует новый экземпляр класса с использованием указанного потока и режима сжатия.
- Поток, в который записываются сжатые или распакованные данные.
- Одно из значений перечисления, указывающее, нужно ли выполнить сжатие или распаковку потока.
- Свойство имеет значение null.
-
- не является допустимым значением перечисления .-или- — и — false.-или- — и — false.
-
-
- Инициализирует новый экземпляр класса с помощью указанного потока и режима сжатия, а также при необходимости оставляет поток открытым.
- Поток, в который записываются сжатые или распакованные данные.
- Одно из значений перечисления, указывающее, нужно ли выполнить сжатие или распаковку потока.
- Значение true, чтобы оставить поток открытым после удаления объекта ; в противном случае — значение false.
- Свойство имеет значение null.
- Параметр не является допустимым значением .-или- — и — false.-или- — и — false.
-
-
- Возвращает ссылку на основной поток.
- Объект потока, представляющий основной поток.
- Основной поток закрыт.
-
-
-
-
-
- Возвращает значение, указывающее, поддерживает ли поток чтение во время распаковки файла.
- Значение true, если значение равно Decompress,, и основной поток поддерживает чтение и не закрыт; в противном случае — false.
-
-
-
-
-
- Возвращает значение, указывающее, поддерживает ли поток поиск.
- Значение false во всех случаях.
-
-
- Возвращает значение, определяющее, поддерживает ли поток операции записи.
- Значение true, если значение равно Compress, и основной поток поддерживает запись и не закрыт; в противном случае — false.
-
-
-
-
-
- Освобождает неуправляемые ресурсы, используемые объектом , а при необходимости освобождает также и управляемые ресурсы.
- Значение true позволяет освободить как управляемые, так и неуправляемые ресурсы; значение false освобождает только неуправляемые ресурсы.
-
-
- Текущая реализация этого метода не функциональна.
- Поток закрыт.
-
-
-
-
-
- Это свойство не поддерживается и всегда вызывает исключение .
- Значение типа long.
- Для данного потока это свойство не поддерживается.
-
-
-
-
-
- Это свойство не поддерживается и всегда вызывает исключение .
- Значение типа long.
- Для данного потока это свойство не поддерживается.
-
-
-
-
-
- Считывает число распакованных байтов в указанный массив байтов.
- Число байтов, которые были распакованы в массив байтов.Если достигнут конец потока, возвращаемое значение представляет собой число считанных байтов или же равно нулю.
- Массив, используемый для хранения распакованных байтов.
- Смещение в байтах в массиве , в который будут помещены считанные байты.
- Максимальное число распакованных байтов для считывания.
- Свойство имеет значение null.
- При создании объекта значение было равно Compress.-или-Основной поток не поддерживает чтение.
- Значение параметра или меньше нуля.-или-Длина массива минус начальная точка индекса меньше чем .
- Недопустимый формат данных.
- Поток закрыт.
-
-
- Это свойство не поддерживается и всегда вызывает исключение .
- Значение типа long.
- Расположение в потоке.
- Одно из значений .
- Для данного потока это свойство не поддерживается.
-
-
- Это свойство не поддерживается и всегда вызывает исключение .
- Длина потока.
- Для данного потока это свойство не поддерживается.
-
-
- Записывает сжатые байты в основной поток из указанного массива байтов.
- Буфер, содержащий данные для сжатия.
- Смещение байтов в , из которого будут считываться байты.
- Максимальное число байтов для записи.
- Операция записи не может быть выполнена, поскольку поток закрыт.
-
-
- Представляет пакет сжатых файлов в формате ZIP архива.
-
-
- Инициализирует новый экземпляр класса из заданного потока.
- Поток, содержащий архив для чтения.
- The stream is already closed or does not support reading.
-
- is null.
- The contents of the stream are not in the zip archive format.
-
-
- Инициализирует новый экземпляр класса из указанного потока с заданным режимом.
- Входной или выходной поток.
- Одно из значений перечисления, указывающее, для чтения, создания или обновления записей используется ZIP-архив.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Инициализирует новый экземпляр класса на указанном потоке для заданного режима, а также при необходимости оставляет поток открытым.
- Входной или выходной поток.
- Одно из значений перечисления, указывающее, для чтения, создания или обновления записей используется ZIP-архив.
- Значение true, чтобы оставить поток открытым после удаления объекта ; в противном случае — значение false.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Инициализирует новый экземпляр класса на указанном потоке для заданного режима, использует указанную кодировку для кодировку для имен записей, а также, при необходимости, оставляет поток открытым.
- Входной или выходной поток.
- Одно из значений перечисления, указывающее, для чтения, создания или обновления записей используется ZIP-архив.
- Значение true, чтобы оставить поток открытым после удаления объекта ; в противном случае — значение false.
- Кодирование, используемое при чтении или записи имен записей в этом архиве.Задайте значение для этого параметра, только если кодирование требуется для взаимодействия с инструментами и библиотеками ZIP-архива, которые не поддерживают кодирование UTF-8 для имен записей.
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- Создает пустую запись, которая имеет указанные путь и имя записи в ZIP архиве.
- Пустая запись в ZIP-архиве.
- Путь относительно корня архива, который указывает имя создаваемой записи.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Создает пустую запись, которая имеет указанные имя и уровень сжатия ZIP записи в архиве.
- Пустая запись в ZIP-архиве.
- Путь относительно корня архива, который указывает имя создаваемой записи.
- Одно из значений перечисления, указывающее, акцентировать ли внимание на скорости или эффективности сжатия при создании записи.
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- Освобождает ресурсы, используемые текущим экземпляром класса .
-
-
- Вызывается методами и , чтобы освободить неуправляемые ресурсы, используемые текущим экземпляром класса . Дополнительно может заканчивать запись архива и высвобождать управляемые ресурсы.
- Значение true — для завершения записи архива и освобождения управляемых и неуправляемых ресурсов; значение false — для освобождения только неуправляемых ресурсов.
-
-
- Получает коллекцию записей, которые находятся в ZIP-архиве в текущий момент.
- Коллекция записей, которые находятся в ZIP-архиве в текущий момент.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Извлекает оболочку для заданной записи в ZIP-архиве.
- Программа-оболочка для определенной записи в архиве; null — если запись не существует в архиве.
- Путь относительно корня архива, который указывает запись для получения.
-
- is .
-
- is null.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- Получает значение, которое описывает тип действий, которые ZIP-архив может выполнять над записями.
- Одно из значений перечисления, описывающее тип действия (чтение, создание или обновление), которое ZIP-архив может выполнять над записями.
-
-
- Представляет сжатый файл внутри ZIP-архива.
-
-
- Получает ZIP-архив, к которому принадлежит запись.
- ZIP-архив, которому принадлежит запись, или значение null, если запись была удалена.
-
-
- Получает сжатый размер записи в ZIP-архиве.
- Сжатый размер записи в ZIP-архиве.
- The value of the property is not available because the entry has been modified.
-
-
- Удаляет запись из ZIP-архива.
- The entry is already open for reading or writing.
- The zip archive for this entry was opened in a mode other than .
- The zip archive for this entry has been disposed.
-
-
- Получает относительный путь записи в ZIP-архиве.
- Относительный путь записи в ZIP-архиве.
-
-
- Получает или задает время последнего изменения записи в ZIP-архиве.
- Время последнего изменения записи в ZIP-архиве.
- The attempt to set this property failed, because the zip archive for the entry is in mode.
- The archive mode is set to .- or -The archive mode is set to and the entry has been opened.
- An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (one second before midnight).
-
-
- Получает несжатый размер записи в ZIP-архиве.
- Несжатый размер записи в ZIP-архиве.
- The value of the property is not available because the entry has been modified.
-
-
- Получает имя файла записи в ZIP-архиве.
- Имя файла записи в ZIP-архиве.
-
-
- Открывает запись из ZIP-архива.
- Поток, представляющий содержимое записи.
- The entry is already currently open for writing.-or-The entry has been deleted from the archive.-or-The archive for this entry was opened with the mode, and this entry has already been written to.
- The entry is either missing from the archive or is corrupt and cannot be read. -or-The entry has been compressed by using a compression method that is not supported.
- The zip archive for this entry has been disposed.
-
-
- Извлекает относительный путь записи в ZIP-архиве.
- Относительный путь записи, который является значением, хранящимся в свойстве .
-
-
- Определяет значения для взаимодействия с записями ZIP-архива.
-
-
- Разрешено только создание новых записей архива.
-
-
- Разрешено только чтение записей архива.
-
-
- Операции чтение и запись разрешены для записей архива.
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/zh-hans/System.IO.Compression.xml b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/zh-hans/System.IO.Compression.xml
deleted file mode 100644
index d95c4c9..0000000
--- a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/zh-hans/System.IO.Compression.xml
+++ /dev/null
@@ -1,436 +0,0 @@
-
-
-
- System.IO.Compression
-
-
-
- 指定表明是否压缩操作重点介绍速度或压缩大小的值。
-
-
- 即使结果文件未可选择性地压缩,压缩操作也应尽快完成。
-
-
- 该文件不应执行压缩。
-
-
- 即使操作要用更长的时间来完成,也应该可选性地压缩压缩操作。
-
-
- 指定是否压缩或解压缩基础流。
-
-
- 压缩基础流。
-
-
- 解压缩基础流。
-
-
- 提供使用 Deflate 算法压缩和解压缩流的方法和属性。
-
-
- 用指定的流和压缩级别初始化 类的新实例。
- 要压缩的流。
- 压缩流时,指示是否要强调速度或压缩效率的枚举值之一。
-
- 为 null。
- 流不支持写入操作,如压缩。(流对象上的 属性是 false。)
-
-
- 使用指定的流和压缩级别,初始化 类的新实例,有选择性的打开流。
- 要压缩的流。
- 压缩流时,指示是否要强调速度或压缩效率的枚举值之一。
- 如果在释放 对象之后打开流对象,则为 true;否则为 false。
-
- 为 null。
- 流不支持写入操作,如压缩。(流对象上的 属性是 false。)
-
-
- 用指定的流和压缩模式初始化 类的新实例。
- 要压缩或解压缩的流。
- 指示是要压缩还是解压缩流的枚举值之一。
-
- 为 null。
-
- 不是有效的 值。- 或 - 为 且 为 false。- 或 - 为 且 为 false。
-
-
- 使用指定的流和压缩模式,初始化 类的新实例,有选择性的打开流。
- 要压缩或解压缩的流。
- 指示是要压缩还是解压缩流的枚举值之一。
- 如果在释放 对象之后打开流,则为 true;否则为 false。
-
- 为 null。
-
- 不是有效的 值。- 或 - 为 且 为 false。- 或 - 为 且 为 false。
-
-
- 获取对基础流的引用。
- 表示基础流的流对象。
- 基础流已关闭。
-
-
- 获取一个值,该值指示流是否支持在解压缩文件的过程中读取文件。
- 如果 值为 Decompress 而且基础流已打开并支持读取,则为 true;否则为 false。
-
-
- 获取一个值,该值指示流是否支持查找。
- 在所有情况下均为 false。
-
-
- 获取一个值,该值指示流是否支持写入。
- 如果 值为 Compress 而且基础流未关闭并支持写入,则为 true;否则为 false。
-
-
- 释放由 占用的非托管资源,还可以释放托管资源。
- 若要释放托管资源和非托管资源,则为 true;若仅释放非托管资源,则为 false。
-
-
- 此方法的当前实现没有任何功能。
- 流已关闭。
-
-
-
-
-
- 此属性不受支持,并且总是引发 。
- 一个长值。
- 此流中不支持此属性。
-
-
-
-
-
- 此属性不受支持,并且总是引发 。
- 一个长值。
- 此流中不支持此属性。
-
-
-
-
-
- 将若干解压缩的字节读入指定的字节数组。
- 已读入到字节数组中的字节数。
- 用于存储解压缩的字节的数组。
-
- 中的字节偏移量,将在此处放置读取的字节。
- 最多要读取的解压缩字节数。
-
- 为 null。
- 创建对象时 值是 Compress。- 或 - 基础流不支持读取。
-
- 或 小于零。- 或 - 长度减去索引起始点小于 。
- 数据的格式无效。
- 流已关闭。
-
-
- 此操作不受支持,它总是引发 。
- 一个长值。
- 流中的位置。
-
- 值之一。
- 此流中不支持此属性。
-
-
- 此操作不受支持,它总是引发 。
- 流的长度。
- 此流中不支持此属性。
-
-
- 从指定的字节数组中将压缩的字节写入基础流。
- 包含要压缩的数据的缓冲区。
-
- 中的字节偏移量,将在此处读取字节。
- 最多写入的字节数。
-
-
- 提供用于压缩和解压缩流的方法和属性。
-
-
- 用指定的流和压缩级别初始化 类的新实例。
- 要将压缩数据写入到其中的流。
- 压缩流时,指示是否要强调速度或压缩效率的枚举值之一。
-
- 为 null。
- 流不支持写入操作,如压缩。(流对象上的 属性是 false。)
-
-
- 使用指定的流和压缩级别,初始化 类的新实例,有选择性的打开流。
- 要将压缩数据写入到其中的流。
- 压缩流时,指示是否要强调速度或压缩效率的枚举值之一。
- 如果在释放 对象之后打开流对象,则为 true;否则为 false。
-
- 为 null。
- 流不支持写入操作,如压缩。(流对象上的 属性是 false。)
-
-
- 用指定的流和压缩模式初始化 类的新实例。
- 压缩或解压缩后的数据被写入的流。
- 指示是要压缩还是解压缩流的枚举值之一。
-
- 为 null。
-
- 不是有效的 枚举值。- 或 - 为 且 为 false。- 或 - 为 且 为 false。
-
-
- 使用指定的流和压缩模式,初始化 类的新实例,有选择性的打开流。
- 压缩或解压缩后的数据被写入的流。
- 指示是要压缩还是解压缩流的枚举值之一。
- 如果在释放 对象之后打开流,则为 true;否则为 false。
-
- 为 null。
-
- 不是有效的 值。- 或 - 为 且 为 false。- 或 - 为 且 为 false。
-
-
- 获取对基础流的引用。
- 表示基础流的流对象。
- 基础流已关闭。
-
-
-
-
-
- 获取一个值,该值指示流是否支持在解压缩文件的过程中读取文件。
- 如果 值为 Decompress, 而且基础流未关闭并支持读取,则为 true;否则为 false。
-
-
-
-
-
- 获取一个值,该值指示流是否支持查找。
- 在所有情况下均为 false。
-
-
- 获取一个值,该值指示流是否支持写入。
- 如果 值为 Compress 而且基础流未关闭并支持写入,则为 true;否则为 false。
-
-
-
-
-
- 释放由 占用的非托管资源,还可以释放托管资源。
- 若要释放托管资源和非托管资源,则为 true;若仅释放非托管资源,则为 false。
-
-
- 此方法的当前实现没有任何功能。
- 流已关闭。
-
-
-
-
-
- 此属性不受支持,并且总是引发 。
- 一个长值。
- 此流中不支持此属性。
-
-
-
-
-
- 此属性不受支持,并且总是引发 。
- 一个长值。
- 此流中不支持此属性。
-
-
-
-
-
- 将若干解压缩的字节读入指定的字节数组。
- 解压缩到字节数组中的字节数。如果已到达流的末尾,则返回 0 或已读取的字节数。
- 用于存储解压缩字节的数组。
-
- 中的字节偏移量,将在此处放置读取的字节。
- 最多要读取的解压缩字节数。
-
- 为 null。
- 创建对象时 值是 Compress。- 或 -基础流不支持读取。
-
- 或 小于零。- 或 - 长度减去索引起始点小于 。
- 数据的格式无效。
- 流已关闭。
-
-
- 此属性不受支持,并且总是引发 。
- 一个长值。
- 流中的位置。
-
- 值之一。
- 此流中不支持此属性。
-
-
- 此属性不受支持,并且总是引发 。
- 流的长度。
- 此流中不支持此属性。
-
-
- 从指定的字节数组中将压缩的字节写入基础流。
- 包含要压缩的数据的缓冲区。
-
- 中的字节偏移量,将在此处读取字节。
- 最多写入的字节数。
- 由于流已关闭,因此无法执行写入操作。
-
-
- 表示 Zip 存档格式中的一个压缩文件包。
-
-
- 从指定流初始化 类的新实例。
- 即包含待读取的存档的流。
- The stream is already closed or does not support reading.
-
- is null.
- The contents of the stream are not in the zip archive format.
-
-
- 在指定的模式下,从指定的流初始化 类的新实例。
- 输入流或输出流。
- 指示 zip 存档是否用于读取、创建或更新项的一个枚举值。
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 对于指定的模式,初始化指定流上的 类的新实例,并有选择性地使流保持打开状态。
- 输入流或输出流。
- 指示 zip 存档是否用于读取、创建或更新项的一个枚举值。
- 如果在释放 对象之后打开流对象,则为 true;否则为 false。
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 对于指定的模式,初始化指定流上的 类的新实例,使用项名的指定编码,并有择性地使流保持打开状态。
- 输入流或输出流。
- 指示 zip 存档是否用于读取、创建或更新项的一个枚举值。
- 如果在释放 对象之后打开流对象,则为 true;否则为 false。
- 在存档中读取或写入项名时使用的编码。仅当需要针对具有不支持项名的 UTF-8 编码的 zip 归档工具和库的互操作性进行编码时,为此参数指定一个值。
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 创建在 zip 存档中有指定路径和项名的空项。
- 在 zip 存档中的空项。
- 相对于存档的根的路径指定了要创建项的名称。
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- 创建在 zip 存档中有指定项名和压缩级别的空项。
- 在 zip 存档中的空项。
- 相对于存档的根的路径指定了要创建项的名称。
- 指示创建项时是否强调速度或压缩有效性的枚举值之一。
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- 释放 类的当前实例使用的资源。
-
-
- 由 和 方法调用,以释放 类的当前实例使用的未托管资源,并有选择性地完成编写存档以及释放托管资源。
- true 则完成编写存档并释放未托管和托管资源;false 则仅释放未托管资源。
-
-
- 获取 zip 存档中当前存在的项的集合。
- 在 zip 存档中当前存在的项的集合。
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- 在 zip 存档中检索指定项的包装。
- 存档中指定项的包装器;如果存档中不存在此项目则为 null。
- 识别要检索的项、相对于存档的根的路径。
-
- is .
-
- is null.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- 获取描述 zip 存档可在项上执行的操作类型的一个值。
- 描述 zip 存档可在项上执行的操作类型(读取、创建或更新)的一个枚举值。
-
-
- 表示 zip 档案中的压缩文件。
-
-
- 获取该项所属的 zip 存档。
- 项所属的 zip 存档,或如果已删除项,则为 null。
-
-
- 获取在 zip 存档中的项的压缩大小。
- 在 zip 存档中的项的压缩大小。
- The value of the property is not available because the entry has been modified.
-
-
- 删除 zip 存档中的项。
- The entry is already open for reading or writing.
- The zip archive for this entry was opened in a mode other than .
- The zip archive for this entry has been disposed.
-
-
- 获取 zip 存档中的项的相对路径。
- 在 zip 存档中的项的相对路径。
-
-
- 获取或设置最近一次更改 zip 存档中的项的时间。
- 最近一次更改 zip 存档中的项的时间。
- The attempt to set this property failed, because the zip archive for the entry is in mode.
- The archive mode is set to .- or -The archive mode is set to and the entry has been opened.
- An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (one second before midnight).
-
-
- 获取 zip 存档中的项的未压缩大小。
- 在 zip 存档中的项的未压缩大小。
- The value of the property is not available because the entry has been modified.
-
-
- 获取在 zip 存档中的项的文件名。
- 在 zip 存档中的项的文件名。
-
-
- 打开 zip 存档中的项。
- 表示项的内容的流。
- The entry is already currently open for writing.-or-The entry has been deleted from the archive.-or-The archive for this entry was opened with the mode, and this entry has already been written to.
- The entry is either missing from the archive or is corrupt and cannot be read. -or-The entry has been compressed by using a compression method that is not supported.
- The zip archive for this entry has been disposed.
-
-
- 检索 zip 存档中项的相对路径。
- 项的相对路径,即存储在 属性中的值。
-
-
- 指定与 zip 存档项互交的值。
-
-
- 只允许创建新存档项。
-
-
- 只允许读取存档项。
-
-
- 存档项允许读取和写入操作。
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/zh-hant/System.IO.Compression.xml b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/zh-hant/System.IO.Compression.xml
deleted file mode 100644
index e14f0da..0000000
--- a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/netstandard1.3/zh-hant/System.IO.Compression.xml
+++ /dev/null
@@ -1,432 +0,0 @@
-
-
-
- System.IO.Compression
-
-
-
- 指定值,這個值表示壓縮作業會強調速度還是壓縮大小。
-
-
- 即使不能有效壓縮所產生的檔案,應該儘速完成壓縮作業。
-
-
- 不應該對檔案執行壓縮。
-
-
- 壓縮作業應該會進行最佳化壓縮,即使該作業耗費更長的時間才能完成。
-
-
- 指定是要壓縮還是要解壓縮基礎資料流。
-
-
- 壓縮基礎資料流。
-
-
- 解壓縮基礎資料流。
-
-
- 提供方法和屬性,以透過 Deflate 演算法來壓縮和解壓縮資料流。
-
-
- 使用指定的資料流和壓縮層級,初始化 類別的新執行個體。
- 要壓縮的資料流。
- 其中一個列舉值,指出當壓縮資料流時是否要強調速度或壓縮的效益。
-
- 為 null。
- 資料流不支援寫入作業,例如壓縮。(資料流物件上的 屬性是false)。
-
-
- 使用指定的資料流和壓縮層級,初始化 類別的新執行個體,並選擇性地保持開啟資料流。
- 要壓縮的資料流。
- 其中一個列舉值,指出當壓縮資料流時是否要強調速度或壓縮的效益。
- true 表示在處置 物件之後,將資料流物件保持開啟;否則為 false。
-
- 為 null。
- 資料流不支援寫入作業,例如壓縮。(資料流物件上的 屬性是false)。
-
-
- 使用指定的資料流和壓縮模式,初始化 類別的新執行個體。
- 要壓縮或解壓縮的資料流。
- 其中一個列舉值,表示要壓縮還是解壓縮資料流。
-
- 為 null。
-
- 不是有效的 值。-或- 是 ,而 是 false。-或- 是 ,而 是 false。
-
-
- 使用指定的資料流和壓縮模式,初始化 類別的新執行個體,並選擇性地保持開啟資料流。
- 要壓縮或解壓縮的資料流。
- 其中一個列舉值,表示要壓縮還是解壓縮資料流。
- true 表示在處置 物件之後,將資料流保持開啟;否則為 false。
-
- 為 null。
-
- 不是有效的 值。-或- 是 ,而 是 false。-或- 是 ,而 是 false。
-
-
- 取得基礎資料流的參考。
- 資料流物件,表示基礎資料流。
- 已關閉基礎資料流。
-
-
- 取得值,指出在解壓縮檔案時,資料流是否支援讀取。
- 如果 值為 Decompress,且基礎資料流處於開啟狀態並支援讀取,則為 true;否則為 false。
-
-
- 取得值,指出資料流是否支援搜尋。
- 所有情況下都是 false。
-
-
- 取得值,指出資料流是否支援寫入。
- 如果 值為 Compress,並且基礎資料流支援寫入,且不處於關閉狀態,則為 true;否則為 false。
-
-
- 釋放 所使用的 Unmanaged 資源,並選擇性釋放 Managed 資源。
- true 表示釋放 Managed 和 Unmanaged 資源,false 則表示只釋放 Unmanaged 資源。
-
-
- 這個方法目前的實作沒有任何功能。
- 已關閉資料流。
-
-
-
-
-
- 這個屬性不受支援,而且一律會擲回 。
- 長整數值。
- 這個資料流不支援這個屬性。
-
-
-
-
-
- 這個屬性不受支援,而且一律會擲回 。
- 長整數值。
- 這個資料流不支援這個屬性。
-
-
-
-
-
- 將大量解壓縮的位元組讀入指定的位元組陣列。
- 已讀入至位元組陣列的位元組數。
- 用於儲存解壓縮位元組的陣列。
- 要在其中放置讀取位元組之 的位元組位移。
- 要讀取的最大解壓縮位元組數。
-
- 為 null。
- 建立物件時, 的值為 Compress。-或- 基礎資料流不支援讀取。
-
- 或 小於零。-或- 長度減去索引起點小於 。
- 資料的格式無效。
- 已關閉資料流。
-
-
- 這個作業不受支援,而且一律會擲回 。
- 長整數值。
- 在資料流中的位置。
- 其中一個 值。
- 這個資料流不支援這個屬性。
-
-
- 這個作業不受支援,而且一律會擲回 。
- 資料流的長度。
- 這個資料流不支援這個屬性。
-
-
- 從指定的位元組陣列將壓縮的位元組寫入基礎資料流。
- 包含要壓縮之資料的緩衝區。
-
- 中的位元組位移,即讀取位元組的來源位置。
- 寫入的最大位元組數。
-
-
- 提供用於壓縮和解壓縮資料流的方法和屬性。
-
-
- 使用指定的資料流和壓縮層級,初始化 類別的新執行個體。
- 要寫入壓縮資料的資料流。
- 其中一個列舉值,指出當壓縮資料流時是否要強調速度或壓縮的效益。
-
- 為 null。
- 資料流不支援寫入作業,例如壓縮。(資料流物件上的 屬性是false)。
-
-
- 使用指定的資料流和壓縮層級,初始化 類別的新執行個體,並選擇性地保持開啟資料流。
- 要寫入壓縮資料的資料流。
- 其中一個列舉值,指出當壓縮資料流時是否要強調速度或壓縮的效益。
- true 表示在處置 物件之後,將資料流物件保持開啟;否則為 false。
-
- 為 null。
- 資料流不支援寫入作業,例如壓縮。(資料流物件上的 屬性是false)。
-
-
- 使用指定的資料流和壓縮模式,初始化 類別的新執行個體。
- 寫入壓縮或解壓縮資料的資料流。
- 其中一個列舉值,表示要壓縮還是解壓縮資料流。
-
- 為 null。
-
- 不是有效的 列舉值。-或- 是 ,而 是 false。-或- 是 ,而 是 false。
-
-
- 使用指定的資料流和壓縮模式,初始化 類別的新執行個體,並選擇性地保持開啟資料流。
- 寫入壓縮或解壓縮資料的資料流。
- 其中一個列舉值,表示要壓縮還是解壓縮資料流。
- true 表示在處置 物件之後,將資料流保持開啟;否則為 false。
-
- 為 null。
-
- 不是有效的 值。-或- 是 ,而 是 false。-或- 是 ,而 是 false。
-
-
- 取得基礎資料流的參考。
- 資料流物件,表示基礎資料流。
- 已關閉基礎資料流。
-
-
-
-
-
- 取得值,指出在解壓縮檔案時,資料流是否支援讀取。
- 如果 值為 Decompress,,並且基礎資料流支援讀取,且不處於關閉狀態,則為 true;否則為 false。
-
-
-
-
-
- 取得值,指出資料流是否支援搜尋。
- 所有情況下都是 false。
-
-
- 取得值,指出資料流是否支援寫入。
- 如果 值為 Compress,並且基礎資料流支援寫入,且不處於關閉狀態,則為 true;否則為 false。
-
-
-
-
-
- 釋放 所使用的 Unmanaged 資源,並選擇性釋放 Managed 資源。
- true 表示釋放 Managed 和 Unmanaged 資源,false 則表示只釋放 Unmanaged 資源。
-
-
- 這個方法目前的實作沒有任何功能。
- 已關閉資料流。
-
-
-
-
-
- 這個屬性不受支援,而且一律會擲回 。
- 長整數值。
- 這個資料流不支援這個屬性。
-
-
-
-
-
- 這個屬性不受支援,而且一律會擲回 。
- 長整數值。
- 這個資料流不支援這個屬性。
-
-
-
-
-
- 將大量解壓縮的位元組讀入指定的位元組陣列。
- 解壓縮至位元組陣列的位元組數。如果已達到資料流的結尾,則會傳回零或位元組數。
- 用於儲存解壓縮位元組的陣列。
- 要在其中放置讀取位元組之 的位元組位移。
- 要讀取的最大解壓縮位元組數。
-
- 為 null。
- 建立物件時, 的值為 Compress。-或-基礎資料流不支援讀取。
-
- 或 小於零。-或- 長度減去索引起點小於 。
- 資料的格式無效。
- 已關閉資料流。
-
-
- 這個屬性不受支援,而且一律會擲回 。
- 長整數值。
- 在資料流中的位置。
- 其中一個 值。
- 這個資料流不支援這個屬性。
-
-
- 這個屬性不受支援,而且一律會擲回 。
- 資料流的長度。
- 這個資料流不支援這個屬性。
-
-
- 從指定的位元組陣列將壓縮的位元組寫入基礎資料流。
- 包含要壓縮之資料的緩衝區。
-
- 中的位元組位移,即讀取位元組的來源位置。
- 寫入的最大位元組數。
- 無法執行寫入作業,因為資料流已關閉。
-
-
- 代表 zip 封存格式的壓縮檔封裝。
-
-
- 從指定的資料流,初始化 類別的新執行個體。
- 包含要讀取之封存的資料流。
- The stream is already closed or does not support reading.
-
- is null.
- The contents of the stream are not in the zip archive format.
-
-
- 使用指定的模式,從指定的資料流初始化 類別的新執行個體。
- 輸入或輸出資料流。
- 其中一個列舉值,指出是否使用 zip 封存讀取、建立或更新項目。
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 在指定之模式的指定資料流上,初始化 類別的新執行個體,並選擇性地保留資料流開啟狀態。
- 輸入或輸出資料流。
- 其中一個列舉值,指出是否使用 zip 封存讀取、建立或更新項目。
- true 表示在處置 物件之後,將資料流保持開啟,否則為 false。
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 在指定模式的指定資料流上,初始化 類別的新執行個體,使用項目名稱的指定編碼方式,並選擇性地保留資料流開啟狀態。
- 輸入或輸出資料流。
- 其中一個列舉值,指出是否使用 zip 封存讀取、建立或更新項目。
- true 表示在處置 物件之後,將資料流保持開啟,否則為 false。
- 在此封存中讀取或寫入項目名稱時要使用的編碼方式。只有需要編碼以與 Zip 封存工具和程式庫互通,且這類工具和程式庫不支援項目名稱使用 UTF-8 編碼時,才指定此參數的值。
- The stream is already closed, or the capabilities of the stream do not match the mode.
-
- is null.
-
- is an invalid value.
- The contents of the stream could not be interpreted as a zip archive.-or- is and an entry is missing from the archive or is corrupt and cannot be read.-or- is and an entry is too large to fit into memory.
-
-
- 在 zip 封存中建立具有指定之路徑和項目名稱的空項目。
- Zip 封存中的空項目。
- 指定要建立之項目名稱的路徑 (相對於封存的根目錄)。
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- 在 zip 封存中建立具有指定之項目名稱和壓縮等級的空項目。
- Zip 封存中的空項目。
- 指定要建立之項目名稱的路徑 (相對於封存的根目錄)。
- 其中一個列舉值,指出建立項目時是否要強調速度或壓縮的效益。
-
- is .
-
- is null.
- The zip archive does not support writing.
- The zip archive has been disposed.
-
-
- 將 類別目前的執行個體所使用的資源釋出。
-
-
- 由 和 方法呼叫以釋放 類別之目前執行個體所使用的 Unmanaged 資源,並選擇性完成封存的寫入以及釋放 Managed 資源。
- true 表示完成寫入封存並釋放 Managed 和 Unmanaged 資源,false 表示只釋放 Unmanaged 資源。
-
-
- 取得目前 zip 封存中所包含項目的集合。
- 目前 zip 封存中所包含項目的集合。
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- 在 zip 封存中擷取指定項目的包裝函式。
- 封存中指定項目的包裝函式,如果項目不存在於封存中則為 null。
- 識別要擷取之項目的路徑 (相對於封存的根目錄)。
-
- is .
-
- is null.
- The zip archive does not support reading.
- The zip archive has been disposed.
- The zip archive is corrupt, and its entries cannot be retrieved.
-
-
- 取得值,描述 zip 封存可以在項目上執行的動作類型。
- 其中一個列舉值,其描述 zip 封存可以在項目上執行的動作類型 (讀取、建立或更新)。
-
-
- 表示 zip 封存中的壓縮檔。
-
-
- 取得項目所屬的 zip 封存。
- 項目所屬的 Zip 封存,如果已刪除項目,則為 null。
-
-
- 取得 Zip 封存中的項目壓縮大小。
- Zip 封存中項目的壓縮大小。
- The value of the property is not available because the entry has been modified.
-
-
- 從 zip 封存中刪除項目。
- The entry is already open for reading or writing.
- The zip archive for this entry was opened in a mode other than .
- The zip archive for this entry has been disposed.
-
-
- 取得 Zip 封存中的項目相對路徑。
- Zip 封存中的項目相對路徑。
-
-
- 取得或設定上次變更 zip 封存中之項目的時間。
- 上次變更 zip 封存中之項目的時間。
- The attempt to set this property failed, because the zip archive for the entry is in mode.
- The archive mode is set to .- or -The archive mode is set to and the entry has been opened.
- An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (one second before midnight).
-
-
- 取得 Zip 封存中的項目未壓縮大小。
- Zip 封存中的項目未壓縮大小。
- The value of the property is not available because the entry has been modified.
-
-
- 取得 Zip 封存中的項目檔名。
- Zip 封存中的項目檔名。
-
-
- 從 zip 封存中開啟項目。
- 代表此項目內容的資料流。
- The entry is already currently open for writing.-or-The entry has been deleted from the archive.-or-The archive for this entry was opened with the mode, and this entry has already been written to.
- The entry is either missing from the archive or is corrupt and cannot be read. -or-The entry has been compressed by using a compression method that is not supported.
- The zip archive for this entry has been disposed.
-
-
- 擷取 Zip 封存中項目的相對路徑。
- 項目的相對路徑,其為儲存在 屬性中的值。
-
-
- 指定與 zip 封存項目互動的值。
-
-
- 僅允許建立新的封存項目。
-
-
- 僅允許讀取封存項目。
-
-
- 封存項目允許讀取及寫入作業。
-
-
-
\ No newline at end of file
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/portable-net45+win8+wpa81/_._ b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/portable-net45+win8+wpa81/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/win8/_._ b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/win8/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/wpa81/_._ b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/wpa81/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/xamarinios10/_._ b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/xamarinios10/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/xamarinmac20/_._ b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/xamarinmac20/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/xamarintvos10/_._ b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/xamarintvos10/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/xamarinwatchos10/_._ b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/ref/xamarinwatchos10/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll
deleted file mode 100644
index 004f3bc..0000000
Binary files a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll and /dev/null differ
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/runtimes/win/lib/net46/System.IO.Compression.dll b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/runtimes/win/lib/net46/System.IO.Compression.dll
deleted file mode 100644
index f8468a6..0000000
Binary files a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/runtimes/win/lib/net46/System.IO.Compression.dll and /dev/null differ
diff --git a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/runtimes/win/lib/netstandard1.3/System.IO.Compression.dll b/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/runtimes/win/lib/netstandard1.3/System.IO.Compression.dll
deleted file mode 100644
index 4ed0af9..0000000
Binary files a/src/CatPort Launcher/packages/System.IO.Compression.4.3.0/runtimes/win/lib/netstandard1.3/System.IO.Compression.dll and /dev/null differ
diff --git a/src/CatPort/CatPort.sln b/src/CatPort/CatPort.sln
deleted file mode 100644
index 04d3a88..0000000
--- a/src/CatPort/CatPort.sln
+++ /dev/null
@@ -1,31 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 16
-VisualStudioVersion = 16.0.34407.143
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CatPort", "CatPort\CatPort.vcxproj", "{9BE1E8B6-E237-406D-8C1E-E219DA03F307}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x64 = Debug|x64
- Debug|x86 = Debug|x86
- Release|x64 = Release|x64
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {9BE1E8B6-E237-406D-8C1E-E219DA03F307}.Debug|x64.ActiveCfg = Debug|x64
- {9BE1E8B6-E237-406D-8C1E-E219DA03F307}.Debug|x64.Build.0 = Debug|x64
- {9BE1E8B6-E237-406D-8C1E-E219DA03F307}.Debug|x86.ActiveCfg = Debug|Win32
- {9BE1E8B6-E237-406D-8C1E-E219DA03F307}.Debug|x86.Build.0 = Debug|Win32
- {9BE1E8B6-E237-406D-8C1E-E219DA03F307}.Release|x64.ActiveCfg = Release|x64
- {9BE1E8B6-E237-406D-8C1E-E219DA03F307}.Release|x64.Build.0 = Release|x64
- {9BE1E8B6-E237-406D-8C1E-E219DA03F307}.Release|x86.ActiveCfg = Release|Win32
- {9BE1E8B6-E237-406D-8C1E-E219DA03F307}.Release|x86.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {952EC052-7530-4B8A-9623-1C7E74A087F3}
- EndGlobalSection
-EndGlobal
diff --git a/src/CatPort/CatPort/CatPort.cpp b/src/CatPort/CatPort/CatPort.cpp
deleted file mode 100644
index c6ea81f..0000000
--- a/src/CatPort/CatPort/CatPort.cpp
+++ /dev/null
@@ -1,72 +0,0 @@
-#include
-#include
-#include
-
-// 回调函数,用于接收HTTP响应数据
-size_t writeCallback(void* contents, size_t size, size_t nmemb, std::string* output) {
- size_t total_size = size * nmemb;
- output->append((char*)contents, total_size);
- return total_size;
-}
-
-int main() {
- std::cout << "\033[1;35m"; // 设置文本颜色为紫色
- std::cout << R"(
- $$$$$$\ $$\ $$$$$$$\ $$\
-$$ __$$\ $$ | $$ __$$\ $$ |
-$$ / \__| $$$$$$\ $$$$$$\ $$ | $$ | $$$$$$\ $$$$$$\ $$$$$$\
-$$ | \____$$\ \_$$ _| $$$$$$$ |$$ __$$\ $$ __$$\ \_$$ _|
-$$ | $$$$$$$ | $$ | $$ ____/ $$ / $$ |$$ | \__| $$ |
-$$ | $$\ $$ __$$ | $$ |$$\ $$ | $$ | $$ |$$ | $$ |$$\
-\$$$$$$ |\$$$$$$$ | \$$$$ |$$ | \$$$$$$ |$$ | \$$$$ |
- \______/ \_______| \____/ \__| \______/ \__| \____/
-)" << std::endl;
- std::cout << "\033[0m"; // 恢复默认文本颜色
-
-
- std::string response;
- // 用户输入IP地址和端口号
- std::string ip_address;
- int port_number;
- std::cout << "Enter IP address: ";
- std::cin >> ip_address;
- std::cout << "Enter port number: ";
- std::cin >> port_number;
-
- // 用户输入重复次数
- int repeat_count;
- std::cout << "Enter number of repetitions: ";
- std::cin >> repeat_count;
-
- // 初始化Curl
- CURL* curl = curl_easy_init();
- if (curl) {
- // 构建URL
- std::string url = "http://" + ip_address + ":" + std::to_string(port_number);
- curl_easy_setopt(curl, CURLOPT_URL, url.c_str());
-
- // 设置接收响应数据的回调函数
- curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, writeCallback);
- curl_easy_setopt(curl, CURLOPT_WRITEDATA, &response);
-
- // 执行请求多次
- CURLcode res;
- for (int i = 0; i < repeat_count; ++i) {
- res = curl_easy_perform(curl);
- if (res != CURLE_OK) {
- std::cerr << "Failed to perform HTTP request: " << curl_easy_strerror(res) << std::endl;
- }
- else {
- // 打印响应数据
- std::cout << "Response " << i + 1 << ": " << response << std::endl;
- }
- // 清空响应数据以备下一次使用
- response.clear();
- }
-
- // 清理Curl资源
- curl_easy_cleanup(curl);
- }
-
- return 0;
-}
diff --git a/src/CatPort/CatPort/CatPort.vcxproj b/src/CatPort/CatPort/CatPort.vcxproj
deleted file mode 100644
index 97bb4c6..0000000
--- a/src/CatPort/CatPort/CatPort.vcxproj
+++ /dev/null
@@ -1,147 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
- 16.0
- Win32Proj
- {9be1e8b6-e237-406d-8c1e-e219da03f307}
- CatPort
- 10.0
-
-
-
- Application
- true
- v142
- Unicode
-
-
- Application
- false
- v142
- true
- Unicode
-
-
- Application
- true
- v142
- Unicode
-
-
- Application
- false
- v142
- true
- Unicode
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
-
-
- false
-
-
- true
-
-
- false
-
-
-
- Level3
- true
- WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
- true
-
-
- Console
- true
-
-
-
-
- Level3
- true
- true
- true
- WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
- true
-
-
- Console
- true
- true
- true
-
-
-
-
- Level3
- true
- _DEBUG;_CONSOLE;%(PreprocessorDefinitions)
- true
-
-
- Console
- true
-
-
-
-
- Level3
- true
- true
- true
- NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
- true
-
-
- Console
- true
- true
- true
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/CatPort/CatPort/CatPort.vcxproj.filters b/src/CatPort/CatPort/CatPort.vcxproj.filters
deleted file mode 100644
index 5c287c0..0000000
--- a/src/CatPort/CatPort/CatPort.vcxproj.filters
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
- cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx
-
-
- {93995380-89BD-4b04-88EB-625FBE52EBFB}
- h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd
-
-
- {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
- rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
-
-
-
-
- 來源檔案
-
-
-
\ No newline at end of file
diff --git a/src/CatPort/CatPort/CatPort.vcxproj.user b/src/CatPort/CatPort/CatPort.vcxproj.user
deleted file mode 100644
index 0f14913..0000000
--- a/src/CatPort/CatPort/CatPort.vcxproj.user
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/src/CatPort/CatPort/Debug/CatPort.exe.recipe b/src/CatPort/CatPort/Debug/CatPort.exe.recipe
deleted file mode 100644
index 3706b48..0000000
--- a/src/CatPort/CatPort/Debug/CatPort.exe.recipe
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
- C:\Users\nick yang2\source\repos\CatPort\Debug\CatPort.exe
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/CatPort/CatPort/Debug/CatPort.ilk b/src/CatPort/CatPort/Debug/CatPort.ilk
deleted file mode 100644
index 1c3aaf6..0000000
Binary files a/src/CatPort/CatPort/Debug/CatPort.ilk and /dev/null differ
diff --git a/src/CatPort/CatPort/Debug/CatPort.log b/src/CatPort/CatPort/Debug/CatPort.log
deleted file mode 100644
index ee99725..0000000
--- a/src/CatPort/CatPort/Debug/CatPort.log
+++ /dev/null
@@ -1,4 +0,0 @@
- CatPort.cpp
- CatPort.vcxproj -> C:\Users\nick yang2\source\repos\CatPort\Debug\CatPort.exe
- 'pwsh.exe' is not recognized as an internal or external command,
- operable program or batch file.
diff --git a/src/CatPort/CatPort/Debug/CatPort.obj b/src/CatPort/CatPort/Debug/CatPort.obj
deleted file mode 100644
index 79989c3..0000000
Binary files a/src/CatPort/CatPort/Debug/CatPort.obj and /dev/null differ
diff --git a/src/CatPort/CatPort/Debug/CatPort.tlog/CL.command.1.tlog b/src/CatPort/CatPort/Debug/CatPort.tlog/CL.command.1.tlog
deleted file mode 100644
index 3d206bc..0000000
Binary files a/src/CatPort/CatPort/Debug/CatPort.tlog/CL.command.1.tlog and /dev/null differ
diff --git a/src/CatPort/CatPort/Debug/CatPort.tlog/CL.read.1.tlog b/src/CatPort/CatPort/Debug/CatPort.tlog/CL.read.1.tlog
deleted file mode 100644
index eb55154..0000000
Binary files a/src/CatPort/CatPort/Debug/CatPort.tlog/CL.read.1.tlog and /dev/null differ
diff --git a/src/CatPort/CatPort/Debug/CatPort.tlog/CL.write.1.tlog b/src/CatPort/CatPort/Debug/CatPort.tlog/CL.write.1.tlog
deleted file mode 100644
index ec154a7..0000000
Binary files a/src/CatPort/CatPort/Debug/CatPort.tlog/CL.write.1.tlog and /dev/null differ
diff --git a/src/CatPort/CatPort/Debug/CatPort.tlog/CatPort.lastbuildstate b/src/CatPort/CatPort/Debug/CatPort.tlog/CatPort.lastbuildstate
deleted file mode 100644
index b8b274f..0000000
--- a/src/CatPort/CatPort/Debug/CatPort.tlog/CatPort.lastbuildstate
+++ /dev/null
@@ -1,2 +0,0 @@
-PlatformToolSet=v142:VCToolArchitecture=Native32Bit:VCToolsVersion=14.29.30133:TargetPlatformVersion=10.0.19041.0:VcpkgTriplet=x86-windows:
-Debug|Win32|C:\Users\nick yang2\source\repos\CatPort\|
diff --git a/src/CatPort/CatPort/Debug/CatPort.tlog/CatPort.write.1u.tlog b/src/CatPort/CatPort/Debug/CatPort.tlog/CatPort.write.1u.tlog
deleted file mode 100644
index 1ef12a3..0000000
Binary files a/src/CatPort/CatPort/Debug/CatPort.tlog/CatPort.write.1u.tlog and /dev/null differ
diff --git a/src/CatPort/CatPort/Debug/CatPort.tlog/link.command.1.tlog b/src/CatPort/CatPort/Debug/CatPort.tlog/link.command.1.tlog
deleted file mode 100644
index 29a8b61..0000000
Binary files a/src/CatPort/CatPort/Debug/CatPort.tlog/link.command.1.tlog and /dev/null differ
diff --git a/src/CatPort/CatPort/Debug/CatPort.tlog/link.read.1.tlog b/src/CatPort/CatPort/Debug/CatPort.tlog/link.read.1.tlog
deleted file mode 100644
index de6d43f..0000000
Binary files a/src/CatPort/CatPort/Debug/CatPort.tlog/link.read.1.tlog and /dev/null differ
diff --git a/src/CatPort/CatPort/Debug/CatPort.tlog/link.write.1.tlog b/src/CatPort/CatPort/Debug/CatPort.tlog/link.write.1.tlog
deleted file mode 100644
index dd1d338..0000000
Binary files a/src/CatPort/CatPort/Debug/CatPort.tlog/link.write.1.tlog and /dev/null differ
diff --git a/src/CatPort/CatPort/Debug/CatPort.vcxproj.FileListAbsolute.txt b/src/CatPort/CatPort/Debug/CatPort.vcxproj.FileListAbsolute.txt
deleted file mode 100644
index 959e25e..0000000
--- a/src/CatPort/CatPort/Debug/CatPort.vcxproj.FileListAbsolute.txt
+++ /dev/null
@@ -1 +0,0 @@
-C:\Users\nick yang2\source\repos\CatPort\CatPort\Debug\CatPort.vcxproj.CopyComplete
diff --git a/src/CatPort/CatPort/Debug/catport.obj.enc b/src/CatPort/CatPort/Debug/catport.obj.enc
deleted file mode 100644
index befe0e5..0000000
Binary files a/src/CatPort/CatPort/Debug/catport.obj.enc and /dev/null differ
diff --git a/src/CatPort/CatPort/Debug/vc142.idb b/src/CatPort/CatPort/Debug/vc142.idb
deleted file mode 100644
index 523d8c3..0000000
Binary files a/src/CatPort/CatPort/Debug/vc142.idb and /dev/null differ
diff --git a/src/CatPort/CatPort/Debug/vc142.pdb b/src/CatPort/CatPort/Debug/vc142.pdb
deleted file mode 100644
index 0be554b..0000000
Binary files a/src/CatPort/CatPort/Debug/vc142.pdb and /dev/null differ
diff --git a/src/CatPort/CatPort/Debug/vcpkg.applocal.log b/src/CatPort/CatPort/Debug/vcpkg.applocal.log
deleted file mode 100644
index 46cf833..0000000
--- a/src/CatPort/CatPort/Debug/vcpkg.applocal.log
+++ /dev/null
@@ -1,3 +0,0 @@
-
-C:\Users\nick yang2\source\repos\CatPort\Debug\libcurl-d.dll
-C:\Users\nick yang2\source\repos\CatPort\Debug\zlibd1.dll
diff --git a/src/CatPort/Debug/CatPort.exe b/src/CatPort/Debug/CatPort.exe
deleted file mode 100644
index 6331008..0000000
Binary files a/src/CatPort/Debug/CatPort.exe and /dev/null differ
diff --git a/src/CatPort/Debug/CatPort.zip b/src/CatPort/Debug/CatPort.zip
deleted file mode 100644
index 986fb95..0000000
Binary files a/src/CatPort/Debug/CatPort.zip and /dev/null differ
diff --git a/src/CatPort/Debug/libcurl-d.dll b/src/CatPort/Debug/libcurl-d.dll
deleted file mode 100644
index 558e992..0000000
Binary files a/src/CatPort/Debug/libcurl-d.dll and /dev/null differ
diff --git a/src/CatPort/Debug/zlibd1.dll b/src/CatPort/Debug/zlibd1.dll
deleted file mode 100644
index 2c7276f..0000000
Binary files a/src/CatPort/Debug/zlibd1.dll and /dev/null differ