KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > speech > types > IStream


1 // GENERATED. DO NOT MODIFY
2
package speech.types;
3
4 import com4j.*;
5
6 @IID("{0000000C-0000-0000-C000-000000000046}")
7 public interface IStream extends ISequentialStream {
8             @VTID(8)
9             void commit(
10                 int grfCommitFlags);
11
12             @VTID(9)
13             void revert();
14
15                     @VTID(13)
16                     IStream clone();
17
18                 }
19
Popular Tags