Class ByteWriterFactory.Longevity

java.lang.Object
com.adobe.internal.io.ByteWriterFactory.Longevity
Enclosing interface:
ByteWriterFactory

public static class ByteWriterFactory.Longevity extends Object
An enumeration for the anticipated longevity of a requested instance.
  • Field Details

    • TEMPORARY

      public static final ByteWriterFactory.Longevity TEMPORARY
      Anticipated lifetime is below that of a single method call.
    • SHORT

      public static final ByteWriterFactory.Longevity SHORT
      Anticipated lifetime is from about a single method call up to several method calls.
    • LONG

      public static final ByteWriterFactory.Longevity LONG
      Anticipated lifetime is approximately that of the document being processed.
    • PERMANENT

      public static final ByteWriterFactory.Longevity PERMANENT
      Anticipated lifetime is beyond that of the document being processed.
  • Method Details

    • name

      public String name()
      Get the name of the generic family.
      Returns:
      the name of the generic family
    • parse

      public static ByteWriterFactory.Longevity parse(String s)
    • getId

      public int getId()