The BasicCardBinaryFile type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BasicCardBinaryFile(BasicCardBinaryFile) | Initializes a new instance of the BasicCardBinaryFile class |
![]() | BasicCardBinaryFile(BasicCardFile) | Initializes a new instance of the BasicCardBinaryFile class |
![]() | BasicCardBinaryFile(String, BasicCardDirectory) | Initializes a new instance of the BasicCardBinaryFile class |
![]() | BasicCardBinaryFile(String, BasicCardDirectory, AbstractBasicCardService) | Initializes a new instance of the BasicCardBinaryFile class |
![]() | BasicCardBinaryFile(String, BasicCardDirectory, BasicCardFileIO) | Initializes a new instance of the BasicCardBinaryFile class |
Methods
Name | Description | |
---|---|---|
![]() | Clone |
Clone this object.
(Inherited from BasicCardFileSystemObject.) |
![]() | Close |
Close this file.
(Overrides BasicCardFile..::..Close()()()().) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Open(BasicCardFileOpenMode, Int32) |
Open this file.
(Inherited from BasicCardFile.) |
![]() | Open(Boolean, Boolean, Boolean, Boolean) |
Open this file in binary mode.
|
![]() | Refresh |
Refresh.
(Inherited from BasicCardFile.) |
![]() | Remove |
Remove the file.
(Inherited from BasicCardFile.) |
![]() | Rename |
Rename the file or directory.
(Inherited from BasicCardFileSystemObject.) |
![]() | SetCustomLock |
Set a custom lock for this file or directory.
(Inherited from BasicCardFileSystemObject.) |
![]() | SetReadLock |
Set a read lock for this file or directory.
(Inherited from BasicCardFileSystemObject.) |
![]() | SetReadWriteLock |
Set a read/write lock for this file or directory.
(Inherited from BasicCardFileSystemObject.) |
![]() | SetWriteLock |
Set a write lock for this file or directory.
(Inherited from BasicCardFileSystemObject.) |
![]() | SplitPath()()()() |
Return the splited file name in its path parts by splitting with SeparatorChar.
Returning an array of Strings.
(Inherited from BasicCardFileSystemObject.) |
![]() | ToString |
ToString method.
(Inherited from BasicCardFileSystemObject.) |
Properties
Name | Description | |
---|---|---|
![]() | AbsolutFilename |
Absolut file name including path from root.
(Inherited from BasicCardFileSystemObject.) |
![]() | Exists |
Check if file/directory exists. True if it exists, otherwise false.
(Inherited from BasicCardFileSystemObject.) |
![]() | Filename |
The file name.
(Inherited from BasicCardFileSystemObject.) |
![]() | IO |
Get reference to BasicCardFileIo object, e.g. to use a different charset.
|
![]() | IsDirectory |
Check if object is an existing directory. True if directory otherwise false.
(Inherited from BasicCardFileSystemObject.) |
![]() | IsFile |
Check if object is an existing file. True if file otherwise false.
(Inherited from BasicCardFileSystemObject.) |
![]() | IsOpen |
Check if file object is open. True if open, otherwise false.
(Inherited from BasicCardFile.) |
![]() | IsRootDirectory |
Check if this is the root directory. True if root directory, otherwise false.
(Inherited from BasicCardFileSystemObject.) |
![]() | LockInfo |
File lock information.
(Inherited from BasicCardFileSystemObject.) |
![]() | Parent |
Parent directory of this file system object.
(Inherited from BasicCardFileSystemObject.) |
![]() | Size |
Get file size.
(Inherited from BasicCardFile.) |
![]() | Stream |
Get stream object. If file was not opened null is returned.
|