|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISequentialStream
ISequentialStream is a Microsoft interface. Please refer to MSDN for information about this interface.
Method Summary | |
---|---|
void |
remoteRead(byte[] pv,
int cb,
int[] pcbRead)
remoteRead |
void |
remoteWrite(byte[] pv,
int cb,
int[] pcbWritten)
remoteWrite |
Method Detail |
---|
void remoteRead(byte[] pv, int cb, int[] pcbRead) throws IOException, AutomationException
ISequentialStream is a Microsoft interface. Please refer to MSDN for information about this interface.
pv
- An unsigned byte (out: use single element array)cb
- The cb (in)pcbRead
- The pcbRead (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remoteWrite(byte[] pv, int cb, int[] pcbWritten) throws IOException, AutomationException
ISequentialStream is a Microsoft interface. Please refer to MSDN for information about this interface.
pv
- An unsigned byte (in)cb
- The cb (in)pcbWritten
- The pcbWritten (out: use single element array)
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 |