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