Search:

Type: Posts; User: andbin

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    1,407

    Re: How do I read data from a Random Access File?

    No. Technically every file can be random accessed, if you have the appropriate API (and in Java there is java.io.RandomAccessFile). But this doesn't mean that all file types are appropriate for...
  2. Replies
    4
    Views
    1,407

    Re: How do I read data from a Random Access File?

    In general, a "random access file" simply means a file in which you can quickly "jump" back and forth at any location at any moment. Nothing more.

    If you have a file that contains N information...
Results 1 to 2 of 2