Свойство | Тип | Описание | |
---|---|---|---|
FileIdentifierSv7 | ReadOnlyByteVector | ||
FileIdentifierSv8 | ReadOnlyByteVector |
Метод | Описание | |
---|---|---|
Equals ( |
Checks whether or not the current instance is equal to another instance of StreamHeader.
|
|
Equals ( object other ) : bool |
Checks whether or not the current instance is equal to another object.
|
|
GetHashCode ( ) : int |
Generates a hash code for the current instance.
|
|
StreamHeader ( File file, long streamLength ) : System |
Constructs and initializes a new instance of
|
|
operator ( ) : bool |
Gets whether or not two instances of
|
Метод | Описание | |
---|---|---|
ReadSize ( ByteVector data, int &pos ) : ulong | ||
ReadSize ( File file, uint &packetSizeLength, bool &eof ) : ulong | ||
ReadSv7Properties ( ByteVector data ) : void | ||
ReadSv8Properties ( File file ) : void |
public Equals ( |
||
other |
/// A |
|
Результат | bool |
public Equals ( object other ) : bool | ||
other | object |
/// A |
Результат | bool |
public StreamHeader ( File file, long streamLength ) : System | ||
file | File | |
streamLength | long |
/// A |
Результат | System |
public static ReadOnlyByteVector FileIdentifierSv7 | ||
Результат | ReadOnlyByteVector |