Interface IStream
-
- All Superinterfaces:
com4j.Com4jObject
,ISequentialStream
public interface IStream extends ISequentialStream
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IStream
clone()
void
commit(int grfCommitFlags)
void
revert()
-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.ISequentialStream
remoteRead, remoteWrite
-
-
-
-
Method Detail
-
commit
void commit(int grfCommitFlags)
- Parameters:
grfCommitFlags
- Mandatory int parameter.
-
revert
void revert()
-
clone
IStream clone()
- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IStream
-
-