Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8061471
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T10:21:02+00:00 2026-06-05T10:21:02+00:00

how can i create a pre-allocated file on android? something like a sparse file

  • 0

how can i create a pre-allocated file on android? something like a sparse file ?

i need to make an applicaton that will download a large file , and i want to avoid having an out-of-space error while the download is commencing . my solution needs to support resuming and writing to both internal and external storage.

i’ve tried what is written here:
Create file with given size in Java
but for some reason, none of those solutions worked.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T10:21:03+00:00Added an answer on June 5, 2026 at 10:21 am

    this is odd.
    it works fine now . perhaps i’ve tested it in a wrong way.

    here’s a working code , for those who have problems with it :

    final String path=getFilesDir().getParent()+"/t.txt";
    RandomAccessFile newSparseFile=null;
    try
      {
      new File(path).delete();
      newSparseFile=new RandomAccessFile(path,"rw");
      // create a 1MB file:
      newSparseFile.setLength(1024*1024);
      }
    catch(final Exception e)
      {
      Log.e("DEBUG","error while creating file:"+e);
      }
    finally
      {
      if(newSparseFile!=null)
        try
          {
          newSparseFile.close();
          Log.d("DEBUG","length:"+new File(path).length());
          }
        catch(final IOException e)
          {
          Log.e("DEBUG","error while closing file:"+e);
          }
      }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

For Python, it can create a pre-compiled version file.pyc so that the program can
We can use placement new to create an object in pre-allocated memory. Let's consider
We need to create a program in PHP/MySQL that will display all the 'people',
How can I create an app that runs a finished .apk file? For example,
I am creating a product that as end result will/can create e.g. 10 .sql
How can I create a new Exception different from the pre-made types? public class
I can create a contact that is not mail enabled, but how do I
How can create a view with mutiple images, something similiar to the photo app
One can create an anonymous object that is initialized through constructor parameters, such as
I can create a sparse php array (or map) using the command: $myarray =

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.