Class InputStreamDataInput
Inheritance
System.Object
InputStreamDataInput
Assembly: Lucene.Net.dll
public class InputStreamDataInput : DataInput, IDisposable
Constructors
|
Improve this Doc
View Source
Declaration
public InputStreamDataInput(Stream is)
Parameters
Type |
Name |
Description |
Stream |
is |
|
Methods
|
Improve this Doc
View Source
Declaration
|
Improve this Doc
View Source
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
|
Improve this Doc
View Source
Declaration
public override byte ReadByte()
Returns
Type |
Description |
System.Byte |
|
Overrides
|
Improve this Doc
View Source
Declaration
public override void ReadBytes(byte[] b, int offset, int len)
Parameters
Type |
Name |
Description |
System.Byte[] |
b |
|
System.Int32 |
offset |
|
System.Int32 |
len |
|
Overrides
Implements
IDisposable