Edit

Share via


BoundedStream(Stream, Int64, Int64) Constructor

Definition

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

Applies to