Property | Type | Description | |
---|---|---|---|
FileIdentifierSv7 | ReadOnlyByteVector | ||
FileIdentifierSv8 | ReadOnlyByteVector |
Method | Description | |
---|---|---|
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
|
Method | Description | |
---|---|---|
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 |
|
return | bool |
public Equals ( object other ) : bool | ||
other | object |
/// A |
return | bool |
public StreamHeader ( File file, long streamLength ) : System | ||
file | File | |
streamLength | long |
/// A |
return | System |
public static ReadOnlyByteVector FileIdentifierSv7 | ||
return | ReadOnlyByteVector |