ZOutputStreamRead Method ByteScout Document Parser SDK

[Missing <summary> documentation for "M:ComponentAce.Compression.Libs.zlib.ZOutputStream.Read(System.Byte[],System.Int32,System.Int32)"]

Namespace:  ComponentAce.Compression.Libs.zlib
Assembly:  ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 5.0.4.503-master
Syntax

public override int Read(
	byte[] buffer,
	int offset,
	int count
)

Parameters

buffer
Type: SystemByte

[Missing <param name="buffer"/> documentation for "M:ComponentAce.Compression.Libs.zlib.ZOutputStream.Read(System.Byte[],System.Int32,System.Int32)"]

offset
Type: SystemInt32

[Missing <param name="offset"/> documentation for "M:ComponentAce.Compression.Libs.zlib.ZOutputStream.Read(System.Byte[],System.Int32,System.Int32)"]

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:ComponentAce.Compression.Libs.zlib.ZOutputStream.Read(System.Byte[],System.Int32,System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:ComponentAce.Compression.Libs.zlib.ZOutputStream.Read(System.Byte[],System.Int32,System.Int32)"]

See Also

Reference