CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Serialization.Mobile.CslaNonClosingBinaryWriter Class Reference

This class is used to get around the issue in .NET framework, where underlying stream is closed by a writer that writes to that stream when said writer is disposed More...

Inheritance diagram for Csla.Serialization.Mobile.CslaNonClosingBinaryWriter:

Public Member Functions

 CslaNonClosingBinaryWriter (Stream stream)
 New instance of CslaNonClosingBinaryWriter More...
 

Protected Member Functions

override void Dispose (bool disposing)
 Overwrite the Dispose method of the base class in order to keep the stream open More...
 

Detailed Description

This class is used to get around the issue in .NET framework, where underlying stream is closed by a writer that writes to that stream when said writer is disposed

Definition at line 10 of file CslaNonClosingBinaryWriter.cs.

Constructor & Destructor Documentation

◆ CslaNonClosingBinaryWriter()

Csla.Serialization.Mobile.CslaNonClosingBinaryWriter.CslaNonClosingBinaryWriter ( Stream  stream)

New instance of CslaNonClosingBinaryWriter

Parameters
streamStream that the writer will write to

Definition at line 16 of file CslaNonClosingBinaryWriter.cs.

Member Function Documentation

◆ Dispose()

override void Csla.Serialization.Mobile.CslaNonClosingBinaryWriter.Dispose ( bool  disposing)
protected

Overwrite the Dispose method of the base class in order to keep the stream open

Parameters
disposing

Definition at line 26 of file CslaNonClosingBinaryWriter.cs.