public final class BerReader extends Object
| Constructor and Description |
|---|
BerReader(ByteBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
int |
beginReadSequence() |
void |
endReadSequence() |
boolean |
hasRemainingInSequence() |
ByteBuffer |
readBytes() |
int |
readInteger() |
void |
readNull() |
Oid |
readOid() |
String |
readValue() |
public BerReader(ByteBuffer buffer)
public int readInteger()
throws IOException
IOExceptionpublic Oid readOid() throws IOException
IOExceptionpublic ByteBuffer readBytes() throws IOException
IOExceptionpublic void readNull()
throws IOException
IOExceptionpublic int beginReadSequence()
throws IOException
IOExceptionpublic void endReadSequence()
throws IOException
IOExceptionpublic boolean hasRemainingInSequence()
public String readValue() throws IOException
IOExceptionCopyright © 2016. All rights reserved.