1*344a7f5eSAndroid Build Coastguard Worker// Signature format: 2.0 2*344a7f5eSAndroid Build Coastguard Workerpackage javax.obex { 3*344a7f5eSAndroid Build Coastguard Worker 4*344a7f5eSAndroid Build Coastguard Worker public class ObexPacket { 5*344a7f5eSAndroid Build Coastguard Worker method public static javax.obex.ObexPacket read(java.io.InputStream) throws java.io.IOException; 6*344a7f5eSAndroid Build Coastguard Worker method public static javax.obex.ObexPacket read(int, java.io.InputStream) throws java.io.IOException; 7*344a7f5eSAndroid Build Coastguard Worker field public int mHeaderId; 8*344a7f5eSAndroid Build Coastguard Worker field public int mLength; 9*344a7f5eSAndroid Build Coastguard Worker field public byte[] mPayload; 10*344a7f5eSAndroid Build Coastguard Worker } 11*344a7f5eSAndroid Build Coastguard Worker 12*344a7f5eSAndroid Build Coastguard Worker} 13*344a7f5eSAndroid Build Coastguard Worker 14