http://www.emgu.com
The BinaryFileStorage<(Of <(<'T>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BinaryFileStorage<(Of <(<'T>)>)>(String) |
Create a binary File Storage
|
![]() | BinaryFileStorage<(Of <(<'T>)>)>(String, IEnumerable<(Of <<'(T>)>>)) |
Create a binary File Storage with the specific data
|
![]() | BinaryFileStorage<(Of <(<'T>)>)>(String, Int32) |
Create a binary File Storage
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | EstimateSize |
Estimate the number of elements in this storage as the size of the storage divided by the size of the elements
|
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetEnumerator |
Get the data in this storage
|
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetSubsamples |
Get the subsampled data in this storage
|
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | Peek |
Get a copy of the first element in the storage. If the storage is empty, a default value will be returned
|
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | _fileInfo |
The file info
|
Properties
Name | Description | |
---|---|---|
![]() | FileName |
The file name of the storage
|