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
Methods
ParseValue(byte[])
Simply returns the first byte from the given byte array.
protected override byte ParseValue(byte[] bytes)
Parameters
bytes
byte[]