Home | History | Annotate | Download | only in graphics

Lines Matching refs:OutputStream

30 import java.io.OutputStream;
1044 * native compressor and the java OutputStream.
1049 * Write a compressed version of the bitmap to the specified outputstream.
1062 * @param stream The outputstream to write the compressed data.
1065 public boolean compress(CompressFormat format, int quality, OutputStream stream) {
1702 int quality, OutputStream stream,