Bouncy Castle Cryptography 1.33

org.bouncycastle.bcpg
Class UserAttributeSubpacketInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byorg.bouncycastle.bcpg.UserAttributeSubpacketInputStream
All Implemented Interfaces:
UserAttributeSubpacketTags

public class UserAttributeSubpacketInputStream
extends java.io.InputStream
implements UserAttributeSubpacketTags

reader for user attribute sub-packets


Field Summary
 
Fields inherited from interface org.bouncycastle.bcpg.UserAttributeSubpacketTags
IMAGE_ATTRIBUTE
 
Constructor Summary
UserAttributeSubpacketInputStream(java.io.InputStream in)
           
 
Method Summary
 int available()
           
 int read()
           
 UserAttributeSubpacket readPacket()
           
 
Methods inherited from class java.io.InputStream
close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserAttributeSubpacketInputStream

public UserAttributeSubpacketInputStream(java.io.InputStream in)
Method Detail

available

public int available()
              throws java.io.IOException
Throws:
java.io.IOException

read

public int read()
         throws java.io.IOException
Throws:
java.io.IOException

readPacket

public UserAttributeSubpacket readPacket()
                                  throws java.io.IOException
Throws:
java.io.IOException

Bouncy Castle Cryptography 1.33