Class SimpleASNWriter

java.lang.Object
com.sshtools.common.util.SimpleASNWriter

public class SimpleASNWriter extends Object
Author:
$author$
  • Constructor Details

    • SimpleASNWriter

      public SimpleASNWriter()
      Creates a new SimpleASNWriter object.
  • Method Details

    • writeByte

      public void writeByte(int b)
      Parameters:
      b -
    • write

      public void write(byte[] b)
    • writeData

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

      public void writeLength(int length)
      Parameters:
      length -
    • toByteArray

      public byte[] toByteArray()
      Returns: