Class ChannelDecoratorBase<T extends Channel>

java.lang.Object
org.aksw.commons.util.closeable.AutoCloseableWrapperBase<T>
org.aksw.commons.io.shared.ChannelDecoratorBase<T>
All Implemented Interfaces:
Closeable, AutoCloseable, Channel
Direct Known Subclasses:
ReadableChannelDecoratorBase, SeekableReadableChannelWithLimit, SeekableReadableChannelWithOffset

public class ChannelDecoratorBase<T extends Channel> extends org.aksw.commons.util.closeable.AutoCloseableWrapperBase<T> implements Channel
  • Field Summary

    Fields inherited from class org.aksw.commons.util.closeable.AutoCloseableWrapperBase

    delegate
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean
     

    Methods inherited from class org.aksw.commons.util.closeable.AutoCloseableWrapperBase

    close, getDelegate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ChannelDecoratorBase

      public ChannelDecoratorBase(T decoratee)
  • Method Details