- java.lang.Object
-
- mslinks.extra.VistaIDList
-
- All Implemented Interfaces:
Serializable
public class VistaIDList extends java.lang.Object implements Serializable
-
-
Constructor Summary
Constructors Constructor Description VistaIDList(ByteReader br, int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
serialize(ByteWriter bw)
java.lang.String
toString()
-
-
-
Field Detail
-
signature
public static final int signature
- See Also:
- Constant Field Values
-
list
private java.util.LinkedList<byte[]> list
-
-
Constructor Detail
-
VistaIDList
public VistaIDList(ByteReader br, int size) throws ShellLinkException, java.io.IOException
- Throws:
ShellLinkException
java.io.IOException
-
-
Method Detail
-
serialize
public void serialize(ByteWriter bw) throws java.io.IOException
- Specified by:
serialize
in interfaceSerializable
- Throws:
java.io.IOException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-