Searched refs:nullOutputStream (Results 1 – 4 of 4) sorted by relevance
34 this(new TestOutputStream(ByteStreams.nullOutputStream(), options)); in TestWriter()
498 OutputStream nos = ByteStreams.nullOutputStream(); in testNullOutputStream()505 assertSame(ByteStreams.nullOutputStream(), ByteStreams.nullOutputStream()); in testNullOutputStream()
239 TestOutputStream out = new TestOutputStream(ByteStreams.nullOutputStream()); in testCopyToStream_doesNotCloseThatStream()273 OutputStream out = new TestOutputStream(ByteStreams.nullOutputStream(), WRITE_THROWS); in testClosesOnErrors_copyingToOutputStreamThatThrows()
664 public static OutputStream nullOutputStream() { in nullOutputStream() method in ByteStreams