Package com.sshtools.j2ssh.util
Class SimpleASNReader
- java.lang.Object
-
- com.sshtools.j2ssh.util.SimpleASNReader
-
public class SimpleASNReader extends java.lang.Object
- Version:
- $Revision: 1.12 $
- Author:
- $author$
-
-
Constructor Summary
Constructors Constructor Description SimpleASNReader(byte[] data)
Creates a new SimpleASNReader object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
assertByte(int b)
int
getByte()
byte[]
getData()
int
getLength()
boolean
hasMoreData()
-