public class ExtraFieldUtil extends Object
Constructor and Description |
---|
ExtraFieldUtil() |
Modifier and Type | Method and Description |
---|---|
static <T extends BaseExtraField> |
readExtraField(InputStream input,
boolean fileHeader)
Read in an extra field returning either for a local file or the central directory.
|
public static <T extends BaseExtraField> T readExtraField(InputStream input, boolean fileHeader) throws IOException
fileHeader
- Set to true if we are processing extra-bytes from the ZipFileHeader
or false if from
ZipCentralDirectoryFileEntry
.IOException
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.