Package org.bouncycastle.bcpg
Class OutputStreamPacket
- java.lang.Object
-
- org.bouncycastle.bcpg.OutputStreamPacket
-
public abstract class OutputStreamPacket extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected BCPGOutputStream
out
-
Constructor Summary
Constructors Constructor Description OutputStreamPacket(BCPGOutputStream out)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
close()
abstract BCPGOutputStream
open()
-
-
-
Field Detail
-
out
protected BCPGOutputStream out
-
-
Constructor Detail
-
OutputStreamPacket
public OutputStreamPacket(BCPGOutputStream out)
-
-
Method Detail
-
open
public abstract BCPGOutputStream open() throws java.io.IOException
- Throws:
java.io.IOException
-
close
public abstract void close() throws java.io.IOException
- Throws:
java.io.IOException
-
-