Error processing SSI file
LEADTOOLS Caching (Leadtools.Caching assembly)

Show in webframe

GetStream Method






File path in the cache. Usually obtained with GetCacheFilePath.
Requested file mode.
Requested file access.
Requested file share.
Stream to the physical file holding the data for the specified item.
Syntax
'Declaration
 
Public Function GetStream( _
   ByVal filePath As String, _
   ByVal mode As FileMode, _
   ByVal access As FileAccess, _
   ByVal share As FileShare _
) As Stream
'Usage
 
Dim instance As FileCache
Dim filePath As String
Dim mode As FileMode
Dim access As FileAccess
Dim share As FileShare
Dim value As Stream
 
value = instance.GetStream(filePath, mode, access, share)
public CacheInputStream getInputStream(String filePath)
public CacheOutputStream getOutputStream(String filePath)
            

Parameters

filePath
File path in the cache. Usually obtained with GetCacheFilePath.
mode
Requested file mode.
access
Requested file access.
share
Requested file share.

Return Value

A stream to physical file holding the data for the specified item.
Requirements

Target Platforms

See Also

Reference

FileCache Class
FileCache Members

Error processing SSI file
Leadtools.Caching requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features