Interface BufferAccessor

  • All Known Subinterfaces:
    Buffer, CompositeBuffer
    All Known Implementing Classes:
    AdaptableBuffer, BufferStub

    public interface BufferAccessor
    This interface is just the primitive data accessor methods that Buffer exposes. It can be useful if you only need the data access methods, and perhaps wish to decorate or modify their behaviour. Usually, you'd use the Buffer interface directly, since this lets you properly control the buffer life cycle.