public class Zip64CentralDirectoryEndLocator extends Object
ZipCentralDirectoryEnd
information since it has an extensible block of bytes of
unknown length.Modifier and Type | Class and Description |
---|---|
static class |
Zip64CentralDirectoryEndLocator.Builder
Builder for the
Zip64CentralDirectoryEndLocator . |
Constructor and Description |
---|
Zip64CentralDirectoryEndLocator(int diskNumber,
int diskNumberStart,
long endOffset,
int numberDisks) |
Modifier and Type | Method and Description |
---|---|
static Zip64CentralDirectoryEndLocator.Builder |
builder()
Make a builder for this class.
|
int |
getDiskNumber() |
int |
getDiskNumberStart() |
long |
getEndOffset() |
int |
getNumberDisks() |
static Zip64CentralDirectoryEndLocator |
read(RewindableInputStream inputStream)
Read one from the input-stream.
|
void |
write(OutputStream outputStream)
Write to the output-stream.
|
public Zip64CentralDirectoryEndLocator(int diskNumber, int diskNumberStart, long endOffset, int numberDisks)
public static Zip64CentralDirectoryEndLocator.Builder builder()
public static Zip64CentralDirectoryEndLocator read(RewindableInputStream inputStream) throws IOException
IOException
public void write(OutputStream outputStream) throws IOException
IOException
public int getDiskNumber()
public int getDiskNumberStart()
public long getEndOffset()
public int getNumberDisks()
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.