summaryrefslogtreecommitdiff
path: root/obex/api/current.txt
blob: 1cd562feff8dca54274f3ee3ea09da08fab7f04f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;
  }

}