SecureBlackbox

200+ components and classes for all aspects of digital security of your data

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


TElArchiveDirectoryEntry.InputData

TElArchiveDirectoryEntry     See also     


 

Allows to compress data from ByteArray without creating a stream.

 

Declaration

[C#/Java]
    byte[] InputData;

[VB.NET]
    Property InputData As Byte()

[Pascal]
    property InputData: ByteArray;

[C++]
    void get_InputData(std::vector<uint8_t> &OutResult);
    void void set_InputData(const std::vector<uint8_t> &Value);

[PHP]
    not available

   

Description

    Use this property to compress data from ByteArray without creating a stream.

   

See also:     InputStream    

 
Back to top