public interface ContactStoreConnection
ContactStore
.Modifier and Type | Interface and Description |
---|---|
static interface |
ContactStoreConnection.Factory |
Modifier and Type | Method and Description |
---|---|
void |
store(byte[] body)
Store a blob of contact data in the store.
|
void store(byte[] body) throws IOException
body
- protocol-specific body data.IOException
- an error occurred storing the contact data.