Class ConfEShort

All Implemented Interfaces:
Serializable, Cloneable

public class ConfEShort extends ConfELong implements Serializable, Cloneable
Provides a Java representation of E integral types.
See Also:
  • Constructor Details

    • ConfEShort

      public ConfEShort(short s)
      Create an E integer from the given value.
      Parameters:
      s - the short value to use.
    • ConfEShort

      Create an E integer from a stream containing an integer encoded in E external format.
      Parameters:
      buf - the stream containing the encoded value.
      Throws:
      ConfEDecodeException - if the buffer does not contain a valid external representation of an E integer.
      ConfERangeException - if the value is too large to be represented as a short.