MCPcopy Index your code
hub / github.com/koush/AndroidAsync / write

Method write

AndroidAsync/src/com/koushikdutta/async/DataSink.java:7–7  ·  view source on GitHub ↗
(ByteBufferList bb)

Source from the content-addressed store, hash-verified

5
6public interface DataSink {
7 public void write(ByteBufferList bb);
8 public void setWriteableCallback(WritableCallback handler);
9 public WritableCallback getWriteableCallback();
10

Callers 12

testUploadMethod · 0.65
writeMethod · 0.65
writeOutputStreamMethod · 0.65
endMethod · 0.65
writeMethod · 0.65
writeMethod · 0.65
onWriteableMethod · 0.65
onDataAvailableMethod · 0.65
writeMethod · 0.65
writePendingMethod · 0.65
writeMethod · 0.65

Implementers 7

BufferedDataSinkAndroidAsync/src/com/koushikdutta/asyn
OutputStreamDataSinkAndroidAsync/src/com/koushikdutta/asyn
AsyncNetworkSocketAndroidAsync/src/com/koushikdutta/asyn
AsyncSSLSocketWrapperAndroidAsync/src/com/koushikdutta/asyn
WebSocketImplAndroidAsync/src/com/koushikdutta/asyn
CachedSocketAndroidAsync/src/com/koushikdutta/asyn
AsyncHttpServerResponseImplAndroidAsync/src/com/koushikdutta/asyn

Calls

no outgoing calls

Tested by 2

testUploadMethod · 0.52