public interface IContainer
Provides the functionality to work with containers.
Modifier and Type | Method and Description |
---|---|
List<Container.Entity> |
getEntities()
Gets a collection of container's entities.
|
InputStream |
openEntityStream(Container.Entity entity)
Opens a stream with the content of the container's entity.
|
List<Container.Entity> getEntities()
Gets a collection of container's entities.
InputStream openEntityStream(Container.Entity entity)
Opens a stream with the content of the container's entity.
entity
- A container's entity.Copyright © 2019. All rights reserved.