Packagenet.sourceforge.fxpotpourri.logging.core
Classpublic class RingBuffer
ImplementsIRingBuffer



Public Properties
 PropertyDefined by
  isFull : Boolean
[read-only] Implements IRingBuffer.
RingBuffer
Public Methods
 MethodDefined by
  
RingBuffer(bufferSize:uint)
RingBuffer
  
Implements IRingBuffer.
RingBuffer
  
removeAll():ArrayCollection
Implements IRingBuffer.
RingBuffer
Property detail
isFullproperty
isFull:Boolean  [read-only]

Implements IRingBuffer.

Implementation
    public function get isFull():Boolean
Constructor detail
RingBuffer()constructor
public function RingBuffer(bufferSize:uint)Parameters
bufferSize:uint
Method detail
appendLogItem()method
public function appendLogItem(item:LogItem):void

Implements IRingBuffer.

Parameters
item:LogItem
removeAll()method 
public function removeAll():ArrayCollection

Implements IRingBuffer.

Returns
ArrayCollection