Class ServiceIdHelper



  • public abstract class ServiceIdHelper
    extends Object
    A service id, represented as an int
    • Constructor Detail

      • ServiceIdHelper

        public ServiceIdHelper()
    • Method Detail

      • insert

        public static void insert(Any a,
                                  int that)
      • extract

        public static int extract(Any a)
      • id

        public static String id()
      • write

        public static void write(OutputStream ostream,
                                 int value)