From: Shaik Ghouse Basha on
Dear friends ,I need help how to decode file which are with extension of .BUFR format.please its very urgent for me.
From: Rune Allnor on
On 10 Sep, 12:33, "Shaik Ghouse Basha" <mdba...(a)gmail.com> wrote:
> Dear friends ,I need help how to decode file which are with extension of .BUFR format.please its very urgent for me.

There's only one way to do that:

1) Get hold of the documentation for the format.
2) Use the information in the docs to implement
the file access functions.

Rune