Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Unreleased Resource: Streams #107

@QiAnXinCodeSafe

Description

@QiAnXinCodeSafe

InputStream propStream = UserAgent.class.getClassLoader()
.getResourceAsStream("connector.properties");
properties.load(propStream);

The program can potentially fail to release a system resource.

Metadata

Metadata

Assignees

Labels

customer-replied-toIndicates that the team has replied to the issue reported by the customer. Do not delete.customer-reportedIssue is created by anyone that is not a collaborator in the repository.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions