|
Bouncy Castle Cryptography Library 1.45 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.bcpg.OutputStreamPacket
public abstract class OutputStreamPacket
Field Summary | |
---|---|
protected BCPGOutputStream |
out
|
Constructor Summary | |
---|---|
OutputStreamPacket(BCPGOutputStream out)
|
Method Summary | |
---|---|
abstract void |
close()
|
abstract BCPGOutputStream |
open()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected BCPGOutputStream out
Constructor Detail |
---|
public OutputStreamPacket(BCPGOutputStream out)
Method Detail |
---|
public abstract BCPGOutputStream open() throws java.io.IOException
java.io.IOException
public abstract void close() throws java.io.IOException
java.io.IOException
|
Bouncy Castle Cryptography Library 1.45 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |