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, setLengthpublic void encode()
RSVPElementencode in interface RSVPElementencode in class RSVPObjectpublic void decode(byte[] bytes,
int offset)
decode in class RSVPObjectpublic int getFlags()
public void setFlags(int flags)
public int getOptionVector()
public void setOptionVector(int optionVector)
Copyright © 2016. All rights reserved.