gnunet-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-developers] java binding libexternal


From: Miguel
Subject: [GNUnet-developers] java binding libexternal
Date: Fri, 28 Mar 2008 13:38:33 +0100

I have tried to make a really small program to find the meta-data of different files but I dont know where can I get the manual for the java binding. Does anybody know where can I get it?

I m testing it with a really dummy program:

public static void main(String [ ] args)
{
Extractor ext = new Extractor(int);
ArrayList al = ext.extract("/home/mcm/ecar_mejorado/extractor/media/adamo.mp3");
System.out.println(" adamo.mp3: " + al.toString());


}

where int is an integer number linked to plugins but I dont understand how does it work ...
I m working on an ubutu gusty, and I have installed the following packages:

ii  libextractor-java0                         0.5.6-3                             Java bindings for GNU libextractor
ii  libextractor-plugins                       0.5.18-3                            extracts meta-data from files of arbitrary type (plugi
ii  libextractor1c2a                            0.5.18-3                            extracts meta-data from files of arbitrary type (libra


any Ideas?

thank you in advance,

Mike


reply via email to

[Prev in Thread] Current Thread [Next in Thread]