Table of Contents

Class WBL

Namespace
BlueM.Wave.Fileformats
Assembly
Wave.dll

Class for the SYDRO binary WEL format

public class WBL : TimeSeriesFile
Inheritance
WBL
Inherited Members

Constructors

WBL(string, bool)

public WBL(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

public override void readFile()

readSeriesInfo()

Reads series info and datatype from accompanying *.WELINFO file

public override void readSeriesInfo()

verifyFormat(string)

Checks whether a file is a SYDRO 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)