|
jSyncManager | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jSyncManager.API.Protocol.Util.StdApps.NotepadRecord.NotepadDataRecord
A class to represent a single Notepad data element. The notepad stores data as a series of Run-Length-Encoded (RLE) elements. This class can represent one of them.
Field Summary | |
---|---|
(package private) byte |
data
The data value. |
(package private) byte |
repeat
The repeat value. |
Constructor Summary | |
---|---|
(package private) |
NotepadRecord.NotepadDataRecord(byte r,
byte d)
Create a new Notepad record with the specified repeat and data. |
Methods inherited from class java.lang.Object |
---|
|
Field Detail |
byte repeat
byte data
Constructor Detail |
NotepadRecord.NotepadDataRecord(byte r, byte d)
r
- the repeat byte.d
- the data byte.
|
jSyncManager | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |