Global
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.archive.tar
- Platforms: .NET, .NET Standard 2.0, Island
ErrFieldTooLong
class var ErrFieldTooLong: error;
static error ErrFieldTooLong
static var ErrFieldTooLong: error
ErrFieldTooLong error
Shared FIELD ErrFieldTooLong() As error
ErrHeader
class var ErrHeader: error;
static error ErrHeader
static var ErrHeader: error
ErrHeader error
Shared FIELD ErrHeader() As error
ErrWriteAfterClose
class var ErrWriteAfterClose: error;
static error ErrWriteAfterClose
static var ErrWriteAfterClose: error
ErrWriteAfterClose error
Shared FIELD ErrWriteAfterClose() As error
ErrWriteTooLong
class var ErrWriteTooLong: error;
static error ErrWriteTooLong
static var ErrWriteTooLong: error
ErrWriteTooLong error
Shared FIELD ErrWriteTooLong() As error
FileInfoHeader
// .NET, .NET Standard 2.0
class method FileInfoHeader(fi: FileInfo; link: string): tuple of (Memory<Header>, error)
// Island
class method FileInfoHeader(fi: FileInfo; link: string): tuple of (Memory<Header>, error)
// .NET, .NET Standard 2.0
static (Memory<Header>, error) FileInfoHeader(FileInfo fi, string link)
// Island
static (Memory<Header>, error) FileInfoHeader(FileInfo fi, string link)
// .NET, .NET Standard 2.0
static func FileInfoHeader(_ fi: FileInfo, _ link: string) -> (Memory<Header>, error)
// Island
static func FileInfoHeader(_ fi: FileInfo, _ link: string) -> (Memory<Header>, error)
Parameters:
- fi:
- link:
FormatGNU
const FormatGNU: Format = 8;
const Format FormatGNU = 8
static let FormatGNU: Format = 8
const FormatGNU Format = 8
Dim FormatGNU As Format = 8
FormatPAX
const FormatPAX: Format = 4;
const Format FormatPAX = 4
static let FormatPAX: Format = 4
const FormatPAX Format = 4
Dim FormatPAX As Format = 4
FormatUnknown
const FormatUnknown: Format = 0;
const Format FormatUnknown = 0
static let FormatUnknown: Format = 0
const FormatUnknown Format = 0
Dim FormatUnknown As Format = 0
FormatUSTAR
const FormatUSTAR: Format = 2;
const Format FormatUSTAR = 2
static let FormatUSTAR: Format = 2
const FormatUSTAR Format = 2
Dim FormatUSTAR As Format = 2
NewReader
// .NET, .NET Standard 2.0
class method NewReader(r: Reader): Memory<Reader>
// Island
class method NewReader(r: Reader): Memory<Reader>
// .NET, .NET Standard 2.0
static Memory<Reader> NewReader(Reader r)
// Island
static Memory<Reader> NewReader(Reader r)
// .NET, .NET Standard 2.0
static func NewReader(_ r: Reader) -> Memory<Reader>
// Island
static func NewReader(_ r: Reader) -> Memory<Reader>
Parameters:
- r:
NewWriter
// .NET, .NET Standard 2.0
class method NewWriter(w: Writer): Memory<Writer>
// Island
class method NewWriter(w: Writer): Memory<Writer>
// .NET, .NET Standard 2.0
static Memory<Writer> NewWriter(Writer w)
// Island
static Memory<Writer> NewWriter(Writer w)
// .NET, .NET Standard 2.0
static func NewWriter(_ w: Writer) -> Memory<Writer>
// Island
static func NewWriter(_ w: Writer) -> Memory<Writer>
Parameters:
- w:
TypeBlock
const TypeBlock: Char = '4';
const Char TypeBlock = '4'
static let TypeBlock: Char = '4'
const TypeBlock Char = '4'
Dim TypeBlock As Char = "4"
TypeChar
const TypeChar: Char = '3';
const Char TypeChar = '3'
static let TypeChar: Char = '3'
const TypeChar Char = '3'
Dim TypeChar As Char = "3"
TypeCont
const TypeCont: Char = '7';
const Char TypeCont = '7'
static let TypeCont: Char = '7'
const TypeCont Char = '7'
Dim TypeCont As Char = "7"
TypeDir
const TypeDir: Char = '5';
const Char TypeDir = '5'
static let TypeDir: Char = '5'
const TypeDir Char = '5'
Dim TypeDir As Char = "5"
TypeFifo
const TypeFifo: Char = '6';
const Char TypeFifo = '6'
static let TypeFifo: Char = '6'
const TypeFifo Char = '6'
Dim TypeFifo As Char = "6"
TypeGNULongLink
const TypeGNULongLink: Char = 'K';
const Char TypeGNULongLink = 'K'
static let TypeGNULongLink: Char = 'K'
const TypeGNULongLink Char = 'K'
Dim TypeGNULongLink As Char = "K"
TypeGNULongName
const TypeGNULongName: Char = 'L';
const Char TypeGNULongName = 'L'
static let TypeGNULongName: Char = 'L'
const TypeGNULongName Char = 'L'
Dim TypeGNULongName As Char = "L"
TypeGNUSparse
const TypeGNUSparse: Char = 'S';
const Char TypeGNUSparse = 'S'
static let TypeGNUSparse: Char = 'S'
const TypeGNUSparse Char = 'S'
Dim TypeGNUSparse As Char = "S"
TypeLink
const TypeLink: Char = '1';
const Char TypeLink = '1'
static let TypeLink: Char = '1'
const TypeLink Char = '1'
Dim TypeLink As Char = "1"
TypeReg
const TypeReg: Char = '0';
const Char TypeReg = '0'
static let TypeReg: Char = '0'
const TypeReg Char = '0'
Dim TypeReg As Char = "0"
TypeRegA
const TypeRegA: Char = #0;
const Char TypeRegA = (char)0
static let TypeRegA: Char = \u{0000}
const TypeRegA Char = \x0
Dim TypeRegA As Char = CChar(0)
TypeSymlink
const TypeSymlink: Char = '2';
const Char TypeSymlink = '2'
static let TypeSymlink: Char = '2'
const TypeSymlink Char = '2'
Dim TypeSymlink As Char = "2"
TypeXGlobalHeader
const TypeXGlobalHeader: Char = 'g';
const Char TypeXGlobalHeader = 'g'
static let TypeXGlobalHeader: Char = 'g'
const TypeXGlobalHeader Char = 'g'
Dim TypeXGlobalHeader As Char = "g"
TypeXHeader
FormatGNU
const FormatGNU: Format = 8;
const Format FormatGNU = 8
static let FormatGNU: Format = 8
const FormatGNU Format = 8
Dim FormatGNU As Format = 8
FormatPAX
const FormatPAX: Format = 4;
const Format FormatPAX = 4
static let FormatPAX: Format = 4
const FormatPAX Format = 4
Dim FormatPAX As Format = 4
FormatUnknown
const FormatUnknown: Format = 0;
const Format FormatUnknown = 0
static let FormatUnknown: Format = 0
const FormatUnknown Format = 0
Dim FormatUnknown As Format = 0
FormatUSTAR
const FormatUSTAR: Format = 2;
const Format FormatUSTAR = 2
static let FormatUSTAR: Format = 2
const FormatUSTAR Format = 2
Dim FormatUSTAR As Format = 2
TypeBlock
const TypeBlock: Char = '4';
const Char TypeBlock = '4'
static let TypeBlock: Char = '4'
const TypeBlock Char = '4'
Dim TypeBlock As Char = "4"
TypeChar
const TypeChar: Char = '3';
const Char TypeChar = '3'
static let TypeChar: Char = '3'
const TypeChar Char = '3'
Dim TypeChar As Char = "3"
TypeCont
const TypeCont: Char = '7';
const Char TypeCont = '7'
static let TypeCont: Char = '7'
const TypeCont Char = '7'
Dim TypeCont As Char = "7"
TypeDir
const TypeDir: Char = '5';
const Char TypeDir = '5'
static let TypeDir: Char = '5'
const TypeDir Char = '5'
Dim TypeDir As Char = "5"
TypeFifo
const TypeFifo: Char = '6';
const Char TypeFifo = '6'
static let TypeFifo: Char = '6'
const TypeFifo Char = '6'
Dim TypeFifo As Char = "6"
TypeGNULongLink
const TypeGNULongLink: Char = 'K';
const Char TypeGNULongLink = 'K'
static let TypeGNULongLink: Char = 'K'
const TypeGNULongLink Char = 'K'
Dim TypeGNULongLink As Char = "K"
TypeGNULongName
const TypeGNULongName: Char = 'L';
const Char TypeGNULongName = 'L'
static let TypeGNULongName: Char = 'L'
const TypeGNULongName Char = 'L'
Dim TypeGNULongName As Char = "L"
TypeGNUSparse
const TypeGNUSparse: Char = 'S';
const Char TypeGNUSparse = 'S'
static let TypeGNUSparse: Char = 'S'
const TypeGNUSparse Char = 'S'
Dim TypeGNUSparse As Char = "S"
TypeLink
const TypeLink: Char = '1';
const Char TypeLink = '1'
static let TypeLink: Char = '1'
const TypeLink Char = '1'
Dim TypeLink As Char = "1"
TypeReg
const TypeReg: Char = '0';
const Char TypeReg = '0'
static let TypeReg: Char = '0'
const TypeReg Char = '0'
Dim TypeReg As Char = "0"
TypeRegA
const TypeRegA: Char = #0;
const Char TypeRegA = (char)0
static let TypeRegA: Char = \u{0000}
const TypeRegA Char = \x0
Dim TypeRegA As Char = CChar(0)
TypeSymlink
const TypeSymlink: Char = '2';
const Char TypeSymlink = '2'
static let TypeSymlink: Char = '2'
const TypeSymlink Char = '2'
Dim TypeSymlink As Char = "2"
TypeXGlobalHeader
const TypeXGlobalHeader: Char = 'g';
const Char TypeXGlobalHeader = 'g'
static let TypeXGlobalHeader: Char = 'g'
const TypeXGlobalHeader Char = 'g'
Dim TypeXGlobalHeader As Char = "g"
TypeXHeader
ErrFieldTooLong
class var ErrFieldTooLong: error;
static error ErrFieldTooLong
static var ErrFieldTooLong: error
ErrFieldTooLong error
Shared FIELD ErrFieldTooLong() As error
ErrHeader
class var ErrHeader: error;
static error ErrHeader
static var ErrHeader: error
ErrHeader error
Shared FIELD ErrHeader() As error
ErrWriteAfterClose
class var ErrWriteAfterClose: error;
static error ErrWriteAfterClose
static var ErrWriteAfterClose: error
ErrWriteAfterClose error
Shared FIELD ErrWriteAfterClose() As error
ErrWriteTooLong
FileInfoHeader
// .NET, .NET Standard 2.0
class method FileInfoHeader(fi: FileInfo; link: string): tuple of (Memory<Header>, error)
// Island
class method FileInfoHeader(fi: FileInfo; link: string): tuple of (Memory<Header>, error)
// .NET, .NET Standard 2.0
static (Memory<Header>, error) FileInfoHeader(FileInfo fi, string link)
// Island
static (Memory<Header>, error) FileInfoHeader(FileInfo fi, string link)
// .NET, .NET Standard 2.0
static func FileInfoHeader(_ fi: FileInfo, _ link: string) -> (Memory<Header>, error)
// Island
static func FileInfoHeader(_ fi: FileInfo, _ link: string) -> (Memory<Header>, error)
Parameters:
- fi:
- link:
NewReader
// .NET, .NET Standard 2.0
class method NewReader(r: Reader): Memory<Reader>
// Island
class method NewReader(r: Reader): Memory<Reader>
// .NET, .NET Standard 2.0
static Memory<Reader> NewReader(Reader r)
// Island
static Memory<Reader> NewReader(Reader r)
// .NET, .NET Standard 2.0
static func NewReader(_ r: Reader) -> Memory<Reader>
// Island
static func NewReader(_ r: Reader) -> Memory<Reader>
Parameters:
- r:
NewWriter
// .NET, .NET Standard 2.0
class method NewWriter(w: Writer): Memory<Writer>
// Island
class method NewWriter(w: Writer): Memory<Writer>
// .NET, .NET Standard 2.0
static Memory<Writer> NewWriter(Writer w)
// Island
static Memory<Writer> NewWriter(Writer w)
// .NET, .NET Standard 2.0
static func NewWriter(_ w: Writer) -> Memory<Writer>
// Island
static func NewWriter(_ w: Writer) -> Memory<Writer>
Parameters:
- w: