throw new IllegalArgumentException("protocol must not be null"); //$NON-NLS-1$
}
ZipEntry entry = createEntryFromProtocol(protocol);
LOG.debugMessage("Putting next entry: {0}", entry.getName());
output.putNextEntry(entry);
return new ZipEntryOutputStream(output);
}