 |
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
writeEntry
public void writeEntry(String entryName,
InputStream inputStream)
throws IOException
Writes an entry. The inputStream is closed once the entry has been written
- Specified by:
writeEntry in interface LoaderClassesWriter
- Parameters:
entryName - the name of the entry
inputStream - the stream from which the entry's data can be read
- Throws:
IOException - if the write fails
|
|