| Interface | Description |
|---|---|
| ByteStore.Factory |
A factory to create a byte store.
|
| Class | Description |
|---|---|
| ByteStore |
Holds the data until it's written to the server.
|
| DiskBackedByteStore |
Holds all the data in memory until a threshold is reached.
|
| DiskBackedByteStore.Factory | |
| FileData |
Implements a replacement for com.evernote.edam.type.Data that retrieves
the actual binary data to be sent from a File instead of a byte array.
|
| FileDataException | |
| MemoryByteStore |
Holds all the data in memory.
|
| MemoryByteStore.Factory | |
| TAndroidTransport |
A
TTransport implementation, which uses an OkHttpClient to read and write data
to the Evernote service. |