EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElOpenOfficePackage.CreateStream

TElOpenOfficePackage     See also    


 

Creates a new archive entry.

 
 

Declaration

[C#]
    System.IO.Stream CreateStream(string Path, long ExpectedStreamSize);

[VB.NET]
    Function CreateStream(ByVal Path As String, ByVal ExpectedStreamSize As Long) As System.IO.Stream

[Pascal]
    function CreateStream(Path : string; ExpectedStreamSize : UInt64) : TStream;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Path - path to the new entry
  • ExpectedStreamSize - expected size of the new entry
 
 

Return value

    Returns the stream object for the newly created entry.

 
 

Description

    Use this method to create a new package entry and get the stream which stores its data.

 
 

See also:     CreateEntry     CloseStream     DeleteStream     GetStream     StreamExists    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation