|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.skype.ipc.AbstractDecoder
com.skype.ipc.PropertyChange
public class PropertyChange
| Field Summary | |
|---|---|
int |
kind
|
int |
moid
|
int |
oid
|
int |
propid
|
| Fields inherited from class com.skype.ipc.AbstractDecoder |
|---|
ioTransport, NULL_VALUE |
| Method Summary | |
|---|---|
byte[] |
GetAsBinary(int tag)
|
boolean |
GetAsBoolean()
|
int |
GetAsInt()
|
java.lang.String |
GetAsString()
|
int |
GetKind()
|
int |
GetOid()
|
int |
GetPropid()
|
boolean |
hasValue()
|
boolean |
isValid()
|
| Methods inherited from class com.skype.ipc.AbstractDecoder |
|---|
decodeBinary, decodeBoolean, decodeList, decodeObjectid, decodeOneOfKind, decodeOneVaruint, decodeString, decodeVarint, decodeVaruint |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int moid
public int oid
public int propid
public int kind
| Method Detail |
|---|
public boolean hasValue()
public boolean isValid()
public int GetKind()
public int GetOid()
public int GetPropid()
public int GetAsInt()
throws java.io.IOException
java.io.IOException
public boolean GetAsBoolean()
throws java.io.IOException
java.io.IOException
public java.lang.String GetAsString()
throws java.io.IOException
java.io.IOException
public byte[] GetAsBinary(int tag)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||