Package com.sshtools.j2ssh.util
Class SimpleASNWriter
java.lang.Object
com.sshtools.j2ssh.util.SimpleASNWriter
- Version:
- $Revision: 1.12 $
- Author:
- $author$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
void
writeByte
(int b) void
writeData
(byte[] b) void
writeLength
(int length)
-
Constructor Details
-
SimpleASNWriter
public SimpleASNWriter()Creates a new SimpleASNWriter object.
-
-
Method Details
-
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:
-