Table of Contents

Class FitsByteValueWriter

Namespace
FitsModel.FitsStream.Writer
Assembly
FitsModel.dll

Parses FitsDataBlocks into a list of values of type byte.

public class FitsByteValueWriter : FitsValueWriter<byte>, IFitsDataBlockWriter, IFitsValueWriter
Inheritance
FitsByteValueWriter
Implements
Inherited Members

Constructors

FitsByteValueWriter(long, bool, bool)

public FitsByteValueWriter(long numValues, bool calculateStats = false, bool accumulateValues = false)

Parameters

numValues long
calculateStats bool
accumulateValues bool

Methods

ParseValue(byte[])

Simply returns the first byte from the given byte array.

protected override byte ParseValue(byte[] bytes)

Parameters

bytes byte[]

Returns

byte