public interface ReadableStreamSource
Modifier and Type | Interface and Description |
---|---|
static interface |
ReadableStreamSource.CancelFn |
static interface |
ReadableStreamSource.PullFn |
static interface |
ReadableStreamSource.StartFn |
Modifier and Type | Method and Description |
---|---|
static ReadableStreamSource |
create() |
int |
getAutoAllocateChunkSize() |
ReadableStreamSource.CancelFn |
getCancel() |
ReadableStreamSource.PullFn |
getPull() |
ReadableStreamSource.StartFn |
getStart() |
java.lang.String |
getType() |
void |
setAutoAllocateChunkSize(int autoAllocateChunkSize) |
void |
setCancel(ReadableStreamSource.CancelFn cancel) |
void |
setPull(ReadableStreamSource.PullFn pull) |
void |
setStart(ReadableStreamSource.StartFn start) |
void |
setType(java.lang.String type) |
static ReadableStreamSource create()
int getAutoAllocateChunkSize()
ReadableStreamSource.CancelFn getCancel()
ReadableStreamSource.PullFn getPull()
ReadableStreamSource.StartFn getStart()
java.lang.String getType()
void setAutoAllocateChunkSize(int autoAllocateChunkSize)
void setCancel(ReadableStreamSource.CancelFn cancel)
void setPull(ReadableStreamSource.PullFn pull)
void setStart(ReadableStreamSource.StartFn start)
void setType(java.lang.String type)