com.iSpeech
Class TTSResult

java.lang.Object
  extended by com.iSpeech.TTSResult

public class TTSResult
extends java.lang.Object

Contains the DataInputStram and the length of the file


Constructor Summary
TTSResult(java.io.DataInputStream stream, long len)
           
 
Method Summary
 long getAudioFileLength()
           
 java.io.DataInputStream getDataInputStream()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TTSResult

public TTSResult(java.io.DataInputStream stream,
                 long len)
Method Detail

getDataInputStream

public java.io.DataInputStream getDataInputStream()

getAudioFileLength

public long getAudioFileLength()