Class InputStreamDataInput
A DataInput wrapping a plain System.IO.Stream.
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Store
Assembly: Lucene.Net.dll
Syntax
public class InputStreamDataInput : DataInput, IDisposable
Constructors
| Improve this Doc View SourceInputStreamDataInput(Stream)
Declaration
public InputStreamDataInput(Stream is)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | is |
Methods
| Improve this Doc View SourceDispose()
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
ReadByte()
Declaration
public override byte ReadByte()
Returns
Type | Description |
---|---|
System.Byte |
Overrides
| Improve this Doc View SourceReadBytes(Byte[], Int32, Int32)
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
System.IDisposable