org.bouncycastle.bcpg

Class UserAttributeSubpacketInputStream

Implemented Interfaces:
UserAttributeSubpacketTags

public class UserAttributeSubpacketInputStream
extends InputStream
implements UserAttributeSubpacketTags

reader for user attribute sub-packets

Fields inherited from interface org.bouncycastle.bcpg.UserAttributeSubpacketTags

IMAGE_ATTRIBUTE

Constructor Summary

UserAttributeSubpacketInputStream(InputStream in)

Method Summary

int
available()
int
read()
UserAttributeSubpacket
readPacket()

Constructor Details

UserAttributeSubpacketInputStream

public UserAttributeSubpacketInputStream(InputStream in)

Method Details

available

public int available()
            throws IOException

read

public int read()
            throws IOException

readPacket

public UserAttributeSubpacket readPacket()
            throws IOException