(OutputStream os, long length)
| 20 | void reset() throws IOException; |
| 21 | |
| 22 | void copyTo(OutputStream os, long length) throws IOException; |
| 23 | |
| 24 | default void copyTo(MessageDigest digest, long length) throws IOException { |
| 25 | OutputStream os = new OutputStream() { |
no outgoing calls
no test coverage detected