BoundedStream(Stream, Int64, Int64) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
BoundedStream(System::IO::Stream ^ stm, long start, long end);
public BoundedStream (System.IO.Stream stm, long start, long end);
new Microsoft.Solutions.BTAHL7.Pipelines.BoundedStream : System.IO.Stream * int64 * int64 -> Microsoft.Solutions.BTAHL7.Pipelines.BoundedStream
Public Sub New (stm As Stream, start As Long, end As Long)
Parameters
- stm
- Stream
- start
- Int64
- end
- Int64