- java.lang.Object
-
- mslinks.extra.Stub
-
- All Implemented Interfaces:
Serializable
public class Stub extends java.lang.Object implements Serializable
-
-
Constructor Summary
Constructors Constructor Description Stub(ByteReader br, int sz, int sgn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
serialize(ByteWriter bw)
-
-
-
Constructor Detail
-
Stub
public Stub(ByteReader br, int sz, int sgn) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
serialize
public void serialize(ByteWriter bw) throws java.io.IOException
- Specified by:
serialize
in interfaceSerializable
- Throws:
java.io.IOException
-
-