public class IceUtil extends 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.2.3-ice35-b22
Copyright © 2016 The University of Dundee & Open Microscopy Environment. All Rights Reserved.