Skip navigation links

Oracle Outside In Java API Reference
8.5.4

F11002-01


com.oracle.outsidein
Enum ObjectInfo.CompressionValue

java.lang.Object
  extended by java.lang.Enum<ObjectInfo.CompressionValue>
      extended by com.oracle.outsidein.ObjectInfo.CompressionValue

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ObjectInfo.CompressionValue>
Enclosing class:
ObjectInfo

public static enum ObjectInfo.CompressionValue
extends java.lang.Enum<ObjectInfo.CompressionValue>

Describes the compression used to store the embedded object in the source document.

See Also:
ObjectInfo.getCompression()

Enum Constant Summary
AES128
           
AES192
           
AES256
           
ASCII85
           
ASCIIHEX
           
BASE64
           
BINHEX
           
BTOA
           
CCITT
           
COMPRESSEDRTF
           
DCT
           
DEFLATE64
           
FLATE
           
JBIG2
           
JPXDECODE
           
LZSS
           
LZW
           
LZX
           
MIFASCIIDECODE
           
MSZIP
           
NONE
           
PKMPLOD
           
QUOTEDPRINTABLE
           
RC4
           
RLE
           
UNKNOWN
           
UTF7
           
UUENCODED
           
XXENCODED
           
YENC
           
ZIPCRYPTO
           
ZIPREDUCE
           
ZIPSHRINK
           
ZLIB
           
ZLIB_NOHEADER
           

 

Method Summary
static ObjectInfo.CompressionValue forValue(long value)
           
static ObjectInfo.CompressionValue valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ObjectInfo.CompressionValue[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Enum Constant Detail

NONE

public static final ObjectInfo.CompressionValue NONE

ZLIB

public static final ObjectInfo.CompressionValue ZLIB

BASE64

public static final ObjectInfo.CompressionValue BASE64

LZSS

public static final ObjectInfo.CompressionValue LZSS

ASCII85

public static final ObjectInfo.CompressionValue ASCII85

ASCIIHEX

public static final ObjectInfo.CompressionValue ASCIIHEX

RLE

public static final ObjectInfo.CompressionValue RLE

FLATE

public static final ObjectInfo.CompressionValue FLATE

LZW

public static final ObjectInfo.CompressionValue LZW

DCT

public static final ObjectInfo.CompressionValue DCT

CCITT

public static final ObjectInfo.CompressionValue CCITT

RC4

public static final ObjectInfo.CompressionValue RC4

PKMPLOD

public static final ObjectInfo.CompressionValue PKMPLOD

MIFASCIIDECODE

public static final ObjectInfo.CompressionValue MIFASCIIDECODE

ZLIB_NOHEADER

public static final ObjectInfo.CompressionValue ZLIB_NOHEADER

UUENCODED

public static final ObjectInfo.CompressionValue UUENCODED

XXENCODED

public static final ObjectInfo.CompressionValue XXENCODED

BINHEX

public static final ObjectInfo.CompressionValue BINHEX

YENC

public static final ObjectInfo.CompressionValue YENC

BTOA

public static final ObjectInfo.CompressionValue BTOA

QUOTEDPRINTABLE

public static final ObjectInfo.CompressionValue QUOTEDPRINTABLE

UTF7

public static final ObjectInfo.CompressionValue UTF7

COMPRESSEDRTF

public static final ObjectInfo.CompressionValue COMPRESSEDRTF

JBIG2

public static final ObjectInfo.CompressionValue JBIG2

MSZIP

public static final ObjectInfo.CompressionValue MSZIP

LZX

public static final ObjectInfo.CompressionValue LZX

AES128

public static final ObjectInfo.CompressionValue AES128

AES192

public static final ObjectInfo.CompressionValue AES192

AES256

public static final ObjectInfo.CompressionValue AES256

ZIPCRYPTO

public static final ObjectInfo.CompressionValue ZIPCRYPTO

JPXDECODE

public static final ObjectInfo.CompressionValue JPXDECODE

DEFLATE64

public static final ObjectInfo.CompressionValue DEFLATE64

ZIPREDUCE

public static final ObjectInfo.CompressionValue ZIPREDUCE

ZIPSHRINK

public static final ObjectInfo.CompressionValue ZIPSHRINK

UNKNOWN

public static final ObjectInfo.CompressionValue UNKNOWN

Method Detail

values

public static ObjectInfo.CompressionValue[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ObjectInfo.CompressionValue c : ObjectInfo.CompressionValue.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ObjectInfo.CompressionValue valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

forValue

public static ObjectInfo.CompressionValue forValue(long value)

Skip navigation links

Oracle Outside In Java API Reference
8.5.4

F11002-01


Copyright © 2010, 2018, Oracle and/or its affiliates. All rights reserved.