Click or drag to resize

LiteHelperReadBuffer Method

[Missing <summary> documentation for "M:Orthogonal.NTagLite.LiteHelper.ReadBuffer(System.IO.Stream,System.Int32)"]


Namespace: Orthogonal.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
public static byte[] ReadBuffer(
	Stream stream,
	int length
)

Parameters

stream  Stream

[Missing <param name="stream"/> documentation for "M:Orthogonal.NTagLite.LiteHelper.ReadBuffer(System.IO.Stream,System.Int32)"]

length  Int32

[Missing <param name="length"/> documentation for "M:Orthogonal.NTagLite.LiteHelper.ReadBuffer(System.IO.Stream,System.Int32)"]

Return Value

Byte

[Missing <returns> documentation for "M:Orthogonal.NTagLite.LiteHelper.ReadBuffer(System.IO.Stream,System.Int32)"]

See Also