DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomAttribute Class / OpenReadStream Method



In This Topic
    OpenReadStream Method
    In This Topic
    Opens a read-only stream over this attribute's raw payload. This avoids materialising large payloads as a single byte[].
    Syntax
    'Declaration
     
    
    Public Function OpenReadStream() As Stream
    'Usage
     
    
    Dim instance As DicomAttribute
    Dim value As Stream
     
    value = instance.OpenReadStream()
    public Stream OpenReadStream()
    public:
    Stream^ OpenReadStream(); 
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also