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