
public class StreamFromBundle extends Object implements BundleStreamSource
BundleStreamSource.Event| Modifier and Type | Field and Description | 
|---|---|
| (package private) MultipleObjectsBundle | bundleBundle to access | 
| (package private) int | onumOffset in bundle | 
| Constructor and Description | 
|---|
| StreamFromBundle(MultipleObjectsBundle bundle)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | data(int rnum)Access a particular object and representation. | 
| BundleMeta | getMeta()Get the current meta data. | 
| BundleStreamSource.Event | nextEvent()Get the next event | 
MultipleObjectsBundle bundle
int onum
public StreamFromBundle(MultipleObjectsBundle bundle)
bundle - Existing object bundlepublic BundleMeta getMeta()
BundleStreamSourcegetMeta in interface BundleStreamSourcepublic Object data(int rnum)
BundleStreamSourcedata in interface BundleStreamSourcernum - Representation numberpublic BundleStreamSource.Event nextEvent()
BundleStreamSourcenextEvent in interface BundleStreamSource