Package com.e1c.g5.v8.fastzip.entry
Class AbstractNamedFzipEntry
- java.lang.Object
-
- com.e1c.g5.v8.fastzip.entry.AbstractNamedFzipEntry
-
- All Implemented Interfaces:
IFzipEntry
public abstract class AbstractNamedFzipEntry extends Object implements IFzipEntry
Abstract implementation ofIFzipEntry
which has a name.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractNamedFzipEntry(String name)
Constructs a new named entry.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Gets the entry name.-
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
-
-