blob: 0e14b3d15fdee9d86264390980e76a5efa77b0a8 [file]
// Signature format: 6.0
// - style=java
package javax.obex {
public class ObexPacket {
method public static javax.obex.ObexPacket read(int, java.io.InputStream) throws java.io.IOException;
method public static javax.obex.ObexPacket read(java.io.InputStream) throws java.io.IOException;
field public int mHeaderId;
field public int mLength;
field public byte[] mPayload;
}
}