Class FamosFileRawBlock
Contains the actual data when serialized to the file.
Inherited Members
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public class FamosFileRawBlock : FamosFileBase
Constructors
| Improve this Doc View SourceFamosFileRawBlock()
Initializes a new instance of the FamosFileRawBlock instance.
Declaration
public FamosFileRawBlock()
Properties
| Improve this Doc View SourceCompressionType
Gets or sets the compression type of the data.
Declaration
public FamosFileCompressionType CompressionType { get; set; }
Property Value
Type | Description |
---|---|
FamosFileCompressionType |
Length
Gets or sets the length of the raw data block in bytes.
Declaration
public long Length { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |