
com.gc.iotools.fmt.detect.wzf.deflen.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wazformat Show documentation
Show all versions of wazformat Show documentation
Format identification utilities
The newest version!
#this file defines formats
#1st field is the name of the enum
#2nd field detection mode: string stringnc regexp or class
#string : string. the third (optional) field is the search size if omitted the string size is assumed.
#stringnc : string ignore case string. the third (optional) field is the search size if omitted the string size is assumed.
#regexp :
#class : java class that implements DefiniteLengthModule
BASE64=regexp:200:[\p{Alnum}\p{Space}/+\n\r]*[=]{0,3}[\p{Space}\n\r]*
BZIP2=string::BZh
GIF:87a=string:GIF87a
GIF:89a=string:GIF89a
M7M=stringnc:127:Content-Type: multipart/mixed; boundary="Dike"
M7M:CADES=stringnc:127:Content-Type: multipart/mixed; boundary="DiKeCades"
PKCS7=class:com.gc.iotools.fmt.detect.wzf.custom.PKCS7Detector
PDF:1.8=string::%PDF-1.8
PDF:1.7=string::%PDF-1.7
PDF:1.6=string::%PDF-1.6
PDF:1.5=string::%PDF-1.5
PDF:1.4=string::%PDF-1.4
PDF=string::%PDF-
PEM=stringnc:40:-----BEGIN PKCS7-----
ZIP=string::PK
RTF=string::{\rtf1
TSD=class:com.gc.iotools.fmt.detect.wzf.custom.TSDDetector
XML=class:com.gc.iotools.fmt.detect.wzf.custom.XmlModule
© 2015 - 2025 Weber Informatics LLC | Privacy Policy