C# Класс GSF.Snap.SnapTypeBase

The interface that is required to use as a value in SortedTree
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Clear ( ) : void

Clears the key

MethodCopy ( byte source, byte destination ) : void

Executes a copy command without modifying the current class.

Read ( BinaryStreamBase stream ) : void

Reads the provided key from the stream.

Read ( Stream stream ) : void
Read ( byte stream ) : void

Reads the key from the stream

SetMax ( ) : void

Sets the privided key to it's maximum value

SetMin ( ) : void

Sets the provided key to it's minimum value

Write ( BinaryStreamBase stream ) : void

Writes the provided data to the BinaryWriter

Write ( Stream stream ) : void
Write ( byte stream ) : void

Writes the key to the stream

Защищенные методы

Метод Описание
SnapTypeBase ( ) : System

Ensures that only SnapTypeBase{T} inherits from this class.

Описание методов

Clear() публичный абстрактный Метод

Clears the key
public abstract Clear ( ) : void
Результат void

MethodCopy() публичный Метод

Executes a copy command without modifying the current class.
public MethodCopy ( byte source, byte destination ) : void
source byte
destination byte
Результат void

Read() публичный абстрактный Метод

Reads the provided key from the stream.
public abstract Read ( BinaryStreamBase stream ) : void
stream GSF.IO.BinaryStreamBase
Результат void

Read() публичный Метод

public Read ( Stream stream ) : void
stream Stream
Результат void

Read() публичный Метод

Reads the key from the stream
public Read ( byte stream ) : void
stream byte
Результат void

SetMax() публичный абстрактный Метод

Sets the privided key to it's maximum value
public abstract SetMax ( ) : void
Результат void

SetMin() публичный абстрактный Метод

Sets the provided key to it's minimum value
public abstract SetMin ( ) : void
Результат void

SnapTypeBase() защищенный Метод

Ensures that only SnapTypeBase{T} inherits from this class.
protected SnapTypeBase ( ) : System
Результат System

Write() публичный абстрактный Метод

Writes the provided data to the BinaryWriter
public abstract Write ( BinaryStreamBase stream ) : void
stream GSF.IO.BinaryStreamBase
Результат void

Write() публичный Метод

public Write ( Stream stream ) : void
stream Stream
Результат void

Write() публичный Метод

Writes the key to the stream
public Write ( byte stream ) : void
stream byte
Результат void