Click or drag to resize

openBase Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Basic file open extensions
Inheritance Hierarchy
SystemObject
  imbSCI.Core.extensions.ioopenBase

Namespace:  imbSCI.Core.extensions.io
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static class openBase
Request Example View Source

The openBase type exposes the following members.

Methods
  NameDescription
Public methodStatic memberopenBinary
Učitava fajl i vraća niz binarnih vrednosti
Public methodStatic memberopenFile(String)
Opens the file into List of lines
Public methodStatic memberopenFile(String, Boolean, Boolean)
Opens the file -- without exception if file not found. Sets out params: fileFound if exists and fileEmpty if zero lines loaded
Public methodStatic memberopenFileFilterLines
Opens the file into List of lines, where empty lines are filtered out
Public methodStatic memberopenFileToString
Varijanta openFile metoda, samo vraca vec sklopljen string
Top
Fields
  NameDescription
Public fieldStatic memberlogger
The logger instance to report on warnings
Top
See Also