Class IIOPAddressBase

    • Constructor Detail

      • IIOPAddressBase

        IIOPAddressBase()
    • Method Detail

      • intToShort

        protected short intToShort​(int value)
      • shortToInt

        protected int shortToInt​(short value)
      • write

        public void write​(OutputStream os)
        Description copied from interface: Writeable
        Write this object directly to the output stream.
        Specified by:
        write in interface Writeable
        Parameters:
        os - stream to write to
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object