Class InputObjectState


  • public class InputObjectState
    extends InputBuffer
    InputObjectState provides some additional methods to a basic InputBuffer.
    Since:
    JTS 1.0.
    Version:
    $Id: InputObjectState.java 2342 2006-03-30 13:06:17Z $
    Author:
    Mark Little (mark@arjuna.com)
    • Constructor Detail

      • InputObjectState

        public InputObjectState()
      • InputObjectState

        public InputObjectState​(Uid newUid,
                                java.lang.String tName,
                                byte[] buff)
    • Method Detail

      • notempty

        public final boolean notempty()
      • size

        public final int size()
      • stateUid

        public final Uid stateUid()
      • type

        public final java.lang.String type()
      • print

        public void print​(java.io.PrintWriter strm)
        Description copied from class: InputBuffer
        Print information about this instance.
        Overrides:
        print in class InputBuffer
      • toString

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

        public void unpackFrom​(InputBuffer buff)
                        throws java.io.IOException
        Description copied from class: InputBuffer
        Unpack a buffer from the provided buffer, and initialise this instance with it. If the next item in the buffer is not of the right type then an IOException is thrown.
        Overrides:
        unpackFrom in class InputBuffer
        Throws:
        java.io.IOException