Home
last modified time | relevance | path

Searched defs:read (Results 1 – 25 of 144) sorted by relevance

123456

/trunk/main/connectivity/java/sdbc_hsqldb/src/com/sun/star/sdbcx/comp/hsqldb/
H A DNativeInputStreamHelper.java46 public int read() throws java.io.IOException { in read() method in NativeInputStreamHelper
50 public int read(byte[] b, int off, int len) throws java.io.IOException { in read() method in NativeInputStreamHelper
66 public int read(byte[] b) throws java.io.IOException { in read() method in NativeInputStreamHelper
H A DStorageNativeInputStream.java43 public native int read(String key,String name) throws java.io.IOException; in read() method in StorageNativeInputStream
44 …public native int read(String key,String name,byte[] b, int off, int len) throws java.io.IOExcepti… in read() method in StorageNativeInputStream
48 public native int read(String key,String name,byte[] b) throws java.io.IOException; in read() method in StorageNativeInputStream
H A DStorageAccess.java72 public int read() throws java.io.IOException{ in read() method in StorageAccess
77 public void read(byte[] b, int off, int len) throws java.io.IOException{ in read() method in StorageAccess
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A DXConnectionInputStream_Adapter.java47 public int read() throws IOException { in read() method in XConnectionInputStream_Adapter
63 public int read(byte[] b, int off, int len) throws IOException { in read() method in XConnectionInputStream_Adapter
/trunk/main/scripting/java/com/sun/star/script/framework/io/
H A DXInputStreamWrapper.java35 public int read() throws java.io.IOException in read() method in XInputStreamWrapper
53 public int read( byte[] b ) throws java.io.IOException in read() method in XInputStreamWrapper
/trunk/main/javaunohelper/com/sun/star/lib/uno/adapter/
H A DXInputStreamToInputStreamAdapter.java76 public int read () throws IOException { in read() method in XInputStreamToInputStreamAdapter
96 public int read (byte[] b) throws IOException { in read() method in XInputStreamToInputStreamAdapter
117 public int read(byte[] b, int off, int len) throws IOException { in read() method in XInputStreamToInputStreamAdapter
/trunk/main/vos/inc/vos/
H A Dstream.hxx177 inline sal_Bool OStream::read(sal_Int32& value) const in read() function in vos::OStream
182 inline sal_Bool OStream::read(sal_Int16& value) const in read() function in vos::OStream
187 inline sal_Bool OStream::read(sal_Char& value) const in read() function in vos::OStream
192 inline sal_Bool OStream::read(sal_uInt8& value) const in read() function in vos::OStream
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/io/
H A D_XInputStream.java131 int read = oObj.readBytes(data, 1) ; in _readBytes() local
166 int read = oObj.readSomeBytes(data, 1) ; in _readSomeBytes() local
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DBoundedInputStream.java46 public int read() throws IOException { in read() method in BoundedInputStream
58 public int read(byte[] b, int off, int len) throws IOException { in read() method in BoundedInputStream
H A DReaderInputStream.java41 public int read() throws IOException { in read() method in ReaderInputStream
58 public int read(byte[] b, int off, int len) throws IOException { in read() method in ReaderInputStream
/trunk/main/vos/source/
H A Dstream.cxx48 sal_Int32 OStream::read(void* pbuffer, sal_uInt32 n) const in read() function in OStream
53 sal_Int32 OStream::read(IPositionableStream::Offset offset, in read() function in OStream
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DBIFFRecord.java48 public int read(InputStream input) throws IOException; in read() method
H A DEof.java53 public int read(InputStream input) throws IOException { in read() method in Eof
H A DNumberFormat.java66 public int read(InputStream input) throws IOException { in read() method in NumberFormat
H A DDefRowHeight.java65 public int read(InputStream input) throws IOException { in read() method in DefRowHeight
H A DDefColWidth.java78 public int read(InputStream input) throws IOException { in read() method in DefColWidth
H A DBlankCell.java87 public int read(InputStream input) throws IOException { in read() method in BlankCell
H A DCodePage.java73 public int read(InputStream input) throws IOException { in read() method in CodePage
H A DWindow1.java92 public int read(InputStream input) throws IOException { in read() method in Window1
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/
H A DDocument.java77 public void read(InputStream is) throws IOException; in read() method
/trunk/main/l10ntools/java/jpropex/java/
H A DNoLocalizeFilter.java38 public int read(byte[] b, int off, int len) throws IOException in read() method in NoLocalizeFilter
/trunk/main/io/source/connector/
H A Dctr_pipe.cxx56 sal_Int32 PipeConnection::read( Sequence < sal_Int8 > & aReadBytes , sal_Int32 nBytesToRead ) in read() function in stoc_connector::PipeConnection
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DNativeConnection.java38 public native int read(/*OUT*/byte[][] aReadBytes, /*IN*/int nBytesToRead) in read() method in NativeConnection
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/beans/
H A DNativeConnection.java35 public native int read(/*OUT*/byte[][] aReadBytes, /*IN*/int nBytesToRead) in read() method in NativeConnection
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLBinaryObjectReference.cxx42 void OOXMLBinaryObjectReference::read() in read() function in writerfilter::ooxml::OOXMLBinaryObjectReference

Completed in 63 milliseconds

123456