open class SyncCategory : SyncEntity<CategoryInfo!>
SyncCategory(info: CategoryInfo!) SyncCategory(info: CategoryInfo!, synced: Boolean) |
open fun getPictureBytes(): ByteArray!
This method is for testing purposes only (it is used in unit tests and in integration tests). Actual sync helpers (and thus sync algorithm) does not use it. |
|
open fun getPictureInputStream(): InputStream! |
|
open fun setPictureBytes(buf: ByteArray!): Unit |