All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class flybase.DocFormat

java.lang.Object
   |
   +----flybase.DocFormat

public class DocFormat
extends java.lang.Object

Variable Index

 o DATA
 o GIF
 o HTML
 o JPEG
 o PDF
 o PICT
 o POSTSCRIPT
 o PRINTJOB
 o TEXT

Constructor Index

 o DocFormat()
 o DocFormat(File)
 o DocFormat(InputStream)
 o DocFormat(int)
 o DocFormat(String)

Method Index

 o contentType()
 o contentType(int)
 o format()
 o formatFromContentType(String)
 o formatFromSuffix(String)
 o guessContentType(File)
 o guessContentType(InputStream)
 o macSire()
 o macSire(int)
 o macType()
 o macType(int)
 o mycontentType(int)
 o myformatFromContentType(String)
 o myguessContentType(File)
 o myguessContentType(InputStream)
 o mymacSire(int)
 o mymacType(int)
 o mysuffix(int)
 o suffix()
 o suffix(int)

Variables

 o TEXT
 public static final int TEXT
 o DATA
 public static final int DATA
 o PICT
 public static final int PICT
 o POSTSCRIPT
 public static final int POSTSCRIPT
 o JPEG
 public static final int JPEG
 o GIF
 public static final int GIF
 o HTML
 public static final int HTML
 o PRINTJOB
 public static final int PRINTJOB
 o PDF
 public static final int PDF

Constructors

 o DocFormat
 public DocFormat()
 o DocFormat
 public DocFormat(int format)
 o DocFormat
 public DocFormat(java.lang.String mimetype)
 o DocFormat
 public DocFormat(java.io.File f)
 o DocFormat
 public DocFormat(java.io.InputStream ins)

Methods

 o format
 public int format()
 o contentType
 public java.lang.String contentType()
 o mycontentType
 public java.lang.String mycontentType(int format)
 o contentType
 public static java.lang.String contentType(int format)
 o myformatFromContentType
 public int myformatFromContentType(java.lang.String mime)
 o formatFromContentType
 public static int formatFromContentType(java.lang.String mime)
 o formatFromSuffix
 public static int formatFromSuffix(java.lang.String suf)
 o suffix
 public java.lang.String suffix()
 o mysuffix
 public java.lang.String mysuffix(int format)
 o suffix
 public static java.lang.String suffix(int format)
 o macType
 public java.lang.String macType()
 o mymacType
 public java.lang.String mymacType(int format)
 o macType
 public static java.lang.String macType(int format)
 o macSire
 public java.lang.String macSire()
 o mymacSire
 public java.lang.String mymacSire(int format)
 o macSire
 public static java.lang.String macSire(int format)
 o myguessContentType
 public java.lang.String myguessContentType(java.io.File f)
 o guessContentType
 public static java.lang.String guessContentType(java.io.File f)
 o myguessContentType
 public java.lang.String myguessContentType(java.io.InputStream ins)
 o guessContentType
 public static java.lang.String guessContentType(java.io.InputStream ins)

All Packages  Class Hierarchy  This Package  Previous  Next  Index