Home
last modified time | relevance | path

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

1234

/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
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
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
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
/packages/services/Telephony/src/com/android/phone/common/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/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/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/services/Telephony/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/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
/packages/apps/Launcher3/WallpaperPicker/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
/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/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/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DFakeInputStream.java33 public int read() { in read() method in FakeInputStream
44 public int read(byte[] buffer, int offset, int length) { in read() method in FakeInputStream
/packages/apps/SpeechRecorder/src/com/android/speechrecorder/
DMicrophoneInputStream.java76 public int read() throws IOException { in read() method in MicrophoneInputStream
81 public int read(byte[] b, int offset, int length) throws IOException { in read() method in MicrophoneInputStream
/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

1234