Interface ByteBufferFillable

All Superinterfaces:
Fillable
All Known Implementing Classes:
ByteBufferObject

public interface ByteBufferFillable extends Fillable
If a type implements this interface, then it wants to be provided with a data source in the form of a series of byte buffers. The source must provide additional byte buffers as they are requested. These byte buffers aren't required to be any particular size. They aren't required to have distinct or special data. All that is required is that they never run out.