public static class IDD_SelfDefiningField.IOCAFunctionSetIdentification extends IDD_SelfDefiningField
| Modifier and Type | Class and Description |
|---|---|
static class |
IDD_SelfDefiningField.IOCAFunctionSetIdentification.FunctionSetIdentifier |
IDD_SelfDefiningField.IOCAFunctionSetIdentification, IDD_SelfDefiningField.SelfDefiningFieldType, IDD_SelfDefiningField.SetBilevelImageColor, IDD_SelfDefiningField.SetExtendedBilevelImageColor, IDD_SelfDefiningField.UnknownSelfDefiningField| Constructor and Description |
|---|
IOCAFunctionSetIdentification() |
| Modifier and Type | Method and Description |
|---|---|
void |
decodeAFP(byte[] sfData,
int offset,
int length,
AFPParserConfiguration config)
Decodes the given AFP data.
Parameter length specifies the length in bytes of the data to be decoded, beginning with position offset. |
short |
getFunctionSetCategory() |
IDD_SelfDefiningField.IOCAFunctionSetIdentification.FunctionSetIdentifier |
getFunctionSetIdentifier() |
void |
setFunctionSetCategory(short functionSetCategory) |
void |
setFunctionSetIdentifier(IDD_SelfDefiningField.IOCAFunctionSetIdentification.FunctionSetIdentifier functionSetIdentifier) |
void |
writeAFP(java.io.OutputStream os,
AFPParserConfiguration config)
Writes the object to the given os encoded as AFP data.
|
getFieldType, getLengthOfFollowingData, setFieldType, setLengthOfFollowingDatapublic void decodeAFP(byte[] sfData,
int offset,
int length,
AFPParserConfiguration config)
throws AFPParserException
IAFPDecodeableWriteablesfData - contains the AFP data to decode.offset - the byte index position where the decoding should start.length - the length in bytes of the data to be decoded, beginning with position offset.config - contains parameter used for decoding.AFPParserException - if the given AFP data are invalid.public void writeAFP(java.io.OutputStream os,
AFPParserConfiguration config)
throws java.io.IOException
IAFPDecodeableWriteableos - OutputStream to write to.config - contains parameter used for encoding.java.io.IOException - if a problem occurs while writing to the given OutputStream.public short getFunctionSetCategory()
public void setFunctionSetCategory(short functionSetCategory)
public IDD_SelfDefiningField.IOCAFunctionSetIdentification.FunctionSetIdentifier getFunctionSetIdentifier()
public void setFunctionSetIdentifier(IDD_SelfDefiningField.IOCAFunctionSetIdentification.FunctionSetIdentifier functionSetIdentifier)