public class SyncCategory extends SyncEntity<CategoryInfo>
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
icon |
| Constructor and Description |
|---|
SyncCategory(CategoryInfo info) |
SyncCategory(CategoryInfo info,
boolean synced) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getPictureBytes()
This method is for testing purposes only (it is used in unit tests and in integration tests).
|
InputStream |
getPictureInputStream() |
void |
setPictureBytes(byte[] buf) |
public SyncCategory(CategoryInfo info)
public SyncCategory(CategoryInfo info,
boolean synced)
public InputStream getPictureInputStream()
public void setPictureBytes(byte[] buf)
public byte[] getPictureBytes()
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.
Copyright © 2022. All rights reserved.