sigrok-java  0.4.0
Java bindings for libsigrok
Public Member Functions | List of all members
org.sigrok.core.classes.InputFormat Class Reference

An input format supported by the library. More...

Public Member Functions

String name ()
 Name of this input format. More...
 
String description ()
 Description of this input format. More...
 
SWIGTYPE_p_std__vectorT_std__string_t extensions ()
 A list of preferred file name extensions for this file format. More...
 
OptionMap options ()
 Options supported by this input format. More...
 
Input create_input (VariantMap options)
 Create an input using this input format. More...
 
Input create_input ()
 Create an input using this input format. More...
 

Detailed Description

An input format supported by the library.

Member Function Documentation

String org.sigrok.core.classes.InputFormat.name ( )

Name of this input format.

String org.sigrok.core.classes.InputFormat.description ( )

Description of this input format.

SWIGTYPE_p_std__vectorT_std__string_t org.sigrok.core.classes.InputFormat.extensions ( )

A list of preferred file name extensions for this file format.

OptionMap org.sigrok.core.classes.InputFormat.options ( )

Options supported by this input format.

Referenced by org.sigrok.core.classes.InputFormat.create_input().

+ Here is the caller graph for this function:

Input org.sigrok.core.classes.InputFormat.create_input ( VariantMap  options)

Create an input using this input format.

Parameters
optionsMapping of (option name, value) pairs.

References org.sigrok.core.classes.InputFormat.options().

+ Here is the call graph for this function:

Input org.sigrok.core.classes.InputFormat.create_input ( )

Create an input using this input format.

Parameters
optionsMapping of (option name, value) pairs.