类 FileTypeConsts
java.lang.Object
com.cdkjframework.constant.FileTypeConsts
-
字段概要
字段修饰符和类型字段说明static final byte[]Bitmap formatstatic final byte[]Bzipstatic final byte[]Unix elfstatic final byte[]Xfig formatstatic final byte[]FITS formatstatic final byte[]GIF formatstatic final byte[]Graphics Kernel Systemstatic final byte[]gzip formatstatic final byte[]ITC (CMU WM) formatstatic final byte[]JPEG File Interchange Formatstatic final byte[]MS-DOS, OS/2 or MS Windowsstatic final byte[]NIFF (Navy TIFF)static final byte[]pgp public ringstatic final byte[]pgp security ringstatic final byte[]pgp security ringstatic final byte[]pgp encrypted datastatic final byte[]PM formatstatic final byte[]PNG formatstatic final byte[]Postscript formatstatic final byte[]Sun Rasterfilestatic final byte[]IRIS rgb formatstatic final byte[]TAR (POSIX)static final byte[]TIFF format (Motorola – big endian)static final byte[]TIFF format (Intel – little endian)static final byte[]XCF Gimp file structurestatic final byte[]XPM formatstatic final byte[]Compressstatic final byte[]pkzip format -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
BMP
public static final byte[] BMPBitmap format -
FITS
public static final byte[] FITSFITS format -
GIF
public static final byte[] GIFGIF format -
GKS
public static final byte[] GKSGraphics Kernel System -
RGB
public static final byte[] RGBIRIS rgb format -
ITC
public static final byte[] ITCITC (CMU WM) format -
JPG
public static final byte[] JPGJPEG File Interchange Format -
NIF
public static final byte[] NIFNIFF (Navy TIFF) -
PM
public static final byte[] PMPM format -
PNG
public static final byte[] PNGPNG format -
PS
public static final byte[] PSPostscript format -
RAS
public static final byte[] RASSun Rasterfile -
TIF
public static final byte[] TIFTIFF format (Motorola – big endian) -
TIF_2
public static final byte[] TIF_2TIFF format (Intel – little endian) -
XCF
public static final byte[] XCFXCF Gimp file structure -
FIG
public static final byte[] FIGXfig format -
XPM
public static final byte[] XPMXPM format -
BZ
public static final byte[] BZBzip -
Z
public static final byte[] ZCompress -
GZ
public static final byte[] GZgzip format -
ZIP
public static final byte[] ZIPpkzip format -
TAR
public static final byte[] TARTAR (POSIX) -
MZ
public static final byte[] MZMS-DOS, OS/2 or MS Windows -
ELF
public static final byte[] ELFUnix elf -
PGP
public static final byte[] PGPpgp public ring -
PGP_2
public static final byte[] PGP_2pgp security ring -
PGP_3
public static final byte[] PGP_3pgp security ring -
PGP_4
public static final byte[] PGP_4pgp encrypted data
-
-
构造器详细资料
-
FileTypeConsts
public FileTypeConsts()
-