|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Compilable
The Compilable interface specifies a general way in
which an object may be compiled to an object output. The class of
the object read from the corresponding object input is determined
by the implementation and not usually the same as the compilable's
class.
The class AbstractExternalizable provides a helper class
for implementing compilable objects. It also contains the static
utility method AbstractExternalizable.compile(Compilable),
which provides an in-memory compilation of an object, as well as
static methods to read and write from files.
| Method Summary | |
|---|---|
void |
compileTo(ObjectOutput objOut)
Compile this object to the specified object output. |
| Method Detail |
|---|
void compileTo(ObjectOutput objOut)
throws IOException
objOut - Object output to which this object is compiled.
IOException - If there is an I/O error compiling the
object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||