Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
14 lines
386 B
Plaintext
14 lines
386 B
Plaintext
// 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;
|
|
}
|
|
|
|
}
|
|
|