Class ZipHeader
- java.lang.Object
-
- org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic.ZipHeader
-
public class ZipHeader extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static byte[]
LOCAL_FILE_HEADER
The file header in zip.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isFileHeader(byte[] byteArray, int index)
Check the input data is a local file header.
-