Vault  4.1
Classes
Formatted Streams (upper layer)
Vault Streams

These are the stream classes that you use to read and write formatted data -- either text- or binary-oriented data -- regardless of what transport it is carried over. More...

Classes

class  VBinaryIOStream
 VBinaryIOStream is a concrete VIOStream subclass that provides well-typed stream i/o using network byte order for its data. More...
class  VIOStream
 VIOStream is an abstract base class from which classes derive that perform well-typed I/O on raw streams. More...
class  VTextIOStream
 VTextIOStream is a concrete VIOStream subclass that provides text line-oriented stream i/o. More...

Detailed Description

These are the stream classes that you use to read and write formatted data -- either text- or binary-oriented data -- regardless of what transport it is carried over.

When you construct an upper layer stream, you supply an instance of a lower layer stream, over which the upper layer stream will read and write the formatted data.


Copyright ©1997-2014 Trygve Isaacson. All rights reserved. This documentation was generated with Doxygen.