import "Accessibility_StreamableContent.idl";
Public Types | |
typedef sequence< octet > | iobuf |
enum | SeekType { SEEK_SET, SEEK_CURRENT, SEEK_END } |
Public Member Functions | |
long | seek (in long offset, in SeekType whence) raises (NoPermission, IOError, NotSupported) |
long | read (in long count, out iobuf buffer) raises (NoPermission, IOError) |
void | close () |
void | unimplemented () |
void | unimplemented2 () |
Data Structures | |
exception | IOError |
exception | NoPermission |
exception | NotSupported |
|
|
|
Specifies the meaning of a seek 'offset'. Not all SeekTypes are supported by all StreamableContent data sources, for instance some streams may not support seeking from the beginning or other types of 'backwards' seeks. |
|
close the stream and release associated resources. A client should not perform further operations on a StreamableContent::Stream object after closing it. |
|
Request/read a specified amount of data from a Stream.
|
|
Seek to a specified position in the Stream.
|
|
/cond |
|
|