Lines Matching refs:null
57 this(dataEntryWriter, null, null);
102 currentFinisher = null;
103 currentDataEntry = null;
111 return getOutputStream(dataEntry, null);
121 return null;
157 if (currentJarOutputStream != null)
164 currentJarOutputStream = null;
165 currentParentOutputStream = null;
191 if (parentOutputStream == null)
197 if (currentParentOutputStream == null)
202 currentJarOutputStream = manifest != null ?
207 if (comment != null)
222 if (currentDataEntry != null)
225 if (currentFinisher != null)
228 currentFinisher = null;
232 currentDataEntry = null;