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 Object
An enumeration for the "fixedness" of a requested instance.
-
-
Field Summary
Fields Modifier and Type Field Description static ByteWriterFactory.Fixed
FIXED
Request a FIXED size.static ByteWriterFactory.Fixed
GROWABLE
Request a GROWABLE size.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getId()
String
name()
Get the name of the generic family.static ByteWriterFactory.Fixed
parse(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 String name()
Get the name of the generic family.- Returns:
- the name of the generic family
-
parse
public static ByteWriterFactory.Fixed parse(String s)
-
getId
public int getId()
-
-