| java.lang.Object | |
| ↳ | com.htc.painting.engine.AbsSerializeDAO |
This class defines the functions that will be used for HtcPaintingView.
HtcPaintingView will call on these functions when saving/loading the ERROR(/Stroke) data.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This function is called when all
StrokeGroups for this document should be deleted.
|
|||||||||||
This function is used to load
StrokeGroup data.
|
|||||||||||
This function is used to save
StrokeGroup data.
|
|||||||||||
| [Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object
|
|||||||||||
| groupId | which stroke group |
|---|
This function is called when all StrokeGroups for this document should be deleted.
This function is used to load StrokeGroup data. The implementation of this function should deserialize previous stored StrokeGroup data and return it.
| groupId | which stroke group |
|---|
This function is used to save StrokeGroup data. The implementation of this function should serialize the input byteArray and save them to the application's preference.
| groupId | which stroke group |
|---|---|
| byteArray | byte array of serialized data |