Implements FIFO(first in - first out) buffer.

C# | Visual Basic | Visual C++ | F# |
public class FifoBuffer
Public Class FifoBuffer
public ref class FifoBuffer
type FifoBuffer = class end

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | FifoBuffer(Int32) |
Default constructor.
|
![]() | Available |
Gets number of bytes avialable in FIFO.
|
![]() | Clear()()()() |
Clears buffer data.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MaxSize |
Gets maximum number of bytes can buffer in FIFO.
|
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Read(array<Byte>[]()[][], Int32, Int32) |
Reads up to specified count of bytes from the FIFO buffer.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Write(array<Byte>[]()[][], Int32, Int32, Boolean) |
Writes specified number of bytes to the FIFO buffer.
|

Object | |
![]() | FifoBuffer |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119