Interface LowLevelPatchBuilder.WriteFileContent
-
- All Known Implementing Classes:
PatchBuilderImpl.StreamWriteFileContent
,PatchBuilderImpl.StreamWriteFileContentWithExtensions
- Enclosing interface:
- LowLevelPatchBuilder
public static interface LowLevelPatchBuilder.WriteFileContent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
write(OutputStream output)
-
-
-
Method Detail
-
write
void write(@NotNull OutputStream output) throws IOException
- Throws:
IOException
-
-