public class

EndOfCentralDir

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.util.encoding.zip.fsr.EndOfCentralDir

Class Overview

Representation of the end of central directory of a Zip file. At least 22 bytes.

Summary

Public Constructors
EndOfCentralDir()
Public Methods
static EndOfCentralDir parse(SeekableByteChannel channel, int base)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public EndOfCentralDir ()

Public Methods

public static EndOfCentralDir parse (SeekableByteChannel channel, int base)

Throws
IOException

public String toString ()