Searched refs:copy (Results 1 - 25 of 56) sorted by relevance

123

/packages/apps/Email/emailcommon/src/org/apache/commons/io/
H A DCopyUtils.java7 * the License. You may obtain a copy of the License at
36 * Unless otherwise noted, these <code>copy</code> methods do <em>not</em>
47 * For byte-to-char methods, a <code>copy</code> variant allows the encoding
52 * We don't provide special variants for the <code>copy</code> methods that
56 * The <code>copy</code> methods use an internal buffer when copying. It is
58 * to the <code>copy</code> methods in <code>Buffered*</code> streams. For
61 * copy( new BufferedInputStream( in ), new BufferedOutputStream( out ) );
73 * However, the <code>copy</code> methods do the same thing, keeping an
84 * 1 copy InputStream OutputStream (primitive)
85 * 2 copy Reade
136 public static void copy(byte[] input, OutputStream output) method in class:CopyUtils
153 public static void copy(byte[] input, Writer output) method in class:CopyUtils
170 public static void copy( method in class:CopyUtils
192 public static int copy( method in class:CopyUtils
217 public static int copy( method in class:CopyUtils
243 public static void copy( method in class:CopyUtils
261 public static void copy( method in class:CopyUtils
282 public static void copy( method in class:CopyUtils
305 public static void copy( method in class:CopyUtils
327 public static void copy(String input, Writer output) method in class:CopyUtils
[all...]
H A DIOUtils.java7 * the License. You may obtain a copy of the License at
48 * <li>copy - these methods copy all the data from one stream to another
218 copy(input, output);
236 copy(input, output);
260 copy(input, output, encoding);
297 copy(is, output);
321 copy(is, output, encoding);
339 copy(input, sw);
359 copy(inpu
998 public static int copy(InputStream input, OutputStream output) throws IOException { method in class:IOUtils
1047 public static void copy(InputStream input, Writer output) method in class:IOUtils
1072 public static void copy(InputStream input, Writer output, String encoding) method in class:IOUtils
1103 public static int copy(Reader input, Writer output) throws IOException { method in class:IOUtils
1154 public static void copy(Reader input, OutputStream output) method in class:IOUtils
1186 public static void copy(Reader input, OutputStream output, String encoding) method in class:IOUtils
[all...]
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/message/
H A DMemoryBinaryBody.java8 * with the License. You may obtain a copy of the License at *
60 IOUtils.copy(is, out);
90 IOUtils.copy(getInputStream(),out);
H A DTempFileBinaryBody.java8 * with the License. You may obtain a copy of the License at *
60 IOUtils.copy(is, out);
89 IOUtils.copy(getInputStream(),out);
H A DMemoryTextBody.java8 * with the License. You may obtain a copy of the License at *
65 IOUtils.copy(is, out);
116 IOUtils.copy(new ByteArrayInputStream(tempFile), out);
H A DTempFileTextBody.java8 * with the License. You may obtain a copy of the License at *
65 IOUtils.copy(is, out);
115 IOUtils.copy(tempFile.getInputStream(), out);
/packages/apps/Launcher2/tests/
H A DAndroid.mk5 # You may obtain a copy of the License at
/packages/experimental/BugReportSender/
H A DAndroid.mk5 # You may obtain a copy of the License at
/packages/experimental/ExampleImsFramework/
H A DAndroid.mk5 # You may obtain a copy of the License at
/packages/experimental/LoaderApp/
H A DAndroid.mk5 # You may obtain a copy of the License at
/packages/inputmethods/LatinIME/
H A DAndroid.mk5 # You may obtain a copy of the License at
/packages/inputmethods/LatinIME/tools/
H A DAndroid.mk5 # You may obtain a copy of the License at
/packages/inputmethods/LatinIME/tools/makedict/etc/
H A DAndroid.mk5 # You may obtain a copy of the License at
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
H A DBinaryTempFileBody.java6 * You may obtain a copy of the License at
73 IOUtils.copy(in, base64Out);
/packages/apps/BasicSmsReceiver/tests/
H A DAndroid.mk5 # You may obtain a copy of the License at
/packages/apps/Browser/tests/
H A DAndroid.mk5 # You may obtain a copy of the License at
/packages/apps/Email/tests/
H A DAndroid.mk5 # You may obtain a copy of the License at
/packages/apps/Exchange/
H A DAndroid.mk5 # You may obtain a copy of the License at
/packages/apps/Exchange/tests/
H A DAndroid.mk5 # You may obtain a copy of the License at
/packages/apps/Gallery2/gallerycommon/
H A DAndroid.mk5 # You may obtain a copy of the License at
/packages/apps/KeyChain/
H A DAndroid.mk5 # You may obtain a copy of the License at
/packages/apps/KeyChain/support/
H A DAndroid.mk5 # You may obtain a copy of the License at
/packages/apps/KeyChain/tests/
H A DAndroid.mk5 # You may obtain a copy of the License at
/packages/apps/Launcher2/tests/stress/
H A DAndroid.mk5 # You may obtain a copy of the License at
/packages/apps/Mms/tests/
H A DAndroid.mk5 # You may obtain a copy of the License at

Completed in 434 milliseconds

123