Class PagedBytes.PagedBytesDataInput
  
  
  
  
    Inheritance
    System.Object
    
    PagedBytes.PagedBytesDataInput
   
  
  
  Assembly: Lucene.Net.dll
  Syntax
  
    public sealed class PagedBytesDataInput : DataInput
   
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Clone()
  
  
  Declaration
  
    public override object Clone()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Object | 
         | 
      
    
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetPosition()
  Returns the current byte position. 
 
  
  Declaration
  
    public long GetPosition()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int64 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ReadByte()
  
  
  Declaration
  
    public override byte ReadByte()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Byte | 
         | 
      
    
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ReadBytes(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
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SetPosition(Int64)
  
  
  Declaration
  
    public void SetPosition(long position)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Int64 | 
        position | 
         |