public interface CefResourceReadCallback
| Modifier and Type | Method and Description |
|---|---|
void |
Continue(int bytes_read)
Callback for asynchronous continuation of Read().
|
byte[] |
getBuffer()
Returns the byte buffer to write data into before calling #Continue(int).
|
void Continue(int bytes_read)
byte[] getBuffer()