Class ReadableByteChannelDecorator

Object
ReadableByteChannelDecorator
All Implemented Interfaces:
Closeable, AutoCloseable, Channel, ReadableByteChannel

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