Class LoadSampleHelper
- Namespace
- IceGrid
- Assembly
- IceGrid.dll
Provides methods to marshal and unmarshal a LoadSample.
public sealed class LoadSampleHelper
- Inheritance
-
LoadSampleHelper
- Inherited Members
Remarks
The Slice compiler generated this enum helper class from Slice enumeration ::IceGrid::LoadSample.
Methods
read(InputStream)
Unmarshals a value from an input stream.
public static LoadSample read(InputStream istr)
Parameters
istrInputStreamThe input stream.
Returns
- LoadSample
The unmarshaled value.
write(OutputStream, LoadSample)
Marshals a value into an output stream.
public static void write(OutputStream ostr, LoadSample v)
Parameters
ostrOutputStreamThe output stream.
vLoadSampleThe value to marshal.