Home
last modified time | relevance | path

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

12345

/packages/apps/UnifiedEmail/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
DClosedInputStream.java44 public int read() { in read() method in ClosedInputStream
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
/packages/apps/Email/provider_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/Dialer/java/com/android/voicemail/impl/mail/
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.java42 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/
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/UnifiedEmail/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
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DByteBufferInputStream.java31 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/
DByteBufferInputStream.java31 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/
DByteBufferInputStream.java31 public int read() { in read() method in ByteBufferInputStream
39 public int read(byte[] bytes, int off, int len) { in read() method in ByteBufferInputStream
DCountedDataInputStream.java44 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/
DFakeInputStream.java34 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/
DArchiveEntryInputStream.java46 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/
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/Dialer/java/com/android/dialer/callcomposer/camera/exif/
DCountedDataInputStream.java45 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

12345