Searched
full:outputstream (Results
351 -
375 of
2671) sorted by null
<<11121314151617181920>>
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/transcode/ |
BitmapBytesTranscoder.java | 13 * {@link android.graphics.Bitmap#compress(android.graphics.Bitmap.CompressFormat, int, java.io.OutputStream)}.
|
/external/guava/guava/src/com/google/common/io/ |
FileBackedOutputStream.java | 29 import java.io.OutputStream; 32 * An {@link OutputStream} that starts buffering to a byte array, but 41 public final class FileBackedOutputStream extends OutputStream { 47 private OutputStream out;
|
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/ |
MockSocketConnection.java | 17 import java.io.OutputStream; 60 private final OutputStream out = new OutputStream() { 119 public OutputStream getOutputStream() throws IOException {
|
MockSocketConnectionTest.java | 19 import java.io.OutputStream; 121 final OutputStream out = a.getOutputStream(); 129 final OutputStream out = b.getOutputStream(); 152 final OutputStream out = b.getOutputStream();
|
/external/jetty/src/java/org/eclipse/jetty/io/ |
WriterOutputStream.java | 22 import java.io.OutputStream; 27 /** Wrap a Writer as an OutputStream. 28 * When all you have is a Writer and only an OutputStream will do. 33 public class WriterOutputStream extends OutputStream
|
/external/libchrome/base/strings/ |
string16_unittest.cc | 18 TEST(String16Test, OutputStream) {
|
/external/okhttp/okhttp-apache/src/main/java/com/squareup/okhttp/apache/ |
HttpEntityBody.java | 39 entity.writeTo(sink.outputStream());
|
/external/proguard/src/proguard/io/ |
JarWriter.java | 42 private OutputStream currentParentOutputStream; 108 public OutputStream getOutputStream(DataEntry dataEntry) throws IOException 114 public OutputStream getOutputStream(DataEntry dataEntry, 186 OutputStream parentOutputStream =
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/ |
TestHttpResponse.java | 16 import java.io.OutputStream; 224 @Override public void writeTo(OutputStream outputStream) throws IOException { 225 outputStream.write(responseBody);
|
/external/sfntly/cpp/src/sfntly/port/ |
input_stream.h | 24 // C++ equivalent to Java's OutputStream class
|
/external/sl4a/Common/src/com/googlecode/android_scripting/ |
Process.java | 28 import java.io.OutputStream; 52 protected OutputStream mOut; 93 public OutputStream getOut() { 97 public OutputStream getErr() {
|
/frameworks/base/graphics/java/android/graphics/ |
Picture.java | 20 import java.io.OutputStream; 142 * @see #writeToStream(java.io.OutputStream) 167 public void writeToStream(OutputStream stream) { 187 OutputStream stream, byte[] storage);
|
/libcore/luni/src/test/java/libcore/java/io/ |
OldAndroidOutputStreamWriterTest.java | 36 // that the results will appear in the underlying OutputStream
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
CipherOutputStream1Test.java | 28 import java.io.OutputStream; 60 * CipherOutputStream(OutputStream os) method testing. Tests that 140 new CipherOutputStream(new BufferedOutputStream((OutputStream) null), new NullCipher()).write(new byte[] {0}, 1, Integer.MAX_VALUE); 152 CipherOutputStream stream1 = new CipherOutputStream(new BufferedOutputStream((OutputStream) null), nc);
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
CertificateIssuerExtension.java | 28 import java.io.OutputStream; 177 * Write the extension to the OutputStream. 179 * @param out the OutputStream to write the extension to 182 public void encode(OutputStream out) throws IOException {
|
IssuerAlternativeNameExtension.java | 29 import java.io.OutputStream; 157 * Write the extension to the OutputStream. 159 * @param out the OutputStream to write the extension to. 162 public void encode(OutputStream out) throws IOException {
|
PolicyMappingsExtension.java | 29 import java.io.OutputStream; 147 * Write the extension to the OutputStream. 149 * @param out the OutputStream to write the extension to. 152 public void encode(OutputStream out) throws IOException {
|
SubjectAlternativeNameExtension.java | 29 import java.io.OutputStream; 162 * Write the extension to the OutputStream. 164 * @param out the OutputStream to write the extension to. 167 public void encode(OutputStream out) throws IOException {
|
SubjectKeyIdentifierExtension.java | 29 import java.io.OutputStream; 123 * Write the extension to the OutputStream. 125 * @param out the OutputStream to write the extension to. 128 public void encode(OutputStream out) throws IOException {
|
/libcore/support/src/test/java/tests/support/ |
Support_ASimpleWriter.java | 7 * An implementation of {@code OutputStream} that should serve as the
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/ |
EndianUtils.java | 22 import java.io.OutputStream; 278 * Writes a "short" value to an OutputStream. The value is 280 * @param output target OutputStream 284 public static void writeSwappedShort(OutputStream output, short value) 323 * Writes a "int" value to an OutputStream. The value is 325 * @param output target OutputStream 329 public static void writeSwappedInteger(OutputStream output, int value) 384 * Writes a "long" value to an OutputStream. The value is 386 * @param output target OutputStream 390 public static void writeSwappedLong(OutputStream output, long value [all...] |
HexDump.java | 20 import java.io.OutputStream; 44 * Dump an array of bytes to an OutputStream. 48 * @param stream the OutputStream to which the data is to be 60 OutputStream stream, int index)
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/ |
package.html | 22 <code>OutputStream</code> and <code>Writer</code>.
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/ |
Entity.java | 23 import java.io.OutputStream; 164 * Write the content to the given outputstream 166 * @param out the outputstream to write to 169 public abstract void writeTo(OutputStream out) throws IOException;
|
Header.java | 25 import java.io.OutputStream; 145 * Write the Header to the given OutputStream 147 * @param out the OutputStream to write to 150 public void writeTo(OutputStream out) throws IOException {
|
Completed in 899 milliseconds
<<11121314151617181920>>