Class FileStreamExtensions
Inheritance
System.Object
    FileStreamExtensions
  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.Support.IO
Assembly: Lucene.Net.dll
Syntax
public static class FileStreamExtensions
  Methods
| Improve this Doc View SourceRead(FileStream, ByteBuffer, Int64)
Declaration
public static int Read(this FileStream file, ByteBuffer dst, long position)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.IO.FileStream | file | |
| ByteBuffer | dst | |
| System.Int64 | position | 
Returns
| Type | Description | 
|---|---|
| System.Int32 |