|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sshtools.j2ssh.util.SimpleASNReader
public class SimpleASNReader
Field Summary | |
---|---|
private byte[] |
data
|
private int |
offset
|
Constructor Summary | |
---|---|
SimpleASNReader(byte[] data)
Creates a new SimpleASNReader object. |
Method Summary | |
---|---|
void |
assertByte(int b)
|
int |
getByte()
|
byte[] |
getData()
|
private byte[] |
getData(int length)
|
int |
getLength()
|
boolean |
hasMoreData()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private byte[] data
private int offset
Constructor Detail |
---|
public SimpleASNReader(byte[] data)
data
- Method Detail |
---|
public void assertByte(int b) throws java.io.IOException
b
-
java.io.IOException
public int getByte()
public byte[] getData()
public int getLength()
private byte[] getData(int length)
public boolean hasMoreData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |