Searched refs:ObexPacket (Results 1 – 3 of 3) sorted by relevance
23 public class ObexPacket { class28 private ObexPacket(int headerId, int length) { in ObexPacket() method in ObexPacket39 public static ObexPacket read(InputStream is) throws IOException { in read()51 public static ObexPacket read(int headerId, InputStream is) throws IOException { in read()56 ObexPacket newPacket = new ObexPacket(headerId, length); in read()
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.IOExcepti…
47 // No longer used. Only kept because the ObexPacket class is a public API.