java.lang.Object
com.zeroc.Ice.IdentitySeqHelper
Helper class for marshaling/unmarshaling IdentitySeq.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Identity[]read(InputStream istr) Unmarshals a list ofIdentitySeqfrom an input stream.read(InputStream istr, int tag) Unmarshals an optional list ofIdentitySeqfrom an input stream.static voidwrite(OutputStream ostr, int tag, Identity[] v) Marshals an optional list ofIdentitySeqinto an output stream.static voidwrite(OutputStream ostr, int tag, Optional<Identity[]> v) Marshals an optional list ofIdentitySeqinto an output stream.static voidwrite(OutputStream ostr, Identity[] v) Marshals a list ofIdentitySeqinto an output stream.
-
Method Details
-
write
Marshals a list ofIdentitySeqinto an output stream.- Parameters:
ostr- the output streamv- the list to marshal
-
read
Unmarshals a list ofIdentitySeqfrom an input stream.- Parameters:
istr- the input stream- Returns:
- the list
-
write
Marshals an optional list ofIdentitySeqinto an output stream.- Parameters:
ostr- the output streamtag- the tagv- the list to marshal
-
write
Marshals an optional list ofIdentitySeqinto an output stream.- Parameters:
ostr- the output streamtag- the tagv- the list to marshal
-
read
Unmarshals an optional list ofIdentitySeqfrom an input stream.- Parameters:
istr- the input streamtag- the tag- Returns:
- the list
-