KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > speech > types > ISequentialStream


1 // GENERATED. DO NOT MODIFY
2
package speech.types;
3
4 import com4j.*;
5
6 @IID("{0C733A30-2A1C-11CE-ADE5-00AA0044773D}")
7 public interface ISequentialStream extends Com4jObject {
8     @VTID(3)
9     void remoteRead(
10         Holder<Byte JavaDoc> pv,
11         int cb,
12         Holder<Integer JavaDoc> pcbRead);
13
14     @VTID(4)
15     int remoteWrite(
16         Holder<Byte JavaDoc> pv,
17         int cb);
18
19 }
20
Popular Tags