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