diff options
Diffstat (limited to 'obex/api/current.txt')
-rw-r--r-- | obex/api/current.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/obex/api/current.txt b/obex/api/current.txt new file mode 100644 index 000000000000..1cd562feff8d --- /dev/null +++ b/obex/api/current.txt @@ -0,0 +1,12 @@ +package javax.obex { + + public class ObexPacket { + method public static javax.obex.ObexPacket read(java.io.InputStream) throws java.io.IOException; + method public static javax.obex.ObexPacket read(int, java.io.InputStream) throws java.io.IOException; + field public int mHeaderId; + field public int mLength; + field public byte[] mPayload; + } + +} + |