Sundong Ahn | 1c53cc1 | 2018-05-18 09:58:11 +0900 | [diff] [blame] | 1 | package javax.obex { |
2 | |||||
3 | public class ObexPacket { | ||||
4 | method public static javax.obex.ObexPacket read(java.io.InputStream) throws java.io.IOException; | ||||
5 | method public static javax.obex.ObexPacket read(int, java.io.InputStream) throws java.io.IOException; | ||||
6 | field public int mHeaderId; | ||||
7 | field public int mLength; | ||||
8 | field public byte[] mPayload; | ||||
9 | } | ||||
10 | |||||
11 | } | ||||
12 |