public abstract class AbstractBinaryLoader<T> extends AbstractLoader implements BinaryLoader<T>
BINARY_LOADER_TYPE, DEFAULT_FRAGMENT_NAME
LOADER_NAME_KEY, LOADER_TYPE_KEY
Constructor and Description |
---|
AbstractBinaryLoader(Storage storage,
java.lang.String name,
Meta annotation) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getType() |
Envelope |
respond(Envelope message) |
close, getDescription, getEventLoader, getName, getStorage, isReadOnly, meta, open, setReadOnly, tryPush
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fragmentNames, pull, push
close, getDescription, getStorage, isEmpty, isReadOnly, open
getName, isAnonimous
public AbstractBinaryLoader(Storage storage, java.lang.String name, Meta annotation)