public interface IFragmentProcessor
| Modifier and Type | Method and Description |
|---|---|
HL7BufferStream |
defragment(HL7BufferStream objHL7BufferStream)
Defragments The HL7BufferStream and returns Defragmented HL7BufferStream.
|
ISingleCollection<HL7BufferStream> |
fragment(HL7BufferStream objHL7BufferStream)
Fragments The HL7BufferStream and returns Fragmented HL7BufferStream.
|
void |
setMaxLength(int iLength)
Sets maximum length for fragments.
|
ISingleCollection<HL7BufferStream> fragment(HL7BufferStream objHL7BufferStream) throws java.io.IOException
objHL7BufferStream - - HL7BufferStream to fragment.java.io.IOException - Thrown when IO operation fails.HL7BufferStream defragment(HL7BufferStream objHL7BufferStream) throws java.io.IOException
objHL7BufferStream - - HL7BufferStream to defragment.java.io.IOException - Thrown when IO operation fails.void setMaxLength(int iLength)
iLength - value of maximum fragment length.