Xceed .NET Libraries Documentation
In This Topic
    Changes between versions 1.0.32 and 2.0
    In This Topic

    Interface changes

      • Added "out int remaining" parameter to Decompressor.Decompress method which can hold the number of unused bytes from the source buffer when the compression algorithm can detect its own end of stream. 

      • Added CompressedStream.GetRemainingStream method which returns a new stream on the rest of the data that was not used by the decompressor

      • Added CompressionMethod.Deflated64 enum value. 

      • Added HasAttributes , HasCreationDateTime , HasLastAccessDateTime ,   HasLastWriteDateTime properties (and their "Do" implementors ) to FileSystemItem

      • Added AbstractFolder.CreateTempFile method. 

      • Changed FileSystemEventsSession.Events property, which is no longer virtual. 

      • Added MemoryFile , MemoryFolder and StreamFile classes which derive from AbstractFile and AbstractFolder

      • Added AllowSpanning , SplitSize and SplitNameFormat properties to ZipArchive for the new spanning support. 

      • Added DefaultTempFolder (static) and TempFolder properties to ZipArchive for controlling the working temporary folder. 

      • Added ZipArchive.SfxPrefix property for new self-extracting zip file support. 

      • Added DiskNumber property to both ZippedFile and ZippedFolder classes. 

      • Made obsolete the ZipEvents.CopyingZipByteProgression event since this step no longer occurs. 

      • Added DiskRequired and GatheringZipContentByteProgression events to ZipEvents as well as related triggers to ZipEventsSession .

    Behavior changes that may affect your projects

    Other minor changes and bug fixes