Table of Contents

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 InputStream

The 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 OutputStream

The output stream.

v LoadSample

The value to marshal.