Home | History | Annotate | Download | only in api
      1 // Signature format: 2.0
      2 package 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 
     14