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