Compressor

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.archive.zip
  • Platforms: .NET, .NET Standard 2.0, Island
  • Ancestry:

Fields


Value

 

// .NET, .NET Standard 2.0
var Value: Func<Writer, tuple of (WriteCloser, error)>;
// Island
var Value: Func<go.io.Writer,tuple of (go.io.WriteCloser,go.builtin.error)>;

 

// .NET, .NET Standard 2.0
Func<Writer, tuple of (WriteCloser, error)> Value
// Island
Func<go.io.Writer,tuple of (go.io.WriteCloser,go.builtin.error)> Value

 

// .NET, .NET Standard 2.0
var Value: Func<Writer, (WriteCloser, error)>
// Island
var Value: Func<go.io.Writer,tuple of (go.io.WriteCloser,go.builtin.error)>

 

// .NET, .NET Standard 2.0
Value Func<Writer, tuple of (WriteCloser, error)>
// Island
Value Func<go.io.Writer,tuple of (go.io.WriteCloser,go.builtin.error)>

 

// .NET, .NET Standard 2.0
FIELD Value() As Func (Of Writer, Tuple (Of WriteCloser, error))
// Island
FIELD Value() As Func<go.io.Writer,tuple of (go.io.WriteCloser,go.builtin.error)>

Instance Methods


constructor

 

constructor

 

Compressor()

 

init()

 

Sub New()

constructor (Func<Writer, tuple of (WriteCloser, error)>)

 

// .NET, .NET Standard 2.0
constructor(aValue: Func<Writer, tuple of (WriteCloser, error)>)
// Island
constructor(aValue: Func<go.io.Writer,tuple of (go.io.WriteCloser,go.builtin.error)>)

 

// .NET, .NET Standard 2.0
Compressor(Func<Writer, tuple of (WriteCloser, error)> aValue)
// Island
Compressor(Func<go.io.Writer,tuple of (go.io.WriteCloser,go.builtin.error)> aValue)

 

// .NET, .NET Standard 2.0
init(_ aValue: Func<Writer, (WriteCloser, error)>)
// Island
init(_ aValue: Func<go.io.Writer,tuple of (go.io.WriteCloser,go.builtin.error)>)

 

// .NET, .NET Standard 2.0
Sub New(aValue As Func (Of Writer, Tuple (Of WriteCloser, error)))
// Island
Sub New(aValue As Func<go.io.Writer,tuple of (go.io.WriteCloser,go.builtin.error)>)

Parameters:

  • aValue:

Equals  override virtual

 

method Equals(value: Object): Boolean

 

Boolean Equals(Object value)

 

func Equals(_ value: Object) -> Boolean

 

func Equals(value interface{}) Boolean

 

Function Equals(value As Object) As Boolean

Parameters:

  • value:

GetHashCode  override virtual

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

func GetHashCode() Int32

 

Function GetHashCode() As Int32