Package com.adobe.internal.io
Class ByteWriterFactory.Longevity
java.lang.Object
com.adobe.internal.io.ByteWriterFactory.Longevity
- Enclosing interface:
ByteWriterFactory
An enumeration for the anticipated longevity of a requested instance.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ByteWriterFactory.Longevity
Anticipated lifetime is approximately that of the document being processed.static final ByteWriterFactory.Longevity
Anticipated lifetime is beyond that of the document being processed.static final ByteWriterFactory.Longevity
Anticipated lifetime is from about a single method call up to several method calls.static final ByteWriterFactory.Longevity
Anticipated lifetime is below that of a single method call. -
Method Summary
-
Field Details
-
TEMPORARY
Anticipated lifetime is below that of a single method call. -
SHORT
Anticipated lifetime is from about a single method call up to several method calls. -
LONG
Anticipated lifetime is approximately that of the document being processed. -
PERMANENT
Anticipated lifetime is beyond that of the document being processed.
-
-
Method Details
-
name
Get the name of the generic family.- Returns:
- the name of the generic family
-
parse
-
getId
public int getId()
-