docs/javadoc/reference/com/facebook/cache/common/WriterCallbacks.html
|
|
Summary: Ctors | Methods | Inherited Methods | [Expand All]
public class
extends Object
| java.lang.Object | | ↳ | com.facebook.cache.common.WriterCallbacks |
Utility class to create typical WriterCallbacks.
| Public Constructors |
|---|
| Public Methods |
|---|
| static WriterCallback |
| Creates a writer callback that copies all the content read from an InputStream into the target stream. |
| static WriterCallback |
| Creates a writer callback that writes some byte array to the target stream. |
| [Expand] Inherited Methods | | --- | | From class java.lang.Object
| Object | clone() | | boolean | equals(Object arg0) | | void | finalize() | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |
|
Creates a writer callback that copies all the content read from an InputStream into the target stream.
This writer can be used only once.
| is | the source |
Creates a writer callback that writes some byte array to the target stream.
This writer can be used many times.
| data | the bytes to write |
+Generated by Doclava. +