org.eclipse.emf.ecore.resource.impl.ResourceImpl.newContentZipEntry()方法的使用及代码示例

x33g5p2x  于2022-01-29 转载在 其他  
字(1.0k)|赞(0)|评价(0)|浏览(61)

本文整理了Java中org.eclipse.emf.ecore.resource.impl.ResourceImpl.newContentZipEntry方法的一些代码示例,展示了ResourceImpl.newContentZipEntry的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。ResourceImpl.newContentZipEntry方法的具体详情如下:
包路径:org.eclipse.emf.ecore.resource.impl.ResourceImpl
类名称:ResourceImpl
方法名:newContentZipEntry

ResourceImpl.newContentZipEntry介绍

[英]Returns a new zip entry for #save(OutputStream,Map) the resource contents. It is called by #save(OutputStream,Map) when writing #useZip contents. This implementation creates an entry called ResourceContents.
[中]返回#save(OutputStream,Map)资源内容的新zip条目。在编写#useZip内容时,它被#save(OutputStream,Map)调用。这个实现创建了一个名为ResourceContents的条目。

代码示例

代码示例来源:origin: org.eclipse.emf/org.eclipse.emf.ecore

zipOutputStream.putNextEntry(newContentZipEntry());
outputStream = zipOutputStream;

代码示例来源:origin: at.bestsolution.efxclipse.eclipse/org.eclipse.emf.ecore

zipOutputStream.putNextEntry(newContentZipEntry());
outputStream = zipOutputStream;

相关文章

微信公众号

最新文章

更多