public final class UnparsedStructuredField extends Object
Modifier and Type | Method and Description |
---|---|
byte[] |
getCompleteFieldAsBytes()
Returns the complete structured field as a byte array.
|
byte[] |
getData()
Returns the structured field's payload.
|
short |
getExtLength()
Returns the length of the extension if present.
|
byte |
getSfCategoryCode()
Returns the structured field's category code.
|
byte |
getSfClassCode()
Returns the structured field's class code.
|
short |
getSfLength()
Returns the structured field's length.
|
byte |
getSfTypeCode()
Returns the structured field's type code.
|
int |
getSfTypeID()
Returns the structured field's identifier.
|
boolean |
isSfiExtensionPresent()
Indicates whether an field introducer extension is present.
|
boolean |
isSfiPaddingPresent()
Indicates whether the data is padded.
|
boolean |
isSfiSegmentedData()
Indicates whether segmented data is present.
|
String |
toString() |
void |
writeTo(OutputStream out)
Writes this structured field to the given
OutputStream . |
public short getSfLength()
public int getSfTypeID()
public byte getSfClassCode()
public byte getSfTypeCode()
public byte getSfCategoryCode()
public boolean isSfiExtensionPresent()
public boolean isSfiSegmentedData()
public boolean isSfiPaddingPresent()
public short getExtLength()
public byte[] getData()
public byte[] getCompleteFieldAsBytes()
public void writeTo(OutputStream out) throws IOException
OutputStream
.out
- the output streamIOException
- if an I/O error occursCopyright © 2025 Apache Software Foundation. All rights reserved.