org.bouncycastle.bcpg
Class UserAttributeSubpacketInputStream
java.lang.Object
java.io.InputStream
org.bouncycastle.bcpg.UserAttributeSubpacketInputStream
- All Implemented Interfaces:
- UserAttributeSubpacketTags
- public class UserAttributeSubpacketInputStream
- extends java.io.InputStream
- implements UserAttributeSubpacketTags
reader for user attribute sub-packets
| 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 |
UserAttributeSubpacketInputStream
public UserAttributeSubpacketInputStream(java.io.InputStream in)
UserAttributeSubpacketInputStream
public UserAttributeSubpacketInputStream(java.io.InputStream in,
int limit)
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