Property | Defined by | ||
---|---|---|---|
isFull : Boolean [read-only]
Implements IRingBuffer.
| RingBuffer |
Method | Defined by | ||
---|---|---|---|
RingBuffer(bufferSize:uint)
| RingBuffer | ||
appendLogItem(item:LogItem):void
Implements IRingBuffer.
| RingBuffer | ||
removeAll():ArrayCollection
Implements IRingBuffer.
| RingBuffer |
isFull | property |
isFull:Boolean
[read-only]Implements IRingBuffer.
Implementation public function get isFull():Boolean
RingBuffer | () | constructor |
public function RingBuffer(bufferSize:uint)
Parameters
bufferSize:uint |
appendLogItem | () | method |
removeAll | () | method |
public function removeAll():ArrayCollection
Implements IRingBuffer.
ReturnsArrayCollection |