Class BinaryWriterDataOutput
Inheritance
System.Object
BinaryWriterDataOutput
Assembly: Lucene.Net.dll
Syntax
public class BinaryWriterDataOutput : DataOutput, IDisposable
Constructors
|
Improve this Doc
View Source
BinaryWriterDataOutput(BinaryWriter)
Declaration
public BinaryWriterDataOutput(BinaryWriter bw)
Parameters
Type |
Name |
Description |
BinaryWriter |
bw |
|
Methods
|
Improve this Doc
View Source
Dispose()
Declaration
|
Improve this Doc
View Source
WriteByte(Byte)
Declaration
public override void WriteByte(byte b)
Parameters
Type |
Name |
Description |
System.Byte |
b |
|
Overrides
|
Improve this Doc
View Source
WriteBytes(Byte[], Int32, Int32)
Declaration
public override void WriteBytes(byte[] b, int offset, int length)
Parameters
Type |
Name |
Description |
System.Byte[] |
b |
|
System.Int32 |
offset |
|
System.Int32 |
length |
|
Overrides
Implements
IDisposable