Home
last modified time | relevance | path

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

12

/packages/apps/Email/src/org/apache/commons/io/input/
DAutoCloseInputStream.java74 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
DProxyInputStream.java52 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
DProxyReader.java52 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
DTeeInputStream.java105 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
DCountingInputStream.java56 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
DNullReader.java164 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
DNullInputStream.java180 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
DCharSequenceReader.java78 public int read() { in read() method in CharSequenceReader
95 public int read(char[] array, int offset, int length) { in read() method in CharSequenceReader
DClosedInputStream.java44 public int read() { in read() method in ClosedInputStream
DDemuxInputStream.java70 public int read() in read() method in DemuxInputStream
/packages/apps/Email/src/com/android/email/
DPeekableInputStream.java37 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
DFixedLengthInputStream.java43 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/
DPartialInputStream.java39 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
DPositionInputStream.java44 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/
DRootInputStream.java73 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
DCloseShieldInputStream.java50 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
DEOLConvertingInputStream.java83 public int read() throws IOException { in read() method in EOLConvertingInputStream
/packages/apps/Email/tests/src/com/android/email/
DMessageListContextTests.java35 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/
DLoggingInputStream.java58 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/
DLoggingInputStream.java57 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/
DRecognizerLogger.java223 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/
DMockParserStream.java40 public int read() throws IOException { in read() method in MockParserStream
/packages/apps/Email/src/com/android/email/mail/store/imap/
DImapMemoryLiteral.java41 int read = in.read(mData, pos, mData.length - pos); in ImapMemoryLiteral() local
/packages/apps/Email/src/org/apache/james/mime4j/decoder/
DQuotedPrintableInputStream.java58 public int read() throws IOException { in read() method in QuotedPrintableInputStream
DBase64InputStream.java58 public int read() throws IOException { in read() method in Base64InputStream

12