@tsonic/dotnet
Version:
TypeScript type definitions for .NET 10 BCL (Base Class Library)
1,233 lines • 49.4 kB
JSON
{
"namespace": "System.Formats.Tar",
"contributingAssemblies": [
"System.Formats.Tar"
],
"types": [
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryFormat",
"clrName": "System.Formats.Tar.TarEntryFormat",
"tsEmitName": "TarEntryFormat",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryFormat::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryFormat::UnknownSystem.Formats.Tar.TarEntryFormat",
"clrName": "Unknown",
"tsEmitName": "unknown_",
"normalizedSignature": "Unknown|System.Formats.Tar.TarEntryFormat|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryFormat::V7System.Formats.Tar.TarEntryFormat",
"clrName": "V7",
"tsEmitName": "V7",
"normalizedSignature": "V7|System.Formats.Tar.TarEntryFormat|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryFormat::UstarSystem.Formats.Tar.TarEntryFormat",
"clrName": "Ustar",
"tsEmitName": "ustar",
"normalizedSignature": "Ustar|System.Formats.Tar.TarEntryFormat|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryFormat::PaxSystem.Formats.Tar.TarEntryFormat",
"clrName": "Pax",
"tsEmitName": "pax",
"normalizedSignature": "Pax|System.Formats.Tar.TarEntryFormat|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryFormat::GnuSystem.Formats.Tar.TarEntryFormat",
"clrName": "Gnu",
"tsEmitName": "gnu",
"normalizedSignature": "Gnu|System.Formats.Tar.TarEntryFormat|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType",
"clrName": "System.Formats.Tar.TarEntryType",
"tsEmitName": "TarEntryType",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::value__System.Byte",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Byte|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::RegularFileSystem.Formats.Tar.TarEntryType",
"clrName": "RegularFile",
"tsEmitName": "regularFile",
"normalizedSignature": "RegularFile|System.Formats.Tar.TarEntryType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::HardLinkSystem.Formats.Tar.TarEntryType",
"clrName": "HardLink",
"tsEmitName": "hardLink",
"normalizedSignature": "HardLink|System.Formats.Tar.TarEntryType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::SymbolicLinkSystem.Formats.Tar.TarEntryType",
"clrName": "SymbolicLink",
"tsEmitName": "symbolicLink",
"normalizedSignature": "SymbolicLink|System.Formats.Tar.TarEntryType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::CharacterDeviceSystem.Formats.Tar.TarEntryType",
"clrName": "CharacterDevice",
"tsEmitName": "characterDevice",
"normalizedSignature": "CharacterDevice|System.Formats.Tar.TarEntryType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::BlockDeviceSystem.Formats.Tar.TarEntryType",
"clrName": "BlockDevice",
"tsEmitName": "blockDevice",
"normalizedSignature": "BlockDevice|System.Formats.Tar.TarEntryType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::DirectorySystem.Formats.Tar.TarEntryType",
"clrName": "Directory",
"tsEmitName": "directory",
"normalizedSignature": "Directory|System.Formats.Tar.TarEntryType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::FifoSystem.Formats.Tar.TarEntryType",
"clrName": "Fifo",
"tsEmitName": "fifo",
"normalizedSignature": "Fifo|System.Formats.Tar.TarEntryType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::ContiguousFileSystem.Formats.Tar.TarEntryType",
"clrName": "ContiguousFile",
"tsEmitName": "contiguousFile",
"normalizedSignature": "ContiguousFile|System.Formats.Tar.TarEntryType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::ExtendedAttributesSystem.Formats.Tar.TarEntryType",
"clrName": "ExtendedAttributes",
"tsEmitName": "extendedAttributes",
"normalizedSignature": "ExtendedAttributes|System.Formats.Tar.TarEntryType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::GlobalExtendedAttributesSystem.Formats.Tar.TarEntryType",
"clrName": "GlobalExtendedAttributes",
"tsEmitName": "globalExtendedAttributes",
"normalizedSignature": "GlobalExtendedAttributes|System.Formats.Tar.TarEntryType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::DirectoryListSystem.Formats.Tar.TarEntryType",
"clrName": "DirectoryList",
"tsEmitName": "directoryList",
"normalizedSignature": "DirectoryList|System.Formats.Tar.TarEntryType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::LongLinkSystem.Formats.Tar.TarEntryType",
"clrName": "LongLink",
"tsEmitName": "longLink",
"normalizedSignature": "LongLink|System.Formats.Tar.TarEntryType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::LongPathSystem.Formats.Tar.TarEntryType",
"clrName": "LongPath",
"tsEmitName": "longPath",
"normalizedSignature": "LongPath|System.Formats.Tar.TarEntryType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::MultiVolumeSystem.Formats.Tar.TarEntryType",
"clrName": "MultiVolume",
"tsEmitName": "multiVolume",
"normalizedSignature": "MultiVolume|System.Formats.Tar.TarEntryType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::V7RegularFileSystem.Formats.Tar.TarEntryType",
"clrName": "V7RegularFile",
"tsEmitName": "v7RegularFile",
"normalizedSignature": "V7RegularFile|System.Formats.Tar.TarEntryType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::RenamedOrSymlinkedSystem.Formats.Tar.TarEntryType",
"clrName": "RenamedOrSymlinked",
"tsEmitName": "renamedOrSymlinked",
"normalizedSignature": "RenamedOrSymlinked|System.Formats.Tar.TarEntryType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::SparseFileSystem.Formats.Tar.TarEntryType",
"clrName": "SparseFile",
"tsEmitName": "sparseFile",
"normalizedSignature": "SparseFile|System.Formats.Tar.TarEntryType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::TapeVolumeSystem.Formats.Tar.TarEntryType",
"clrName": "TapeVolume",
"tsEmitName": "tapeVolume",
"normalizedSignature": "TapeVolume|System.Formats.Tar.TarEntryType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.GnuTarEntry",
"clrName": "System.Formats.Tar.GnuTarEntry",
"tsEmitName": "GnuTarEntry",
"kind": "Class",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [
{
"stableId": "System.Formats.Tar:System.Formats.Tar.GnuTarEntry::AccessTime:System.DateTimeOffset",
"clrName": "AccessTime",
"tsEmitName": "accessTime",
"normalizedSignature": "AccessTime|:System.DateTimeOffset|static=false|accessor=getset",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": true
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.GnuTarEntry::ChangeTime:System.DateTimeOffset",
"clrName": "ChangeTime",
"tsEmitName": "changeTime",
"normalizedSignature": "ChangeTime|:System.DateTimeOffset|static=false|accessor=getset",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": true
}
],
"fields": [],
"events": [],
"constructors": [
{
"normalizedSignature": "constructor|(System.Formats.Tar.TarEntryType,System.String):void|static=false",
"isStatic": false,
"parameterCount": 2
},
{
"normalizedSignature": "constructor|(System.Formats.Tar.TarEntry):void|static=false",
"isStatic": false,
"parameterCount": 1
}
]
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.PaxGlobalExtendedAttributesTarEntry",
"clrName": "System.Formats.Tar.PaxGlobalExtendedAttributesTarEntry",
"tsEmitName": "PaxGlobalExtendedAttributesTarEntry",
"kind": "Class",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [
{
"stableId": "System.Formats.Tar:System.Formats.Tar.PaxGlobalExtendedAttributesTarEntry::GlobalExtendedAttributes:System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
"clrName": "GlobalExtendedAttributes",
"tsEmitName": "globalExtendedAttributes",
"normalizedSignature": "GlobalExtendedAttributes|:System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": false
}
],
"fields": [],
"events": [],
"constructors": [
{
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
"isStatic": false,
"parameterCount": 1
}
]
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.PaxTarEntry",
"clrName": "System.Formats.Tar.PaxTarEntry",
"tsEmitName": "PaxTarEntry",
"kind": "Class",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [
{
"stableId": "System.Formats.Tar:System.Formats.Tar.PaxTarEntry::ExtendedAttributes:System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
"clrName": "ExtendedAttributes",
"tsEmitName": "extendedAttributes",
"normalizedSignature": "ExtendedAttributes|:System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": false
}
],
"fields": [],
"events": [],
"constructors": [
{
"normalizedSignature": "constructor|(System.Formats.Tar.TarEntryType,System.String):void|static=false",
"isStatic": false,
"parameterCount": 2
},
{
"normalizedSignature": "constructor|(System.Formats.Tar.TarEntryType,System.String,System.Collections.Generic.IEnumerable_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
"isStatic": false,
"parameterCount": 3
},
{
"normalizedSignature": "constructor|(System.Formats.Tar.TarEntry):void|static=false",
"isStatic": false,
"parameterCount": 1
}
]
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.PosixTarEntry",
"clrName": "System.Formats.Tar.PosixTarEntry",
"tsEmitName": "PosixTarEntry",
"kind": "Class",
"accessibility": "Public",
"isAbstract": true,
"isSealed": false,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [
{
"stableId": "System.Formats.Tar:System.Formats.Tar.PosixTarEntry::DeviceMajor:System.Int32",
"clrName": "DeviceMajor",
"tsEmitName": "deviceMajor",
"normalizedSignature": "DeviceMajor|:System.Int32|static=false|accessor=getset",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": true
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.PosixTarEntry::DeviceMinor:System.Int32",
"clrName": "DeviceMinor",
"tsEmitName": "deviceMinor",
"normalizedSignature": "DeviceMinor|:System.Int32|static=false|accessor=getset",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": true
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.PosixTarEntry::GroupName:System.String",
"clrName": "GroupName",
"tsEmitName": "groupName",
"normalizedSignature": "GroupName|:System.String|static=false|accessor=getset",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": true
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.PosixTarEntry::UserName:System.String",
"clrName": "UserName",
"tsEmitName": "userName",
"normalizedSignature": "UserName|:System.String|static=false|accessor=getset",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": true
}
],
"fields": [],
"events": [],
"constructors": []
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntry",
"clrName": "System.Formats.Tar.TarEntry",
"tsEmitName": "TarEntry",
"kind": "Class",
"accessibility": "Public",
"isAbstract": true,
"isSealed": false,
"isStatic": false,
"arity": 0,
"methods": [
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntry::ExtractToFile(System.String,System.Boolean):System.Void",
"clrName": "ExtractToFile",
"tsEmitName": "extractToFile",
"normalizedSignature": "ExtractToFile|(System.String,System.Boolean):System.Void|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 2,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntry::ExtractToFileAsync(System.String,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task",
"clrName": "ExtractToFileAsync",
"tsEmitName": "extractToFileAsync",
"normalizedSignature": "ExtractToFileAsync|(System.String,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 3,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntry::ToString():System.String",
"clrName": "ToString",
"tsEmitName": "toString",
"normalizedSignature": "ToString|():System.String|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": true,
"isSealed": false,
"arity": 0,
"parameterCount": 0,
"isExtensionMethod": false
}
],
"properties": [
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntry::Checksum:System.Int32",
"clrName": "Checksum",
"tsEmitName": "checksum",
"normalizedSignature": "Checksum|:System.Int32|static=false|accessor=get",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": false
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntry::EntryType:System.Formats.Tar.TarEntryType",
"clrName": "EntryType",
"tsEmitName": "entryType",
"normalizedSignature": "EntryType|:System.Formats.Tar.TarEntryType|static=false|accessor=get",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": false
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntry::Format:System.Formats.Tar.TarEntryFormat",
"clrName": "Format",
"tsEmitName": "format",
"normalizedSignature": "Format|:System.Formats.Tar.TarEntryFormat|static=false|accessor=get",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": false
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntry::Gid:System.Int32",
"clrName": "Gid",
"tsEmitName": "gid",
"normalizedSignature": "Gid|:System.Int32|static=false|accessor=getset",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": true
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntry::ModificationTime:System.DateTimeOffset",
"clrName": "ModificationTime",
"tsEmitName": "modificationTime",
"normalizedSignature": "ModificationTime|:System.DateTimeOffset|static=false|accessor=getset",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": true
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntry::Length:System.Int64",
"clrName": "Length",
"tsEmitName": "length",
"normalizedSignature": "Length|:System.Int64|static=false|accessor=get",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": false
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntry::LinkName:System.String",
"clrName": "LinkName",
"tsEmitName": "linkName",
"normalizedSignature": "LinkName|:System.String|static=false|accessor=getset",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": true
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntry::Mode:System.IO.UnixFileMode",
"clrName": "Mode",
"tsEmitName": "mode",
"normalizedSignature": "Mode|:System.IO.UnixFileMode|static=false|accessor=getset",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": true
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntry::Name:System.String",
"clrName": "Name",
"tsEmitName": "name",
"normalizedSignature": "Name|:System.String|static=false|accessor=getset",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": true
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntry::Uid:System.Int32",
"clrName": "Uid",
"tsEmitName": "uid",
"normalizedSignature": "Uid|:System.Int32|static=false|accessor=getset",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": true
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntry::DataStream:System.IO.Stream",
"clrName": "DataStream",
"tsEmitName": "dataStream",
"normalizedSignature": "DataStream|:System.IO.Stream|static=false|accessor=getset",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": true
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntry::DataOffset:System.Int64",
"clrName": "DataOffset",
"tsEmitName": "dataOffset",
"normalizedSignature": "DataOffset|:System.Int64|static=false|accessor=get",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": false
}
],
"fields": [],
"events": [],
"constructors": []
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarReader",
"clrName": "System.Formats.Tar.TarReader",
"tsEmitName": "TarReader",
"kind": "Class",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarReader::Dispose():System.Void",
"clrName": "Dispose",
"tsEmitName": "dispose",
"normalizedSignature": "Dispose|():System.Void|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": true,
"arity": 0,
"parameterCount": 0,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarReader::DisposeAsync():System.Threading.Tasks.ValueTask",
"clrName": "DisposeAsync",
"tsEmitName": "disposeAsync",
"normalizedSignature": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": true,
"arity": 0,
"parameterCount": 0,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarReader::GetNextEntry(System.Boolean):System.Formats.Tar.TarEntry",
"clrName": "GetNextEntry",
"tsEmitName": "getNextEntry",
"normalizedSignature": "GetNextEntry|(System.Boolean):System.Formats.Tar.TarEntry|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 1,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarReader::GetNextEntryAsync(System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Formats.Tar.TarEntry,System.Formats.Tar,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]",
"clrName": "GetNextEntryAsync",
"tsEmitName": "getNextEntryAsync",
"normalizedSignature": "GetNextEntryAsync|(System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Formats.Tar.TarEntry,System.Formats.Tar,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 2,
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
"clrName": "Dispose",
"tsEmitName": "dispose$view",
"normalizedSignature": "Dispose|():System.Void|static=false",
"provenance": "ExplicitView",
"emitScope": "ViewOnly",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 0,
"sourceInterface": "System.IDisposable",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.IAsyncDisposable::DisposeAsync():System.Threading.Tasks.ValueTask",
"clrName": "DisposeAsync",
"tsEmitName": "disposeAsync$view",
"normalizedSignature": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false",
"provenance": "ExplicitView",
"emitScope": "ViewOnly",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 0,
"sourceInterface": "System.IAsyncDisposable",
"isExtensionMethod": false
}
],
"properties": [],
"fields": [],
"events": [],
"constructors": [
{
"normalizedSignature": "constructor|(System.IO.Stream,System.Boolean):void|static=false",
"isStatic": false,
"parameterCount": 2
}
]
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarWriter",
"clrName": "System.Formats.Tar.TarWriter",
"tsEmitName": "TarWriter",
"kind": "Class",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarWriter::Dispose():System.Void",
"clrName": "Dispose",
"tsEmitName": "dispose",
"normalizedSignature": "Dispose|():System.Void|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": true,
"arity": 0,
"parameterCount": 0,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarWriter::DisposeAsync():System.Threading.Tasks.ValueTask",
"clrName": "DisposeAsync",
"tsEmitName": "disposeAsync",
"normalizedSignature": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": true,
"arity": 0,
"parameterCount": 0,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarWriter::WriteEntry(System.String,System.String):System.Void",
"clrName": "WriteEntry",
"tsEmitName": "writeEntry",
"normalizedSignature": "WriteEntry|(System.String,System.String):System.Void|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 2,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarWriter::WriteEntryAsync(System.String,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
"clrName": "WriteEntryAsync",
"tsEmitName": "writeEntryAsync",
"normalizedSignature": "WriteEntryAsync|(System.String,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 3,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarWriter::WriteEntry(System.Formats.Tar.TarEntry):System.Void",
"clrName": "WriteEntry",
"tsEmitName": "writeEntry",
"normalizedSignature": "WriteEntry|(System.Formats.Tar.TarEntry):System.Void|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 1,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarWriter::WriteEntryAsync(System.Formats.Tar.TarEntry,System.Threading.CancellationToken):System.Threading.Tasks.Task",
"clrName": "WriteEntryAsync",
"tsEmitName": "writeEntryAsync",
"normalizedSignature": "WriteEntryAsync|(System.Formats.Tar.TarEntry,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 2,
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
"clrName": "Dispose",
"tsEmitName": "dispose$view",
"normalizedSignature": "Dispose|():System.Void|static=false",
"provenance": "ExplicitView",
"emitScope": "ViewOnly",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 0,
"sourceInterface": "System.IDisposable",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.IAsyncDisposable::DisposeAsync():System.Threading.Tasks.ValueTask",
"clrName": "DisposeAsync",
"tsEmitName": "disposeAsync$view",
"normalizedSignature": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false",
"provenance": "ExplicitView",
"emitScope": "ViewOnly",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 0,
"sourceInterface": "System.IAsyncDisposable",
"isExtensionMethod": false
}
],
"properties": [
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarWriter::Format:System.Formats.Tar.TarEntryFormat",
"clrName": "Format",
"tsEmitName": "format",
"normalizedSignature": "Format|:System.Formats.Tar.TarEntryFormat|static=false|accessor=get",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": false
}
],
"fields": [],
"events": [],
"constructors": [
{
"normalizedSignature": "constructor|(System.IO.Stream):void|static=false",
"isStatic": false,
"parameterCount": 1
},
{
"normalizedSignature": "constructor|(System.IO.Stream,System.Boolean):void|static=false",
"isStatic": false,
"parameterCount": 2
},
{
"normalizedSignature": "constructor|(System.IO.Stream,System.Formats.Tar.TarEntryFormat,System.Boolean):void|static=false",
"isStatic": false,
"parameterCount": 3
}
]
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.UstarTarEntry",
"clrName": "System.Formats.Tar.UstarTarEntry",
"tsEmitName": "UstarTarEntry",
"kind": "Class",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [],
"events": [],
"constructors": [
{
"normalizedSignature": "constructor|(System.Formats.Tar.TarEntryType,System.String):void|static=false",
"isStatic": false,
"parameterCount": 2
},
{
"normalizedSignature": "constructor|(System.Formats.Tar.TarEntry):void|static=false",
"isStatic": false,
"parameterCount": 1
}
]
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.V7TarEntry",
"clrName": "System.Formats.Tar.V7TarEntry",
"tsEmitName": "V7TarEntry",
"kind": "Class",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [],
"events": [],
"constructors": [
{
"normalizedSignature": "constructor|(System.Formats.Tar.TarEntryType,System.String):void|static=false",
"isStatic": false,
"parameterCount": 2
},
{
"normalizedSignature": "constructor|(System.Formats.Tar.TarEntry):void|static=false",
"isStatic": false,
"parameterCount": 1
}
]
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarFile",
"clrName": "System.Formats.Tar.TarFile",
"tsEmitName": "TarFile",
"kind": "StaticNamespace",
"accessibility": "Public",
"isAbstract": true,
"isSealed": true,
"isStatic": true,
"arity": 0,
"methods": [
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarFile::CreateFromDirectory(System.String,System.IO.Stream,System.Boolean):System.Void",
"clrName": "CreateFromDirectory",
"tsEmitName": "createFromDirectory",
"normalizedSignature": "CreateFromDirectory|(System.String,System.IO.Stream,System.Boolean):System.Void|static=true",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": true,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 3,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarFile::CreateFromDirectoryAsync(System.String,System.IO.Stream,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task",
"clrName": "CreateFromDirectoryAsync",
"tsEmitName": "createFromDirectoryAsync",
"normalizedSignature": "CreateFromDirectoryAsync|(System.String,System.IO.Stream,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=true",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": true,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 4,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarFile::CreateFromDirectory(System.String,System.String,System.Boolean):System.Void",
"clrName": "CreateFromDirectory",
"tsEmitName": "createFromDirectory",
"normalizedSignature": "CreateFromDirectory|(System.String,System.String,System.Boolean):System.Void|static=true",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": true,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 3,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarFile::CreateFromDirectoryAsync(System.String,System.String,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task",
"clrName": "CreateFromDirectoryAsync",
"tsEmitName": "createFromDirectoryAsync",
"normalizedSignature": "CreateFromDirectoryAsync|(System.String,System.String,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=true",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": true,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 4,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarFile::ExtractToDirectory(System.IO.Stream,System.String,System.Boolean):System.Void",
"clrName": "ExtractToDirectory",
"tsEmitName": "extractToDirectory",
"normalizedSignature": "ExtractToDirectory|(System.IO.Stream,System.String,System.Boolean):System.Void|static=true",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": true,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 3,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarFile::ExtractToDirectoryAsync(System.IO.Stream,System.String,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task",
"clrName": "ExtractToDirectoryAsync",
"tsEmitName": "extractToDirectoryAsync",
"normalizedSignature": "ExtractToDirectoryAsync|(System.IO.Stream,System.String,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=true",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": true,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 4,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarFile::ExtractToDirectory(System.String,System.String,System.Boolean):System.Void",
"clrName": "ExtractToDirectory",
"tsEmitName": "extractToDirectory",
"normalizedSignature": "ExtractToDirectory|(System.String,System.String,System.Boolean):System.Void|static=true",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": true,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 3,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Tar:System.Formats.Tar.TarFile::ExtractToDirectoryAsync(System.String,System.String,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task",
"clrName": "ExtractToDirectoryAsync",
"tsEmitName": "extractToDirectoryAsync",
"normalizedSignature": "ExtractToDirectoryAsync|(System.String,System.String,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=true",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": true,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 4,
"isExtensionMethod": false
}
],
"properties": [],
"fields": [],
"events": [],
"constructors": []
}
]
}