113114115116117118119
return null; } @Override public boolean save(OutputStream os) throws OpenXML4JException { return new ZipPartMarshaller().marshall(this, os); }
118119120121122123124
return zipEntry.getSize(); } @Override public boolean save(OutputStream os) throws OpenXML4JException { return new ZipPartMarshaller().marshall(this, os); }
107108109110111112113
data = null; } @Override public boolean save(OutputStream os) throws OpenXML4JException { return new ZipPartMarshaller().marshall(this, os); }
104105106107108109110
length = 0; } @Override public boolean save(OutputStream os) throws OpenXML4JException { return new ZipPartMarshaller().marshall(this, os); }
112113114115116117118