blob: f142bc86d7d608f877ac72cf6449ce49bc87e2f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Signature format: 2.0
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;
}
}
|