Add javadoc header to SignatureGenerationStream

This commit is contained in:
Paul Schaub 2022-03-31 15:10:50 +02:00
parent f8e66f4d61
commit 131c0c6d03
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ import javax.annotation.Nonnull;
import java.io.IOException;
import java.io.OutputStream;
/**
* OutputStream which has the task of updating signature generators for written data.
*/
class SignatureGenerationStream extends OutputStream {
private final OutputStream wrapped;