Show / Hide Table of Contents

Class FamosFileRawBlock

Contains the actual data when serialized to the file.

Inheritance
System.Object
FamosFileBase
FamosFileRawBlock
Inherited Members
FamosFileBase.Validate()
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public class FamosFileRawBlock : FamosFileBase

Constructors

| Improve this Doc View Source

FamosFileRawBlock()

Initializes a new instance of the FamosFileRawBlock instance.

Declaration
public FamosFileRawBlock()

Properties

| Improve this Doc View Source

CompressionType

Gets or sets the compression type of the data.

Declaration
public FamosFileCompressionType CompressionType { get; set; }
Property Value
Type Description
FamosFileCompressionType
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
Back to top Copyright © 2019 Vincent Wilms