Package org.yecht

Class Bytestring


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

      • Bytestring

        public Bytestring()
    • Method Detail

      • 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)