public abstract class EssenceSink extends Object
Objects that receive large quantities of essence data.
| Constructor and Description |
|---|
EssenceSink() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
endOfData() |
boolean |
putEssenceData(ByteBuffer buffer) |
abstract boolean |
putEssenceData(ByteBuffer buffer,
boolean endOfItem) |
public abstract boolean putEssenceData(ByteBuffer buffer, boolean endOfItem)
public boolean putEssenceData(ByteBuffer buffer)
public abstract boolean endOfData()
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.