C# Class Pchp.Core.BufferedOutput.LevelElement

Representation of one level of buffering.
Exibir arquivo Open project: iolevel/peachpie

Public Properties

Property Type Description
Index int
buffers List
containsByteData bool
containsCharData bool
filter System.Delegate
freeSpace int[]
levelName string
size int
userData object

Public Methods

Method Description
LevelElement ( LevelElement element ) : System

Copies index, name and filter from the element.

LevelElement ( int index ) : System

Method Details

LevelElement() public method

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

LevelElement() public method

public LevelElement ( int index ) : System
index int
return System

Property Details

Index public_oe property

The index of the level in levels array list.
public int Index
return int

buffers public_oe property

public List buffers
return List

containsByteData public_oe property

public bool containsByteData
return bool

containsCharData public_oe property

public bool containsCharData
return bool

filter public_oe property

public Delegate,System filter
return System.Delegate

freeSpace public_oe property

public int[] freeSpace
return int[]

levelName public_oe property

public string levelName
return string

size public_oe property

public int size
return int

userData public_oe property

public object userData
return object