Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.tuneology.avm
Class AudioConverter.MadplayVerRdr  view AudioConverter.MadplayVerRdr download AudioConverter.MadplayVerRdr.java

java.lang.Object
  extended bycom.tuneology.avm.AudioConverter.MadplayVerRdr
All Implemented Interfaces:
Native.LineReader
Enclosing class:
AudioConverter

private static class AudioConverter.MadplayVerRdr
extends java.lang.Object
implements Native.LineReader


Field Summary
(package private)  java.lang.String versionString
           
 
Constructor Summary
AudioConverter.MadplayVerRdr()
           
 
Method Summary
 boolean processLine(java.lang.String str, boolean e)
          Called by runCommand when a line of output is generated by a process.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionString

java.lang.String versionString
Constructor Detail

AudioConverter.MadplayVerRdr

public AudioConverter.MadplayVerRdr()
Method Detail

processLine

public boolean processLine(java.lang.String str,
                           boolean e)
Description copied from interface: Native.LineReader
Called by runCommand when a line of output is generated by a process.

Specified by:
processLine in interface Native.LineReader