com.sshtools.j2ssh.util

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

Constructor Details

SimpleASNWriter

public SimpleASNWriter()
Creates a new SimpleASNWriter object.

Method Details

toByteArray

public byte[] toByteArray()
Returns:

writeByte

public void writeByte(int b)
Parameters:
b -

writeData

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

writeLength

public void writeLength(int length)
Parameters:
length -

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