Home
last modified time | relevance | path

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

12345

/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/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
DAbstractSessionInputBuffer.java117 public int read() throws IOException { in read() method in AbstractSessionInputBuffer
128 public int read(final byte[] b, int off, int len) throws IOException { in read() method in AbstractSessionInputBuffer
148 public int read(final byte[] b) throws IOException { in read() method in AbstractSessionInputBuffer
/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/src/main/java/org/bouncycastle/crypto/io/
DMacInputStream.java22 public int read() in read() method in MacInputStream
34 public int read( in read() method in MacInputStream
DDigestInputStream.java22 public int read() in read() method in DigestInputStream
34 public int read( in read() method in DigestInputStream
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DDefiniteLengthInputStream.java42 public int read() in read() method in DefiniteLengthInputStream
65 public int read(byte[] buf, int off, int len) in read() method in DefiniteLengthInputStream
DIndefiniteLengthInputStream.java50 public int read(byte[] b, int off, int len) in read() method in IndefiniteLengthInputStream
87 public int read() in read() method in IndefiniteLengthInputStream
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
/external/guava/src/com/google/common/io/
DCountingInputStream.java48 @Override public int read() throws IOException { in read() method in CountingInputStream
56 @Override public int read(byte[] b, int off, int len) throws IOException { in read() method in CountingInputStream
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
DLimitInputStream.java59 @Override public int read() throws IOException { in read() method in LimitInputStream
71 @Override public int read(byte[] b, int off, int len) throws IOException { in read() method in LimitInputStream
DLineReader.java74 int read = (reader != null) in readLine() local
/external/emma/core/java12/com/vladium/util/
DByteArrayIStream.java45 public final int read () in read() method in ByteArrayIStream
53 public final int read (final byte [] buf, final int offset, int length) in read() method in ByteArrayIStream
/external/proguard/src/proguard/io/
DDataEntryReader.java37 public void read(DataEntry dataEntry) throws IOException; in read() method
DJarReader.java48 public void read(DataEntry dataEntry) throws IOException in read() method in JarReader
DManifestRewriter.java75 public int read() throws IOException in read() method in ManifestRewriter.SplitLineReader
122 public int read(char[] cbuf, int off, int len) throws IOException in read() method in ManifestRewriter.SplitLineReader
DFilteredDataEntryReader.java78 public void read(DataEntry dataEntry) in read() method in FilteredDataEntryReader
DClassRewriter.java51 public void read(DataEntry dataEntry) throws IOException in read() method in ClassRewriter
/external/oauth/core/src/main/java/net/oauth/client/
DExcerptInputStream.java23 int read; in ExcerptInputStream() local
/external/webkit/WebCore/platform/network/curl/
DFormDataStreamCurl.cpp46 size_t FormDataStream::read(void* ptr, size_t blockSize, size_t numberOfBlocks) in read() function in WebCore::FormDataStream
/external/skia/src/images/
DSkFDStream.cpp29 size_t SkFDStream::read(void* buffer, size_t size) { in read() function in SkFDStream

12345