Package com.sshtools.j2ssh.util
Class SimpleASNWriter
- java.lang.Object
-
- com.sshtools.j2ssh.util.SimpleASNWriter
-
public class SimpleASNWriter extends java.lang.Object
- Version:
- $Revision: 1.12 $
- Author:
- $author$
-
-
Constructor Summary
Constructors Constructor Description SimpleASNWriter()
Creates a new SimpleASNWriter object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
toByteArray()
void
writeByte(int b)
void
writeData(byte[] b)
void
writeLength(int length)
-