com.sshtools.j2ssh.util
Class SimpleASNWriter

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

public class SimpleASNWriter
extends java.lang.Object

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

Constructor Summary
SimpleASNWriter()
          Creates a new SimpleASNWriter object.
 
Method Summary
 byte[] toByteArray()
           
 void writeByte(int b)
           
 void writeData(byte[] b)
           
 void writeLength(int length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleASNWriter

public SimpleASNWriter()
Creates a new SimpleASNWriter object.

Method Detail

writeByte

public void writeByte(int b)
Parameters:
b -

writeData

public void writeData(byte[] b)
Parameters:
b -

writeLength

public void writeLength(int length)
Parameters:
length -

toByteArray

public byte[] toByteArray()
Returns:


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