diff --git a/xml/System.Formats.Tar/GnuTarEntry.xml b/xml/System.Formats.Tar/GnuTarEntry.xml index 1f50ace838c..fced701c8ee 100644 --- a/xml/System.Formats.Tar/GnuTarEntry.xml +++ b/xml/System.Formats.Tar/GnuTarEntry.xml @@ -42,9 +42,16 @@ Even though the format is not POSIX - To be added. + The instance to convert to the GNU format. Initializes a new instance by converting the specified entry into the GNU format. To be added. + + is a instance. + +-or- + +The entry type of is not supported in the GNU format. + The format of is invalid. diff --git a/xml/System.Formats.Tar/PaxTarEntry.xml b/xml/System.Formats.Tar/PaxTarEntry.xml index c2c40297dc8..15548728eea 100644 --- a/xml/System.Formats.Tar/PaxTarEntry.xml +++ b/xml/System.Formats.Tar/PaxTarEntry.xml @@ -34,9 +34,16 @@ - To be added. + The instance to convert to the PAX format. Initializes a new instance by converting the specified entry into the PAX format. To be added. + + is a instance. + +-or- + +The entry type of is not supported in the PAX format. + The format of is invalid. diff --git a/xml/System.Formats.Tar/TarReader.xml b/xml/System.Formats.Tar/TarReader.xml index 34ca30d8d47..4f68d872e65 100644 --- a/xml/System.Formats.Tar/TarReader.xml +++ b/xml/System.Formats.Tar/TarReader.xml @@ -102,8 +102,8 @@ The property of any entry can be r - Asynchronously disposes the current instance, and disposes the streams of all the entries that were read from the archive. - To be added. + Asynchronously disposes the current instance, and closes the streams of all the entries that were read from the archive if the leaveOpen argument was set to in the constructor. + A value task that represents the asynchronous dispose operation. for its f Asynchronously disposes the current instance, and closes the archive stream if the leaveOpen argument was set to in the constructor. - To be added. + A value task that represents the asynchronous dispose operation. To be added. @@ -292,7 +292,7 @@ These are the entry types supported for writing on each format: The tar entry to write. The token to monitor for cancellation requests. The default value is . Asynchronously writes the specified entry into the archive stream. - To be added. + A task that represents the asynchronous write operation. - To be added. + The instance to convert to the Ustar format. Initializes a new instance by converting the specified entry into the Ustar format. To be added. + + is a instance. + +-or- + +The entry type of is not supported in the Ustar format. + The format of is invalid. diff --git a/xml/System.Formats.Tar/V7TarEntry.xml b/xml/System.Formats.Tar/V7TarEntry.xml index 006d388099b..6a17e14e619 100644 --- a/xml/System.Formats.Tar/V7TarEntry.xml +++ b/xml/System.Formats.Tar/V7TarEntry.xml @@ -34,9 +34,16 @@ - To be added. + The instance to convert to the V7 format. Initializes a new instance by converting the specified entry into the V7 format. To be added. + + is a instance. + +-or- + +The entry type of is not supported in the V7 format. + The format of is invalid.