local.tomas.obex.api
Interface ObexPacketReader
- All Known Implementing Classes:
- ObexPacketReaderImpl
public interface ObexPacketReader
getByte
int getByte()
throws java.io.IOException
- Throws:
java.io.IOException
getChar
char getChar()
throws java.io.IOException
- Throws:
java.io.IOException
getShort
int getShort()
throws java.io.IOException
- Throws:
java.io.IOException
getInt
int getInt()
throws java.io.IOException
- Throws:
java.io.IOException
getUnicodeString
java.lang.String getUnicodeString(int length)
throws java.io.IOException
- Throws:
java.io.IOException
getByteArray
byte[] getByteArray(int length)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2007 null. All Rights Reserved.