You've already forked linux-packaging-mono
Imported Upstream version 5.10.0.47
Former-commit-id: d0813289fa2d35e1f8ed77530acb4fb1df441bc0
This commit is contained in:
parent
88ff76fe28
commit
e46a49ecf1
@@ -38,6 +38,7 @@ namespace ICSharpCode.SharpZipLib.Tar {
|
||||
/// This exception is used to indicate that there is a problem
|
||||
/// with a TAR archive header.
|
||||
/// </summary>
|
||||
[System.ObsoleteAttribute("This assembly has been deprecated. Please use https://www.nuget.org/packages/SharpZipLib/ instead.")]
|
||||
public class InvalidHeaderException : TarException
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
@@ -41,6 +41,7 @@ namespace ICSharpCode.SharpZipLib.Tar {
|
||||
/// <summary>
|
||||
/// Used to advise clients of 'events' while processing archives
|
||||
/// </summary>
|
||||
[System.ObsoleteAttribute("This assembly has been deprecated. Please use https://www.nuget.org/packages/SharpZipLib/ instead.")]
|
||||
public delegate void ProgressMessageHandler(TarArchive archive, TarEntry entry, string message);
|
||||
|
||||
/// <summary>
|
||||
@@ -64,6 +65,7 @@ namespace ICSharpCode.SharpZipLib.Tar {
|
||||
/// TarBuffer.getCurrentRecordNum() and TarBuffer.getCurrentBlockNum()
|
||||
/// methods, this would be rather trvial.
|
||||
/// </summary>
|
||||
[System.ObsoleteAttribute("This assembly has been deprecated. Please use https://www.nuget.org/packages/SharpZipLib/ instead.")]
|
||||
public class TarArchive
|
||||
{
|
||||
bool keepOldFiles;
|
||||
|
||||
@@ -51,6 +51,7 @@ namespace ICSharpCode.SharpZipLib.Tar
|
||||
/// TarBuffers are created by Tar IO Streams.
|
||||
/// </p>
|
||||
/// </summary>
|
||||
[System.ObsoleteAttribute("This assembly has been deprecated. Please use https://www.nuget.org/packages/SharpZipLib/ instead.")]
|
||||
public class TarBuffer
|
||||
{
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ namespace ICSharpCode.SharpZipLib.Tar
|
||||
///
|
||||
/// <see cref="TarHeader"/>
|
||||
/// </summary>
|
||||
[System.ObsoleteAttribute("This assembly has been deprecated. Please use https://www.nuget.org/packages/SharpZipLib/ instead.")]
|
||||
public class TarEntry : ICloneable
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
@@ -40,6 +40,7 @@ namespace ICSharpCode.SharpZipLib.Tar {
|
||||
/// <summary>
|
||||
/// TarExceptions are used for exceptions specific to tar classes and code.
|
||||
/// </summary>
|
||||
[System.ObsoleteAttribute("This assembly has been deprecated. Please use https://www.nuget.org/packages/SharpZipLib/ instead.")]
|
||||
public class TarException : SharpZipBaseException
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
@@ -77,6 +77,7 @@ namespace ICSharpCode.SharpZipLib.Tar
|
||||
/// This class encapsulates the Tar Entry Header used in Tar Archives.
|
||||
/// The class also holds a number of tar constants, used mostly in headers.
|
||||
/// </summary>
|
||||
[System.ObsoleteAttribute("This assembly has been deprecated. Please use https://www.nuget.org/packages/SharpZipLib/ instead.")]
|
||||
public class TarHeader : ICloneable
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
@@ -46,6 +46,7 @@ namespace ICSharpCode.SharpZipLib.Tar
|
||||
/// the archive, and the read each entry as a normal input stream
|
||||
/// using read().
|
||||
/// </summary>
|
||||
[System.ObsoleteAttribute("This assembly has been deprecated. Please use https://www.nuget.org/packages/SharpZipLib/ instead.")]
|
||||
public class TarInputStream : Stream
|
||||
{
|
||||
/// <summary>
|
||||
@@ -551,6 +552,7 @@ namespace ICSharpCode.SharpZipLib.Tar
|
||||
/// the programmer to have their own TarEntry subclass instantiated for the
|
||||
/// entries return from getNextEntry().
|
||||
/// </summary>
|
||||
[System.ObsoleteAttribute("This assembly has been deprecated. Please use https://www.nuget.org/packages/SharpZipLib/ instead.")]
|
||||
public interface IEntryFactory
|
||||
{
|
||||
/// <summary>
|
||||
@@ -588,6 +590,7 @@ namespace ICSharpCode.SharpZipLib.Tar
|
||||
/// <summary>
|
||||
/// Standard entry factory class creating instances of the class TarEntry
|
||||
/// </summary>
|
||||
[System.ObsoleteAttribute("This assembly has been deprecated. Please use https://www.nuget.org/packages/SharpZipLib/ instead.")]
|
||||
public class EntryFactoryAdapter : IEntryFactory
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
@@ -46,6 +46,7 @@ namespace ICSharpCode.SharpZipLib.Tar
|
||||
/// by writing to this stream using write().
|
||||
/// </summary>
|
||||
/// public
|
||||
[System.ObsoleteAttribute("This assembly has been deprecated. Please use https://www.nuget.org/packages/SharpZipLib/ instead.")]
|
||||
public class TarOutputStream : Stream
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user