private abstract class RawZipOutputStream.Crc32OutputMethod extends DecoratingOutputMethod
| Modifier and Type | Field and Description |
|---|---|
(package private) Crc32OutputStream |
out |
delegate| Constructor and Description |
|---|
RawZipOutputStream.Crc32OutputMethod(OutputMethod processor) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
finish()
Finishes writing the initialized ZIP entry.
|
OutputStream |
start()
Starts writing the initialized ZIP entry and returns an output stream
for writing its contents.
|
init@Nullable Crc32OutputStream out
RawZipOutputStream.Crc32OutputMethod(OutputMethod processor)
public abstract void finish()
throws IOException
OutputMethodfinish in interface OutputMethodfinish in class DecoratingOutputMethodIOException - on any I/O error.public OutputStream start() throws IOException
OutputMethodOutputMethod.finish() after writing the contents to the
returned output stream.
You must not call OutputStream.close() on the returned output
stream!start in interface OutputMethodstart in class DecoratingOutputMethodIOException - on any I/O error.Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.