Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 773 Bytes

EosioSigningRequest--IZlibProvider.md

File metadata and controls

21 lines (12 loc) · 773 Bytes

interface EosioSigningRequest::IZlibProvider

Interface that should be implemented by zlib implementations.

Summary

Members Descriptions
public byte[] DeflateRaw(byte[] data) Deflate data w/o adding zlib header.
public byte[] InflateRaw(byte[] data) Inflate data w/o requiring zlib header.

Members

public byte[] DeflateRaw(byte[] data)

Deflate data w/o adding zlib header.

public byte[] InflateRaw(byte[] data)

Inflate data w/o requiring zlib header.