Writes a single byte.
Namespace: Lucene.Net.StoreAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public override void WriteByte( byte b ) |
Visual Basic |
---|
Public Overrides Sub WriteByte ( _ b As Byte _ ) |
Visual C++ |
---|
public: virtual void WriteByte( unsigned char b ) override |
Parameters
- b
- Type: System..::..Byte
[Missing <param name="b"/> documentation for "M:Lucene.Net.Store.BufferedIndexOutput.WriteByte(System.Byte)"]