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 904199
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T16:00:38+00:00 2026-05-15T16:00:38+00:00

I am creating a software project in which most business objects are stored in

  • 0

I am creating a software project in which most business objects are stored in files (in a legacy format). The objects will only be instantiated from an inputstream.

I do this today with making the constructor private and instantiating in a static function as follows:

public class BusinessObject {

    private BusinessObject() {}

    public static BusinessObject fromStream(Stream stream) {
        // Do initialization here
    }
}

I would like my code to use established design patterns, since other people will be modifying it.

Is this a known pattern, or is there a design pattern that I can use instead of the above?

Thanks,

Martin

  • 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-05-15T16:00:39+00:00Added an answer on May 15, 2026 at 4:00 pm

    It looks you’re making a Factory.

    It might depend on what you’re doing in the “initialization” phase, but you might be able to just make a constructor that takes in the Stream. If you’re already disallowing the null constructor and only allowing them to be created from a Stream, it seems like the same only simpler. The only reason I can see this not working is if there are multiple subclasses of BusinessObject.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

we are creating hospital information system software. The project will be different hospital to
Is there a free software for creating windows help files for your program? I
It's gotta be free. It's hobby, after all, not a business!. Creating for-profit software
I'm creating this script which loads the data from JSON which is encoded in
I have being toying with the idea of creating software Robots to help on
What are the recommendations of software products for creating automated backups of SQL Server
I'd like to provide some way of creating dynamically loadable plugins in my software.
I'm a software developer, and I'm going onto a project now that involves implementing
I am creating a visual studio set-up project. I need to test to see
We have a suite of software solutions developed by a third party which are

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.