Interface Content.Chunk.Processor

Enclosing interface:
Content.Chunk

public static interface Content.Chunk.Processor

Implementations of this interface may process Content.Chunks being copied by the Content.copy(Source, Sink, Processor, Callback) method, so that Content.Chunks of unknown types can be copied.

See Also: