Table of Contents

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

string

EndOfBuffer

Gets the value of the end of buffer

public bool EndOfBuffer { get; }

Property Value

bool

Length

Gets the value of the length

private int Length { get; }

Property Value

int

Next

Gets the value of the next

public char Next { get; }

Property Value

char

Position

Gets or sets the value of the position

public int Position { get; set; }

Property Value

int