- 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 voidserialize(ByteWriter bw)java.lang.StringtoString()
-
-
-
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:
ShellLinkExceptionjava.io.IOException
-
-
Method Detail
-
serialize
public void serialize(ByteWriter bw) throws java.io.IOException
- Specified by:
serializein interfaceSerializable- Throws:
java.io.IOException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-