Discuss this help topic in SecureBlackbox Forum

TElCustomFileSystemAdapter class

Properties     Methods     Declared in     Licensing     


TElCustomFileSystemAdapter is a base class for TElDiskFileSystemAdapter and TElSolidFileSystemAdapter classes.

Description

    TElCustomFileSystemAdapter provides common interface for TElDiskFileSystemAdapter and TElSolidFileSystemAdapter classes, which perform actual file-related operations. If you need to create your own file system adapter, you will need to create your descendant of this class and override its methods.

    Methods of this class should not be called directly from your code (besides a custom descendant class).

Properties

Methods

Declared in

.NET:
  • Namespace: SBCustomFSAdapter
  • Assembly: SecureBlackbox
VCL:
  • Unit: SBCustomFSAdapter
Java:
  • Package: SecureBlackbox.Base.jar
C++:
  • sbcustomfsadapter.h

Licensing

To use this class in the development and distribution of your software projects, you need to purchase one of the following licenses:

Any SecureBlackbox package

Discuss this help topic in SecureBlackbox Forum