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