Method Load
Load(Stream)
Calls Load(DataInput) after converting
Declaration
public virtual bool Load(Stream input)
Parameters
Type | Name | Description |
---|---|---|
Stream | input |
Returns
Type | Description |
---|---|
System.Boolean |
Load(DataInput)
Discard current lookup data and load it from a previously saved copy. Optional operation.
Declaration
public abstract bool Load(DataInput input)
Parameters
Type | Name | Description |
---|---|---|
DataInput | input | the |
Returns
Type | Description |
---|---|
System.Boolean | true if completed successfully, false if unsuccessful or not supported. |