Xceed Real-Time Zip for .NET Documentation
GetStreamBufferSize Method


Xceed.Zip Assembly > Xceed.Zip Namespace > ZippedFile Class : GetStreamBufferSize Method
Syntax
'Declaration
 
Protected Overridable Function GetStreamBufferSize( _
   ByVal session As Xceed.FileSystem.FileSystemEventsSession, _
   ByVal sourceStream As Stream, _
   ByVal destinationStream As Stream, _
   ByVal destinationFile As Xceed.FileSystem.FileSystemItem _
) As Integer
'Usage
 
Dim instance As ZippedFile
Dim session As Xceed.FileSystem.FileSystemEventsSession
Dim sourceStream As Stream
Dim destinationStream As Stream
Dim destinationFile As Xceed.FileSystem.FileSystemItem
Dim value As Integer
 
value = instance.GetStreamBufferSize(session, sourceStream, destinationStream, destinationFile)
protected virtual int GetStreamBufferSize( 
   Xceed.FileSystem.FileSystemEventsSession session,
   Stream sourceStream,
   Stream destinationStream,
   Xceed.FileSystem.FileSystemItem destinationFile
)

Parameters

session
sourceStream
destinationStream
destinationFile
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

Reference

ZippedFile Class
ZippedFile Members