aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/spongycastle/pg/src/main/java/org/spongycastle/openpgp/StreamGenerator.java
blob: 9ee3d46598b3e383ad4c12edf52701b1225c74d1 (plain)
1
2
3
4
5
6
7
8
9
package org.spongycastle.openpgp;

import java.io.IOException;

interface StreamGenerator
{
    void close()
        throws IOException;
}