Package com.adobe.internal.io
Class ByteWriterFactory.Fixed
java.lang.Object
com.adobe.internal.io.ByteWriterFactory.Fixed
- Enclosing interface:
ByteWriterFactory
An enumeration for the "fixedness" of a requested instance.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ByteWriterFactory.Fixed
Request a FIXED size.static final ByteWriterFactory.Fixed
Request a GROWABLE size. -
Method Summary
-
Field Details
-
FIXED
Request a FIXED size. -
GROWABLE
Request a GROWABLE size.
-
-
Method Details
-
name
Get the name of the generic family.- Returns:
- the name of the generic family
-
parse
-
getId
public int getId()
-