Package org.jboss.marshalling.util
Class IntReadField
java.lang.Object
org.jboss.marshalling.util.ReadField
org.jboss.marshalling.util.IntReadField
- All Implemented Interfaces:
Comparable<ReadField>
A read field whose value is an int type.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIntReadField
(SerializableField field) Construct a new instance with the default value.IntReadField
(SerializableField field, int value) Construct a new instance. -
Method Summary
-
Field Details
-
value
private final int value
-
-
Constructor Details
-
IntReadField
Construct a new instance.- Parameters:
field
- the serializable fieldvalue
- the value
-
IntReadField
Construct a new instance with the default value.- Parameters:
field
- the serializable field
-
-
Method Details
-
getKind
Get the kind of field represented by this object. -
getInt
Get the integer value of this field.- Overrides:
getInt
in classReadField
- Returns:
- the integer value of this field
- Throws:
IOException
- if the value cannot be read
-