openTar() — spring-boot Function Reference
Architecture documentation for the openTar() function in ExportedImageTar.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 8d709dfe_a2af_b53b_88aa_92785c0109e7["openTar()"] ca290566_4c73_5f59_d86b_95f9b719d1a5["exportLayers()"] ca290566_4c73_5f59_d86b_95f9b719d1a5 -->|calls| 8d709dfe_a2af_b53b_88aa_92785c0109e7 8961244b_38b5_6707_a9a9_2a8cc9e8a67f["create()"] 8961244b_38b5_6707_a9a9_2a8cc9e8a67f -->|calls| 8d709dfe_a2af_b53b_88aa_92785c0109e7 2f746efe_496a_ca3f_01f0_3944d0ba4c85["getDigestMatches()"] 2f746efe_496a_ca3f_01f0_3944d0ba4c85 -->|calls| 8d709dfe_a2af_b53b_88aa_92785c0109e7 style 8d709dfe_a2af_b53b_88aa_92785c0109e7 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buildpack/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/ExportedImageTar.java lines 84–86
private static TarArchiveInputStream openTar(Path path) throws IOException {
return new TarArchiveInputStream(Files.newInputStream(path));
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does openTar() do?
openTar() is a function in the spring-boot codebase.
What calls openTar()?
openTar() is called by 3 function(s): create, exportLayers, getDigestMatches.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free