Package pro.gravit.launchserver.helper
Class SignHelper.HashingNonClosingOutputStream
java.lang.Object
java.io.OutputStream
pro.gravit.launchserver.helper.SignHelper.HashingOutputStream
pro.gravit.launchserver.helper.SignHelper.HashingNonClosingOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
- Enclosing class:
SignHelper
Helper output stream that also sends the data to the given.
-
Field Summary
Fields inherited from class pro.gravit.launchserver.helper.SignHelper.HashingOutputStream
hasher, out -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class pro.gravit.launchserver.helper.SignHelper.HashingOutputStream
digest, flush, write, write, writeMethods inherited from class java.io.OutputStream
nullOutputStream
-
Constructor Details
-
HashingNonClosingOutputStream
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classSignHelper.HashingOutputStream
-