Home
last modified time | relevance | path

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

/trunk/main/scripting/java/com/sun/star/script/framework/io/
H A DXInputStreamImpl.java72 int bytesToRead = nMaxBytesToRead; in readSomeBytes() local
76 bytesToRead = availableBytes; in readSomeBytes()
78 int read = readBytes( aData, bytesToRead ); in readSomeBytes()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DORowSetValue.java1009 final int bytesToRead = 65535; in getSequence() local
1014 read = xStream.readBytes(aReadSeq, bytesToRead); in getSequence()
1016 } while (read == bytesToRead); in getSequence()

Completed in 23 milliseconds