public class UserAttributeSubpacketInputStream extends InputStream implements UserAttributeSubpacketTags
IMAGE_ATTRIBUTE
Constructor and Description |
---|
UserAttributeSubpacketInputStream(InputStream in) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
int |
read() |
UserAttributeSubpacket |
readPacket() |
close, mark, markSupported, read, read, reset, skip
public UserAttributeSubpacketInputStream(InputStream in)
public int available() throws IOException
available
in class InputStream
IOException
public int read() throws IOException
read
in class InputStream
IOException
public UserAttributeSubpacket readPacket() throws IOException
IOException
Copyright © 2018 BouncyCastle.org. All rights reserved.