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()voidwriteByte(int b)voidwriteData(byte[] b)voidwriteLength(int length)
-