- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for BufferedOutputStream (0.13 sec)
-
guava/src/com/google/common/io/ByteSink.java
* @since 15.0 (in 14.0 with return type {@link BufferedOutputStream}) */ public OutputStream openBufferedStream() throws IOException { OutputStream out = openStream(); return (out instanceof BufferedOutputStream) ? (BufferedOutputStream) out : new BufferedOutputStream(out); } /** * Writes all the given bytes to this sink. *
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 28 16:55:09 UTC 2024 - 5K bytes - Viewed (0)