local.tomas.obex.api
Interface ObexPacketReader

All Known Implementing Classes:
ObexPacketReaderImpl

public interface ObexPacketReader


Method Summary
 int getByte()
           
 byte[] getByteArray(int length)
           
 char getChar()
           
 int getInt()
           
 int getShort()
           
 java.lang.String getUnicodeString(int length)
           
 

Method Detail

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.