com.ibm.aglets
Class AgletWriter
java.lang.Object
com.ibm.aglets.AgletWriter
- final class AgletWriter
- extends java.lang.Object
AgletWriter
Format
AGLET_MAGIC
STREAM_VERSION
IDENTITY
OTHER INFO
CLASS TABLE
MESSAGE MANAGER
AGLET
BYTECODE
- Version:
- 1.20 $Date: 2001/07/28 06:32:00 $
- Author:
- Mitsuru Oshima, ONO Kouichi
|
Field Summary |
(package private) java.io.ByteArrayOutputStream |
_baos
|
(package private) java.io.ObjectOutputStream |
_oout
|
(package private) ClassName[] |
_table
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_baos
java.io.ByteArrayOutputStream _baos
_oout
java.io.ObjectOutputStream _oout
_table
ClassName[] _table
AgletWriter
AgletWriter()
throws java.io.IOException
getBytes
byte[] getBytes()
getClassNames
ClassName[] getClassNames()
writeAglet
void writeAglet(LocalAgletRef ref)
throws java.io.IOException
- Throws:
java.io.IOException
writeInfo
void writeInfo(LocalAgletRef ref)
throws java.io.IOException
- Throws:
java.io.IOException