public class Style extends RSVPObject
Modifier and Type | Field and Description |
---|---|
protected int |
flags |
protected int |
optionVector |
bytes, classNum, cType, length
Constructor and Description |
---|
Style() |
Style(int flags,
int optionVector) |
Modifier and Type | Method and Description |
---|---|
void |
decode(byte[] bytes,
int offset) |
void |
encode()
Generic method to encode an RSVP element
|
int |
getFlags() |
int |
getOptionVector() |
void |
setFlags(int flags) |
void |
setOptionVector(int optionVector) |
decodeHeader, encodeHeader, getBytes, getClassNum, getClassNum, getcType, getcType, getLength, getLength, setBytes, setClassNum, setcType, setLength
public void encode()
RSVPElement
encode
in interface RSVPElement
encode
in class RSVPObject
public void decode(byte[] bytes, int offset)
decode
in class RSVPObject
public int getFlags()
public void setFlags(int flags)
public int getOptionVector()
public void setOptionVector(int optionVector)
Copyright © 2016. All rights reserved.