public class IceUtil
extends java.lang.Object
Constructor and Description |
---|
IceUtil() |
Modifier and Type | Method and Description |
---|---|
static Ice.InputStream |
createSafeInputStream(Ice.Communicator ic,
byte[] data)
Creates an
InputStream with the appropriate encoding. |
static Ice.OutputStream |
createSafeOutputStream(Ice.Communicator ic)
Creates an
OutputStream with the appropriate encoding. |
public static Ice.OutputStream createSafeOutputStream(Ice.Communicator ic)
OutputStream
with the appropriate encoding.
This should only be used parsing objects/streams between Ice versions,
for example when the data is or will be stored in the database.
See ticket:11322public static Ice.InputStream createSafeInputStream(Ice.Communicator ic, byte[] data)
InputStream
with the appropriate encoding.
This should only be used parsing objects/streams between Ice versions,
for example when the data is or will be stored in the database.
See ticket:11322
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.