org.basex.build.fs
Interface FSText


public interface FSText

This interface assembles textual file system information.

Author:
Workgroup DBIS, University of Konstanz 2005-08, ISC License, Christian Gruen

Field Summary
static byte[] ALBUM
          MP3 tag.
static byte[][] ATTRIBUTETOKENS
          Email attributes.
static byte[] AUDIO
          Audio tag.
static byte[] BITRATE
          MP3 tag.
static byte[] EMAIL
          Email tag.
static byte[] EMLATTACHMENT
          Email section.
static java.lang.String[] EMLATTR
          Email attributes.
static byte[] EMLBODY
          Email section.
static byte[] EMLCONTENTTYPE
          Email content-type info.
static byte[] EMLDATE
          Email date info.
static byte[] EMLFROM
          Email sender info.
static byte[] EMLSUBJECT
          Email subject info.
static byte[] EMLTIME
          Email time info in minutes from 1.1.1970.
static byte[] EMLTO
          Email receiver info.
static byte[] EXIF
          EXIF information.
static java.lang.String EXIFFORMAT1
          EXIF Format Mismatch.
static java.lang.String EXIFFORMAT2
          EXIF Format Mismatch.
static java.lang.String EXIFIGNORED
          EXIF Number ignored.
static java.lang.String EXIFRATIONAL
          EXIF Undefined Type.
static java.lang.String EXIFUNDEFINED
          EXIF Undefined Type.
static java.lang.String EXIFUNKNOWN
          EXIF Unknown type.
static byte[] EXPOS
          EXIF Exposure.
static byte[] HEADERBMP
          BMP header info.
static int[] HEADEREXIF
          JPG header info.
static byte[] HEADERGIF87
          GIF87a header info.
static byte[] HEADERGIF89
          GIF89a header info.
static byte[] HEADERID3V1
          ID3v1 header info.
static int[] HEADERJPG
          JPG header info.
static byte[] HEADERPNG
          PNG header info.
static byte[] HEIGHT
          Height tag.
static byte[] ID3
          ID3v2 tag.
static byte[] ID3ALBUM
          ID3v1 tag.
static byte[] ID3ARTIST
          ID3v1 tag.
static byte[] ID3COMMENT
          ID3v1 tag.
static byte[] ID3FLAG_EXPERI
          ID3v2.x.y flag info id3v2.4.0-structure.txt l.159ff.
static byte[] ID3FLAG_EXTHEA
          ID3v2.x.y flag info id3v2.4.0-structure.txt l.151ff.
static byte[] ID3FLAG_FOOTER
          ID3v2.x.y flag info id3v2.4.0-structure.txt l.165ff.
static byte[] ID3FLAG_UNSYNC
          ID3v2.x.y flag info id3v2.4.0-structure.txt l.144ff.
static java.lang.String ID3INVALID
          ID3v2 invalid.
static java.lang.String ID3NULL
          ID3v2 parsing stopped.
static java.lang.String ID3SIZE1
          ID3v2 parsing stopped.
static java.lang.String ID3SIZE2
          ID3v2 parsing stopped.
static byte[] ID3TITLE
          ID3v1 tag.
static java.lang.String ID3UNKNOWN
          ID3v2 parsing stopped.
static java.lang.String ID3V2ERROR
          ID3v2 error message.
static byte[] ID3VERS
          ID3v2.x.y version number.
static byte[] ID3YEAR
          ID3v1 tag.
static byte[] IMAGE
          Image tag.
static byte[] MP3CODEC
          MP3 info.
static byte[] MP3EMPH
          MP3 info.
static byte[] MP3ENCODE
          MP3 info.
static byte[] MP3MODE
          MP3 info.
static byte[] MP3PAD
          MP3 info.
static byte[] MP3RATE
          MP3 info.
static byte[] MP3SAMPLE
          MP3 info.
static byte[] MP3SEC
          MP3 info.
static byte[] MP3XING
          MP3 XING header.
static byte[] PERSON
          MP3 tag.
static byte[] SECONDS
          MP3 tag.
static byte[] TITLE
          MP3 tag.
static byte[] TYPE
          Image attributes.
static byte[] TYPEBMP
          BMP type.
static byte[] TYPEEML
          EML suffix.
static byte[] TYPEGIF
          GIF suffix.
static byte[] TYPEJPEG
          JPEG suffix.
static byte[] TYPEJPG
          JPG type.
static byte[] TYPEMBS
          MBS suffix.
static byte[] TYPEMBX
          MBX suffix.
static byte[] TYPEMP3
          MP3 suffix.
static byte[] TYPEPNG
          PNG type.
static byte[] TYPETIF
          TIF suffix.
static byte[] WIDTH
          Width tag.
 

Field Detail

IMAGE

static final byte[] IMAGE
Image tag.


AUDIO

static final byte[] AUDIO
Audio tag.


TYPE

static final byte[] TYPE
Image attributes.


TYPEGIF

static final byte[] TYPEGIF
GIF suffix.


TYPEJPG

static final byte[] TYPEJPG
JPG type.


TYPEPNG

static final byte[] TYPEPNG
PNG type.


TYPEBMP

static final byte[] TYPEBMP
BMP type.


TYPEJPEG

static final byte[] TYPEJPEG
JPEG suffix.


TYPETIF

static final byte[] TYPETIF
TIF suffix.


TYPEEML

static final byte[] TYPEEML
EML suffix.


TYPEMBS

static final byte[] TYPEMBS
MBS suffix.


TYPEMBX

static final byte[] TYPEMBX
MBX suffix.


TYPEMP3

static final byte[] TYPEMP3
MP3 suffix.


WIDTH

static final byte[] WIDTH
Width tag.


HEIGHT

static final byte[] HEIGHT
Height tag.


EXIF

static final byte[] EXIF
EXIF information.


EXPOS

static final byte[] EXPOS
EXIF Exposure.


HEADERGIF87

static final byte[] HEADERGIF87
GIF87a header info.


HEADERGIF89

static final byte[] HEADERGIF89
GIF89a header info.


HEADERPNG

static final byte[] HEADERPNG
PNG header info.


HEADERJPG

static final int[] HEADERJPG
JPG header info.


HEADEREXIF

static final int[] HEADEREXIF
JPG header info.


HEADERBMP

static final byte[] HEADERBMP
BMP header info.


ID3V2ERROR

static final java.lang.String ID3V2ERROR
ID3v2 error message.

See Also:
Constant Field Values

ID3SIZE1

static final java.lang.String ID3SIZE1
ID3v2 parsing stopped.

See Also:
Constant Field Values

ID3SIZE2

static final java.lang.String ID3SIZE2
ID3v2 parsing stopped.

See Also:
Constant Field Values

ID3INVALID

static final java.lang.String ID3INVALID
ID3v2 invalid.

See Also:
Constant Field Values

ID3NULL

static final java.lang.String ID3NULL
ID3v2 parsing stopped.

See Also:
Constant Field Values

ID3UNKNOWN

static final java.lang.String ID3UNKNOWN
ID3v2 parsing stopped.

See Also:
Constant Field Values

MP3CODEC

static final byte[] MP3CODEC
MP3 info.


MP3RATE

static final byte[] MP3RATE
MP3 info.


MP3SAMPLE

static final byte[] MP3SAMPLE
MP3 info.


MP3MODE

static final byte[] MP3MODE
MP3 info.


MP3EMPH

static final byte[] MP3EMPH
MP3 info.


MP3SEC

static final byte[] MP3SEC
MP3 info.


MP3PAD

static final byte[] MP3PAD
MP3 info.


MP3ENCODE

static final byte[] MP3ENCODE
MP3 info.


PERSON

static final byte[] PERSON
MP3 tag.


TITLE

static final byte[] TITLE
MP3 tag.


ALBUM

static final byte[] ALBUM
MP3 tag.


BITRATE

static final byte[] BITRATE
MP3 tag.


SECONDS

static final byte[] SECONDS
MP3 tag.


HEADERID3V1

static final byte[] HEADERID3V1
ID3v1 header info.


ID3TITLE

static final byte[] ID3TITLE
ID3v1 tag.


ID3ALBUM

static final byte[] ID3ALBUM
ID3v1 tag.


ID3ARTIST

static final byte[] ID3ARTIST
ID3v1 tag.


ID3YEAR

static final byte[] ID3YEAR
ID3v1 tag.


ID3COMMENT

static final byte[] ID3COMMENT
ID3v1 tag.


ID3

static final byte[] ID3
ID3v2 tag.


MP3XING

static final byte[] MP3XING
MP3 XING header.


ID3VERS

static final byte[] ID3VERS
ID3v2.x.y version number.


ID3FLAG_UNSYNC

static final byte[] ID3FLAG_UNSYNC
ID3v2.x.y flag info id3v2.4.0-structure.txt l.144ff.


ID3FLAG_EXTHEA

static final byte[] ID3FLAG_EXTHEA
ID3v2.x.y flag info id3v2.4.0-structure.txt l.151ff.


ID3FLAG_EXPERI

static final byte[] ID3FLAG_EXPERI
ID3v2.x.y flag info id3v2.4.0-structure.txt l.159ff.


ID3FLAG_FOOTER

static final byte[] ID3FLAG_FOOTER
ID3v2.x.y flag info id3v2.4.0-structure.txt l.165ff.


EXIFIGNORED

static final java.lang.String EXIFIGNORED
EXIF Number ignored.

See Also:
Constant Field Values

EXIFFORMAT1

static final java.lang.String EXIFFORMAT1
EXIF Format Mismatch.

See Also:
Constant Field Values

EXIFFORMAT2

static final java.lang.String EXIFFORMAT2
EXIF Format Mismatch.

See Also:
Constant Field Values

EXIFUNKNOWN

static final java.lang.String EXIFUNKNOWN
EXIF Unknown type.

See Also:
Constant Field Values

EXIFUNDEFINED

static final java.lang.String EXIFUNDEFINED
EXIF Undefined Type.

See Also:
Constant Field Values

EXIFRATIONAL

static final java.lang.String EXIFRATIONAL
EXIF Undefined Type.

See Also:
Constant Field Values

EMAIL

static final byte[] EMAIL
Email tag.


EMLBODY

static final byte[] EMLBODY
Email section.


EMLATTACHMENT

static final byte[] EMLATTACHMENT
Email section.


EMLSUBJECT

static final byte[] EMLSUBJECT
Email subject info.


EMLFROM

static final byte[] EMLFROM
Email sender info.


EMLTO

static final byte[] EMLTO
Email receiver info.


EMLDATE

static final byte[] EMLDATE
Email date info.


EMLTIME

static final byte[] EMLTIME
Email time info in minutes from 1.1.1970.


EMLCONTENTTYPE

static final byte[] EMLCONTENTTYPE
Email content-type info.


EMLATTR

static final java.lang.String[] EMLATTR
Email attributes.


ATTRIBUTETOKENS

static final byte[][] ATTRIBUTETOKENS
Email attributes.