LogicalWriter(Stream, Boolean) Constructor
Namespace: Gemstone.PQDIF.LogicalAssembly: Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.162 -- Release Build+6f25783b3c71c3250f4e8aa35fa1cc7ad8c62dda
public LogicalWriter(
Stream stream,
bool leaveOpen = false
)
Public Sub New (
stream As Stream,
Optional leaveOpen As Boolean = false
)
public:
LogicalWriter(
Stream^ stream,
bool leaveOpen = false
)
Gemstone.PQDIF.Logical.LogicalWriter = function(stream, leaveOpen);
Parameters
- stream Stream
- The stream to write the PQDIF data to.
- leaveOpen Boolean (Optional)
- Indicates whether to leave the stream open when disposing of the writer.