Skip to content

Instantly share code, notes, and snippets.

@tarynsauer
Created January 10, 2014 03:58
Show Gist options
  • Save tarynsauer/8346773 to your computer and use it in GitHub Desktop.
Save tarynsauer/8346773 to your computer and use it in GitHub Desktop.
import java.io.IOException;
import java.io.OutputStream;
import java.util.ArrayList;
public class MockOutputStream extends OutputStream {
@Override
public void write(int i) throws IOException {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment