类 FileTypeConsts

java.lang.Object
com.cdkjframework.constant.FileTypeConsts

public class FileTypeConsts extends Object
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static final byte[]
    Bitmap format
    static final byte[]
    Bzip
    static final byte[]
    Unix elf
    static final byte[]
    Xfig format
    static final byte[]
    FITS format
    static final byte[]
    GIF format
    static final byte[]
    Graphics Kernel System
    static final byte[]
    gzip format
    static final byte[]
    ITC (CMU WM) format
    static final byte[]
    JPEG File Interchange Format
    static final byte[]
    MS-DOS, OS/2 or MS Windows
    static final byte[]
    NIFF (Navy TIFF)
    static final byte[]
    pgp public ring
    static final byte[]
    pgp security ring
    static final byte[]
    pgp security ring
    static final byte[]
    pgp encrypted data
    static final byte[]
    PM format
    static final byte[]
    PNG format
    static final byte[]
    Postscript format
    static final byte[]
    Sun Rasterfile
    static final byte[]
    IRIS rgb format
    static 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 structure
    static final byte[]
    XPM format
    static final byte[]
    Compress
    static final byte[]
    pkzip format
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    从类继承的方法 java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • BMP

      public static final byte[] BMP
      Bitmap format
    • FITS

      public static final byte[] FITS
      FITS format
    • GIF

      public static final byte[] GIF
      GIF format
    • GKS

      public static final byte[] GKS
      Graphics Kernel System
    • RGB

      public static final byte[] RGB
      IRIS rgb format
    • ITC

      public static final byte[] ITC
      ITC (CMU WM) format
    • JPG

      public static final byte[] JPG
      JPEG File Interchange Format
    • NIF

      public static final byte[] NIF
      NIFF (Navy TIFF)
    • PM

      public static final byte[] PM
      PM format
    • PNG

      public static final byte[] PNG
      PNG format
    • PS

      public static final byte[] PS
      Postscript format
    • RAS

      public static final byte[] RAS
      Sun Rasterfile
    • TIF

      public static final byte[] TIF
      TIFF format (Motorola – big endian)
    • TIF_2

      public static final byte[] TIF_2
      TIFF format (Intel – little endian)
    • XCF

      public static final byte[] XCF
      XCF Gimp file structure
    • FIG

      public static final byte[] FIG
      Xfig format
    • XPM

      public static final byte[] XPM
      XPM format
    • BZ

      public static final byte[] BZ
      Bzip
    • Z

      public static final byte[] Z
      Compress
    • GZ

      public static final byte[] GZ
      gzip format
    • ZIP

      public static final byte[] ZIP
      pkzip format
    • TAR

      public static final byte[] TAR
      TAR (POSIX)
    • MZ

      public static final byte[] MZ
      MS-DOS, OS/2 or MS Windows
    • ELF

      public static final byte[] ELF
      Unix elf
    • PGP

      public static final byte[] PGP
      pgp public ring
    • PGP_2

      public static final byte[] PGP_2
      pgp security ring
    • PGP_3

      public static final byte[] PGP_3
      pgp security ring
    • PGP_4

      public static final byte[] PGP_4
      pgp encrypted data
  • 构造器详细资料

    • FileTypeConsts

      public FileTypeConsts()