Class PatchBuilderImpl.StreamWriteFileContent
- java.lang.Object
-
- jetbrains.buildServer.vcs.patches.PatchBuilderImpl.StreamWriteFileContent
-
- All Implemented Interfaces:
LowLevelPatchBuilder.WriteFileContent
- Direct Known Subclasses:
PatchBuilderImpl.StreamWriteFileContentWithExtensions
- Enclosing class:
- PatchBuilderImpl
public static class PatchBuilderImpl.StreamWriteFileContent extends Object implements LowLevelPatchBuilder.WriteFileContent
-
-
Constructor Summary
Constructors Constructor Description StreamWriteFileContent(InputStream input, long length)
-
-
-
Constructor Detail
-
StreamWriteFileContent
public StreamWriteFileContent(@NotNull InputStream input, long length)
-
-
Method Detail
-
write
public void write(@NotNull OutputStream output) throws IOException
- Specified by:
write
in interfaceLowLevelPatchBuilder.WriteFileContent
- Throws:
IOException
-
-