/packages/apps/Email/src/org/apache/commons/io/input/ |
D | AutoCloseInputStream.java | 74 public int read() throws IOException { in read() method in AutoCloseInputStream 91 public int read(byte[] b) throws IOException { in read() method in AutoCloseInputStream 110 public int read(byte[] b, int off, int len) throws IOException { in read() method in AutoCloseInputStream
|
D | ProxyInputStream.java | 52 public int read() throws IOException { in read() method in ProxyInputStream 62 public int read(byte[] bts) throws IOException { in read() method in ProxyInputStream 74 public int read(byte[] bts, int st, int end) throws IOException { in read() method in ProxyInputStream
|
D | ProxyReader.java | 52 public int read() throws IOException { in read() method in ProxyReader 62 public int read(char[] chr) throws IOException { in read() method in ProxyReader 74 public int read(char[] chr, int st, int end) throws IOException { in read() method in ProxyReader
|
D | TeeInputStream.java | 105 public int read() throws IOException { in read() method in TeeInputStream 123 public int read(byte[] bts, int st, int end) throws IOException { in read() method in TeeInputStream 139 public int read(byte[] bts) throws IOException { in read() method in TeeInputStream
|
D | CountingInputStream.java | 56 public int read(byte[] b) throws IOException { in read() method in CountingInputStream 73 public int read(byte[] b, int off, int len) throws IOException { in read() method in CountingInputStream 87 public int read() throws IOException { in read() method in CountingInputStream
|
D | NullReader.java | 164 public int read() throws IOException { in read() method in NullReader 186 public int read(char[] chars) throws IOException { in read() method in NullReader 203 public int read(char[] chars, int offset, int length) throws IOException { in read() method in NullReader
|
D | NullInputStream.java | 180 public int read() throws IOException { in read() method in NullInputStream 202 public int read(byte[] bytes) throws IOException { in read() method in NullInputStream 219 public int read(byte[] bytes, int offset, int length) throws IOException { in read() method in NullInputStream
|
D | CharSequenceReader.java | 78 public int read() { in read() method in CharSequenceReader 95 public int read(char[] array, int offset, int length) { in read() method in CharSequenceReader
|
D | ClosedInputStream.java | 44 public int read() { in read() method in ClosedInputStream
|
D | DemuxInputStream.java | 70 public int read() in read() method in DemuxInputStream
|
/packages/apps/Email/src/com/android/email/ |
D | PeekableInputStream.java | 37 public int read() throws IOException { in read() method in PeekableInputStream 55 public int read(byte[] b, int offset, int length) throws IOException { in read() method in PeekableInputStream 71 public int read(byte[] b) throws IOException { in read() method in PeekableInputStream
|
D | FixedLengthInputStream.java | 43 public int read() throws IOException { in read() method in FixedLengthInputStream 53 public int read(byte[] b, int offset, int length) throws IOException { in read() method in FixedLengthInputStream 68 public int read(byte[] b) throws IOException { in read() method in FixedLengthInputStream
|
/packages/apps/Email/src/org/apache/james/mime4j/util/ |
D | PartialInputStream.java | 39 public int read() throws IOException { in read() method in PartialInputStream 46 public int read(byte b[]) throws IOException { in read() method in PartialInputStream 50 public int read(byte b[], int off, int len) throws IOException { in read() method in PartialInputStream
|
D | PositionInputStream.java | 44 public int read() throws IOException { in read() method in PositionInputStream 75 public int read(byte b[]) throws IOException { in read() method in PositionInputStream 81 public int read(byte b[], int off, int len) throws IOException { in read() method in PositionInputStream
|
/packages/apps/Email/src/org/apache/james/mime4j/ |
D | RootInputStream.java | 73 public int read() throws IOException { in read() method in RootInputStream 90 public int read(byte[] b, int off, int len) throws IOException { in read() method in RootInputStream 108 public int read(byte[] b) throws IOException { in read() method in RootInputStream
|
D | CloseShieldInputStream.java | 50 public int read() throws IOException { in read() method in CloseShieldInputStream 107 public int read(byte b[]) throws IOException { in read() method in CloseShieldInputStream 115 public int read(byte b[], int off, int len) throws IOException { in read() method in CloseShieldInputStream
|
D | EOLConvertingInputStream.java | 83 public int read() throws IOException { in read() method in EOLConvertingInputStream
|
/packages/apps/Email/tests/src/com/android/email/ |
D | MessageListContextTests.java | 35 MessageListContext read = MessageListContext.CREATOR.createFromParcel(parcel); in testParcellingMailboxes() local 50 MessageListContext read = MessageListContext.CREATOR.createFromParcel(parcel); in testParcellingSearches() local
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
D | LoggingInputStream.java | 58 public int read() throws IOException { in read() method in LoggingInputStream 68 public int read(byte[] b, int offset, int length) throws IOException { in read() method in LoggingInputStream
|
/packages/apps/Email/src/com/android/mail/utils/ |
D | LoggingInputStream.java | 57 public int read() throws IOException { in read() method in LoggingInputStream 67 public int read(byte[] b, int offset, int length) throws IOException { in read() method in LoggingInputStream
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
D | RecognizerLogger.java | 223 public int read(byte[] b, int offset, int length) throws IOException { in logInputStream() method in RecognizerLogger 229 public int read(byte[] b) throws IOException { in logInputStream() method in RecognizerLogger 235 public int read() throws IOException { in logInputStream() method in RecognizerLogger
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/ |
D | MockParserStream.java | 40 public int read() throws IOException { in read() method in MockParserStream
|
/packages/apps/Email/src/com/android/email/mail/store/imap/ |
D | ImapMemoryLiteral.java | 41 int read = in.read(mData, pos, mData.length - pos); in ImapMemoryLiteral() local
|
/packages/apps/Email/src/org/apache/james/mime4j/decoder/ |
D | QuotedPrintableInputStream.java | 58 public int read() throws IOException { in read() method in QuotedPrintableInputStream
|
D | Base64InputStream.java | 58 public int read() throws IOException { in read() method in Base64InputStream
|