SlidingBuffer Example

Last post 07-02-2009 4:06 by Neil. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 07-01-2009 19:32

    • ix0u
    • Not Ranked
    • Joined on 07-02-2009
    • Posts 1

    SlidingBuffer Example

    I couldn't find any use of the SlidingBuffer since i don't understand what it basically does.

     So if anyone could explain, nor better post a sample application i would be glad. By the way there is absolutely no documentation on it ( check yourself here : http://www.opennetcf.com/library/sdf/html/0a1b6572-6c05-9a6b-47ae-db287fa883d5.htm )

     

    Thanks you for any tips :)

  • 07-02-2009 4:06 In reply to

    • Neil
    • OpenNETCF Staff
    • Top 10 Contributor
    • Joined on 07-30-2007
    • North Wales
    • Posts 1,349

    Re: SlidingBuffer Example

    It does exactly what the name suggests: it's an sliding (i.e. unbounded) buffer. You write to the buffer using the Append method and read from it using the Read method. There's nothing more to it.

    Neil Cowburn
    OpenNETCF Consulting

      
Page 1 of 1 (2 items)