Package com.google.common.testing
Class ArbitraryInstances.NullByteSink
java.lang.Object
com.google.common.io.ByteSink
com.google.common.testing.ArbitraryInstances.NullByteSink
- All Implemented Interfaces:
Serializable
- Enclosing class:
ArbitraryInstances
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.io.ByteSink
asCharSink, openBufferedStream, write, writeFrom
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NullByteSink
private NullByteSink()
-
-
Method Details
-
openStream
Description copied from class:ByteSink
Opens a newOutputStream
for writing to this sink. This method returns a new, independent stream each time it is called.The caller is responsible for ensuring that the returned stream is closed.
- Specified by:
openStream
in classByteSink
-