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 of IFzipEntry which has a name.
  • Constructor Details

    • AbstractNamedFzipEntry

      protected AbstractNamedFzipEntry(String name)
      Constructs a new named entry.
      Parameters:
      name - the name, cannot be null
  • Method Details

    • getName

      public String getName()
      Gets the entry name.
      Returns:
      the name, never null