Package com.e1c.g5.v8.fastzip.entry
Class AbstractNamedFzipEntry
java.lang.Object
com.e1c.g5.v8.fastzip.entry.AbstractNamedFzipEntry
- All Implemented Interfaces:
IFzipEntry
Abstract implementation of
IFzipEntry
which has a name.-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractNamedFzipEntry
(String name) Constructs a new named entry. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.e1c.g5.v8.fastzip.entry.IFzipEntry
read, write
-
Constructor Details
-
AbstractNamedFzipEntry
Constructs a new named entry.- Parameters:
name
- the name, cannot benull
-
-
Method Details
-
getName
Gets the entry name.- Returns:
- the name, never
null
-