Class IntegerHeader
java.lang.Object
com.siperf.amistream.protocol.headers.common.Header
com.siperf.amistream.protocol.headers.common.IntegerHeader
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.siperf.amistream.protocol.headers.common.Header
getType, getType, getTypeAsString, toAmiFormat, toString
-
Constructor Details
-
IntegerHeader
-
-
Method Details
-
getValue
public int getValue() -
getValueAsString
-
setValue
-
setValue
protected void setValue(int value) -
toTextPresentation
Description copied from class:HeaderConverts the header to its text representation.This method must be implemented by subclasses to define the specific text representation of the header.
- Specified by:
toTextPresentationin classHeader- Returns:
- the text representation of the header.
-