Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
6
public
interface
DataSink {
7
public
void
write(ByteBufferList bb);
8
public
void
setWriteableCallback(WritableCallback handler);
9
public
WritableCallback getWriteableCallback();
10
Callers
12
testUpload
Method · 0.65
testConscryptSSLEngineNPNHandshakeBug
Method · 0.65
write
Method · 0.65
writeOutputStream
Method · 0.65
end
Method · 0.65
write
Method · 0.65
write
Method · 0.65
onWriteable
Method · 0.65
onDataAvailable
Method · 0.65
write
Method · 0.65
writePending
Method · 0.65
write
Method · 0.65
Implementers
7
BufferedDataSink
AndroidAsync/src/com/koushikdutta/asyn
OutputStreamDataSink
AndroidAsync/src/com/koushikdutta/asyn
AsyncNetworkSocket
AndroidAsync/src/com/koushikdutta/asyn
AsyncSSLSocketWrapper
AndroidAsync/src/com/koushikdutta/asyn
WebSocketImpl
AndroidAsync/src/com/koushikdutta/asyn
CachedSocket
AndroidAsync/src/com/koushikdutta/asyn
AsyncHttpServerResponseImpl
AndroidAsync/src/com/koushikdutta/asyn
Calls
no outgoing calls
Tested by
2
testUpload
Method · 0.52
testConscryptSSLEngineNPNHandshakeBug
Method · 0.52