public class MFC_MediumFinishingControl extends StructuredFieldBaseTriplets
| Modifier and Type | Class and Description |
|---|---|
static class |
MFC_MediumFinishingControl.MFC_BoundaryConditionForSheetCollection |
static class |
MFC_MediumFinishingControl.MFC_Flag |
static class |
MFC_MediumFinishingControl.MFC_Scope |
triplets| Constructor and Description |
|---|
MFC_MediumFinishingControl() |
| 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. |
MFC_MediumFinishingControl.MFC_BoundaryConditionForSheetCollection |
getBoundaryConditionForSheetCollection() |
MFC_MediumFinishingControl.MFC_Flag |
getFlag() |
byte |
getReserved1() |
MFC_MediumFinishingControl.MFC_Scope |
getScope() |
void |
setBoundaryConditionForSheetCollection(MFC_MediumFinishingControl.MFC_BoundaryConditionForSheetCollection boundaryConditionForSheetCollection) |
void |
setFlag(MFC_MediumFinishingControl.MFC_Flag flag) |
void |
setReserved1(byte reserved1) |
void |
setScope(MFC_MediumFinishingControl.MFC_Scope scope) |
void |
writeAFP(java.io.OutputStream os,
AFPParserConfiguration config)
Writes the object to the given os encoded as AFP data.
|
addTriplet, getTriplets, removeTriplet, setTripletscheckDataLength, getActualLength, getPadding, getStructuredFieldIntroducer, isBeginSF, isEndSF, isShallow, setPadding, setStructuredFieldIntroducer, toString, writeFullStructuredFieldpublic void decodeAFP(byte[] sfData,
int offset,
int length,
AFPParserConfiguration config)
throws AFPParserException
IAFPDecodeableWriteabledecodeAFP in interface IAFPDecodeableWriteabledecodeAFP in class StructuredFieldBaseTripletssfData - 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
IAFPDecodeableWriteablewriteAFP in interface IAFPDecodeableWriteablewriteAFP in class StructuredFieldBaseTripletsos - OutputStream to write to.config - contains parameter used for encoding.java.io.IOException - if a problem occurs while writing to the given OutputStream.public MFC_MediumFinishingControl.MFC_Flag getFlag()
public void setFlag(MFC_MediumFinishingControl.MFC_Flag flag)
public byte getReserved1()
public void setReserved1(byte reserved1)
public MFC_MediumFinishingControl.MFC_BoundaryConditionForSheetCollection getBoundaryConditionForSheetCollection()
public void setBoundaryConditionForSheetCollection(MFC_MediumFinishingControl.MFC_BoundaryConditionForSheetCollection boundaryConditionForSheetCollection)
public MFC_MediumFinishingControl.MFC_Scope getScope()
public void setScope(MFC_MediumFinishingControl.MFC_Scope scope)