Here you can find the source of writeStream(OutputStream out, byte[] data)
public static void writeStream(OutputStream out, byte[] data)
//package com.java2s; //License from project: Apache License import java.io.*; public class Main { public static void writeStream(OutputStream out, byte[] data) { }// w w w. j a va 2s. co m }