Class TLcdConcurrentBuffer

java.lang.Object
com.luciad.util.TLcdConcurrentBuffer
All Implemented Interfaces:
ILcdBuffer

public class TLcdConcurrentBuffer extends Object implements ILcdBuffer
This implementation of ILcdBuffer relies on java memory allocation and garbage collection. It doesn't share a single buffer but reallocates a new buffer each time a buffer segment is requested.

The size of allocated segments is only limited by the amount of available memory.

All the methods of the buffer segments provided by the class TLcdConcurrentBuffer are thread safe.