@Deprecated public interface StreamingContent
Implementations don't need to be thread-safe.
Modifier and Type | Method and Description |
---|---|
void |
writeTo(OutputStream out)
Deprecated.
Writes the byte content to the given output stream.
|
void writeTo(OutputStream out) throws IOException
Implementations must not close the output stream, and instead should flush the output stream. Some callers may assume that the output stream has not been closed, and will fail to work if it has been closed.
out
- output streamIOException
Copyright © 2011–2023 Google. All rights reserved.