Global

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.hash.adler32
  • Platforms: .NET, .NET Standard 2.0, Island

Constants


Size

 

const Size: Int64 = 4;

 

const Int64 Size = 4

 

static let Size: Int64 = 4

 

const Size Int64 = 4

 

Dim Size As Int64 = 4

Methods


Checksum

 

class method Checksum(data: Slice<Byte>): uint32

 

static uint32 Checksum(Slice<Byte> data)

 

static func Checksum(_ data: Slice<Byte>) -> uint32

 

func Checksum(data Slice<Byte>) uint32

 

Shared Function Checksum(data As Slice<Byte>) As uint32

Parameters:

  • data:

New

 

class method New: Hash32

 

static Hash32 New()

 

static func New() -> Hash32

 

func New() Hash32

 

Shared Function New() As Hash32