Class Bytestring

java.lang.Object
org.yecht.Bytestring

public class Bytestring extends Object
Why says 'Reinvent the wheel...'. I'm reinventing it a few times over.
Author:
Ola Bini
  • Field Details

  • Constructor Details

    • Bytestring

      public Bytestring()
  • Method Details

    • strlen

      public static int strlen(byte[] buf)
    • strlen

      public static int strlen(byte[] buf, int start)
    • append

      public void append(byte code, byte[] inbuf, int start, int finish)
    • extend

      public void extend(Bytestring ext)