com.ibm.security12.sun.security.util
Class SignatureFile.Block

java.lang.Object
  |
  +--com.ibm.security12.sun.security.util.SignatureFile.Block

public static class SignatureFile.Block
extends Object


Method Summary
 String getMetaName()
           
 void write(OutputStream out)
          Writes the block file to the specified OutputStream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMetaName

public String getMetaName()

write

public void write(OutputStream out)
           throws IOException
Writes the block file to the specified OutputStream.
Parameters:
out - the output stream
Throws:
IOException - if an I/O error has occurred