Description
Use specialized IPSCStream providers to read from, write to, or copy information stored in a particular medium. Each provider of IPSCStream implements methods for transferring information to and from a particular storage medium, such as a disk file, dynamic memory, and so on. In addition to methods for reading, writing, and copying bytes to and from the stream, stream objects permit applications to seek to an arbitrary position in the stream. Properties of IPSCStream provide information about the stream, such as its size and the current position in the stream.