Searched refs:readByte (Results 1 – 16 of 16) sorted by relevance
100 virtual sal_Int8 SAL_CALL readByte(void) throw (IOException, RuntimeException);233 return readByte(); in readBoolean()236 sal_Int8 ODataInputStream::readByte(void) throw (IOException, RuntimeException) in readByte() function in io_stm::ODataInputStream353 sal_uInt8 c = (sal_uInt8)readByte(); in readUTF()371 char2 = (sal_uInt8)readByte(); in readUTF()388 char2 = (sal_uInt8)readByte(); in readUTF()389 char3 = (sal_uInt8)readByte(); in readUTF()1353 virtual sal_Int8 SAL_CALL readByte(void) throw (IOException, RuntimeException) in readByte() function in io_stm::OObjectInputStream1354 { return ODataInputStream::readByte(); } in readByte()
220 dis.readByte(); in readHeader()221 header.version = dis.readByte(); in readHeader()
280 dis.readByte(); in readHeader()281 header.version = dis.readByte(); in readHeader()
59 // DocMerge from xml: method com::sun::star::io::XDataInputStream::readByte62 byte readByte()
162 attributes = in.readByte(); in read()
6 "DataInputStream";"com::sun::star::io::XDataInputStream";"readByte()"
7 "ObjectInputStream";"com::sun::star::io::XDataInputStream";"readByte()"
264 ERROR_ASSERT( 0x87 == rInput->readByte() , "byte read/write mismatch" ); in testSimple()609 m_byte = rIn->readByte(); in read()
141 byte checkByte = is.readByte(); in run()
274 ERROR_ASSERT( 0x77 == rInput->readByte() , "byte read/write mismatch" ); in testSimple()625 m_byte = rIn->readByte(); in read()
145 by = inStream.readByte(); in read()
175 readElem = oObj.readByte() ; in _readByte()
218 return input.readByte(); in readByteValue()
114 byte readByte() raises (SQLException);
Completed in 49 milliseconds