Class WritableByteChannelDecorator

Object
WritableByteChannelDecorator
All Implemented Interfaces:
Closeable, AutoCloseable, Channel, WritableByteChannel

public class WritableByteChannelDecorator extends Object implements WritableByteChannel
A WritableByteChannel that delegates all calls to the underlying WritableByteChannel but for close() it also calls ShapefileFiles.unlock method to release the lock on the URL.
Author:
jesse