C# Class Lucene.Net.Support.TestDataOutputStream.Sink

Inheritance: System.IO.MemoryStream
显示文件 Open project: apache/lucenenet

Public Methods

Method Description
WriteByte ( byte b ) : void

Method Details

WriteByte() public method

public WriteByte ( byte b ) : void
b byte
return void