Xceed Real-Time Zip for .NET Documentation
DoCopyToLoop Method


Xceed.Zip Assembly > Xceed.Zip Namespace > ZippedFile Class : DoCopyToLoop Method
Syntax
'Declaration
 
Public Sub DoCopyToLoop( _
   ByVal session As Xceed.FileSystem.FileSystemEventsSession, _
   ByVal destination As Xceed.FileSystem.FileSystemItem, _
   ByVal replaceExistingFiles As Boolean, _
   ByVal sourceStream As Stream, _
   ByVal destinationFile As Xceed.FileSystem.AbstractFile, _
   ByVal destinationStream As Stream, _
   ByVal created As Boolean, _
   ByVal buffer() As Byte, _
   ByVal bufferOffset As Integer, _
   ByVal bufferSize As Integer, _
   ByVal byteProgressionEventArgs As Xceed.FileSystem.ByteProgressionEventArgs, _
   ByVal throwException As Boolean, _
   ByRef exception As Exception, _
   ByVal multiThreadItem As Xceed.FileSystem.Threading.IMultiThreadItem _
) 
'Usage
 
Dim instance As ZippedFile
Dim session As Xceed.FileSystem.FileSystemEventsSession
Dim destination As Xceed.FileSystem.FileSystemItem
Dim replaceExistingFiles As Boolean
Dim sourceStream As Stream
Dim destinationFile As Xceed.FileSystem.AbstractFile
Dim destinationStream As Stream
Dim created As Boolean
Dim buffer() As Byte
Dim bufferOffset As Integer
Dim bufferSize As Integer
Dim byteProgressionEventArgs As Xceed.FileSystem.ByteProgressionEventArgs
Dim throwException As Boolean
Dim exception As Exception
Dim multiThreadItem As Xceed.FileSystem.Threading.IMultiThreadItem
 
instance.DoCopyToLoop(session, destination, replaceExistingFiles, sourceStream, destinationFile, destinationStream, created, buffer, bufferOffset, bufferSize, byteProgressionEventArgs, throwException, exception, multiThreadItem)
public void DoCopyToLoop( 
   Xceed.FileSystem.FileSystemEventsSession session,
   Xceed.FileSystem.FileSystemItem destination,
   bool replaceExistingFiles,
   Stream sourceStream,
   Xceed.FileSystem.AbstractFile destinationFile,
   Stream destinationStream,
   bool created,
   byte[] buffer,
   int bufferOffset,
   int bufferSize,
   Xceed.FileSystem.ByteProgressionEventArgs byteProgressionEventArgs,
   bool throwException,
   out Exception exception,
   Xceed.FileSystem.Threading.IMultiThreadItem multiThreadItem
)

Parameters

session
destination
replaceExistingFiles
sourceStream
destinationFile
destinationStream
created
buffer
bufferOffset
bufferSize
byteProgressionEventArgs
throwException
exception
multiThreadItem
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