public final class RepositoryHolder extends java.lang.Object implements Streamable
| Modifier and Type | Field and Description |
|---|---|
Repository |
value
Internal Repository value
|
| Constructor and Description |
|---|
RepositoryHolder()
Default constructor
|
RepositoryHolder(Repository initial)
Constructor with value initialisation
|
| Modifier and Type | Method and Description |
|---|---|
void |
_read(InputStream istream)
Read Repository from a marshalled stream
|
TypeCode |
_type()
Return the Repository TypeCode
|
void |
_write(OutputStream ostream)
Write Repository into a marshalled stream
|
public Repository value
public RepositoryHolder()
public RepositoryHolder(Repository initial)
initial - the initial valuepublic void _read(InputStream istream)
_read in interface Streamableistream - the input streampublic void _write(OutputStream ostream)
_write in interface Streamableostream - the output streampublic TypeCode _type()
_type in interface Streamable