Class TarSeekableByteChannel

java.lang.Object
org.epics.archiverappliance.utils.nio.tar.TarSeekableByteChannel
All Implemented Interfaces:
Closeable, AutoCloseable, ByteChannel, Channel, ReadableByteChannel, SeekableByteChannel, WritableByteChannel

public class TarSeekableByteChannel extends Object implements SeekableByteChannel
Wraps a SeekableByteChannel and takes some actions when the channel is closed. For reads, this is mostly cleanup For writes, this updates the tar file and then does cleanup.