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

  • Home
  • SEARCH
  • 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 9183201
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T18:44:41+00:00 2026-06-17T18:44:41+00:00

I have a sequence of Integers in the following format: Integer1 Integer2 Integer3 Integer4

  • 0

I have a sequence of Integers in the following format:

Integer1 Integer2 Integer3 Integer4 Integer5 ....

Each four consective integers corresponds to values of a single record. So, I cannot really order them.

What would be the best way to compress such file?

Updates:

1- The values are indpendent of each other. Each 4 consective integers represents a record, for example:

CustomerId PurchaseId Products MoneySpent

Each hold an integer value.

2- Ideally I would like to have it compressed as an object and on disk.

Thanks

  • 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-17T18:44:42+00:00Added an answer on June 17, 2026 at 6:44 pm

    The simplest and most compatible approach is to GZIP the file as you write it by wrapping your stream with GZIPOutputStream and reading it wrapped with GZIPInputStream.

    InputStream in = new BufferedInputStream(new GZIPInputStream(new FileInputStream(filename)));
    
    OutputStream out = new BufferedOutputStream(new GZIPOutputStream(new FileOutputStream(filename)));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Background I have a large collection (~thousands) of sequences of integers. Each sequence has
I have a bunch of classes that each have a property called Sequence. This
More specifically: I have a sequence of 32 bit unsigned RGBA integers for pixels-
I have a list of lists and each list has a repeating sequence. I'm
I have a file which contains data in the following format: filename.jpg,132,234,234,345,4555,23333,344,...,333 I have
I came across the following Dynamic Programming problem. You have a grid of integers
I have a sequence which varies in length e.g. something like: items <- 1:4
I have a sequence like [0, 1, 0, 1, 0, 1, 0] and I
I have a sequence of maps. ;; input [{:country MX, :video 12345, :customer cid1}
I have a sequence of k nodes N1 , N2 , N3 , ...

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.