2018-12-26 19:55:07 -08:00
|
|
|
// Signature format: 2.0
|
2018-05-18 09:58:11 +09:00
|
|
|
package javax.obex {
|
|
|
|
|
|
|
|
public class ObexPacket {
|
|
|
|
method public static javax.obex.ObexPacket read(java.io.InputStream) throws java.io.IOException;
|
|
|
|
method public static javax.obex.ObexPacket read(int, java.io.InputStream) throws java.io.IOException;
|
|
|
|
field public int mHeaderId;
|
|
|
|
field public int mLength;
|
|
|
|
field public byte[] mPayload;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|