Package com.sshtools.j2ssh.util
Class SimpleASNReader
java.lang.Object
com.sshtools.j2ssh.util.SimpleASNReader
- Version:
- $Revision: 1.12 $
- Author:
- $author$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
assertByte
(int b) int
getByte()
byte[]
getData()
int
boolean
-
Constructor Details
-
SimpleASNReader
public SimpleASNReader(byte[] data) Creates a new SimpleASNReader object.- Parameters:
data
-
-
-
Method Details
-
assertByte
- Parameters:
b
-- Throws:
IOException
-
getByte
public int getByte()- Returns:
-
getData
public byte[] getData()- Returns:
-
getLength
public int getLength()- Returns:
-
hasMoreData
public boolean hasMoreData()- Returns:
-