Class XbimScanBuffer
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()
    
  Namespace: Xbim.IO.Parser
Assembly: Xbim.Common.dll
Syntax
public class XbimScanBuffer : ScanBuffConstructors
| Improve this Doc View SourceXbimScanBuffer(Stream)
Declaration
public XbimScanBuffer(Stream stream)Parameters
| Type | Name | Description | 
|---|---|---|
| System.IO.Stream | stream | 
Properties
| Improve this Doc View SourcePos
Declaration
public override long Pos { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
Overrides
Methods
| Improve this Doc View SourceGetLabel(Int32, Int32)
Declaration
public int GetLabel(int begin, int limit)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | begin | |
| System.Int32 | limit | 
Returns
| Type | Description | 
|---|---|
| System.Int32 | 
GetString(Int64, Int64)
Declaration
public override string GetString(long begin, long limit)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int64 | begin | |
| System.Int64 | limit | 
Returns
| Type | Description | 
|---|---|
| System.String | 
Overrides
| Improve this Doc View SourceMark()
Declaration
public override void Mark()Overrides
| Improve this Doc View SourceRead()
Declaration
public override int Read()Returns
| Type | Description | 
|---|---|
| System.Int32 |