com.sshtools.j2ssh.util
Class SimpleASNReader

java.lang.Object
  extended by com.sshtools.j2ssh.util.SimpleASNReader

public class SimpleASNReader
extends java.lang.Object

Version:
$Revision: 1.12 $
Author:
$author$

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

SimpleASNReader

public SimpleASNReader(byte[] data)
Creates a new SimpleASNReader object.

Parameters:
data -
Method Detail

assertByte

public void assertByte(int b)
                throws java.io.IOException
Parameters:
b -
Throws:
java.io.IOException

getByte

public int getByte()
Returns:

getData

public byte[] getData()
Returns:

getLength

public int getLength()
Returns:

hasMoreData

public boolean hasMoreData()
Returns:


Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.