Search:

Type: Posts; User: satyendra.kumar

Search: Search took 0.14 seconds.

  1. Re: how to read c++ unsigned long in java

    Thanks for update,

    how you get 3435927511 from 40?

    40 is the first reading short value from the DataInputStream.

    3435927511 is the second reading unsignedlong from the DataInputStream.

    I...
  2. Re: how to read c++ unsigned long in java

    Thanks for quick reply

    DataInputStream input = new DataInputStream(new FileInputStream("-----\\sample.mdx"));

    First we are reading the header later...
  3. how to read c++ unsigned long in java

    C++ datatypes using this below structure ,i have to read the file.But the problem im not getting the proper values unsigned long
    short
    unsigned long
    char[8]
    char[8]
    char[16]
    short
    short
    long...
Results 1 to 3 of 3