com.sshtools.j2ssh.util

Class 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()

Constructor Details

SimpleASNReader

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

Method Details

assertByte

public void assertByte(int b)
            throws IOException
Parameters:
b -

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.