Home
last modified time | relevance | path

Searched refs:BoundedInputStream (Results 1 – 2 of 2) sorted by relevance

/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DBoundedInputStream.java26 public class BoundedInputStream extends InputStream { class
30 public BoundedInputStream(InputStream is, long max) { in BoundedInputStream() method in BoundedInputStream
H A DJavaSQLResultSet.java874 … new BoundedInputStream(new XInputStreamToInputStreamAdapter(x), length & 0xffff_ffffL), length); in updateBinaryStream()
885 … new BoundedInputStream(new XInputStreamToInputStreamAdapter(x), length & 0xffff_ffffL), in updateCharacterStream()

Completed in 29 milliseconds