Table of Contents

Class GBL

Namespace
BlueM.Wave.Fileformats
Assembly
Wave.dll

Class for the GINA binary WEL format

public class GBL : TimeSeriesFile
Inheritance
GBL
Inherited Members

Constructors

GBL(string, bool)

public GBL(string FileName, bool ReadAllNow = false)

Parameters

FileName string
ReadAllNow bool

Properties

UseImportDialog

Gibt an, ob beim Import des Dateiformats der Importdialog angezeigt werden soll

public override bool UseImportDialog { get; }

Property Value

bool

Methods

readFile()

Reads the file with fixed GBL format structure

public override void readFile()

readSeriesInfo()

Reads series info for fixed GBL format structure

public override void readSeriesInfo()

verifyFormat(string)

Checks whether a file is a GINA binary file

public static bool verifyFormat(string file)

Parameters

file string

path to the file to check

Returns

bool

True if verification was successful

Remarks

Adapted from Fortran routine FILE_GETRECL (formerly ZRE_GETRECL)