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
istr
InputStreamThe 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
ostr
OutputStreamThe output stream.
v
LoadSampleThe value to marshal.