/packages/apps/UnifiedEmail/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 | ClosedInputStream.java | 44 public int read() { in read() method in ClosedInputStream
|
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
|
/packages/apps/Email/provider_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/Dialer/java/com/android/voicemail/impl/mail/ |
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 | 42 public int read() throws IOException { in read() method in FixedLengthInputStream 52 public int read(byte[] b, int offset, int length) throws IOException { in read() method in FixedLengthInputStream 67 public int read(byte[] b) throws IOException { in read() method in FixedLengthInputStream
|
/packages/apps/UnifiedEmail/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/UnifiedEmail/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
|
/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
D | ByteBufferInputStream.java | 31 public int read() { in read() method in ByteBufferInputStream 39 public int read(byte[] bytes, int off, int len) { in read() method in ByteBufferInputStream
|
/packages/apps/Camera2/src/com/android/camera/exif/ |
D | ByteBufferInputStream.java | 31 public int read() { in read() method in ByteBufferInputStream 39 public int read(byte[] bytes, int off, int len) { in read() method in ByteBufferInputStream
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
D | ByteBufferInputStream.java | 31 public int read() { in read() method in ByteBufferInputStream 39 public int read(byte[] bytes, int off, int len) { in read() method in ByteBufferInputStream
|
D | CountedDataInputStream.java | 44 public int read(byte[] b) throws IOException { in read() method in CountedDataInputStream 51 public int read(byte[] b, int off, int len) throws IOException { in read() method in CountedDataInputStream 58 public int read() throws IOException { in read() method in CountedDataInputStream
|
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
D | FakeInputStream.java | 34 public int read() { in read() method in FakeInputStream 45 public int read(byte[] buffer, int offset, int length) { in read() method in FakeInputStream
|
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/ |
D | ArchiveEntryInputStream.java | 46 public int read() throws IOException { in read() method in ArchiveEntryInputStream 51 public int read(byte[] b, int off, int len) throws IOException { in read() method in ArchiveEntryInputStream 75 int read(byte[] b, int off, int len) throws IOException; in read() method
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
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/Dialer/java/com/android/dialer/callcomposer/camera/exif/ |
D | CountedDataInputStream.java | 45 public int read(byte[] b) throws IOException { in read() method in CountedDataInputStream 52 public int read(byte[] b, int off, int len) throws IOException { in read() method in CountedDataInputStream 59 public int read() throws IOException { in read() method in CountedDataInputStream
|