'Declaration Public Function New( _
ByVal sourceStreamThe source stream.As System.IO.Stream, _
ByVal lengthThe length, in bytes, of this stream wrapper.As Long, _
ByVal offsetThe offset of this stream wrapper in source stream.As Long, _
ByVal closeSourceStreamAfterUseA value indicating whether the sourceStream must be closed after use.As Boolean _
)
public StreamWrapper(
System.IO.Stream sourceStream,
long length,
long offset,
bool closeSourceStreamAfterUse
)
public: StreamWrapper(
System.IO.Stream* sourceStream,
long length,
long offset,
bool closeSourceStreamAfterUse
)
public:
StreamWrapper(
System.IO.Stream^ sourceStream,
long length,
long offset,
bool closeSourceStreamAfterUse
)
Parameters
- sourceStream
- The source stream.
- length
- The length, in bytes, of this stream wrapper.
- offset
- The offset of this stream wrapper in source stream.
- closeSourceStreamAfterUse
- A value indicating whether the sourceStream must be closed after use.