public class PemHeader
extends java.lang.Object
write method.PemOutputStream| Modifier and Type | Method and Description |
|---|---|
int |
write(java.io.OutputStream os)
Writes the header to an OutputStream.
|
public int write(java.io.OutputStream os)
throws java.io.IOException,
ArchiveException
os - The stream to write the header to.java.io.IOException - Thrown from any call to write to the given stream.ArchiveException - Thrown for any problem creating the header that is not
related to writing to the stream.