Class StaticHelper


  • public class StaticHelper
    extends Object
    • Constructor Detail

      • StaticHelper

        public StaticHelper()
    • Method Detail

      • isSysexEnd

        public static boolean isSysexEnd​(ReadBuffer io)
      • parseSysexString

        public static byte parseSysexString​(ReadBuffer io)
      • serializeSysexString

        public static void serializeSysexString​(WriteBuffer io,
                                                byte data)
      • lengthSysexString

        public static int lengthSysexString​(byte[] data)