메소드 | 설명 | |
---|---|---|
Clear ( ) : void |
Clears the key
|
|
MethodCopy ( byte source, byte destination ) : void |
Executes a copy command without modifying the current class.
|
|
Read ( |
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 ( |
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.
|
public MethodCopy ( byte source, byte destination ) : void | ||
source | byte | |
destination | byte | |
리턴 | void |
public abstract Read ( |
||
stream | ||
리턴 | void |
public abstract Write ( |
||
stream | ||
리턴 | void |