Home
last modified time | relevance | path

Searched defs:read (Results 1 – 25 of 464) sorted by relevance

12345678910>>...19

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
DSFTPInputStream.java36 public int read(byte[] buffer, int offset, int len) throws IOException in read() method in SFTPInputStream
38 int read = handle.getClient().read(handle, readOffset, buffer, offset, len); in read() local
60 public int read() throws IOException { in read() method in SFTPInputStream
62 int read = handle.getClient().read(handle, readOffset, buffer, 0, 1); in read() local
DSCPInputStream.java74 public int read() throws IOException in read() method in SCPInputStream
81 int read = super.read(); in read() local
93 public int read(byte b[], int off, int len) throws IOException in read() method in SCPInputStream
106 int read = super.read(b, off, trans); in read() local
DStreamGobbler.java130 public int read() throws IOException in read() method in StreamGobbler
181 public int read(byte[] b) throws IOException in read() method in StreamGobbler
201 public int read(byte[] b, int off, int len) throws IOException in read() method in StreamGobbler
/external/apache-http/src/org/apache/http/io/
DSessionInputBuffer.java49 int read(byte[] b, int off, int len) throws IOException; in read() method
51 int read(byte[] b) throws IOException; in read() method
53 int read() throws IOException; in read() method
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
DTeeInputStream.java19 public int read(byte[] buf) in read() method in TeeInputStream
25 public int read(byte[] buf, int off, int len) in read() method in TeeInputStream
38 public int read() in read() method in TeeInputStream
/external/guava/guava-tests/test/com/google/common/io/
DLimitInputStreamTest.java36 int read = lin.read(); in testLimit() local
64 int read = lin.read(); in testMark() local
124 public int read() throws IOException { in read() method in LimitInputStreamTest.UnmarkableInputStream
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
DChannelInputStream.java50 public int read(byte[] b, int off, int len) throws IOException in read() method in ChannelInputStream
75 public int read(byte[] b) throws IOException in read() method in ChannelInputStream
81 public int read() throws IOException in read() method in ChannelInputStream
/external/apache-http/src/org/apache/http/impl/io/
DContentLengthInputStream.java138 public int read() throws IOException { in read() method in ContentLengthInputStream
162 public int read (byte[] b, int off, int len) throws java.io.IOException { in read() method in ContentLengthInputStream
187 public int read(byte[] b) throws IOException { in read() method in ContentLengthInputStream
DIdentityInputStream.java74 public int read() throws IOException { in read() method in IdentityInputStream
82 public int read(final byte[] b, int off, int len) throws IOException { in read() method in IdentityInputStream
DChunkedInputStream.java117 public int read() throws IOException { in read() method in ChunkedInputStream
145 public int read (byte[] b, int off, int len) throws IOException { in read() method in ChunkedInputStream
174 public int read (byte[] b) throws IOException { in read() method in ChunkedInputStream
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_StringReader.java118 public int read() throws IOException { in read() method in Support_StringReader
148 public int read(char buf[], int offset, int count) throws IOException { in read() method in Support_StringReader
160 int read = end - pos; in read() local
/external/apache-http/src/org/apache/http/impl/conn/
DLoggingSessionInputBuffer.java71 public int read(byte[] b, int off, int len) throws IOException { in read() method in LoggingSessionInputBuffer
79 public int read() throws IOException { in read() method in LoggingSessionInputBuffer
87 public int read(byte[] b) throws IOException { in read() method in LoggingSessionInputBuffer
/external/apache-http/src/org/apache/http/conn/
DEofSensorInputStream.java135 public int read() throws IOException { in read() method in EofSensorInputStream
154 public int read(byte[] b, int off, int len) throws IOException { in read() method in EofSensorInputStream
173 public int read(byte[] b) throws IOException { in read() method in EofSensorInputStream
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/io/
DDigestInputStream.java22 public int read() in read() method in DigestInputStream
34 public int read( in read() method in DigestInputStream
DMacInputStream.java22 public int read() in read() method in MacInputStream
34 public int read( in read() method in MacInputStream
DCipherInputStream.java150 public int read() in read() method in CipherInputStream
164 public int read( in read() method in CipherInputStream
171 public int read( in read() method in CipherInputStream
/external/valgrind/tsan/
Dcommon_util.h36 #define read(fd, buf, size) __real_read(fd, buf, size) macro
41 #define read(fd, buf, size) fread(buf, 1, size, fd) macro
/external/jmonkeyengine/engine/src/core/com/jme3/util/
DLittleEndien.java57 public int read() throws IOException { in read() method in LittleEndien
62 public int read(byte[] buf) throws IOException { in read() method in LittleEndien
67 public int read(byte[] buf, int off, int len) throws IOException { in read() method in LittleEndien
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DDefiniteLengthInputStream.java43 public int read() in read() method in DefiniteLengthInputStream
66 public int read(byte[] buf, int off, int len) in read() method in DefiniteLengthInputStream
DConstructedOctetStream.java20 public int read(byte[] b, int off, int len) throws IOException in read() method in ConstructedOctetStream
70 public int read() in read() method in ConstructedOctetStream
DIndefiniteLengthInputStream.java51 public int read(byte[] b, int off, int len) in read() method in IndefiniteLengthInputStream
88 public int read() in read() method in IndefiniteLengthInputStream
/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/
DSavableSerializer.java82 public int read() throws IOException { in read() method in SavableSerializer.BufferInputStream
90 public int read(byte[] b){ in read() method in SavableSerializer.BufferInputStream
95 public int read(byte[] b, int off, int len){ in read() method in SavableSerializer.BufferInputStream
/external/guava/guava/src/com/google/common/io/
DMultiInputStream.java78 @Override public int read() throws IOException { in read() method in MultiInputStream
90 @Override public int read(byte[] b, int off, int len) throws IOException { in read() method in MultiInputStream
DCountingInputStream.java51 @Override public int read() throws IOException { in read() method in CountingInputStream
59 @Override public int read(byte[] b, int off, int len) throws IOException { in read() method in CountingInputStream
/external/javasqlite/src/main/java/SQLite/
DBlob.java99 public int read() throws IOException { in read() method in BlobR
115 public int read(byte b[]) throws IOException { in read() method in BlobR
132 public int read(byte b[], int off, int len) throws IOException { in read() method in BlobR
306 native int read(byte[] b, int off, int pos, int len) throws IOException; in read() method in Blob

12345678910>>...19