public final class Asn1Reader extends Object
| Constructor and Description |
|---|
Asn1Reader(ByteBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
available() |
ByteBuffer |
getBuffer() |
int |
getPosition() |
protected byte |
readByte() |
Asn1Header |
readHeader() |
void |
setPosition(int position) |
public Asn1Reader(ByteBuffer buffer)
public ByteBuffer getBuffer()
public Asn1Header readHeader() throws IOException
IOExceptionpublic int getPosition()
public void setPosition(int position)
public boolean available()
protected byte readByte()
throws IOException
IOExceptionCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.