Write byte into byte slice stream

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public void WriteByte(
	byte b
)
Visual Basic
Public Sub WriteByte ( _
	b As Byte _
)
Visual C++
public:
void WriteByte(
	unsigned char b
)

Parameters

b
Type: System..::..Byte

[Missing <param name="b"/> documentation for "M:Lucene.Net.Index.ByteSliceWriter.WriteByte(System.Byte)"]

See Also