Class Decoder
package: net.jxta.myjxta.plugins.vojxta
public class Decoder
Author:
Ravi TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
Field Summary
private SpeexDecoder
Constructor Summary
public
Method Summary
public byte[]
decode(byte[] buf)
public static void
main(String args)
Field Detail
decoder
private SpeexDecoder decoder
Constructor Detail
Decoder
public Decoder()
Method Detail
decode
public byte[] decode(byte[] buf)
Parameters:
buf
Return:
speex decoded byte array

main
public static void main(String args)