OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputStream
(Results
101 - 125
of
1058
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/luni/src/test/java/libcore/java/util/jar/
OldJarInputStreamTest.java
24
import java.io.
InputStream
;
35
InputStream
is = new BufferedInputStream(new ByteArrayInputStream(new byte[0]));
47
public Mock_JarInputStream(
InputStream
in) throws IOException {
59
InputStream
is = Support_Resources.getStream("Broken_entry.jar");
67
InputStream
is = Support_Resources.getStream("Broken_entry_data.jar");
/libcore/luni/src/test/java/libcore/javax/crypto/
CipherInputStreamTest.java
22
import java.io.
InputStream
;
44
InputStream
in = new CipherInputStream(
53
InputStream
in = new CipherInputStream(new ByteArrayInputStream(cipherText), cipher);
61
InputStream
in = new CipherInputStream(new ByteArrayInputStream(cipherText), cipher);
65
private byte[] readAll(
InputStream
in) throws IOException {
/libcore/luni/src/main/java/java/sql/
ResultSet.java
20
import java.io.
InputStream
;
267
* @return an {@code
InputStream
} with the data from the column.
271
public
InputStream
getAsciiStream(int columnIndex) throws SQLException;
279
* @return an {@code
InputStream
} with the data from the column.
283
public
InputStream
getAsciiStream(String columnName) throws SQLException;
350
* data in the {@code
InputStream
} should be read before getting data from
352
* the {@code
InputStream
}.
356
* @return an {@code
InputStream
} with the data from the column. If the
361
public
InputStream
getBinaryStream(int columnIndex) throws SQLException;
367
* data in the {@code
InputStream
} should be read before getting data fro
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
AudioAssets.java
24
import java.io.
InputStream
;
42
InputStream
ais;
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
ITestPlan.java
23
import java.io.
InputStream
;
35
* @param xmlStream the {@link
InputStream
} that contains the test plan xml.
37
public void parse(
InputStream
xmlStream) throws ParseException;
/development/samples/ApiDemos/src/com/example/android/apis/content/
ReadAsset.java
28
import java.io.
InputStream
;
49
InputStream
is = getAssets().open("read_asset.txt");
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
VoicemailProviderHelper.java
24
import java.io.
InputStream
;
104
* The
inputStream
is owned by the caller and must be closed by it as usual after the call has
110
public void setVoicemailContent(Uri voicemailUri,
InputStream
inputStream
, String mimeType)
/development/tools/mkstubs/tests/data/
TestTemplateClass.java
21
import java.io.
InputStream
;
30
public class TestTemplateClass<T extends
InputStream
, U> {
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherInputStreamTest.java
22
import java.io.
InputStream
;
59
new CipherInputStream(new BufferedInputStream((
InputStream
) null),
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
Process2Test.java
22
import java.io.
InputStream
;
38
InputStream
in = p.getInputStream();
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/pkcs7/
AuthenticatedAttributesTest.java
21
import java.io.
InputStream
;
37
InputStream
in = Support_Resources.getResourceStream(tSTokenPath);
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
CertificateStub.java
25
import java.io.
InputStream
;
52
* @see java.security.Certificate#decode(java.io.
InputStream
)
54
public void decode(
InputStream
stream) throws KeyException,
/external/apache-harmony/support/src/test/java/tests/support/
Streams.java
22
import java.io.
InputStream
;
35
public static byte[] streamToBytes(
InputStream
source) throws IOException {
/external/apache-http/src/org/apache/http/entity/
HttpEntityWrapper.java
35
import java.io.
InputStream
;
94
public
InputStream
getContent()
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/
BERTaggedObjectParser.java
4
import java.io.
InputStream
;
19
InputStream
contentStream)
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/io/
DigestInputStream.java
5
import java.io.
InputStream
;
15
InputStream
stream,
MacInputStream.java
5
import java.io.
InputStream
;
15
InputStream
stream,
/external/guava/src/com/google/common/io/
CountingInputStream.java
21
import java.io.
InputStream
;
24
* An {@link
InputStream
} that counts the number of bytes read.
39
public CountingInputStream(
InputStream
in) {
/external/javassist/src/main/javassist/
LoaderClassPath.java
18
import java.io.
InputStream
;
64
public
InputStream
openClassfile(String classname) {
/external/oauth/core/src/main/java/net/oauth/client/
ExcerptInputStream.java
5
import java.io.
InputStream
;
19
public ExcerptInputStream(
InputStream
in) throws IOException {
/external/proguard/src/proguard/io/
FileDataEntry.java
36
private
InputStream
inputStream
;
66
public
InputStream
getInputStream() throws IOException
68
if (
inputStream
== null)
70
inputStream
= new BufferedInputStream(new FileInputStream(file));
73
return
inputStream
;
79
inputStream
.close();
80
inputStream
= null;
/frameworks/base/core/java/android/app/backup/
BackupDataInputStream.java
19
import java.io.
InputStream
;
23
* Provides an {@link java.io.
InputStream
}-like interface for accessing an
38
public class BackupDataInputStream extends
InputStream
{
/frameworks/base/core/java/com/android/internal/http/multipart/
FilePartSource.java
38
import java.io.
InputStream
;
123
public
InputStream
createInputStream() throws IOException {
/frameworks/base/core/tests/coretests/src/android/net/
SSLTest.java
23
import java.io.
InputStream
;
38
InputStream
in = ssl.getInputStream();
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/forwarder/
AdbUtils.java
22
import java.io.
InputStream
;
53
* @param
inputStream
inputStream
of the socket we want to configure
61
public static boolean configureConnection(
InputStream
inputStream
, OutputStream outputStream,
68
int read =
inputStream
.read(buf);
Completed in 989 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>