import "Accessibility_StreamableContent.idl";
Public Member Functions | |
| long | seek (in long offset, in SeekType whence) raises (NoPermission, IOError, NotSupported) |
| Seek to a specified position in the Stream. | |
| long | read (in long count, out iobuf buffer) raises (NoPermission, IOError) |
| Request/read a specified amount of data from a Stream. | |
| void | close () |
| close the stream and release associated resources. | |
Definition at line 91 of file Accessibility_StreamableContent.idl.
|
||||||||||||
|
Seek to a specified position in the Stream.
|
|
||||||||||||
|
Request/read a specified amount of data from a Stream.
|
|
|
close the stream and release associated resources. A client should not perform further operations on a StreamableContent::Stream object after closing it. |
1.4.3