Shay wrote:
>
> Hex editor ???
>
> shay
>
> "S.V.BADARI NARAYANA MURTHY" <[EMAIL PROTECTED]> wrote in message
> news:35711@palm-dev-forum...
>
> hai all
>
> How to see the file content, which is created using File Stream in
> palm.
>
> bye
>
> ____________________________________________________________________
> Get free email and a permanent address at http://www.netaddress.com/?N=1
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe, please see
>http://www.palmos.com/dev/tech/support/forums/
The streams are treated in the palm device like
others databases.
The data is stored in records of 4096 bytes each.
At the beginning of the record are 8 bytes for
OS usage( Contains DBLK....).
Total record size: 4124 bytes.
Your data size: 4096 bytes.
In the last record your data size is FileSize % 4096
The conversion to an ordinary file is straight forward.
Remember the little endian and time conversion.
Daniel.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/