java.lang.Object
com.zeroc.IceStorm.LinkInfoSeqHelper
Helper class for marshaling/unmarshaling LinkInfoSeq.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LinkInfo[]
read
(InputStream istr) Unmarshals a list ofLinkInfoSeq
from an input stream.read
(InputStream istr, int tag) Unmarshals an optional list ofLinkInfoSeq
from an input stream.static void
write
(OutputStream ostr, int tag, LinkInfo[] v) Marshals an optional list ofLinkInfoSeq
into an output stream.static void
write
(OutputStream ostr, int tag, Optional<LinkInfo[]> v) Marshals an optional list ofLinkInfoSeq
into an output stream.static void
write
(OutputStream ostr, LinkInfo[] v) Marshals a list ofLinkInfoSeq
into an output stream.
-
Constructor Details
-
LinkInfoSeqHelper
public LinkInfoSeqHelper()
-
-
Method Details
-
write
Marshals a list ofLinkInfoSeq
into an output stream.- Parameters:
ostr
- the output streamv
- the list to marshal
-
read
Unmarshals a list ofLinkInfoSeq
from an input stream.- Parameters:
istr
- the input stream- Returns:
- the list
-
write
Marshals an optional list ofLinkInfoSeq
into an output stream.- Parameters:
ostr
- the output streamtag
- the tagv
- the list to marshal
-
write
Marshals an optional list ofLinkInfoSeq
into an output stream.- Parameters:
ostr
- the output streamtag
- the tagv
- the list to marshal
-
read
Unmarshals an optional list ofLinkInfoSeq
from an input stream.- Parameters:
istr
- the input streamtag
- the tag- Returns:
- the list
-