Method | Description | |
---|---|---|
Read ( Stream mask0 ) : Object |
Read the object.
|
|
Save ( Stream os, Object obj ) : void |
Save the object.
|
Method | Description | |
---|---|---|
WriteLink ( |
Write a link.
|
public Read ( Stream mask0 ) : Object | ||
mask0 | Stream | The stream to read from. |
return | Object |
public Save ( Stream os, Object obj ) : void | ||
os | Stream | The output stream. |
obj | Object | The object to save. |
return | void |