Interface Buffer
- All Known Implementing Classes:
SimpleBuffer
public interface Buffer
-
Method Summary
-
Method Details
-
offer
-
canOffer
boolean canOffer() -
poll
APISample poll() -
clear
boolean clear() -
getContentCount
int getContentCount()
-
SimpleBuffer