OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theStream
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/java/sql/
SQLOutput.java
179
* @param
theStream
185
public void writeCharacterStream(Reader
theStream
) throws SQLException;
190
* @param
theStream
196
public void writeAsciiStream(InputStream
theStream
) throws SQLException;
201
* @param
theStream
207
public void writeBinaryStream(InputStream
theStream
) throws SQLException;
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_ClassLoader.java
166
InputStream
theStream
= theJar.getInputStream(theEntry);
176
int count =
theStream
.read(theBytes, dataRead, theBytes.length
Completed in 607 milliseconds