Namespace ImageVault.Core.Lib.IO
Classes
LocalStream
LocalStream is a wrapper for a FileStream which makes a shadow-copy of the file if it is not located on the local server.
PartialStream
Defines a System.IO.Stream that only covers parts of another stream
RestartableFileWatcher
Listens to the file system change notifications and raises events when a directory, or file in a directory, changes. Can be configured to restart at a given interval in case the FileWatcher loses contact with the folder (like network shared folder). Ordinary FileWatchers just quit.
StreamUtil
Summary description for StreamUtil.
Win32Stream
Win32Stream is a fileStream class, that are based on the Win32 api, which enables long path- and filenames (Lengths up to 32kb).