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

Quick Search    Search Deep

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

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

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


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

public java.lang.String versionString
Constructor Detail

AudioConverter.OggencVerRdr

private AudioConverter.OggencVerRdr()
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