Home / Function/ writeTo() — spring-boot Function Reference

writeTo() — spring-boot Function Reference

Architecture documentation for the writeTo() function in ImageArchive.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  c11580dd_aefa_2785_5004_3738b7d99bd8["writeTo()"]
  929487dd_04c5_2cdd_78ba_05b94c39fde9["exportLayersExportsLayerTars()"]
  929487dd_04c5_2cdd_78ba_05b94c39fde9 -->|calls| c11580dd_aefa_2785_5004_3738b7d99bd8
  d26c38cd_8c97_e2b5_3f42_ec94b08c62e3["exportLayersExportsLayerTarsWithPlatformWhenSupportedVersion()"]
  d26c38cd_8c97_e2b5_3f42_ec94b08c62e3 -->|calls| c11580dd_aefa_2785_5004_3738b7d99bd8
  45dda9cb_c752_2be9_f1a3_940a2c45ffec["exportLayersExportsLayerTarsWithPlatformWhenOldVersionInspectImage()"]
  45dda9cb_c752_2be9_f1a3_940a2c45ffec -->|calls| c11580dd_aefa_2785_5004_3738b7d99bd8
  a706e3af_6b12_297d_299b_4f8374d85d20["exportLayersWithSymlinksExportsLayerTars()"]
  a706e3af_6b12_297d_299b_4f8374d85d20 -->|calls| c11580dd_aefa_2785_5004_3738b7d99bd8
  69fc8331_238d_8a0e_1390_ccc4f9a49ea6["writeTo()"]
  c11580dd_aefa_2785_5004_3738b7d99bd8 -->|calls| 69fc8331_238d_8a0e_1390_ccc4f9a49ea6
  7113fa8d_2246_a352_b97d_d758ef9fac93["of()"]
  c11580dd_aefa_2785_5004_3738b7d99bd8 -->|calls| 7113fa8d_2246_a352_b97d_d758ef9fac93
  style c11580dd_aefa_2785_5004_3738b7d99bd8 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buildpack/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/type/ImageArchive.java lines 126–129

	@Override
	public void writeTo(OutputStream outputStream) throws IOException {
		TarArchive.of(this::write).writeTo(outputStream);
	}

Subdomains

Frequently Asked Questions

What does writeTo() do?
writeTo() is a function in the spring-boot codebase.
What does writeTo() call?
writeTo() calls 2 function(s): of, writeTo.
What calls writeTo()?
writeTo() is called by 4 function(s): exportLayersExportsLayerTars, exportLayersExportsLayerTarsWithPlatformWhenOldVersionInspectImage, exportLayersExportsLayerTarsWithPlatformWhenSupportedVersion, exportLayersWithSymlinksExportsLayerTars.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free