open class SyncSaleSlot : SyncEntity<SaleSlotInfo!>
Created by misha on 30.06.16.
SyncSaleSlot(info: SaleSlotInfo!, synced: Boolean) SyncSaleSlot(info: SaleSlotInfo!) |
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 |