Discuss this help topic in SecureBlackbox Forum

TElXMLReference.URIStream

TElXMLReference     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property references the stream with data.

Declaration

[C#]
    System.IO.Stream URIStream;

[VB.NET]
    Property URIStream As System.IO.Stream

[Pascal]
    property URIStream : TStream;

[C++]
    TStream* get_URIStream();
    void set_URIStream(TStream &Value);
    void set_URIStream(TStream *Value);

[PHP]
    TStream get_URIStream()
    void set_URIStream(TStream $Value)

[Java]
    TElStream getURIStream();
    void setURIStream(TElStream Value);

Description

    This property is useful if the referenced external data is too big to fit in memory. URIStream then references a part of data with from stream or file. Properties URIStreamCount and URIStreamCount specify the offset of the data in the stream, and its size, correspondingly.

See also:     URIStreamCount     URIStreamOffset     URI    

Discuss this help topic in SecureBlackbox Forum