1: package org.bouncycastle.openpgp; 2: 3: import java.io.IOException; 4: 5: interface StreamGenerator { 6: void close() throws IOException; 7: }