Package totalcross.io.sync
Class RemotePDBRecord
- java.lang.Object
-
- totalcross.io.sync.RemotePDBRecord
-
public abstract class RemotePDBRecord extends java.lang.ObjectThis class represent a Remote PDBFile Record.
-
-
Field Summary
Fields Modifier and Type Field Description protected RemotePDBFilercprotected intsize
-
Constructor Summary
Constructors Constructor Description RemotePDBRecord()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract voidread(DataStream ds)protected abstract voidwrite(DataStream ds)
-
-
-
Field Detail
-
rc
protected RemotePDBFile rc
-
size
protected int size
-
-
Method Detail
-
write
protected abstract void write(DataStream ds)
-
read
protected abstract void read(DataStream ds) throws IOException
- Throws:
IOException
-
-