Click or drag to resize

LiteHelperWriteBuffer Method

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


Namespace: Orthogonal.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
public static void WriteBuffer(
	Stream stream,
	byte[] buffer
)

Parameters

stream  Stream

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

buffer  Byte

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

See Also