Home
last modified time | relevance | path

Searched refs:readByte (Results 1 – 16 of 16) sorted by relevance

/aoo41x/main/io/source/stm/
H A Dodata.cxx100 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::ODataInputStream
353 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::OObjectInputStream
1354 { return ODataInputStream::readByte(); } in readByte()
/aoo41x/main/xmerge/source/aportisdoc/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DDocDecoder.java220 dis.readByte(); in readHeader()
221 header.version = dis.readByte(); in readHeader()
/aoo41x/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWSDecoder.java280 dis.readByte(); in readHeader()
281 header.version = dis.readByte(); in readHeader()
/aoo41x/main/udkapi/com/sun/star/io/
H A DXDataInputStream.idl59 // DocMerge from xml: method com::sun::star::io::XDataInputStream::readByte
62 byte readByte()
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/palm/
H A DRecord.java162 attributes = in.readByte(); in read()
/aoo41x/main/qadevOOo/objdsc/stm/
H A Dcom.sun.star.comp.io.stm.DataInputStream.csv6 "DataInputStream";"com::sun::star::io::XDataInputStream";"readByte()"
H A Dcom.sun.star.comp.io.stm.ObjectInputStream.csv7 "ObjectInputStream";"com::sun::star::io::XDataInputStream";"readByte()"
/aoo41x/main/qadevOOo/objdsc/streams.uno/
H A Dcom.sun.star.comp.io.stm.DataInputStream.csv6 "DataInputStream";"com::sun::star::io::XDataInputStream";"readByte()"
H A Dcom.sun.star.comp.io.stm.ObjectInputStream.csv7 "ObjectInputStream";"com::sun::star::io::XDataInputStream";"readByte()"
/aoo41x/test/testcommon/source/org/openoffice/test/vcl/client/
H A DCommunicationManager.java141 byte checkByte = is.readByte(); in run()
/aoo41x/main/extensions/test/stm/
H A Ddatatest.cxx264 ERROR_ASSERT( 0x87 == rInput->readByte() , "byte read/write mismatch" ); in testSimple()
609 m_byte = rIn->readByte(); in read()
/aoo41x/main/io/test/stm/
H A Ddatatest.cxx274 ERROR_ASSERT( 0x77 == rInput->readByte() , "byte read/write mismatch" ); in testSimple()
625 m_byte = rIn->readByte(); in read()
/aoo41x/main/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/
H A DMyPersistObject.java145 by = inStream.readByte(); in read()
/aoo41x/main/qadevOOo/tests/java/ifc/io/
H A D_XDataInputStream.java175 readElem = oObj.readByte() ; in _readByte()
/aoo41x/main/jurt/com/sun/star/lib/uno/protocols/urp/
H A DUnmarshal.java218 return new Byte(input.readByte()); in readByteValue()
/aoo41x/main/offapi/com/sun/star/sdbc/
H A DXSQLInput.idl114 byte readByte() raises (SQLException);

Completed in 49 milliseconds