public interface RepositoryReader
| Modifier and Type | Method and Description |
|---|---|
void |
destroy(SequenceWithClose<InputStream> transaction)
Removes all streams in a list.
|
SequenceWithClose<InputStream> |
open()
Retrieves all streams commited into the repository.
|
SequenceWithClose<InputStream> open()
void destroy(SequenceWithClose<InputStream> transaction)
open().transaction - the list of streamsCopyright © 2016 Egothor. All Rights Reserved.