public interface WriteToInbox
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
write(WriteRequest<Set<UserID>,PublicResource> request)
Shares data with multiple users specified by their UserID's and encrypts it in a way that only recipients
can read encrypted document.
|
OutputStream write(WriteRequest<Set<UserID>,PublicResource> request)
request - Where to write stream (location can be relative/absolute)Copyright © 2019. All rights reserved.