Reading MyISAM data directly without a MySQL server running.

Hi,
Is there an API that allows to read the data that inside a MyISAM file directly without the need to connect using JDBC or C++ libraries?
Or in other words, an API that can read MyISAM data without MYSQL server.

Thanks much,
Fran.