public interface CacheImport
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Releases resources without flushing.
|
void |
flush()
Must be called when the content is filled up and is ready for caching.
|
void |
write(byte[] buff,
int off,
int len)
Method that shall be iteratively used to build up the content of the response.
|
void write(byte[] buff,
int off,
int len)
throws java.io.IOException
buff - the new content bufferoff - offsetlen - lengthjava.io.IOException - when the import is backed by file and exception occur.void flush()
void cancel()
Copyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.