A raw data storage
Namespace: Emgu.UtilAssembly: Emgu.Util (in Emgu.Util.dll) Version: 2.2.0.1010 (2.2.0.1010)
Syntax
C# | Visual Basic | Visual C++ |
public class BinaryFileStorage<T> : IEnumerable<T>, IEnumerable where T : struct, new()
Public Class BinaryFileStorage(Of T As {Structure, New}) _ Implements IEnumerable(Of T), IEnumerable
generic<typename T> where T : value class, gcnew() public ref class BinaryFileStorage : IEnumerable<T>, IEnumerable
Type Parameters
- T
- The type of elments in the storage
Members
All Members | Constructors ![]() | Fields ![]() | Properties ![]() | Methods ![]() |
![]() ![]() | ![]() ![]() ![]() | ![]() ![]() | ![]() ![]() ![]() ![]() |
Member | 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
|
![]() | _fileInfo |
The file info
|
![]() | Equals(Object) | (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
|
![]() | FileName |
The file name of the storage
|
![]() | 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(Int32) |
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.) |