Class FileBuffer
- Namespace
- Alis.Core.Physic.Common
- Assembly
- Alis.dll
The file buffer class
internal class FileBuffer
Inheritance
Inherited Members
Constructors
FileBuffer(Stream)
Initializes a new instance of the Alis.Core.Physic.Common.FileBuffer class
public FileBuffer(Stream stream)
Parameters
stream
Stream-
The stream
Properties
Buffer
Gets or sets the value of the buffer
public string Buffer { get; set; }
Property Value
EndOfBuffer
Gets the value of the end of buffer
public bool EndOfBuffer { get; }
Property Value
Length
Gets the value of the length
private int Length { get; }
Property Value
Next
Gets the value of the next
public char Next { get; }
Property Value
Position
Gets or sets the value of the position
public int Position { get; set; }