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

Quick Search    Search Deep

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

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

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


Field Summary
private  boolean started
           
 java.lang.String versionString
           
 
Constructor Summary
AudioConverter.Mpg123VerRdr()
           
 
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

started

private boolean started

versionString

public java.lang.String versionString
Constructor Detail

AudioConverter.Mpg123VerRdr

public AudioConverter.Mpg123VerRdr()
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