All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.io.ByteArrayOutputStream Maven / Gradle / Ivy

package java.io;


public class ByteArrayOutputStream extends OutputStream
{

	@Override
    public void write(int b) throws IOException
    {
	    // TODO Auto-generated method stub
	    
    }

	@Override
    public void write(String s) throws IOException
    {
	    // TODO Auto-generated method stub
	    
    }

	public byte[] toByteArray()
    {
	    // TODO Auto-generated method stub
	    return null;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy