Method Store
Store(Stream)
Calls Store(DataOutput) after converting
Declaration
public virtual bool Store(Stream output)
Parameters
Type | Name | Description |
---|---|---|
Stream | output |
Returns
Type | Description |
---|---|
System.Boolean |
Store(DataOutput)
Persist the constructed lookup data to a directory. Optional operation.
Declaration
public abstract bool Store(DataOutput output)
Parameters
Type | Name | Description |
---|---|---|
DataOutput | output |
Returns
Type | Description |
---|---|
System.Boolean | true if successful, false if unsuccessful or not supported. |