public interface TempStreamApi
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
ReadStream |
openRead() |
void |
write(byte[] buffer,
int offset,
int length,
boolean isEnd) |
void write(byte[] buffer, int offset, int length, boolean isEnd) throws java.io.IOException
java.io.IOException
ReadStream openRead() throws java.io.IOException
java.io.IOException
void destroy()