| Interface | Description |
|---|---|
| Chain |
This functional interface is used by
ChainLink to pass
modified, unmodified or even new structured fields to the next
filter. |
| ChainLink |
Represents a link in an AFP filter chain.
|
| Filter |
| Class | Description |
|---|---|
| AbstractChainLink | |
| AbstractStructuredFieldFactory | |
| AfpFile | |
| AfpFilter | |
| AfpFilterChain |
Passes the structured fields of an AFP file through a series of
filters (
ChainLinks). |
| AfpInputStream | |
| AfpMappedFile | |
| AfpOutputStream |
| Enum | Description |
|---|---|
| Filter.STATE |
provides classes to read and write AFP.
AfpInputStream for reading AFP
AfpOutputStream for writing AFP
AfpFile as random file access
AfpMappedFile reading AFP using NIO mapped files
AfpFilter to read, modify and write AFP - all in one go.
Copyright © 2017. All rights reserved.