Home
last modified time | relevance | path

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

/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DReaderInputStream.java77 int byteLength = len & ~1; in read() local
78 for (int i = 0; i < byteLength; i++) { in read()
81 return byteLength; in read()

Completed in 15 milliseconds