|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMemoryBlobStreamVariant
Provides access to methods for importing and exporting variants to and from a MemoryBlobStream.
Method Summary | |
---|---|
void |
exportToVariant(Object[] value)
Copies the memory to a variant that contains an array of bytes. |
void |
importFromVariant(Object value)
Imports from the array of bytes in the variant. |
Method Detail |
---|
void exportToVariant(Object[] value) throws IOException, AutomationException
value
- A Variant (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void importFromVariant(Object value) throws IOException, AutomationException
value
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |