Uses of Interface
com.tuneology.avm.Native.LineReader

Packages that use Native.LineReader
com.tuneology.avm Media information, user preferences, and native program execution. 
 

Uses of Native.LineReader in com.tuneology.avm
 

Methods in com.tuneology.avm with parameters of type Native.LineReader
static int Native.runCommand(java.lang.String cmd, java.io.File dir, java.lang.String enc, Native.LineReader lrdr, boolean logOutput)
          Runs the specified external program.
static int Native.runCommand(java.util.ArrayList v, java.io.File dir, java.lang.String enc, Native.LineReader lrdr, boolean logOutput)
          Runs the specified external program.
static int Native.runCommand(java.lang.String[] cmd, java.io.File dir, java.lang.String enc, Native.LineReader lrdr, boolean logOutput)
          Runs the specified external program.