Package com.adobe.internal.io
Class ByteWriterFactory.Fixed
- java.lang.Object
-
- com.adobe.internal.io.ByteWriterFactory.Fixed
-
- Enclosing interface:
- ByteWriterFactory
public static class ByteWriterFactory.Fixed extends java.lang.ObjectAn enumeration for the "fixedness" of a requested instance.
-
-
Field Summary
Fields Modifier and Type Field Description static ByteWriterFactory.FixedFIXEDRequest a FIXED size.static ByteWriterFactory.FixedGROWABLERequest a GROWABLE size.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetId()java.lang.Stringname()Get the name of the generic family.static ByteWriterFactory.Fixedparse(java.lang.String s)
-
-
-
Field Detail
-
FIXED
public static final ByteWriterFactory.Fixed FIXED
Request a FIXED size.
-
GROWABLE
public static final ByteWriterFactory.Fixed GROWABLE
Request a GROWABLE size.
-
-
Method Detail
-
name
public java.lang.String name()
Get the name of the generic family.- Returns:
- the name of the generic family
-
parse
public static ByteWriterFactory.Fixed parse(java.lang.String s)
-
getId
public int getId()
-
-