Home
last modified time | relevance | path

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

123456

/aoo4110/main/connectivity/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
H A DNativeStorageAccess.java65 public native int read(String name,String key) throws java.io.IOException; in read() method in NativeStorageAccess
67 …public native int read(String name,String key,byte[] b, int off, int len) throws java.io.IOExcepti… in read() method in NativeStorageAccess
/aoo4110/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
/aoo4110/main/jurt/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
/aoo4110/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
/aoo4110/main/vos/inc/vos/
H A Dstream.hxx176 inline sal_Bool OStream::read(sal_Int32& value) const in read() function in vos::OStream
181 inline sal_Bool OStream::read(sal_Int16& value) const in read() function in vos::OStream
186 inline sal_Bool OStream::read(sal_Char& value) const in read() function in vos::OStream
191 inline sal_Bool OStream::read(sal_uInt8& value) const in read() function in vos::OStream
/aoo4110/main/qadevOOo/tests/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
/aoo4110/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
/aoo4110/main/xmerge/source/pexcel/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
H A DStringValue.java79 public int read(InputStream input) throws IOException { in read() method in StringValue
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/
H A DDocument.java77 public void read(InputStream is) throws IOException; in read() method
/aoo4110/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
/aoo4110/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
/aoo4110/main/bean/com/sun/star/beans/
H A DNativeConnection.java35 public native int read(/*OUT*/byte[][] aReadBytes, /*IN*/int nBytesToRead) in read() method in NativeConnection
/aoo4110/main/bean/com/sun/star/comp/beans/
H A DNativeConnection.java38 public native int read(/*OUT*/byte[][] aReadBytes, /*IN*/int nBytesToRead) in read() method in NativeConnection
/aoo4110/main/writerfilter/source/ooxml/
H A DOOXMLBinaryObjectReference.cxx42 void OOXMLBinaryObjectReference::read() in read() function in writerfilter::ooxml::OOXMLBinaryObjectReference

Completed in 75 milliseconds

123456