A raw data storage

Namespace: Emgu.Util
Assembly: 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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  Emgu.Util..::..BinaryFileStorage<(Of <(<'T>)>)>

See Also