public interface ReadableStreamDefaultController
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
enqueue(java.lang.Object chunk) |
void |
error(java.lang.Object err) |
int |
getDesiredSize() |
void |
setDesiredSize(int desiredSize) |