Data is stored by writing to the output stream obtained using {@link #getOutputStream()}. It can then be read back using the input stream obtained from {@link #getInputStream()}. The data is first stored into a fixed size buffer. Once this buffer overflows, it is transferred to a temporary file. The buffer is divided into a given number of fixed size chunks that are allocated on demand. Since a temporary file may be created it is mandatory to call {@link #release()} to discard the temporary data. @deprecated this class is deprecated and will be removed from the next release,please use the {@link org.apache.axiom.util.blob.OverflowBlob} from axiom instead
Data is stored by writing to the output stream obtained using {@link #getOutputStream()}. It can then be read back using the input stream obtained from {@link #getInputStream()}. The data is first stored into a fixed size buffer. Once this buffer overflows, it is transferred to a temporary file. The buffer is divided into a given number of fixed size chunks that are allocated on demand. Since a temporary file may be created it is mandatory to call {@link #release()} to discard the temporary data.
|
|