Package com.zeroc.Ice
Class ObjectSeqHelper
java.lang.Object
com.zeroc.Ice.ObjectSeqHelper
Helper class for marshaling/unmarshaling ObjectSeq.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Value[]read(InputStream istr) read(InputStream istr, int tag) static voidwrite(OutputStream ostr, int tag, Value[] v) static voidwrite(OutputStream ostr, int tag, Optional<Value[]> v) static voidwrite(OutputStream ostr, Value[] v)
-
Constructor Details
-
ObjectSeqHelper
public ObjectSeqHelper()
-
-
Method Details
-
write
-
read
-
write
-
write
-
read
-