Class ScanBuff
  
  
  
  
    Inheritance
    System.Object
    ScanBuff
      
   
  
    Inherited Members
    
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
   
  
  Assembly: Xbim.Common.dll
  Syntax
  
    public abstract class ScanBuff
   
  Fields
  
  
    |
    Improve this Doc
  
  
    View Source
  
  EndOfFile
  
  
  Declaration
  
    public const int EndOfFile = -1
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  UnicodeReplacementChar
  
  
  Declaration
  
    public const int UnicodeReplacementChar = 65533
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  FileName
  
  
  Declaration
  
    public string FileName { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  IsFile
  
  
  Declaration
  
    public bool IsFile { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Pos
  
  
  Declaration
  
    public abstract long Pos { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int64 |  | 
    
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetBuffer(IList<String>)
  
  
  Declaration
  
    public static ScanBuff GetBuffer(IList<string> source)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Collections.Generic.IList<System.String> | source |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetBuffer(Stream)
  
  
  Declaration
  
    public static ScanBuff GetBuffer(Stream source)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.IO.Stream | source |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetBuffer(String)
  
  
  Declaration
  
    public static ScanBuff GetBuffer(string source)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | source |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetString(Int64, Int64)
  
  
  Declaration
  
    public abstract string GetString(long begin, long limit)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Int64 | begin |  | 
      
        | System.Int64 | limit |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Mark()
  
  
  Declaration
  
    public virtual void Mark()
   
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Read()
  
  
  Declaration
  
    public abstract int Read()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  |