public class SimpleASNReader extends Object
Constructor and Description |
---|
SimpleASNReader(byte[] data)
Creates a new SimpleASNReader object.
|
Modifier and Type | Method and Description |
---|---|
void |
assertByte(int b) |
int |
getByte() |
byte[] |
getData() |
int |
getLength() |
boolean |
hasMoreData() |
public SimpleASNReader(byte[] data)
data
- public void assertByte(int b) throws IOException
b
- IOException
public int getByte()
public byte[] getData()
public int getLength()
public boolean hasMoreData()
Copyright © 2024. All rights reserved.