Rename TarFormat to TarEntryFormat (#70313)
authorCarlos Sanchez <1175054+carlossanlop@users.noreply.github.com>
Tue, 7 Jun 2022 01:19:03 +0000 (18:19 -0700)
committerGitHub <noreply@github.com>
Tue, 7 Jun 2022 01:19:03 +0000 (18:19 -0700)
commit0a7db6efa68fbcf427fdb56e92eaa9284d61e153
tree86230e34104427f6c714aac29706cef2cd7e3e25
parenta40b002aa59f4c9eb3e820bba079e406c42717c8
Rename TarFormat to TarEntryFormat (#70313)
31 files changed:
src/libraries/System.Formats.Tar/ref/System.Formats.Tar.cs
src/libraries/System.Formats.Tar/src/System.Formats.Tar.csproj
src/libraries/System.Formats.Tar/src/System/Formats/Tar/GnuTarEntry.cs
src/libraries/System.Formats.Tar/src/System/Formats/Tar/PaxTarEntry.cs
src/libraries/System.Formats.Tar/src/System/Formats/Tar/PosixTarEntry.cs
src/libraries/System.Formats.Tar/src/System/Formats/Tar/TarEntry.cs
src/libraries/System.Formats.Tar/src/System/Formats/Tar/TarEntryFormat.cs [moved from src/libraries/System.Formats.Tar/src/System/Formats/Tar/TarFormat.cs with 57% similarity]
src/libraries/System.Formats.Tar/src/System/Formats/Tar/TarEntryType.cs
src/libraries/System.Formats.Tar/src/System/Formats/Tar/TarFile.cs
src/libraries/System.Formats.Tar/src/System/Formats/Tar/TarHeader.Read.cs
src/libraries/System.Formats.Tar/src/System/Formats/Tar/TarHeader.Write.cs
src/libraries/System.Formats.Tar/src/System/Formats/Tar/TarHeader.cs
src/libraries/System.Formats.Tar/src/System/Formats/Tar/TarHelpers.cs
src/libraries/System.Formats.Tar/src/System/Formats/Tar/TarReader.cs
src/libraries/System.Formats.Tar/src/System/Formats/Tar/TarWriter.Unix.cs
src/libraries/System.Formats.Tar/src/System/Formats/Tar/TarWriter.Windows.cs
src/libraries/System.Formats.Tar/src/System/Formats/Tar/TarWriter.cs
src/libraries/System.Formats.Tar/src/System/Formats/Tar/UstarTarEntry.cs
src/libraries/System.Formats.Tar/src/System/Formats/Tar/V7TarEntry.cs
src/libraries/System.Formats.Tar/tests/CompressedTar.Tests.cs
src/libraries/System.Formats.Tar/tests/TarFile/TarFile.ExtractToDirectory.Stream.Tests.cs
src/libraries/System.Formats.Tar/tests/TarReader/TarReader.File.Tests.cs
src/libraries/System.Formats.Tar/tests/TarReader/TarReader.GetNextEntry.Tests.cs
src/libraries/System.Formats.Tar/tests/TarWriter/TarWriter.Tests.cs
src/libraries/System.Formats.Tar/tests/TarWriter/TarWriter.WriteEntry.Entry.Gnu.Tests.cs
src/libraries/System.Formats.Tar/tests/TarWriter/TarWriter.WriteEntry.Entry.Pax.Tests.cs
src/libraries/System.Formats.Tar/tests/TarWriter/TarWriter.WriteEntry.Entry.Ustar.Tests.cs
src/libraries/System.Formats.Tar/tests/TarWriter/TarWriter.WriteEntry.Entry.V7.Tests.cs
src/libraries/System.Formats.Tar/tests/TarWriter/TarWriter.WriteEntry.File.Tests.Unix.cs
src/libraries/System.Formats.Tar/tests/TarWriter/TarWriter.WriteEntry.File.Tests.cs
src/libraries/System.Formats.Tar/tests/TarWriter/TarWriter.WriteEntry.Tests.cs