Package sk.antons.sprops.model
Class SpropsData
- java.lang.Object
-
- sk.antons.sprops.model.SpropsData
-
public class SpropsData extends Object
Helper data class for encoded/decoded data.- Author:
- antons
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSpropsData.Headerstatic classSpropsData.Property
-
Constructor Summary
Constructors Constructor Description SpropsData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getData()SpropsData.HeadergetHeader()intgetVersion()voidsetData(byte[] data)voidsetHeader(SpropsData.Header header)voidsetVersion(int version)
-
-
-
Method Detail
-
getVersion
public int getVersion()
-
setVersion
public void setVersion(int version)
-
getData
public byte[] getData()
-
setData
public void setData(byte[] data)
-
getHeader
public SpropsData.Header getHeader()
-
setHeader
public void setHeader(SpropsData.Header header)
-
-