jSyncManager

org.jSyncManager.API.Protocol.Util.StdApps
Class NotepadRecord.NotepadDataRecord

java.lang.Object
  |
  +--org.jSyncManager.API.Protocol.Util.StdApps.NotepadRecord.NotepadDataRecord
Enclosing class:
NotepadRecord

class NotepadRecord.NotepadDataRecord
extends java.lang.Object

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

repeat

byte repeat
The repeat value.

data

byte data
The data value.
Constructor Detail

NotepadRecord.NotepadDataRecord

NotepadRecord.NotepadDataRecord(byte r,
                                byte d)
Create a new Notepad record with the specified repeat and data.
Parameters:
r - the repeat byte.
d - the data byte.

jSyncManager

Copyright (c) 1999 - 2003 Brad BARCLAY and others. All Rights Reserved.