C# Class Pchp.Core.BufferedOutput.LevelElement

Representation of one level of buffering.
Afficher le fichier Open project: iolevel/peachpie

Méthodes publiques

Свойство Type Description
Index int
buffers List
containsByteData bool
containsCharData bool
filter System.Delegate
freeSpace int[]
levelName string
size int
userData object

Méthodes publiques

Méthode Description
LevelElement ( LevelElement element ) : System

Copies index, name and filter from the element.

LevelElement ( int index ) : System

Method Details

LevelElement() public méthode

Copies index, name and filter from the element.
public LevelElement ( LevelElement element ) : System
element LevelElement
Résultat System

LevelElement() public méthode

public LevelElement ( int index ) : System
index int
Résultat System

Property Details

Index public_oe property

The index of the level in levels array list.
public int Index
Résultat int

buffers public_oe property

public List buffers
Résultat List

containsByteData public_oe property

public bool containsByteData
Résultat bool

containsCharData public_oe property

public bool containsCharData
Résultat bool

filter public_oe property

public Delegate,System filter
Résultat System.Delegate

freeSpace public_oe property

public int[] freeSpace
Résultat int[]

levelName public_oe property

public string levelName
Résultat string

size public_oe property

public int size
Résultat int

userData public_oe property

public object userData
Résultat object