blob: f142bc86d7d608f877ac72cf6449ce49bc87e2f7 [file] [log] [blame]
Tor Norbye68ea0c32018-12-26 19:55:07 -08001// Signature format: 2.0
Sundong Ahn1c53cc12018-05-18 09:58:11 +09002package javax.obex {
3
4 public class ObexPacket {
5 method public static javax.obex.ObexPacket read(java.io.InputStream) throws java.io.IOException;
6 method public static javax.obex.ObexPacket read(int, java.io.InputStream) throws java.io.IOException;
7 field public int mHeaderId;
8 field public int mLength;
9 field public byte[] mPayload;
10 }
11
12}
13