Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
KeePassLib
Serialization
IocStream
C# Class KeePassLib.Serialization.IocStream
Inheritance:
WrapperStream
Mostra file
Open project: cappert/keepass2
Class Usage Examples
Public Methods
Method
Description
Close
( ) :
void
IocStream
(
Stream
sBase
) :
System
WrapIfRequired
(
Stream
s
) :
Stream
Protected Methods
Method
Description
Dispose
(
bool
disposing
) :
void
Method Details
Close()
public
method
public
Close
( ) :
void
return
void
Dispose()
protected
method
protected
Dispose
(
bool
disposing
) :
void
disposing
bool
return
void
IocStream()
public
method
public
IocStream
(
Stream
sBase
) :
System
sBase
Stream
return
System
WrapIfRequired()
public
static
method
public
static
WrapIfRequired
(
Stream
s
) :
Stream
s
Stream
return
Stream